@charset "UTF-8";
/**
 * Theme Name: نت کالا
 * Theme URI: https://www.zhaket.com/web/netkala-theme
 * Author: الفابت
 * Author URI: https://www.zhaket.com/store/web/lordtem/intro
 * Description: قالب فروشگاهی نت کالا طراحی شده برای ووکامرس
 * Version: 1.3
 */
/*---------- variables section ----------*/
/*---------- mixins section ----------*/
/*---------- container styles section ----------*/
@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1070px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

/*---------- animation styles section ----------*/
@keyframes progressbar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.animated {
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes wave-offer {
    0% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f;
    }

    100% {
        box-shadow: 0 0 0 5px transparent, 0 0 0 7px rgba(231, 17, 78, 0), 0 0 0 20px transparent, 0 0 0 22px rgba(231, 17, 78, 0), 0 0 0 30px transparent, 0 0 0 32px rgba(231, 17, 78, 0), 0 0 0 55px transparent, 0 0 0 40px rgba(231, 17, 78, 0);
    }
}

@keyframes wave-offer {
    0% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f;
    }

    100% {
        box-shadow: 0 0 0 5px transparent, 0 0 0 7px rgba(231, 17, 78, 0), 0 0 0 20px transparent, 0 0 0 22px rgba(231, 17, 78, 0), 0 0 0 30px transparent, 0 0 0 32px rgba(231, 17, 78, 0), 0 0 0 55px transparent, 0 0 0 40px rgba(231, 17, 78, 0);
    }
}

/*---------- form styles section ----------*/
.form-control, .input-text, .widget_search input[type=text], .widget_product_search input[type=search], textarea#comment, #commentform #author, #commentform #email, #billing_city, #billing_state, #shipping_city, #shipping_state {
    font-size: 13px;
    border-radius: 7px !important;
    color: #515151 !important;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #f8fafc !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    transition: all 200ms 
ease-out;
    height: auto;
}

.form-control:focus, .input-text:focus, .widget_search input[type=text]:focus, .widget_product_search input[type=search]:focus, textarea#comment:focus, #commentform #author:focus, #commentform #email:focus, #billing_city:focus, #billing_state:focus, #shipping_city:focus, #shipping_state:focus {
    outline: none;
    box-shadow: none;
    border-color: #979898;
}

.custom-select, .widget_archive select, .widget_ztjalali_archive select, .widget_categories select, .widget_product_categories select, .state_select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#B8B8B8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
    background-size: 8px 10px;
    border-radius: 7px;
    width: 100%;
    padding: 7px;
    display: inline-block;
    line-height: 2 !important;
    color: #515151;
    vertical-align: middle;
    border: 1px solid #979898;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select:focus, .widget_archive select:focus, .widget_ztjalali_archive select:focus, .widget_categories select:focus, .widget_product_categories select:focus, .state_select:focus {
    box-shadow: none;
    outline: none;
}

.woocommerce-account .woocommerce form .form-row {
    padding: 0;
    margin-bottom: 1rem;
    width: 100% !important;
    float: none !important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper:focus select {
    outline: none !important;
    box-shadow: none !important;
}

.select2-selection:focus {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce form .form-row .required, .required {
    color: #EF5661;
    font-weight: 400;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
    position: relative;
    text-indent: 28px;
    display: inline-block;
    cursor: pointer;
}

.woocommerce-form__label-for-checkbox span:not(.required):before {
    font-family: "Material Design Icons";
    content: '\f131';
    font-size: 23px;
    position: absolute;
    right: -28px;
    top: -11px;
    color: #979898;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    display: none !important;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:not(.required):before {
    content: '\f132';
    color: #00BFD6;
}

.woocommerce .quantity .qty {
    width: 5.6em;
}

.woocommerce-page table.cart td.actions .input-text{
	width: 180px;
}

.ntk-image-preview .thumbnail {
    width: 180px;
    height: 180px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child), .input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*---------- btn styles section ----------*/
.button , .widget_search input[type=submit], .widget_product_search button, #commentform #submit {
	background: #6c757d;
    color: #fff;
	border: 0;
    padding: 5px 15px !important;
    font-size: 13px !important;
    line-height: 32px !important;
    border-radius: 7px !important;
    transition: all 200ms ease-out !important;
    font-weight: 400 !important;
}

.btn .mdi, .button .mdi, .widget_search input[type=submit] .mdi, .widget_product_search button .mdi, #commentform #submit .mdi {
    font-size: 26px;
    position: relative;
    top: 7px;
    left: 10px;
    color: #fff;
}

.btn:focus, .btn:active, .button:focus, .button:active, .widget_search input[type=submit]:focus, .widget_search input[type=submit]:active, .widget_product_search button:focus, .widget_product_search button:active, #commentform #submit:focus, #commentform #submit:active {
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.btn{
	font-size: 13px;
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/**
 * owl-carousel
 */
.owl-carousel .owl-stage{
	display: flex;
}

.owl-carousel .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    line-height: 25px;
}

.owl-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    left: 25px;
    top: calc(50% - 18px);
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
    right: 25px;
    top: calc(50% - 18px);
    position: absolute;
}

.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
    display: flex;
    color: #FFFFFF;
    background-color: #0000008c;
    font-size: 33px;
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 100%;
    transition-duration: 0.2s;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.owl-carousel .owl-nav .owl-next span:hover, .owl-carousel .owl-nav .owl-prev span:hover {
    opacity: 0.85;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-carousel .owl-dots {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    transition-duration: 0.2s;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 8px;
    transition-duration: 0.2s;
    background: #9E9E9E;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ef5661;
}


body.irk-line-star.woocommerce .comment-text .star-rating {
    height: 3em;
    width: 5.4em;
    font-family: IranYekan, sans-serif, Tahoma;
}

body.irk-line-star.woocommerce .comment-text .star-rating::before {
    content: '';
    background: #e0e1e2;
    width: 100%;
    height: 0.5em;
}

body.irk-line-star.woocommerce .comment-text .star-rating span {
    padding-top: .5em;
}

body.irk-line-star.woocommerce .comment-text .star-rating span::before {
    content: '';
}

body.irk-line-star.woocommerce .comment-text .star-rating span:not(.count) {
    background: #00BFD6;
}

body.irk-line-star.woocommerce .comment-text .star-rating span:not(.count)::before {
    background: #00BFD6;
}

body.irk-line-star.woocommerce .comment-text .star-rating .count {
    margin-top: 5px;
    font-size: 12px;
    color: #515151;
}

body.irk-line-star.woocommerce p.stars a::before {
    width: 100%;
    border-radius: 4px;
    height: 6px;
    background: #e0e1e2 !important;
    line-height: 1;
    content: "" !important;
}

body.irk-line-star.woocommerce p.stars:hover a::before {
    content: '' !important;
    background: #00BFD6 !important;
}

body.irk-line-star.woocommerce p.stars a:hover ~ a::before {
    content: '' !important;
    background: #e0e1e2 !important;
}

body.irk-line-star.woocommerce p.stars a {
    position: relative;
    width: 60px !important;
    margin: 20px 1px !important;
}

body.irk-line-star.woocommerce p.stars.selected a.active ~ a::before {
    content: '';
    background: #e0e1e2 !important;
}

body.irk-line-star.woocommerce p.stars.selected a:not(.active)::before {
    content: '';
    background: #00BFD6 !important;
}

body.irk-line-star.woocommerce p.stars.selected a.active::before {
    content: '';
    background: #00BFD6 !important;
}

body.irk-line-star.woocommerce p.stars a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    z-index: 2;
    border-radius: 50%;
    top: 3px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    background-color: #00BFD6;
    cursor: pointer;
    left: calc(24% - 21px);
}

body.irk-line-star.woocommerce p.stars a:nth-child(5)::after {
    display: none !important;
}

/*---------- pagination styles section ----------*/
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    float: right;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    padding: 7px 12px;
    color: #979898;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers .mdi {
    position: relative;
    top: 2px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background: #f8f9fa;
    border: 1px solid #d7d8d9;
    border-radius: 3px;
    color: #7a7a7a;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:active, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
    background: transparent;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 16px;
}

.pagination .page-numbers {
    background: #fff;
    padding: 2px 14px;
    margin: 2px;
    color: #979898;
    border: 1px solid transparent;
    border-radius: 3px;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background: #f8f9fa;
    border-color: #d7d8d9;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
}

/*---------- message styles section ----------*/
.woocommerce-message {
    background: #d4edda;
    border-top-color: #6ab946;
    color: #5fa73f;
	outline: 0;
}

.woocommerce-message:before {
    color: #6ab946;
}

.woocommerce-message .button {
    line-height: 20px !important;
    font-size: 12px;
}

.woocommerce-info {
    background: #d1ecf1;
    border-top-color: #17a2b8;
    color: #148ea1;
}

.woocommerce-info:before {
    color: #17a2b8;
}

.woocommerce-error {
    background: #f8d7da;
    border-top-color: #EF5661;
    color: #ed3f4b;
}

.woocommerce-error:before {
    right: 7px;
    color: #EF5661;
}

.woocommerce-error li {
    text-indent: 32px;
}

.woocommerce-error li:before {
    display: none !important;
}

/*---------- table styles section ----------*/
.woocommerce table.shop_table {
    border: 1px solid #e0e1e2;
    margin: 0;
    border-radius: 11px;
    font-size: 13px;
    border-spacing: 0;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: #F5FCFD;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #e0e1e2;
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #f8f9fa;
    }
}

.woocommerce-orders-table .button {
    margin: 0.15rem !important;
}
/*--------------------- modal styles loader wrapper ---------------------*/
.modal-loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.36);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
}

.modal-loader-wrapper.show {
    visibility: visible;
    opacity: 1;
}

.modal-loader-wrapper .modal-loader {
    text-align: center;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    padding: 30px;
    transform: translate(-50%, -50%);
}

.modal-loader-wrapper .modal-loader img {
    width: 70px;
    height: auto;
}

/*---------- modal styles section ----------*/
.modal {
    z-index: 99999;
}

.modal-content .close {
    font-size: 2rem;
    color: #979898;
    margin: 0;
    padding: 0;
}

.modal-content .close:focus {
    outline: none;
}

#quickview-modal .modal-header {
    border-bottom: none;
}

#quickview-modal .modal-body .right-col {
    text-align: center;
}

#quickview-modal .modal-body .left-col .product-title {
   font-size: 14px;
}

#quickview-modal .modal-body .left-col .en-tile {
    color: #979898;
}

#quickview-modal .modal-body .left-col .en-tile + hr {
    margin: 7px 0;
}

#quickview-modal .modal-body .left-col .short-description {
    margin: 15px 0;
}

#quickview-modal .modal-body .left-col .price {
    color: #EF5661;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}

#quickview-modal .modal-body .left-col .price del {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #979898;
    font-weight: 400;
}

#quickview-modal .modal-body .left-col .product-delivery {
    margin: 15px 0;
}

#quickview-modal .modal-body .left-col .product-delivery .list-group-item {
    padding: 7px 0;
}

#quickview-modal .modal-body .left-col .product-delivery .list-group-item a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

#quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi {
    font-size: 24px;
    position: relative;
    top: 14px;
    left: 7px;
    color: #d7d8d9;
    float: right;
}

#quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi.mdi-store {
    color: #17a2b8;
}

#quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi.mdi-package-variant-closed {
    color: #EF5661;
}

#quickview-modal .modal-body .left-col .alert {
    border-radius: 0;
}

#quickview-modal .modal-body .left-col .a2c-success {
    display: none;
}

#quickview-modal .modal-body .left-col .alert-warning {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
    margin-top: 10px;
}



#quickview-modal .modal-body .left-col .minus .mdi,
#quickview-modal .modal-body .left-col .plus .mdi {
    font-size: 20px;
    position: relative;
    top: 4px;
    line-height: 0;
}

#quickview-modal .modal-body .left-col .qty {
    width: 5.6em;
    display: inline-block;
    text-align: center;
}

#quickview-modal .modal-body .left-col input::-webkit-outer-spin-button,
#quickview-modal .modal-body .left-col input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

#quickview-modal .modal-body .left-col .quickview-a2c {
    line-height: 27px;
    height: auto;
    position: relative;
    padding-right: 40px !important;
    background: #f43f5e;
    border-color: #f43f5e;
}

#quickview-modal .modal-body .left-col .quickview-a2c:before {
    right: 10px;
    content: '\ebec';
    font-family: netkala;
    font-size: 23px;
    position: absolute;
}

#quickview-modal .modal-body .left-col .product-meta {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e1e2;
}

#quickview-modal .modal-body .left-col .product-meta a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

#quickview-modal .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

#ads-modal .modal-content {
    background: transparent;
    border: none;
}

#ads-modal .modal-body {
    position: relative;
}

#ads-modal .modal-body .close {
    position: absolute;
    right: 50%;
    bottom: 100%;
    transform: translateX(50%);
    opacity: 1;
    color: #fff;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.img-link img {
    width: 100%;
    height: auto;
}

/*---------- breadcrumbs styles section ----------*/
.breadcrumb {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    color: #979898;
}

.breadcrumb a {
    color: #979898;
}

/*---------- tooltip styles section ----------*/
.tooltip-inner {
    font-family: IranYekan;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}


/*---------- global styles section ----------*/
pre, .xdebug-error {
    text-align: left !important;
}

body {
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    background-color: #f2f6fc;
    direction: rtl;
    font-weight: 400;
    text-align: right;
    color: #515151;
	overflow-x: hidden;
}

a {
    color: #515151;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #515151;
    text-decoration: none;
    outline: none;
}

svg{
	fill: currentColor;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mdi :before {
    line-height: 0;
}

.list-group {
    padding-right: 0;
}

.list-group .list-group-item {
    background: transparent;
    border: none;
    padding: 0;
}

.list-inline-item:last-child {
    margin-right: .5rem;
}

.list-inline-item:first-child {
    margin-right: 0;
}

.price ins {
    text-decoration: none;
}

.carousel-indicators {
    list-style-type: none !important;
}

.h1, h1 {
    line-height: 2;
}

.h2, h2 {
    line-height: 2;
}

.h3, h3 {
    line-height: 2;
}

.h4, h4 {
    line-height: 2;
}

.h5, h5 {
    line-height: 2;
}

.h6, h6 {
    line-height: 2;
}

.font-bold{
	font-weight: bold;
}

.woocommerce-store-notice, p.demo_store {
    background-color: #FFD700;
}

.woocommerce-store-notice a, p.demo_store a {
    text-decoration: none;
}

@media (max-width: 992px) {
    .top-ads {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidebar-sticky {
        height: 100%;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 5%;
    }
}

/* disable sticky sidebar for Edge and IE  */
@supports (-ms-ime-align: auto) {
    .sidebar-sticky {
        position: static;
    }
}

/*---------- main styles section ----------*/
.main {
    margin-top: 15px;
    transition: all 200ms ease-out;
    transition-duration: 350ms;
}

/*---------- main-header styles section ----------*/


.location-piker {
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 45px;
    padding: 7px 10px;
    cursor: pointer;
    line-height: 1;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.location-piker:hover {
    box-shadow: 0 3px 5px rgb(0 0 0 / 8%);
}


.location-piker i {
    color: #717171;
    margin-left: 7px;
	font-size: 20px;
}

.location-piker .location_name {
    color: #515151;
    display: block;
}

.location-piker .my_location {
    font-size: 13px;
    margin-top: 5px;
    color: #0071e3 !important;
    display: block;
}

.location-piker_mob {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #eee;
    color: #424750;
    font-size: 13px;
}

.location-piker_mob i {
    font-size: 21px;
    margin-left: 7px;
}

.location-piker_mob span {
    width: 100%;
}

@media (max-width: 992px) {
	.main-header .brand-search .search,
	.main-header .brand-search .brand h1,
	.main-header .brand-search .brand p,
	.main-header .icon-btn span,
	.main-header .location-piker{
        display: none;
    }
}


@media (min-width: 992px) {
	.location-piker_mob,
    .main-header .header-action .show-mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .main-header .header-action .show-mobile a {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 768px) {
    .main-header .header-action.hidden {
        display: none;
    }
}


/*---------- cat-menu styles section ----------*/
.main-menu {
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: #f8fafc;
    border-radius: 10px;
    padding: 5px 0px;
}

.main-menu-content{
    display: flex;
    align-items: flex-end;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ntk_mega_menu {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.ntk_mega_menu > li {
    display: inline-block;
    transition: 0.2s all;
    border-left: 1px solid rgb(255 255 255 / 3%);
}

.ntk_mega_menu > li:first-child a {
    padding-right: 0;
}

#bor-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background: #EF394E;
    transition: all 200ms ease-out;
    opacity: 0;
    z-index: -1;
}

#bor-line {
    left: unset;
    right: 0;
}

.ntk_mega_menu > li.clasic_menu {
    position: relative;
}

.ntk_mega_menu > li.menu-item-has-children > a:after {
    font-size: 10px;
    padding-right: 0px;
    font-family: '' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\ea3e";
    line-height: 1px;
    opacity: 0.8;
}

.ntk_mega_menu > li.menu-item-has-children.mega_menu_tree_level.ntk-side-tab > a {
    font-weight: 700;
}

.ntk_mega_menu > li.line_men::after {
    content: "";
    height: 18px;
    top: 11px;
    position: relative;
    width: 1px;
    background: #bdbdbd;
    display: block;
    float: left;
    opacity: 0.4;
    border: 0;
    border-radius: 204px;
    margin-right: 7px;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul.ntk-level-0 > li.menu-item-has-children::after {
    content: "\203A";
    font-family: "parskala";
    color: #535353c2;
    padding-left: 5px;
    float: left;
    padding-left: 15px;
    color: rgba(82,82,82,.45);
    top: 1px;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li:hover, .ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li.active {
    background: #f7f7f8;
    color: #EF3A4F !important;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.ntk_mega_menu > li.menu-item-has-children.mega_menu_tree_level.ntk-side-tab > a:after {
    display: none;
}

.ntk_mega_menu > li > a {
    display: inline-block;
    color: #313131;
    font-weight: 450;
    box-sizing: border-box;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    padding: 10px 12px;
}

.ntk_mega_menu li a .item-icon-title {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    line-height: 18px;
}

.ntk_mega_menu li.mega_menu_tree_level.ntk-top-tab > .sub-menu a .item-icon-title {
    margin-bottom: 7px;
}

.ntk_mega_menu > li > a .item-icon-title .title {
    line-height: 24px;
}

/* .ntk_mega_menu > li > a:hover{
	background-color: #f8fafb;
  color: inherit;

  border-radius: 14px;
  transition: box-shadow .5s ease;
  -webkit-transition: box-shadow .5s ease;
} */
.ntk_mega_menu > li.ntk-side-tab > a {
    font-weight: 600;
}

.ntk_mega_menu > li > a i,.ntk_mega_menu > li > a img {
    position: relative;
    font-size: 17px;
    color: #313131;
    max-width: 21px;
    margin-left: 4px;
    height: auto;
    display: inline-block;
}

.ntk_mega_menu > li > a i[class^="ntk-"] {
    font-size: 17px;
}

.ntk_mega_menu > li.clasic_menu > ul {
    min-width: 200px;
    position: absolute;
    right: 0px;
    opacity: 0;
    z-index: -10;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    display: none;
}

.ntk_mega_menu > li.clasic_menu > ul ul ul, .ntk_mega_menu > li.clasic_menu > ul ul ul ul, .ntk_mega_menu > li.clasic_menu > ul ul ul ul ul {
    opacity: 0;
    z-index: -10;
    display: none;
}

.ntk_mega_menu > li.clasic_menu > ul ul {
    position: absolute;
    right: 100%;
    top: -1px;
    opacity: 0;
    z-index: -10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
    min-width: 200px;
    display: none;
}

.ntk_mega_menu > li.clasic_menu > ul ul li:first-child {
    border-top: 1px solid #e1e1e1;
}

.ntk_mega_menu > li.clasic_menu > ul li {
    position: relative;
}

.ntk_mega_menu > li.clasic_menu > ul li.menu-item-has-children:after {
    font-size: 20px;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\ea50";
    line-height: 1px;
    width: 2px;
    padding-right: 5px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}

.ntk_mega_menu > li.clasic_menu > ul li:hover > ul {
    opacity: 1;
    z-index: 100;
    display: block;
}

.ntk_mega_menu > li.clasic_menu > ul a {
    color: #333;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 20px;
    border-bottom: 1px solid #f4f4f5;
    transition: all 0.1s ease-in-out;
    line-height: 40px;
}

.ntk_mega_menu > li.clasic_menu > ul a i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 3px;
}

.ntk_mega_menu > li.clasic_menu > ul a:hover {
    color: #ef3f3e;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    z-index: -10;
    transition: all 0.1s ease-in-out;
    width: 99%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 45px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    display: none;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li {
    float: right;
    padding: 10px 22px;
    padding-right: 10px;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 38px;
    padding: 0 20px;
    color: #ababab;
    font-weight: normal;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li a i {
    display: none !important;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li:hover > a, .ntk_mega_menu > li.mega_menu_tree_level > ul > li.active > a {
    color: #ef3f3e;
    border-bottom: 2px solid #ee3e3e;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul {
    opacity: 0;
    z-index: -10;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li {
    width: 16%;
    float: right;
    box-sizing: border-box;
    padding: 1px 5px 1px 5px;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li > a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li a {
    line-height: 27px;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li ul {
    /* padding-right:15px; */
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li ul li:hover a {
    color: #ef3f3e;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 42px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    min-height: 250px;
    border-radius: 0 0 8px 8px;
    background-repeat: no-repeat;
    background-position: left bottom;
    flex-wrap: wrap;
    visibility: hidden;
    display: none;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li:hover > ul {
    opacity: 1;
    z-index: 10;
    visibility: visible;
    display: flex;
}

.ntk_mega_menu > li.clasic_menu:hover > ul, .ntk_mega_menu > li.mega_menu_tree_level:hover > ul {
    opacity: 1;
    z-index: 1000;
    display: block;
}

.ntk_mega_menu > li.mega_menu_tree_level:hover ul li.active > ul {
    opacity: 1;
    z-index: 10;
    visibility: visible;
    display: flex;
}

.ntk_mega_menu > li.mega_menu_two_level > ul {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    z-index: -10;
    transition: all 0.1s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    visibility: hidden;
    display: none;
}

.ntk_mega_menu > li.mega_menu_two_level:hover > ul {
    opacity: 1;
    z-index: 110;
    visibility: visible;
    display: flex;
    border-top: 1px solid #eee;
}

.ntk_mega_menu > li.mega_menu_two_level > ul > li > a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.ntk_mega_menu > li.mega_menu_two_level > ul > li > ul li a {
    color: #a0a0a0;
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
}

.ntk_mega_menu > li.mega_menu_two_level > ul > li > ul li a:hover {
    color: #ef3f3e;
}

.ntk_mega_menu > li.mega_menu_two_level:hover > ul > li {
    padding: 10px;
    width: 15%;
    padding: 10px 10px 10px 10px;
    /*border-bottom: 1px solid #f7f7f7;*/
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    overflow: hidden;
    z-index: -10;
    opacity: 0;
    transition: all 0.1s ease-in-out;
    max-height: 502px;
    min-height: 392px;
    /* overflow-y: auto; */
    border-top: 1px solid #eee;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab:hover .ntk-tab-menu-items {
    z-index: 110;
    opacity: 1;
    display: block !important;
    border-top: 1px solid #eee;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul {
    width: 20%;
    float: right;
    box-sizing: border-box;
    background-color: #fff;
    max-height: 502px;
    min-height: 390px;
    overflow-y: auto;
    border-left: 1px solid #f0f0f1;
    margin: 0;
    padding: 0;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: solid 3px transparent;
    transition: all .25s ease;
}

body header.header.header_2 .ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li:hover, body header.header.header_2 .ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li.active {
    border-radius: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8fa;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > a {
    font-weight: 500;
    line-height: 17px;
    padding-right: 4px;
    display: flex;
    align-items: center;
    padding: 15px 8px;
    width: 100%;
    color: #0c0c0c;
}

.ntk_mega_menu > li.mega_menu_tree_level ul > li > a > .item-icon-title > i, .ntk_mega_menu > li.mega_menu_tree_level ul > li > a > .item-icon-title > img {
    font-size: 20px;
    margin-left: 4px;
    width: 20px;
    position: relative;
    top: -1px;
    display: inline-block;
}

body .ntk_mega_menu > li.mega_menu_tree_level ul > li > a > .item-icon-title > img {
    width: 24px;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li:hover > a, .ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li.active > a {
    color: #ef394e;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul {
    position: absolute;
    left: 0;
    width: 80%;
    height: 100%;
    background: #ffffff;
    top: 0;
    z-index: -10;
    opacity: 0;
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    visibility: hidden;
    max-height: 501px;
    min-height: 390px;
    overflow-y: auto;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li:hover ul, .ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li.active ul {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li {
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li i {
    display: none;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > a {
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li > a {
    font-weight: 700;
    line-height: 29px;
    color: #000;
}

.ntk_mega_menu > li.mega_menu_tree_level > ul > li > ul > li > a::before {
    content: '';
    position: relative;
    top: 0px;
    width: 2px;
    padding: 8px 1px;
    margin-left: 5px;
    border-radius: 1px;
    background-color: #fc3131ee;
    display: inline-block;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li > a::before, .ntk_mega_menu > li.mega_menu_two_level > ul > li > a::before {
    content: '';
    position: relative;
    top: 4px;
    width: 2px;
    padding: 8px 1px;
    margin-left: 5px;
    border-radius: 1px;
    background-color: #fc3131ee;
    display: inline-block;
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li > ul {
}

.ntk_mega_menu > li.mega_menu_tree_level.ntk-side-tab > .ntk-tab-menu-items > ul > li > ul > li > ul li a {
    line-height: 27px;
    font-weight: 400;
    color: #a0a0a0;
}

.mega_menu_two_level .sub-menu.ntk-level-0 {
    background-repeat: no-repeat;
    background-position: left bottom;
}

.mobile-menu1 .off-canvas-main ul,body .modal-menu .off-canvas-main .menu ul {
    overflow-y: scroll;
}

.box-hover-menu {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    background-color: #d9d8d8;
    border-radius: 12px;
    transition: all .5s ease 0s;
}

@media (max-width: 992px) {
    .cat-menu {
        display: none;
    }
}


.page-promotes.link_box .page-promotes-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 5px;
    color: #444;
    font-weight: 700;
    position: relative;
    font-size: 14px;
	text-align: center;
	padding: 0px 8px;
}

.page-promotes.link_box::after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background: #ef5661;
    margin: auto;
    text-align: center;
    transition: 0.1s all;
    position: relative;
    margin-top: 6px;
    left: 0;
    right: 0;
}
.page-promotes.button_box .page-promotes-item {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f30a4926;
    height: 31px;
    border-radius: 9px;
    color: #f30a49;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    gap: 5px;
    margin-bottom: 5px;
}

.page-promotes .page-promotes-item i {
    font-size: 16px;
	display: flex;
}

/*---------- widget styles section ----------*/
.widget, .brand-slider {
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
}

.widget .card-header, .brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.widget .card-header .card-title, .brand-slider .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget .card-header, .brand-slider .card-header {
    border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 992px) {
    aside.sidebar .widget, aside.sidebar .brand-slider, .wpb_content_element .widget, .wpb_content_element .brand-slider {
        box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
        background: #fff;
        padding: 30px;
        border: 1px solid #e0e1e2;
        border-radius: 0;
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    aside.sidebar .widget, aside.sidebar .brand-slider, .wpb_content_element .widget, .wpb_content_element .brand-slider {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    aside.sidebar .widget .card-header, aside.sidebar .brand-slider .card-header, .wpb_content_element .widget .card-header, .wpb_content_element .brand-slider .card-header {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        border-bottom: none;
        margin-bottom: 15px;
    }

    aside.sidebar .widget .card-header .card-title, aside.sidebar .brand-slider .card-header .card-title, .wpb_content_element .widget .card-header .card-title, .wpb_content_element .brand-slider .card-header .card-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    aside.sidebar .widget .card-body, aside.sidebar .brand-slider .card-body, .wpb_content_element .widget .card-body, .wpb_content_element .brand-slider .card-body {
        padding: 0;
    }

    aside.sidebar .widget .card-footer, aside.sidebar .brand-slider .card-footer, .wpb_content_element .widget .card-footer, .wpb_content_element .brand-slider .card-footer {
        border-top: 1px solid #f5f5f5;
        margin-top: 30px;
        margin-right: -30px;
        margin-left: -30px;
        margin-bottom: -30px;
        background-color: #f8f9fa;
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    aside.sidebar .widget .card-footer, aside.sidebar .brand-slider .card-footer, .wpb_content_element .widget .card-footer, .wpb_content_element .brand-slider .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.widget_recent_comments #recentcomments {
    padding-right: 0;
    list-style: none;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
    font-weight: 500;
}

.widget_recent_comments #recentcomments .recentcomments a {
    color: #979898;
}

.widget_meta ul, .widget_archive ul, .widget_ztjalali_archive ul, .widget_pages ul, .widget_nav_menu ul {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget_media_image a {
    display: block;
    text-align: center;
}

.widget_calendar table, .widget_ztjalali_calendar table {
    width: 100%;
    text-align: center;
}

.widget_search #searchform {
    position: relative;
}

.widget_search #searchform #s {
    padding-left: 76px !important;
}

.widget_search #searchform input[type=submit] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_categories {
    padding: 0;
    border-radius: 0;
}

.widget_categories .card-header {
    text-align: center;
    background-color: #00BFD6 !important;
    color: #fff;
}

.widget_categories .card-header .card-title {
    padding-top: 10px;
}

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories ul a {
    display: block;
}

.widget_categories ul a .mdi {
    font-size: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    color: #979898;
    width: 24px;
    display: inline-block;
}

.widget_categories ul a:hover {
    color: #00BFD6;
}

.widget_categories .cat-item a {
    padding: 10px 15px;
}

.widget_categories .cat-item .children {
    background: #f8f9fa;
    padding-right: 15px;
}

.widget_categories .cat-item .children .cat-item a {
    color: #979898;
}

.widget_categories .cat-item .children .cat-item a:before {
    font-family: "Material Design Icons";
    content: '\f764';
    font-size: 8px;
    position: relative;
    top: 0;
    left: 5px;
    color: #d7d8d9;
}

.widget_categories .cat-item .children .cat-item a:hover {
    color: #00BFD6;
}

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

.widget_recent_entries ul li .post-date {
    font-size: 12px;
    color: #979898;
    display: block;
}

.widget_product_categories ul {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget_product_categories ul li:before {
    content: '\f764';
    font-family: "Material Design Icons";
    font-size: 8px;
    position: relative;
    top: 0;
    left: 0;
    color: #979898;
    float: right;
    margin-left: 5px;
}

.widget_product_categories ul li .children {
    padding-right: 15px;
}

.widget_product_categories ul li .children li:before {
    color: #d7d8d9;
    content: '\f4db';
}

.widget_product_categories ul .current-cat:before {
    color: #00BFD6 !important;
}

.widget_product_categories ul .current-cat > a {
    color: #00BFD6;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 3px;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    color: #979898;
    font-size: 12px;
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    border-top: none !important;
    margin-top: 1rem;
    text-align: center;
    color: #6ab946;
    font-weight: 500;
    font-size: 16px;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    text-align: center;
}

.widget_products .product_list_widget li .product-title, .widget_top_rated_products .product_list_widget li .product-title, .widget_recently_viewed_products .product_list_widget li .product-title, .widget_recent_reviews .product_list_widget li .product-title {
    font-weight: 400 !important;
}

.widget_products .product_list_widget li img, .widget_top_rated_products .product_list_widget li img, .widget_recently_viewed_products .product_list_widget li img, .widget_recent_reviews .product_list_widget li img {
    float: right !important;
    margin-left: 7px;
    margin-right: 0 !important;
    width: 64px !important;
    height: auto !important;
    border-radius: 100%;
    border: 1px solid #e0e1e2;
}

.widget_products .product_list_widget li .price, .widget_top_rated_products .product_list_widget li .price, .widget_recently_viewed_products .product_list_widget li .price, .widget_recent_reviews .product_list_widget li .price {
    color: #EF5661;
}

.widget_products .product_list_widget li .price del, .widget_top_rated_products .product_list_widget li .price del, .widget_recently_viewed_products .product_list_widget li .price del, .widget_recent_reviews .product_list_widget li .price del {
    color: #979898;
}

.widget_products .product_list_widget li .price .discount-percent, .widget_top_rated_products .product_list_widget li .price .discount-percent, .widget_recently_viewed_products .product_list_widget li .price .discount-percent, .widget_recent_reviews .product_list_widget li .price .discount-percent {
    display: none;
}

.widget_products .product_list_widget li:not(:last-child), .widget_top_rated_products .product_list_widget li:not(:last-child), .widget_recently_viewed_products .product_list_widget li:not(:last-child), .widget_recent_reviews .product_list_widget li:not(:last-child) {
    border-bottom: none;
    margin-bottom: 15px;
}

.widget_media_gallery .gallery-item {
    width: 100% !important;
}

.widget-posts .list-group .list-group-item, .widget-news .list-group .list-group-item, .widget-related-posts .list-group .list-group-item {
    padding: 0;
}

.widget-posts .list-group .list-group-item img.post-thumb, .widget-news .list-group .list-group-item img.post-thumb, .widget-related-posts .list-group .list-group-item img.post-thumb {
    border-radius: 11px;
    margin-left: 7px;
    max-width: 64px;
    height: 64px;
    object-fit: cover;
    transition: all 200ms ease-out;
}

.widget-posts .list-group .list-group-item h4.post-title, .widget-news .list-group .list-group-item h4.post-title, .widget-related-posts .list-group .list-group-item h4.post-title {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 4px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    min-height: 52px;
}

.widget-posts .list-group .list-group-item .post-date, .widget-news .list-group .list-group-item .post-date, .widget-related-posts .list-group .list-group-item .post-date {
    font-size: 12px;
    color: #979898;
}

.widget-posts .list-group .list-group-item:not(:last-child), .widget-news .list-group .list-group-item:not(:last-child), .widget-related-posts .list-group .list-group-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-posts .list-group .list-group-item:hover img.post-thumb, .widget-news .list-group .list-group-item:hover img.post-thumb, .widget-related-posts .list-group .list-group-item:hover img.post-thumb {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}

.widget-posts .list-group .all-news, .widget-news .list-group .all-news, .widget-related-posts .list-group .all-news {
    text-align: left;
    color: #00BFD6;
    font-weight: 500;
}

/*---------- widget-top-banner styles section ----------*/
.widget-top-banner, .widget-bottom-banner {
    padding: 0;
}

.widget-top-banner img, .widget-bottom-banner img {
    border-radius: 8px;
}

@media (max-width: 576px) {
    .widget-top-banner:not(.widget-archive-top-banner), .widget-bottom-banner {
        display: none;
    }
}

/*---------- widget-banner styles section ----------*/
.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: transparent;
}

.widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.widget-banner .banner-title {
    display: none;
}

/*---------- widget-services styles section ----------*/
.widget-services {
    text-align: center;
}

.widget-services .feature-item p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
}

.widget-services .feature-item img {
    max-width: 71px;
    max-height: 71px;
    width: auto;
    height: auto;
}

.widget-services .row .feature-item:not(:first-child) {
    margin-top: 15px;
}

.sidebar-fw .widget-services .feature-item img {
    max-width: 65px;
    max-height: 65px;
}

@media (max-width: 992px) {
    .widget-features {
        display: none;
    }
}

.sidebar-main .widget-services .row {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    border: none;
    width: 100%;
    margin: 15px;
}

.sidebar-main .widget-services .row .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.sidebar-main .widget-services .row .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sidebar-main .widget-services .row .feature-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    margin-top: 10px !important;
}

@media (max-width: 576px) {
    .sidebar-main .widget-services .row .feature-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*---------- widget-product styles section ----------*/
@media (max-width: 992px) {
    .widget-product, .widget-post, .brand-slider {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
}

.widget-product .card-header, .widget-post .card-header, .brand-slider .card-header {
    position: relative;
}

.widget-product .card-header .card-title, .widget-post .card-header .card-title, .brand-slider .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
}

.widget-product .card-header .card-title span:not(.mdi), .widget-post .card-header .card-title span:not(.mdi), .brand-slider .card-header .card-title span:not(.mdi) {
    display: inline-block;
    border-bottom: 1px solid #EF5661;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .card-title .mdi, .widget-post .card-header .card-title .mdi, .brand-slider .card-header .card-title .mdi {
    font-size: 24px;
    position: relative;
    top: 5px;
    left: 0;
    color: #d7d8d9;
    color: #d7d8d9 !important;
}

.widget-product .card-header .view-all, .widget-post .card-header .view-all, .brand-slider .card-header .view-all {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .view-all:hover, .widget-post .card-header .view-all:hover, .brand-slider .card-header .view-all:hover {
    color: #EF5661;
}

.widget-product .owl-carousel .owl-item,
.widget-post .owl-carousel .owl-item {
    transition: all 200ms ease-out;
    border-radius: 8px;
    position: relative;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .widget-product .owl-carousel .owl-item,
	.widget-post .owl-carousel .owl-item {
        border: 1px solid transparent;
    }

    .widget-product .owl-carousel .owl-item:hover,
	.widget-post .owl-carousel .owl-item:hover{
        border: 1px solid #ECEFF1;
    }
}

.widget-product .carousel-item,
.widget-post .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

@media (max-width: 992px) {
    .widget-product .carousel-item,
	.widget-post .carousel-item {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
}

.widget-product .carousel-item .post-title,
.widget-post .carousel-item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

@media (max-width: 768px) {
    .widget-product  .carousel-item .post-title,
	.widget-post  .carousel-item .post-title {
        line-height: 26px;
        height: 52px;
        font-weight: 400;
    }
}

.widget-product .carousel-item .price,
.widget-post .carousel-item .price,
.brand-slider .carousel-item .price {
    color: #EF5661;
    font-size: 20px;
    height: 64px;
}

@media (max-width: 768px) {
    .widget-product .carousel-item .price,
	.widget-post .carousel-item .price {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
}

.widget-product  .carousel-item .price .discount-percent,
.widget-post .carousel-item .price .discount-percent {
    display: none !important;
}

.widget-product .carousel-item .price > *,
.widget-post .carousel-item .price > * {
    display: block;
}

.widget-product .carousel-item .price del,
.widget-post .carousel-item .price del{
    color: #979898;
    font-size: 13px;
}

.product-actions {
    position: relative;
    top: 5px;
}


/*---------- widget-post styles section ----------*/
.widget-post .card-header .card-title span {
    border-bottom-color: #00BFD6;
    color: #00BFD6;
}

.widget-post .post-meta {
    font-size: 12px;
    color: #979898;
}

.widget-post .post-meta .mdi {
    font-size: 16px;
    position: relative;
    top: 3px;
    left: 3px;
    color: #979898;
}

/*---------- footer-widgets styles section ----------*/
.footer-widgets .widget_nav_menu {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.footer-widgets .widget_nav_menu .card-title {
    font-size: 16px;
    font-weight: 500;
}

.footer-widgets .widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .newsletter {
    margin-top: 30px;
}

.footer-widgets .newsletter form {
    position: relative;
}

.footer-widgets .newsletter form .form-control {
    padding-left: 64px;
}

.footer-widgets .newsletter form .btn {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 576px) {
    .footer-widgets .newsletter form .form-control {
        padding-left: 7px;
    }

    .footer-widgets .newsletter form .btn {
        position: static;
        margin-top: 5px;
        display: block;
        width: 100%;
        border-top-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important;
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, 0.5);
    }
}

.footer-widgets .socials {
    margin-top: 30px;
}

.footer-widgets .socials .list-inline {
    padding-right: 0;
}

.footer-widgets .socials .list-inline .list-inline-item .mdi {
    font-size: 26px;
    color: #fff;
}

.footer-widgets .socials .list-inline .list-inline-item a {
    text-align: center;
    width: 43px;
    height: 43px;
    margin-bottom: 2px;
    border-radius: 5px;
    background: #EF5661;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widgets .socials .list-inline .list-inline-item .facebook {
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.footer-widgets .socials .list-inline .list-inline-item .instagram {
    background-image: linear-gradient(to right, #c471f5 0%, #fa71cd 100%);
}

.footer-widgets .socials .list-inline .list-inline-item .twitter {
    background-image: linear-gradient(to right, #4481eb 0%, #04befe 100%);
}

.footer-widgets .socials .list-inline .list-inline-item .telegram {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.footer-widgets .socials .list-inline .list-inline-item .google-plus {
    background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}

.footer-widgets .socials .list-inline .list-inline-item .aparat {
    background-image: linear-gradient(to right, #ea1d5d 0%, #f21e60 100%);
}

/*---------- widget-filter styles section ----------*/


@media (max-width: 576px) {
    .widget_layered_nav_filters, .widget_layered_nav, .widget_price_filter, .widget_rating_filter, .widget-brands, .widget_product_search, .widget_product_categories {
        padding: 15px;
    }
}

.widget_layered_nav_filters .card-header, .widget_layered_nav .card-header, .widget_price_filter .card-header, .widget_rating_filter .card-header, .widget-brands .card-header, .widget_product_search .card-header, .widget_product_categories .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.widget_layered_nav_filters .card-header .card-title, .widget_layered_nav .card-header .card-title, .widget_price_filter .card-header .card-title, .widget_rating_filter .card-header .card-title, .widget-brands .card-header .card-title, .widget_product_search .card-header .card-title, .widget_product_categories .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget_layered_nav_filters .card-body, .widget_layered_nav .card-body, .widget_price_filter .card-body, .widget_rating_filter .card-body, .widget-brands .card-body, .widget_product_search .card-body, .widget_product_categories .card-body {
    padding: 0;
}

.widget_layered_nav_filters .card-footer, .widget_layered_nav .card-footer, .widget_price_filter .card-footer, .widget_rating_filter .card-footer, .widget-brands .card-footer, .widget_product_search .card-footer, .widget_product_categories .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .widget_layered_nav_filters .card-footer, .widget_layered_nav .card-footer, .widget_price_filter .card-footer, .widget_rating_filter .card-footer, .widget-brands .card-footer, .widget_product_search .card-footer, .widget_product_categories .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.widget_layered_nav_filters .card-header, .widget_layered_nav .card-header, .widget_price_filter .card-header, .widget_rating_filter .card-header, .widget-brands .card-header, .widget_product_search .card-header, .widget_product_categories .card-header {
    border-bottom: 1px solid #e0e1e2;
}

.widget_layered_nav_filters .card-header .card-title, .widget_layered_nav .card-header .card-title, .widget_price_filter .card-header .card-title, .widget_rating_filter .card-header .card-title, .widget-brands .card-header .card-title, .widget_product_search .card-header .card-title, .widget_product_categories .card-header .card-title {
    font-size: 16px;
}

.widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item, .widget_layered_nav_filters .list-group-item, .widget_layered_nav .woocommerce-widget-layered-nav-list__item, .widget_layered_nav .list-group-item, .widget_price_filter .woocommerce-widget-layered-nav-list__item, .widget_price_filter .list-group-item, .widget_rating_filter .woocommerce-widget-layered-nav-list__item, .widget_rating_filter .list-group-item, .widget-brands .woocommerce-widget-layered-nav-list__item, .widget-brands .list-group-item, .widget_product_search .woocommerce-widget-layered-nav-list__item, .widget_product_search .list-group-item, .widget_product_categories .woocommerce-widget-layered-nav-list__item, .widget_product_categories .list-group-item {
    transition: all 200ms ease-out;
}

.widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item:hover, .widget_layered_nav_filters .list-group-item:hover, .widget_layered_nav .woocommerce-widget-layered-nav-list__item:hover, .widget_layered_nav .list-group-item:hover, .widget_price_filter .woocommerce-widget-layered-nav-list__item:hover, .widget_price_filter .list-group-item:hover, .widget_rating_filter .woocommerce-widget-layered-nav-list__item:hover, .widget_rating_filter .list-group-item:hover, .widget-brands .woocommerce-widget-layered-nav-list__item:hover, .widget-brands .list-group-item:hover, .widget_product_search .woocommerce-widget-layered-nav-list__item:hover, .widget_product_search .list-group-item:hover, .widget_product_categories .woocommerce-widget-layered-nav-list__item:hover, .widget_product_categories .list-group-item:hover {
    background-color: #f7fafc;
}

.widget_layered_nav_filters ul .chosen {
    padding-left: 6px !important;
}

.widget_layered_nav_filters ul .chosen a {
    border: 1px solid #d7d8d9;
    border-radius: 8px;
    padding: 3px 10px;
    line-height: 26px;
    margin-bottom: 3px;
    display: inline-block;
}

.widget_layered_nav_filters ul .chosen a:before {
    display: none;
}

.widget_layered_nav_filters ul .chosen a:after {
    content: '\f5ad';
    font-family: "Material Design Icons";
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    color: #d7d8d9;
    margin-right: 7px;
    float: left;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    position: relative;
    padding-right: 28px;
    display: inline-block;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
    font-family: "Material Design Icons";
    content: '\f131';
    font-size: 23px;
    position: absolute;
    right: 0;
    top: -2px;
    float: right;
    color: #d7d8d9;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
    content: '\f132';
    color: #00BFD6;
    top: 3px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
    color: #979898;
    float: left;
}

.widget-brands .list-group .list-group-item a {
    position: relative;
    padding-right: 28px;
    display: inline-block;
}

.widget-brands .list-group .list-group-item a:before {
    font-family: "Material Design Icons";
    content: '\f131';
    font-size: 23px;
    position: absolute;
    right: 0;
    top: -2px;
    float: right;
    color: #d7d8d9;
}

.widget-brands .list-group .list-group-item.chosen a:before {
    content: '\f132';
    color: #00BFD6;
    top: -2px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    margin-top: 15px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
    height: 2px;
    background-color: #00BFD6;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #d7d8d9;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background-color: #f43f5e;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 3em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    top: -10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1):before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2):before {
    font-family: "Material Design Icons";
    font-size: 20px;
    position: absolute;
    top: 11px;
    line-height: 0;
    color: #979898;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1):before {
    content: '\f141';
    left: 1px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2):before {
    content: '\f142';
    right: 1px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    float: none;
    display: block;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    border: 0;
    background: #f43f5e;
}

.woocommerce .widget_price_filter .price_slider_amount .button:before {
    content: '\ea4a';
    font-family: "netkala";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.62);
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    margin-top: 15px;
    font-size: 12px;
    color: #7a7a7a;
    text-align: center;
    direction: rtl;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .from, .woocommerce .widget_price_filter .price_slider_amount .price_label .to {
    display: inline-block;
    padding: 2px 4px 0 4px;
    line-height: 22px;
    background-color: #f5f5f5;
}

.widget_layered_nav .card-header, .widget_rating_filter .card-header, .widget_price_filter .card-header, .widget-brands .card-header, .widget_product_search .card-header, .widget_product_categories .card-header {
    cursor: pointer;
}

.widget_layered_nav .card-header .card-title, .widget_rating_filter .card-header .card-title, .widget_price_filter .card-header .card-title, .widget-brands .card-header .card-title, .widget_product_search .card-header .card-title, .widget_product_categories .card-header .card-title {
    position: relative;
}

.widget_layered_nav .card-header .card-title .mdi, .widget_rating_filter .card-header .card-title .mdi, .widget_price_filter .card-header .card-title .mdi, .widget-brands .card-header .card-title .mdi, .widget_product_search .card-header .card-title .mdi, .widget_product_categories .card-header .card-title .mdi {
    font-size: 24px;
    color: #d7d8d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget_layered_nav .card-header.closed .card-title .mdi:before, .widget_rating_filter .card-header.closed .card-title .mdi:before, .widget_price_filter .card-header.closed .card-title .mdi:before, .widget-brands .card-header.closed .card-title .mdi:before, .widget_product_search .card-header.closed .card-title .mdi:before, .widget_product_categories .card-header.closed .card-title .mdi:before {
    content: '\f140';
}

.widget_layered_nav .card-header.closed + *, .widget_rating_filter .card-header.closed + *, .widget_price_filter .card-header.closed + *, .widget-brands .card-header.closed + *, .widget_product_search .card-header.closed + *, .widget_product_categories .card-header.closed + * {
    display: none;
}

@media (max-width: 992px) {
    aside.sidebar-shop {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        z-index: 99999;
        overflow-y: auto;
        padding-top: 15px;
    }

    aside.sidebar-shop .close-sidebar {
        display: block;
    }
}

.toggle-filters {
    background-color: #fff;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e1e2;
}

.toggle-filters .btn {
    background-color: #ECEFF1;
    line-height: 24px !important;
    font-size: 12px !important;
    color: #7a7a7a !important;
}

.toggle-filters .btn .mdi {
    margin-right: 10px;
    color: #979898;
}

@media (min-width: 992px) {
    .toggle-filters {
        display: none;
    }
}

.close-sidebar {
    padding: 15px;
    display: none;
}

.close-sidebar a {
    float: left;
}

.close-sidebar .mdi {
    font-size: 24px;
    color: #979898;
}

@media (min-width: 992px) {
    .close-sidebar {
        display: none;
    }
}

.widget_product_search form.woocommerce-product-search {
    display: block;
    position: relative;
}

.widget_product_search input[type=search] {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    position: relative;
    padding-right: 32px !important;
}

.widget_product_search input[type=search]:focus {
    border-color: #00BFD6 !important;
    background-color: transparent !important;
}

.widget_product_search button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    width: 30px;
    height: 42px;
    cursor: pointer;
    background-color: transparent !important;
}

.widget_product_search button[type=submit]:before {
    position: absolute;
    content: "\F349";
    font-family: "Material Design Icons";
    font-size: 20px;
    position: relative;
    top: 1px;
    left: 10px;
    color: #7a7a7a;
}

.widget_product_search button[type=submit]:hover, .widget_product_search button[type=submit]:focus, .widget_product_search button[type=submit]:active, .widget_product_search button[type=submit]:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
}

.widget-brands .product-categories, .widget-brands .list-group, .widget_product_categories .product-categories, .widget_product_categories .list-group {
    max-height: 460px;
    overflow-y: auto;
}

.widget-brands .product-categories .cat-item a:hover, .widget-brands .list-group .cat-item a:hover, .widget_product_categories .product-categories .cat-item a:hover, .widget_product_categories .list-group .cat-item a:hover {
    color: #00BFD6;
}

/*---------- suggestion-slider styles section ----------*/
.widget-suggestion {
    border: 1px solid #05e4ff;
}

.widget-suggestion .card-header {
    border-bottom: none;
}

#suggestion-slider .countdown {
    display: none;
}

#suggestion-slider .progressbar-wrapper {
    height: 3px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

#suggestion-slider .progressbar-wrapper .progressbar {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, 0.5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 3px;
    border-image-source: linear-gradient(90deg, #ffd3db, #fb3449);
    border-image-slice: 1;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

#suggestion-slider .carousel-item {
    text-align: center;
}

#suggestion-slider .carousel-item a {
    display: block;
    text-align: center;
}

#suggestion-slider .carousel-item img {
    max-width: 209px !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important;
}

#suggestion-slider .carousel-item .product-title {
    font-size: 13px;
}

#suggestion-slider .carousel-item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

#suggestion-slider .carousel-item .price {
    color: #EF5661;
    height: 64px;
    font-size: 20px;
}

#suggestion-slider .carousel-item .price .discount-percent {
    display: none !important;
}

#suggestion-slider .carousel-item .price > * {
    display: block;
}

#suggestion-slider .carousel-item .price del {
    color: #979898;
    font-size: 13px;
}

/*---------- brands-slider styles section ----------*/
.brand-slider .owl-carousel .owl-item img {
    width: 100%;
}

/*---------- countdown-timer styles section ----------*/
.countdown-timer {
    direction: ltr;
}

.countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 6px;
    font-size: 28px;
    font-weight: 500;
}

.countdown-timer span:not(:last-child):after {
    content: ':';
    margin-left: 12px;
}

.timer-title {
    margin-top: 15px;
    color: #979898;
}

.archive.post-type-archive-product .countdown-timer, .archive.tax-product_cat .countdown-timer {
    color: #FF637D;
    text-align: left;
    margin: 5px 0;
}

.archive.post-type-archive-product .countdown-timer span, .archive.tax-product_cat .countdown-timer span {
    font-size: 13px;
    padding: 2px;
    font-weight: 400;
}

.archive.post-type-archive-product .countdown-timer:before, .archive.tax-product_cat .countdown-timer:before {
    font-family: "Material Design Icons";
    content: '\f995';
    font-size: 24px;
    position: relative;
    top: 0;
    left: 0;
    color: #FF637D;
    float: left;
    margin-right: 7px;
}

.archive.post-type-archive-product .finished, .archive.tax-product_cat .finished {
    color: #979898;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 5px;
}

/*---------- main-footer styles section ----------*/
.main-footer {
	background: #ffffff;
	padding: 48px 22px;
	border-top: 3px solid #f43f5e;
	margin-top: 20px;
}
.main-footer .footer-row-container{
    max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px
    
}
@media(min-width:900px){
    .main-footer .footer-row-container{
        grid-template-columns: 550px 1fr;
        
    }
}


.main-footer .brand{
    background:#f8fafc;
    border-radius:14px;
    padding:22px;display:flex;flex-direction:column;gap:14px;align-items:flex-start
    
}
.main-footer .logo{display:flex;gap:12px;align-items:center}
.main-footer .logo .mark {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: #f43f5e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
}
.main-footer .logo .name{font-size:18px;font-weight:700}
.main-footer .desc {
	color: #475569;
	font-size: 14px;
	text-align: justify;
}


.main-footer .socials {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.main-footer .socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e2e8f0;border-radius:10px;text-decoration:none;color:#0f172a;transition:transform .18s ease, background .18s}
.main-footer .socials a:hover{transform:translateY(-4px);background:#cbd5e1}


.main-footer .badges{display:flex;flex-direction:column;gap:8px}
.main-footer .badge {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	background: #e2e8f0;
	border-radius: 10px;
	text-decoration: none;
	color: #0f172a;
	font-size: 13px;
	text-align: right;
	line-height: 20px;
}
.main-footer .badge svg{width:22px;height:22px}


.main-footer .menus{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(min-width:1100px){.main-footer .menus{grid-template-columns:repeat(3,1fr)}}
.main-footer .menu{display:flex;flex-direction:column}
.main-footer .menu h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #0f172a;
	font-weight: bold;
	border-bottom: 1px solid #3333;
	padding: 0px 0px 10px 0px;
}
.main-footer .menu a{color:#475569;text-decoration:none;padding:6px 0;font-size:14px}
.main-footer .menu a:hover{color:#0ea5e9}


.main-footer .newsletter {
    width: 100%;
    background: #f8fafc;
    padding: 18px;
    border-radius: 12px;
    flex: 1;
}
.main-footer .newsletter h4{margin:0 0 10px 0}
.main-footer .newsletter p{margin:0 0 12px 0;color:#475569;font-size:14px}
.main-footer .form {
    display: flex;
    gap: 8px;
    position: relative;
}
.main-footer .form input[type="email"]{
	flex:1;
	outline: 0;
	padding:12px 14px;
	border-radius:10px;
	border:1px solid #cbd5e1;
	background:#fff;
	color:#0f172a

}
.main-footer .form button {
    position: absolute;
    padding: 0 16px;
    border-radius: 10px;
    border: none;
    background: #f43f5e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    left: 0;
    height: 100%;
}

.main-footer .symbols {
	display: flex;
	background: #f8fafc;
	padding: 10px;
	border-radius: 11px;
	align-items: center;
}

.main-footer .bottom{border-top:1px solid #e5e7eb;margin-top:22px;padding-top:18px;display:flex;flex-direction:column;gap:12px}
@media(min-width:700px){.main-footer .bottom{flex-direction:row;align-items:center;justify-content:space-between}}
.main-footer .copyright{color:#475569;font-size:13px}


.main-footer .footer-flex-row {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}
.main-footer a.logo-link{text-decoration:none;color:inherit}


@media(max-width:899px){
	.main-footer .footer-row-container {
		display: block;
	}
.main-footer .brand{align-items:center;text-align:center}
.main-footer .brand .desc{padding:0 6px}
.main-footer .menus{grid-template-columns:repeat(2,1fr)}
}

/*********************/

.top-bar {
    width: 100%;
    line-height: 50px;
    text-align: center;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    background: #f70000;
}

.top-bar-text {
    font-size: 16px;
    font-weight: 600;
	color: #fff;
}

.top-bar-text span {
    line-height: 40px;
}

.topbar-btn {
    border: 2px solid #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 1px 10px;
    border-radius: 50px;
    font-weight: 500;
    transition-duration: 0.2s;
    color: #fff;
}

.topbar-btn:hover {
    color: #333;
	background: #fff;
}

.close-topbar-btn {
    text-align: right;
    font-size: 17px;
    margin-top: 11.9px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition-duration: 0.3s;
    float: right;
}

.close-topbar-btn:hover {
    transform: rotate(180deg);
}

/*---------- mobile-nav styles section ----------*/
.main-header .mobile-nav {
	
}

.main-header .mobile-nav .toggle-cat-menu {
    font-size: 16px;
}

.main-header .mobile-nav .toggle-cat-menu .mdi {
    font-size: 32px;
    position: relative;
    top: 8px;
    left: 7px;
    color: #515151;
}

.main-header .mobile-nav .site-logo {
    float: left;
}

@media (min-width: 992px) {
    .main-header .mobile-nav {
        display: none;
    }
}

.mobile-nav-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    transition: all 200ms ease-out;
    transition-duration: 450ms;
}

@media (max-width: 991.99px) {
    .sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }
}

@media (max-width: 991.99px) {
    #wrapper {
        transition: all 200ms ease-out;
        transition-duration: 450ms;
        position: relative;
        right: 0;
    }

    #wrapper.cat-toggled .mobile-nav-overlay {
        display: block;
    }

    #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
        right: 280px;
    }

    #wrapper #cat-nav-sidebar-wrapper {
        z-index: 10000;
        position: fixed;
        right: -280px;
        top: 0;
        width: 280px;
        height: 100%;
        margin-right: -280px;
        overflow-y: auto;
        background: #fff;
        transition: all 200ms ease-out;
        transition-duration: 450ms;
    }

    #wrapper #cat-nav-sidebar-wrapper .logo-wrapper {
        text-align: center;
        padding: 15px;
    }

    #wrapper #cat-nav-sidebar-wrapper .logo-wrapper a {
        padding: 15px;
        border-bottom: 1px solid #e0e1e2;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav {
        width: 280px;
        background: #fff;
		box-shadow: none;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav ul {
        list-style: none;
        padding: 0;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li {
        display: block;
        width: 100%;
        padding: 0;
        margin-right: 0;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li a {
        padding: 10px 36px 10px 10px;
        color: #515151;
        display: block;
    }
}

@media (max-width: 991.99px) and (max-width: 992px) {
    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li a .cat-icon {
        display: none !important;
    }
}

@media (max-width: 991.99px) {
    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li .sub-menu {
        background: #f5f5f5;
        display: none;
        padding-right: 15px;
        transition: all 200ms ease-out;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li .sub-menu .sub-menu a {
        color: #979898;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a {
        position: relative;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .mdi {
        color: #979898;
        font-size: 20px;
        position: absolute;
        right: 5px;
        width: 32px;
        height: 32px;
        text-align: center;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .mdi-minus-circle-outline {
        display: none;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a.open .mdi-plus-circle-outline {
        display: none;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a.open .mdi-minus-circle-outline {
        display: inline-block;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children.open > .sub-menu {
        display: block;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .list-inline > .menu-item-has-children > .sub-menu {
        box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .amazing-item a {
        color: #FF637D;
    }

    #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .amazing-item a .cat-icon {
        display: inline-block !important;
        color: #FF637D;
        margin-left: 5px;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    #wrapper.cat-toggled {
        padding-right: 280px;
    }

    #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
        width: 280px;
    }

    #wrapper #cat-nav-sidebar-wrapper {
        width: 0;
        display: none !important;
    }
}

/*---------- page-card styles section ----------*/
.page-card {
    background: #fff;
    padding: 30px;
    border: 0;
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 576px) {
    .page-card {
        padding: 15px;
    }
}

.page-card .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.page-card .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.page-card .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .page-card .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.page-card .card-body {
    /*a {
        color: $primary;
        border-bottom: 1px dashed $primary;
    }*/
}

.page-card .card-body img {
    max-width: 100%;
    height: auto;
}

.page-card .card-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.page-card .card-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.page-card .card-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-card .card-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-card .card-body .alignright {
    float: right;
}

.page-card .card-body .alignleft {
    float: left;
}

.page-card .card-body ul {
    list-style: none;
    padding-right: 0;
    /*li {
          &:before {
              content: '\f70a';
              font-family: "Material Design Icons";
              @include mdi(8px, 0, $primary, 7px);
              float: right;
          }
          li:before {
              color: $gray-500;
          }
      }*/
}

.page-card .card-body ul ul {
    padding-right: 15px;
}

/*---------- 404 page styles section ----------*/
body.error404 {
    background: url("assets/img/pattern.png") repeat-x;
}

@media (max-width: 576px) {
    body.error404 h1 {
        font-size: 20px;
    }
}

body.error404 .main {
    text-align: center;
    padding: 50px;
}

/*---------- login styles section ----------*/
.woocommerce-account .main {
    margin-top: 0;
}

.woocommerce-account .account-logo-wrapper {
    text-align: center;
    padding: 15px 0;
}

.woocommerce-account .main-content.nologin  img {
	width: 200px;
	height: auto;
}
.woocommerce-account.woocommerce-edit-account .main-content form .form-row {
    display: block;
}

.woocommerce-account .page-login .col-1,
.woocommerce-account .page-login .col-2,
.woocommerce-account .page-register .col-1,
.woocommerce-account .page-register .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
}

.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
    display: none !important;
}

.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 11px 11px 0px 0px;
    box-shadow: none;
    padding: 15px;
    border-bottom: none;
}

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
        padding: 15px;
    }
}

.woocommerce-account .u-column1.col-1 .card-header, .woocommerce-account .u-column2.col-2 .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .u-column1.col-1 .card-header .card-title, .woocommerce-account .u-column2.col-2 .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .u-column1.col-1 .card-body, .woocommerce-account .u-column2.col-2 .card-body {
    padding: 0;
}

.woocommerce-account .u-column1.col-1 .card-footer, .woocommerce-account .u-column2.col-2 .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1 .card-footer, .woocommerce-account .u-column2.col-2 .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2 {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-account .u-column1.col-1 > h2,
.woocommerce-account .u-column2.col-2 > h2{
    display: none;
}

.woocommerce-account .u-column1.col-1 form, .woocommerce-account .u-column2.col-2 form {
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .u-column1.col-1 form label, .woocommerce-account .u-column2.col-2 form label {
    color: #7a7a7a;
}

.woocommerce-account .u-column1.col-1 form .button, .woocommerce-account .u-column2.col-2 form .button {
    display: block;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #f43f5e !important;
	background-color: #f43f5e;
	    color: #fff;
    font-size: 16px !important;
    margin-left: 0;
}

.woocommerce-account .u-column1.col-1 form .button:before, .woocommerce-account .u-column2.col-2 form .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.woocommerce-account .u-column1.col-1 form .button:hover:before, .woocommerce-account .u-column1.col-1 form .button:focus:before, .woocommerce-account .u-column1.col-1 form .button:active:before, .woocommerce-account .u-column2.col-2 form .button:hover:before, .woocommerce-account .u-column2.col-2 form .button:focus:before, .woocommerce-account .u-column2.col-2 form .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.woocommerce-account .u-column1.col-1 form .woocommerce-form__label, .woocommerce-account .u-column2.col-2 form .woocommerce-form__label {
    margin-top: 1rem;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
    line-height: 18px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
    background: #ff7979;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
    background: #ffbe76;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
    background: #badc58;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong, .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
    background: #6ab04c;
}

.woocommerce-account .u-column1.col-1 form .woocommerce-password-hint, .woocommerce-account .u-column2.col-2 form .woocommerce-password-hint {
    line-height: 26px;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword, .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
    margin-bottom: 0;
}

.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a, .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
}

.woocommerce-account .login-footer {
    text-align: center;
    padding: 15px;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    border: 1px solid rgba(0, 190, 214, 0.13);
    background: #F5FCFD;
    border-radius: 0px 0px 11px 11px;
}

.woocommerce-account .login-footer a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
    margin-right: 10px;
}

/*---------- mini-footer styles section ----------*/
.mini-footer {
    margin-top: 100px;
    border-top: 1px solid #e0e1e2;
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.mini-footer ul li {
    display: inline-block;
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
}

.mini-footer .copyright-bar {
    background: transparent;
    color: #7a7a7a;
}

/*---------- my-account styles section ----------*/
body:not(.logged-in) .advanced-account .form-row {
    display: block;
}
body.logged-in .advanced-account .top-navbar {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 3px 0px;
}
  body.logged-in .advanced-account .top-navbar #account-sidebar-toggle .nav-link {
    position: relative; }
  body.logged-in .advanced-account .top-navbar #account-sidebar-toggle .mdi {
	  line-height: 30px;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #00CBCB; }
  @media (min-width: 992px) {
    body.logged-in .advanced-account .top-navbar #account-sidebar-toggle {
      display: none; } }
  @media (max-width: 576px) {
    body.logged-in .advanced-account .top-navbar .display-name {
      display: none; } }
  body.logged-in .advanced-account .top-navbar .logo img {
    max-height: 30px;
    width: auto; }
  body.logged-in .advanced-account .top-navbar .nav-actions .nav-link {
    position: relative;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  body.logged-in .advanced-account .top-navbar .nav-actions .icon {
	  line-height: 30px;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 10px;
    color: #979898; }
  body.logged-in .advanced-account .top-navbar .nav-actions .badge {
    position: absolute;
    border-radius: 100%;
    width: 18px;
    height: 17px;
    top: 14px;
    right: 31px; }
body.logged-in .advanced-account .woocommerce {
	display: flex;
	height: 100vh;
}


 
.woocommerce-account .card-body a {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 0px 0px 30px 0px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-top: 65px;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 15px;
        width: 100%;
    }
}

body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar {
    background: #fc3924;
    background-image: linear-gradient(270deg, #f43f5e 0%, #d70d59 100%);
    position: relative;
    top: -58px;
    width: 140%;
    margin-right: -20%;
    padding-top: 85px;
    padding-bottom: 35px;
    border-radius: 700px/251px;
    margin-bottom: -10%;
    color: #fff;
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-body {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0;
        padding-left: 0;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px 0px 40px 0px;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 3px 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 30px 10px 15px;
    color: #3d3d3d;
    background: #f8fafc;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
    content: '\f703';
    font-family: netkala;
    float: right;
    font-size: 24px;
    position: relative;
    top: 0;
    left: 10px;
    color: #3d3d3d;
    transition: all 200ms ease-out;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fc3924;
    background-image: linear-gradient(270deg, #f43f5e 0%, #d70d59 100%);
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\e9b8';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\e9a7';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: '\ea1d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\eaf0';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\eb7c';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
    content: '\ec33';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products a:before {
    content: '\ebed';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--announcements a:before {
    content: '\eb56';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
    content: '\eaa2';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\eae8';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wallet a:before {
    content: '\ec72';
}

@media (max-width:992px) {
    body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation {
        position: fixed;
        z-index: 9;
        margin-right: -240px;
        width: 240px;
        transition: all 200ms ease-out;
        overflow-y: auto;
        height: 100%
    }
	body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show {
		margin-right: 0
	}

	body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show+.woocommerce-MyAccount-content {
		opacity: .45
	}
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 65px;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 15px;
        width: 100%;
    }
}



.woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-content .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid #e0e1e2;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0;
    padding: 6px 12px;
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
    line-height: 2.1;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #e0e1e2;
    background: #f8f9fa;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
    margin-bottom: 15px;
}

.woocommerce-orders-table__cell-order-total del, .woocommerce-orders-table__cell-order-total ins, .woocommerce-orders-table__cell-order-total span {
    display: block;
    line-height: 26px;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    display: inline-block;
}

.woocommerce-orders-table__cell-order-total del {
    color: #979898;
}

.woocommerce-orders-table__cell-order-total ins {
    text-decoration: none;
    color: #EF5661;
}

.woocommerce-account .woocommerce-customer-details .col-1 {
    padding-left: 0 !important;
}

.woocommerce-account .woocommerce-customer-details .col-2 {
    padding-right: 0 !important;
    margin-top: 15px;
}

.favorites-table .price {
    color: #EF5661;
}

.favorites-table .price .discount-percent {
    display: none !important;
}

.favorites-table .price > * {
    display: block;
}

.favorites-table .price del {
    color: #979898;
    font-size: 13px;
}

.favorites-table .remove-favorite {
    background: #f5f5f5;
    border-radius: 100%;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.favorites-table .remove-favorite .mdi {
    font-size: 13px;
    position: relative;
    top: 2px;
    left: 0;
    color: #979898;
}

@media (max-width: 992px) {
    .favorites-table thead {
        display: none;
    }

    .favorites-table tbody tr:nth-child(2n) td {
        background-color: #f8f9fa;
    }

    .favorites-table tbody tr:nth-child(2n) td .remove-favorite {
        background: #e0e1e2;
    }

    .favorites-table tbody tr:nth-child(2n) td .remove-favorite .mdi {
        color: #7a7a7a;
    }

    .favorites-table tbody td {
        width: 100%;
        display: block;
        text-align: center;
        border-top: none !important;
    }

    .favorites-table tbody tr:not(:last-child) td:last-child {
        border-bottom: 1px solid #e0e1e2;
        border-right: none !important;
        border-left: none !important;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
}

@media (max-width: 576px) {
    .woocommerce-lost-password .woocommerce-ResetPassword {
        padding: 15px;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-body {
    padding: 0;
}

.woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.woocommerce-lost-password .woocommerce-ResetPassword > p:first-of-type {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
}

.user-info-table {
    margin-top: 15px !important;
}

.user-info-table td > p:first-child {
    color: #979898;
}

@media (max-width: 992px) {
    .user-info-table tbody td {
        width: 100%;
        display: block;
        text-align: center;
        border-top: none !important;
    }

    .user-info-table tbody tr:not(:last-child) td {
        border-bottom: 1px solid #e0e1e2;
    }
}

.user-info-table + .edit-account {
    text-align: center;
    margin-top: 15px;
}

.user-info-table + .edit-account a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.user-info-table + .edit-account a .mdi {
    font-size: 16px;
    position: relative;
    top: 2px;
    left: 4px;
    color: #00BFD6;
}

/*---------- product archive styles section ----------*/
#primary {;
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    #primary {
        padding: 15px;
    }
}

#primary .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

#primary .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#primary .card-body {
    padding: 0;
}

#primary .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    #primary .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.archive .woocommerce-breadcrumb {
    color: #7a7a7a;
}

.archive .woocommerce-breadcrumb a {
    color: #7a7a7a;
}

.archive .woocommerce-ordering {
    display: none !important;
}

.archive .woocommerce-result-count {
    font-weight: 500;
    margin-left: 20px;
    display: block;
    float: unset;
}

.archive .irk-products-orderby {
    display: inline-block;
    font-size: 12px;
}

.archive .irk-products-orderby .mdi {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 7px;
    color: #979898;
}

.archive .irk-products-orderby .list-inline-item {
    line-height: 22px;
    padding: 0 5px;
    border-radius: 3px;
}

.archive .irk-products-orderby .list-inline-item:hover {
    background: #e0e1e2;
}

.archive .irk-products-orderby .list-inline-item.active {
    background: #f43f5e;
    color: #fff;
}

.archive .irk-products-orderby .list-inline-item.active:hover {
    background: #f43f5e;
}

.archive .irk-products-orderby + hr {
    margin-right: -15px;
    margin-left: -15px;
}

.archive ul.products:not(.product-categories) li.product .woocommerce-LoopProduct-link img {
    margin: auto;
    width: auto;
}

.archive ul.products.list-layout:not(.product-categories) li.product {
    min-height: 1px;
    width: 100% !important;
}

.archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-loop-product__title {
    background: #f8f9fa;
    padding: 5px;
    margin-left: 7px;
}

.archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link {
    float: right;
    width: 60%;
}

@media (max-width: 768px) {
    .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link {
        float: none;
        width: 100%;
    }
}

.archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link:after {
    content: '';
    clear: both;
    display: block;
}

.archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link img {
    max-width: 146px;
    float: right;
    margin-left: 15px;
}

.archive ul.products.list-layout:not(.product-categories) li.product .price del {
    display: block;
    font-size: 13px;
    color: #979898;
}

.archive ul.products.list-layout:not(.product-categories) li.product .button {
    display: inline-block;
    float: left;
}

.archive .woocommerce-pagination {
    margin-top: 30px;
}

.woocommerce .product-categories li.product-category, .woocommerce-page .product-categories li.product-category {
    text-align: center;
    min-height: initial !important;
}

.woocommerce .product-categories li.product-category img, .woocommerce-page .product-categories li.product-category img {
    max-width: 202px;
    height: auto !important;
    margin: auto !important;
}

.woocommerce .product-categories li.product-category .woocommerce-loop-category__title, .woocommerce-page .product-categories li.product-category .woocommerce-loop-category__title {
    text-align: right;
    font-size: 16px !important;
    font-weight: 500;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 48px;
    line-height: 48px;
    color: #7a7a7a;
}

.woocommerce .product-categories li.product-category mark, .woocommerce-page .product-categories li.product-category mark {
    background-color: transparent;
    float: left;
    position: relative;
    bottom: 4px;
    color: #979898;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #d7d8d9;
    margin: 0;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 10px;
    transition: all 200ms ease-out;
    background-color: #fff;
    position: relative;
}

.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
    content: '';
}

.woocommerce ul.products li.product .promotion-discount, .woocommerce-page ul.products li.product .promotion-discount {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 11;
    background: #f43f5e;
    color: #fff;
    font-size: 11px;
    padding: 0px 5px;
    border-radius: 11px;
}

.woocommerce ul.products li.product .promotion-discount > span, .woocommerce-page ul.products li.product .promotion-discount > span {
    position: absolute;
    top: -4px;
    left: -58px;
    transform: rotate(-45deg);
    color: #fff;
    text-align: center;
}

.woocommerce ul.products li.product .promotion-discount > span span:first-child, .woocommerce-page ul.products li.product .promotion-discount > span span:first-child {
    font-weight: 500;
}

.woocommerce ul.products li.product .promotion-discount > span span:last-of-type, .woocommerce-page ul.products li.product .promotion-discount > span span:last-of-type {
    font-size: 10px;
    position: relative;
    top: -15px;
}

@media (max-width: 460px) {
    .woocommerce ul.products li.product .promotion-discount, .woocommerce-page ul.products li.product .promotion-discount {
        display: none;
    }
}

.woocommerce ul.products li.product .irk-out-of-stock, .woocommerce-page ul.products li.product .irk-out-of-stock {
    display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    font-weight: 400;
    height: 52px;
    padding: 0;
    margin: 10px 0;
	border: 0;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 16px;
    color: #EF5661;
    font-weight: 500;
}

.woocommerce ul.products li.product .price .discount-percent, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price .discount-percent, .woocommerce-page ul.products li.product .price del {
    display: none;
}

.woocommerce ul.products li.product .price-place-holder, .woocommerce-page ul.products li.product .price-place-holder {
    height: 32px;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin-top: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    display: block;
    color: #fff;
    text-align: center;
	background: #f43f5e;
}

.woocommerce ul.products li.product .button.loading:after, .woocommerce-page ul.products li.product .button.loading:after {
    top: 2px;
}

.woocommerce ul.products li.product .button.upcoming, .woocommerce-page ul.products li.product .button.upcoming {
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
}

.woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart {
    display: none !important;
}


.woocommerce ul.products li.product .add-to-compare input[type=checkbox], .woocommerce-page ul.products li.product .add-to-compare input[type=checkbox] {
    display: none;
}

.woocommerce ul.products li.product .add-to-compare input[type=checkbox] + span:before,
.woocommerce-page ul.products li.product .add-to-compare input[type=checkbox] + span:before {
    font-family: "Material Design Icons";
    content: '\f131';
    position: absolute;
    font-size: 17px;
    right: -19px;
    color: #979898;
}

.woocommerce ul.products li.product .add-to-compare.active input[type=checkbox] + span:before,
.woocommerce-page ul.products li.product .add-to-compare.active input[type=checkbox] + span:before {
    content: '\f132';
    color: #00BFD6;
}

.woocommerce ul.products li.product .product-actions, .woocommerce-page ul.products li.product .product-actions {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f8fafc;
    padding: 5px 10px;
    border-radius: 11px;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.13);
    z-index: 11;
}

.woocommerce ul.products li.product:hover .add-to-compare, .woocommerce-page ul.products li.product:hover .add-to-compare {
    display: inline-block;
}

.woocommerce ul.products li.product .stock-rating,
.woocommerce-page ul.products li.product .stock-rating {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
	border-top: 1px solid #f5f5f5;
	font-size: 13px;
}

.woocommerce ul.products li.product .stock-rating div,
.woocommerce-page ul.products li.product .stock-rating div {
    align-items: center;
    display: inline-flex;
    gap: 4px;
}

.woocommerce ul.products li.product .stock-rating .stock svg,
.woocommerce-page ul.products li.product .stock-rating .stock svg {
    fill: #87d3e1;
    height: 18px;
    width: 18px;
}

.woocommerce ul.products li.product .stock-rating .rating svg,
.woocommerce-page ul.products li.product .stock-rating .rating svg{
    fill: #f9bc00;
    height: 18px;
    width: 18px;
}

.woocommerce ul.products li.product .amazing-img-wrapper,
.woocommerce-page ul.products li.product .amazing-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    background-color: #FFF8F8;
    border-radius: 0 0 6px 6px;
    border: 1px solid #fccdd2;
    border-top: none;
    line-height: 18px;
    z-index: 12;
}

.woocommerce ul.products li.product .amazing-img-wrapper img, .woocommerce-page ul.products li.product .amazing-img-wrapper img {
    width: 96px;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 20%;
}

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33.333333%;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 50%;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
}

@media (max-width: 992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 33.333333% !important;
        min-height: 446px;
    }

    .woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first {
        clear: none;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        min-height: 1px;
        width: 100% !important;
    }

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
        display: block;
    }

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link:after, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link:after {
        content: '';
        clear: both;
        display: block;
    }

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link img, .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img {
        max-width: 96px !important;
        float: right;
        margin-left: 15px;
    }

    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
        display: block;
        font-size: 13px;
        color: #979898;
    }

    .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
        display: inline-block;
        float: left;
    }
}

.woocommerce ul.products li.outofstock:after, .woocommerce-page ul.products li.outofstock:after {
    display: inline-block;
    padding: 0 15px;
    position: absolute;
    top: 70px;
    left: 50%;
    font-weight: 500;
    transform: translateX(-50%);
    color: #979898;
    border: 1px solid #979898;
    border-radius: 22px;
    border-top-left-radius: 0;
    background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
    .post-type-archive-product ul.products:after, .tax-product_cat ul.products:after {
        left: auto;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        clear: none;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom: -1px;
    }
}

.layout-switcher {
    display: inline-block;
    float: left;
}

.layout-switcher label {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.layout-switcher label .icon {
    font-size: 26px;
    position: relative;
    top: 4px;
    left: 0;
    color: #d7d8d9;
}

.layout-switcher label.active .icon {
    color: #7a7a7a;
}

.archive .attributes {
    display: none;
    float: right;
    width: 40%;
    border-right: 1px solid #e0e1e2;
}

@media (max-width: 768px) {
    .archive .attributes {
        float: none;
        width: 100%;
    }
}

.archive .attributes strong {
    display: inline-block !important;
}

.archive .attributes .attributes-title {
    padding-right: 15px;
}

.archive .attributes .attributes-title .mdi {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 7px;
    color: #979898;
}

.archive .attributes .list-group {
    padding-right: 15px;
    color: #979898;
    font-size: 12px;
}

.archive .attributes .list-group .list-group-item {
    margin-bottom: 1px;
}

.archive .attributes .list-group .list-group-item:before {
    font-family: "Material Design Icons";
    content: '\f764';
    font-size: 8px;
    position: relative;
    top: 0;
    left: 7px;
    color: #e0e1e2;
    float: right;
}

@media (max-width: 768px) {
    .archive .attributes .list-group {
        display: block;
    }
}

.archive ul.products.list-layout .attributes {
    display: block;
}

.archive ul.products.list-layout li.outofstock:after {
    left: auto;
}


@media (max-width: 768px) {
    .post-type-archive-product #primary, .tax-product_cat #primary {
        background-color: transparent;
        border: none;
        padding: 0;
        box-shadow: none;
    }

    .woocommerce-breadcrumb {
        margin-bottom: 0;
    }

    .layout-switcher {
        margin-top: 5px;
    }

    .layout-switcher + .clearfix {
        display: none;
    }

    .toggle-filters {
        background-color: transparent;
        margin-top: 0;
        padding-top: 5px;
        border-top: none;
    }

    .toggle-filters .btn {
        background-color: #D7DEE0;
    }

    .toggle-filters + hr {
        display: none;
    }

    .woocommerce ul.products, .woocommerce-page ul.products {
        margin-top: 0;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        border: none;
        margin: 0 0 5px !important;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .woocommerce ul.products li.product .add-to-compare, .woocommerce-page ul.products li.product .add-to-compare {
        font-size: 12px;
    }

    .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
        font-size: 13px;
        line-height: 26px;
    }
}



.product-subcat {
    text-align: right;
    margin-bottom: 0 !important;
}

.product-subcat li a {
    color: #979898;
}

.product-subcat li:before {
    content: '\f9dd';
    font-family: "Material Design Icons";
    float: right;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 0;
    color: #d7d8d9;
}

.more-subcat {
    margin-bottom: 0;
    text-align: left;
}

.more-subcat a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
}

.more-subcat a .mdi {
    color: #979898;
}

/*---------- post archive styles section ----------*/
.search-results #primary, .category #primary, .post-type-archive-news #primary {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none;
}

.posts-list .post-item .post-item-link {
    transition: all 200ms ease-out;
    background-color: #fff;
    border-radius: 11px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.posts-list .post-item .post-item-link .text-center {
    position: relative;
    overflow: hidden;
}

.posts-list .post-item .post-item-link .wp-post-image {
    border-radius: 11px 11px 0 0;
    width: 100%;
}

.posts-list .post-item .post-item-link .post-cat {
    position: absolute;
    left: 10px;
    top: -50px;
    background-color: #00BFD6;
    color: #fff;
    padding: 0 15px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 12px;
    transition: all 200ms ease-out;
}

.posts-list .post-item .post-item-link .post-comments {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -200px;
    transition: all 200ms ease-out;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
    background: linear-gradient(to top, #2f2727, transparent);
}

.posts-list .post-item .post-item-link .post-comments > span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.posts-list .post-item .post-item-link .post-comments .mdi {
    float: left;
    font-size: 20px;
    position: relative;
    top: 0px;
    left: 0;
    color: #fff;
    margin-right: 7px;
}

.posts-list .post-item .post-item-link:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.13);
    z-index: 11;
}

.posts-list .post-item .post-item-link:hover .post-cat {
    top: 10px;
}

.posts-list .post-item .post-item-link:hover .post-comments {
    bottom: 0;
}

.posts-list .post-item .post-title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    min-height: 64px;
    margin-top: 8px;
    text-align: center;
    padding: 0 7px;
}

.posts-list .post-item .separator hr {
    width: 30%;
    border-color: #00BFD6;
}

.posts-list .post-item .post-meta {
    color: #979898;
    font-size: 12px;
    padding: 7px;
    height: 44px;
}

.posts-list .post-item .post-meta .author {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    height: 32px;
}

.posts-list .post-item .post-meta .author img {
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.posts-list .post-item .post-meta .date {
    float: left;
}

.posts-list .post-item .post-meta .date .mdi {
    font-size: 13px;
    position: relative;
    top: 2px;
    left: 0;
    color: #979898;
}

/*---------- cart & checkout styles section ----------*/
.woocommerce a.remove {
    color: #979898 !important;
    background-color: #f5f5f5;
    padding-top: 1px;
    top: 4px;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background-color: #EF5661;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px;
}

#add_payment_method table.cart .amazing-img-wrapper,
.woocommerce-cart table.cart .amazing-img-wrapper, .woocommerce-checkout table.cart .amazing-img-wrapper {
    text-align: center;
    background-color: #FFF8F8;
    border-radius: 6px;
    border: 1px solid #fccdd2;
    line-height: 22px;
}

#add_payment_method table.cart .amazing-img-wrapper img, .woocommerce-cart table.cart .amazing-img-wrapper img, .woocommerce-checkout table.cart .amazing-img-wrapper img {
    width: 96px;
}

.shop_table.cart .product-price .price {
    color: #EF5661;
    line-height: 26px;
}

.shop_table.cart .product-price .price > * {
    display: block;
}

.shop_table.cart .product-price .price del, .shop_table.cart .product-price .price .discount-percent {
    color: #979898;
    font-size: 12px;
}

.woocommerce table.shop_table .cart-discount th, .woocommerce table.shop_table .cart-discount td {
    background-color: #FFF8F8;
}


.woocommerce-cart .card-body .return-to-shop {
    text-align: center;
}

.woocommerce td.product-name p.backorder_notification {
    color: #17a2b8;
}

.woocommerce-cart-form__contents .actions .button {
    background-color: #7a7a7a !important;
    border-color: #7a7a7a !important;
	color: #fff !important;
	outline: none;
    border: 0;
}

.woocommerce-cart-form__contents .actions .button:hover, .woocommerce-cart-form__contents .actions .button:active, .woocommerce-cart-form__contents .actions .button:focus, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled):active, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled).active {
    background-color: #848484 !important;
}

.cross-sells {
    margin-top: 30px;
}

.cross-sells h2 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #3333;
}

.cross-sells .woocommerce-loop-product__title {
    background-color: transparent !important;
}

#calc_shipping_state_field > span {
    width: 100%;
}

.cart_totals {
    margin-top: 30px;
}

body.woocommerce-cart .page-card {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

body.woocommerce-cart .page-card .card-header {
    display: none;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    margin-top: 0px;
    float: none !important;
    width: 100% !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    background: #fff;
    padding: 10px;
    flex: 1;
    width: 30% !important;
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

form.woocommerce-cart-form {
    background: #ffff;
    width: 70%;
    padding: 10px;
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {

    form.woocommerce-cart-form {
        width: 100%;
    }  
}
body.woocommerce-cart .woocommerce-notices-wrapper{
    width: 100%;
}
body.woocommerce-cart .cart_totals h2 {
    display: none;
}
.cart_totals h2 {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #3333;
}

.cart_totals .shop_table .order-total {
    font-size: 20px;
    color: #EF5661;
}

.cart_totals .wc-proceed-to-checkout .button {
    background: #f43f5e !important;
    color: #fff;
    padding: 12px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cart_totals .wc-proceed-to-checkout .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.cart_totals .wc-proceed-to-checkout .button:hover:before, .cart_totals .wc-proceed-to-checkout .button:focus:before, .cart_totals .wc-proceed-to-checkout .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.woocommerce-checkout .woocommerce-form-login, .woocommerce-checkout .checkout_coupon {
    background-color: #f7fafc;
    border: 1px solid #ECEFF1 !important;
    border-radius: 0 !important;
}

.woocommerce-checkout .woocommerce-form-login .button {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.woocommerce-checkout form.checkout h3 {
    font-size: 16px;
    font-weight: 500;
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px;
}

.woocommerce-checkout form.checkout #customer_details .col-1, .woocommerce-checkout form.checkout #customer_details .col-2 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 50% !important;
    float: right;
}

@media (max-width: 992px) {
    .woocommerce-checkout form.checkout #customer_details .col-1, .woocommerce-checkout form.checkout #customer_details .col-2 {
        width: 100% !important;
        padding: 0 !important;
    }
}

.woocommerce-checkout form.checkout #customer_details .col-1 {
    padding-right: 0;
}

.woocommerce-checkout form.checkout #customer_details .col-2 {
    padding-left: 0;
}

.woocommerce-checkout form.checkout #customer_details #ship-to-different-address {
    height: 46px;
}

.woocommerce-checkout form.checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox span::before {
    top: -5px;
}

.woocommerce-checkout form.checkout #customer_details #order_comments {
    height: 135px;
}

.woocommerce-checkout form.checkout #order_review .order-total {
    font-size: 20px;
    color: #EF5661;
}

.woocommerce-checkout form.checkout #payment {
    margin-top: 15px;
    background-color: #f7fafc;
    border-radius: 0;
    border: 1px solid #ECEFF1;
}

.woocommerce-checkout form.checkout #payment .payment_methods {
    border-bottom: 1px dashed #D7DEE0;
}

.woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method {
    padding-top: 7px;
    padding-bottom: 7px;
}

.woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio {
    display: none;
}

.woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio + label {
    position: relative;
    text-indent: 28px;
    display: inline-block;
    cursor: pointer;
}

.woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio + label:before {
    font-family: "Material Design Icons";
    content: '\f43d';
    font-size: 23px;
    position: absolute;
    right: -28px;
    top: -10px;
    color: #979898;
}

.woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio:checked + label:before {
    content: '\f43e';
    color: #00BFD6;
}

.woocommerce-checkout form.checkout #payment div.payment_box {
    background-color: #D7DEE0;
}

.woocommerce-checkout form.checkout #payment div.payment_box:before {
    border-bottom-color: #D7DEE0;
}

.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
    display: inline !important;
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
    box-shadow: none;
}

.woocommerce-checkout form.checkout #payment #place_order {
    display: block !important;
    width: 100%;
    margin-top: 15px;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #f43f5e;
}

.woocommerce-checkout form.checkout #payment #place_order:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px;
}

.woocommerce-checkout form.checkout #payment #place_order:hover:before, .woocommerce-checkout form.checkout #payment #place_order:focus:before, .woocommerce-checkout form.checkout #payment #place_order:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    background-color: #e4ffea;
    border: 1px solid #b1f6a0;
    color: #46a344;
    padding: 10px;
    margin-bottom: 35px;
}

.woocommerce-order-received ul.order_details li {
    font-size: 13px;
    color: #979898;
}

.woocommerce-order-received ul.order_details li strong {
    font-size: 13px;
    margin-top: 10px;
    color: #515151;
}

.order-info .order-status {
    font-weight: 500;
    color: #fff;
    background-color: #FFD700;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
}

.woocommerce-order-details h2, .woocommerce-customer-details h2, .woocommerce-order-received h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 50% !important;
    float: right !important;
}

.woocommerce-customer-details .col-1 {
    padding-right: 0;
}

.woocommerce-customer-details .col-2 {
    padding-left: 0;
}

.woocommerce-customer-details address {
    background-color: #f7fafc;
    border-radius: 0;
    border: 1px solid #ECEFF1;
    border-width: 1px !important;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone:before, .woocommerce-customer-details address .woocommerce-customer-details--email:before {
    line-height: 2.4;
}

p.order-again {
    margin-top: 1rem;
}

/*---------- post single styles section ----------*/
.post-single .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    margin-bottom: 10px;
}

.post-single .card-header .post-meta {
    color: #979898;
    font-size: 12px;
}

.post-single .card-header .post-meta .author img {
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.post-single .card-header .post-meta .mdi {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: 0;
    color: #979898;
}

.post-single .card-header .post-meta span {
    margin-left: 15px;
}

.post-single .card-header .post-meta a {
    color: #979898;
    border-bottom: 1px dashed transparent;
}

.post-single .card-header .post-meta a:hover {
    color: #00BFD6;
    border-bottom-color: #00BFD6;
}

.post-single .card-body a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.post-single .tags {
    margin: 15px 0;
}

.post-single .tags .mdi {
    font-size: 24px;
    position: relative;
    top: 4px;
    left: 10px;
    color: #979898;
}

.post-single .tags a {
    color: #979898;
    padding: 0 12px;
    background-color: #f5f5f5;
    border: 1px solid #e0e1e2;
    margin-left: 3px;
    margin-bottom: 3px;
    border-radius: 24px;
    display: inline-block;
    line-height: 26px;
}

.post-single .tags a:hover {
    background-color: #fff;
}

.post-single .sharing .toggle {
    float: left;
}

.post-single .card-footer {
    margin-top: 0;
}

.post-single .card-footer .sharing {
    text-align: left;
}

.post-single .card-footer .sharing a .mdi {
    font-size: 24px;
    position: relative;
    top: 4px;
    left: 0;
    color: #d7d8d9;
    transition: all 200ms ease-out;
}

.post-single .card-footer .sharing a:hover .mdi {
    color: #979898;
}

.short-link {
    background: #f5f5f5;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 16px;
}

.short-link .mdi {
    font-size: 18px;
    position: relative;
    top: 4px;
    left: 0;
    color: #00BFD6;
    margin-left: 5px;
}

#comments {
    margin-top: 15px;
    margin-bottom: 15px;
}

#comments .card-header .card-title .badge {
    font-size: 13px;
    padding: 6px 15px 2px 15px;
    border-radius: 21px;
    background: #f5f5f5;
    color: #7a7a7a;
}

#comments .card-body #commentform .logged-in-as a:first-of-type {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

#comments .card-body #commentform .logged-in-as a:last-of-type {
    color: #EF5661;
    border-bottom: 1px dashed #EF5661;
}

#comments .card-body #reply-title {
    font-size: 16px;
    font-weight: 500;
}

#comments .card-body #reply-title a {
    color: #00BFD6;
}

#comments .card-body #reply-title #cancel-comment-reply-link {
    font-size: 16px;
    color: #EF5661;
    border-bottom: 1px dashed #EF5661;
}

#comments .card-body > .comment-list {
    padding-right: 0;
}

#comments .card-body .comment-list {
    margin-top: 35px;
}

#comments .card-body .comment-list .comment {
    background-color: #f7fafc;
    padding: 15px;
    border: 1px solid #e0e1e2;
    margin-bottom: 15px;
    border-radius: 11px;
}

#comments .card-body .comment-list .comment .avatar {
    margin-left: 7px;
}

#comments .card-body .comment-list .comment .comment-meta time {
    font-size: 12px;
    color: #979898;
    margin: 0 7px;
}

#comments .card-body .comment-list .comment .comment-content {
    text-align: justify;
    font-size: 12px;
}

#comments .card-body .comment-list .comment .comment-content p {
    margin-bottom: 0;
}

#comments .card-body .comment-list .comment .comment-approved {
    color: #FFD700;
    font-weight: 500;
}

#comments .card-body .comment-list .comment.by-admin {
    background-color: #e4ffea;
    border: 1px solid #b1f6a0;
}

#comments .card-body .comment-list .comment.by-admin .comment-content {
    color: #328a2d;
}

.wp-caption.aligncenter {
    text-align: center;
}

.wp-caption {
    width: auto !important;
}

/*---------- multi step checkout styles section ----------*/
.woocommerce-checkout.is-multi-step-checkout ul.multi-step {
    margin-bottom: 30px;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
    text-align: center;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
    border-bottom: none;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li .step {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #d7d8d9;
    border-radius: 100%;
    line-height: 2.4;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
    color: #d7d8d9;
    z-index: 2;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li .label {
    display: block;
    color: #d7d8d9;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #d7d8d9;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: -1;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .step {
    border-color: #00BFD6;
    color: #00BFD6;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .label {
    color: #00BFD6;
    font-weight: 500;
}

.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active:before {
    background-color: #00BFD6;
}

@media (max-width: 576px) {
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step {
        display: block !important;
    }
}

.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
    left: auto;
}

.woocommerce-checkout.is-multi-step-checkout .checkout_coupon {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout #customer_details > div {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout #order_review_heading, .woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-review-order-table {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-payment {
    display: none;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle .woocommerce-info {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-coupon .checkout_coupon {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-billing #customer_details > div {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-order #order_review_heading {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-order .woocommerce-checkout-review-order-table {
    display: table !important;
}

.woocommerce-checkout.is-multi-step-checkout.is-active-payment .woocommerce-checkout-payment {
    display: block !important;
}

.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
    margin-right: 7px;
}

@media (max-width: 768px) {
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
        display: block;
    }

    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
        display: block;
        width: 100%;
    }
}

/*---------- product single styles section ----------*/
body.single-product #primary {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none;
}

.product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
}

.product-card .countdown-timer {
    position: absolute !important;
    padding: 12px;
    text-align: left;
    width: 40%;
    background-color: #FFF7F8;
    color: #FF637D;
    z-index: 2;
}

@media (max-width: 992px) {
    .product-card .countdown-timer {
        width: 100%;
    }
}

.product-card .countdown-timer:before {
    font-family: "Material Design Icons";
    content: '\f995';
    font-size: 36px;
    position: relative;
    top: 2px;
    left: 0;
    color: #FF637D;
    float: left;
    margin-right: 7px;
}

.product-card .promotion-discount {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 11;
    background-color: #f43f5e;
    border-radius: 11px;
    color: #fff;
    padding: 0px 10px;
}


.product-card .irk-out-of-stock {
    position: absolute;
    top: 0;
    z-index: 11;
    background-color: #FCE9E8;
    font-size: 20px;
    color: #b37171;
    padding: 5px 10px;
    width: 35%;
}

.product-card .irk-out-of-stock .mdi {
    margin-left: 7px;
    color: #ecbbb9;
}

@media (max-width: 992px) {
    .product-card .irk-out-of-stock {
        width: 100%;
    }
}

.product-card .woocommerce-product-gallery, .product-card .entry-summary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    position: relative;
}

.product-card .woocommerce-product-gallery {
    padding: 15px;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .product-card .woocommerce-product-gallery {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35% !important;
        width: 35% !important;
    }
}

.product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 9px !important;
    left: 20px !important;
}

.product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    border-color: #979898 !important;
}

.product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    background-color: #979898 !important;
}

.product-card .woocommerce-product-gallery .flex-control-nav {
    text-align: center;
    margin-top: 15px !important;
}

.product-card .woocommerce-product-gallery .flex-control-nav li {
    text-align: center;
    border: 1px solid #f5f5f5;
    padding: 5px;
    background-color: #f8f9fa;
    margin: 4px !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    max-width: 64px !important;
}

.product-card .woocommerce-product-gallery .flex-control-nav li img {
    display: inline-block !important;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel {
    direction: ltr !important;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 0 5px;
    display: inline-block;
    pointer-events: auto;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev .mdi, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next .mdi {
    font-size: 22px;
    position: relative;
    top: 5px;
    left: 0;
    color: #979898;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev.disabled, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next.disabled {
    cursor: default;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev.disabled .mdi, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next.disabled .mdi {
    opacity: 0.4;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next {
    float: right;
}

.product-card .entry-summary {
    background-color: #FDFDFD;
    padding: 15px;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .product-card .entry-summary {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65% !important;
        width: 65% !important;
    }
}

.product-card .entry-summary .product_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px !important;
}

@media (min-width: 576px) {
    .product-card .entry-summary .product_title {
        margin-left: 164px;
    }
}

.product-card .entry-summary .en-tile {
    font-size: 12px;
    color: #979898;
}

.product-card .entry-summary .en-tile + hr {
    margin: 7px 0 15px 0;
    border-color: #d7d8d9;
}

.product-card .entry-summary .woocommerce-product-rating {
    left: 15px;
    top: 20px;
}


.product-card .entry-summary .price {
    color: #EF5661;
    font-size: 20px;
    font-weight: 500;
}

.product-card .entry-summary .price:before {
    content: '';
    display: block;
    clear: both;
}

.product-card .entry-summary .price del {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #979898;
    font-weight: 400;
}

.product-card .entry-summary .price .discount-percent {
    background: #EF5661;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 0 40px 40px 40px;
    margin-right: 10px;
}

.product-card .entry-summary .stock {
    font-size: 13px !important;
}

.product-card .entry-summary .stock.out-of-stock {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
    margin-top: 10px;
}

.product-card .entry-summary .stock.out-of-stock .mdi {
    font-size: 31px;
    position: relative;
    top: 9px;
    left: 7px;
    color: #a37731;
}

.product-card .entry-summary .available-on-backorder {
    background-color: #e4ffea;
    border: 1px solid #b1f6a0;
    color: #46a344 !important;
    padding: 15px;
}

.product-card .entry-summary .available-on-backorder .mdi {
    font-size: 31px;
    position: relative;
    top: 9px;
    left: 7px;
    color: #46a344;
}

.product-card .entry-summary .stock.in-stock {
    background-color: #d7f7ff;
    border: 1px solid #8be1f6;
    color: #60c3f6;
    padding: 10px;
}

.product-card .entry-summary .stock.in-stock .mdi {
    font-size: 31px;
    position: relative;
    top: 9px;
    left: 7px;
    color: #60c3f6;
}

.product-card .entry-summary .upcoming {
    margin: 30px 0;
}

.product-card .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}



.product-card .entry-summary .product-delivery {
    border-top: 1px solid #e0e1e2;
    border-bottom: 1px solid #e0e1e2;
    margin: 15px 0;
}

.product-card .entry-summary .product-delivery .list-group-item {
    padding: 7px 0;
}

.product-card .entry-summary .product-delivery .list-group-item a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.product-card .entry-summary .product-delivery .list-group-item .mdi {
    font-size: 24px;
    position: relative;
    left: 7px;
    color: #d7d8d9;
    float: right;
}

.product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-shield-check {
    color: #6ab946;
}

.product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-store {
    color: #17a2b8;
}

.product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-package-variant-closed {
    color: #EF5661;
}

.product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-truck-delivery {
    color: #00BFD6;
}

.product-card .entry-summary form.cart table.variations {
    width: auto;
}

.product-card .entry-summary form.cart table.variations td.label {
    min-width: 120px;
    padding-left: 10px;
}

.product-card .entry-summary form.cart table.variations td.label label {
    margin-bottom: 0;
    font-weight: 400;
}

.product-card .entry-summary form.cart table.variations td.value > div {
    display: inline-block;
}

.product-card .entry-summary form.cart table.variations td.value > div input[type=radio] {
    display: none;
}

.product-card .entry-summary form.cart table.variations td.value > div label {
    font-weight: 400;
    display: inline-block;
    padding: 1px 15px;
    border: 1px solid #d7d8d9;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 5px 5px;
}

.product-card .entry-summary form.cart table.variations td.value > div input[type=radio]:checked + label {
    border-color: #00BFD6;
    font-weight: 500;
}

.product-card .entry-summary form.cart table.variations td.value .reset-variations {
    display: inline-block;
    padding: 2px 10px;
    color: #EF5661;
}

.product-card .entry-summary .woocommerce-variation-price del {
    opacity: 1 !important;
}

.product-card .entry-summary .single_variation_wrap {
    margin: 15px 0px;
}

.product-card .entry-summary .variations_button {
    margin-top: 15px;
}

.product-card .entry-summary .single_add_to_cart_button {
    width: 100%;
    position: relative;
    padding-right: 30px !important;
    padding-left: 10px !important;
    border: 1px solid #f43f5e !important;
    background-color: #f43f5e !important;
}

.product-card .entry-summary .single_add_to_cart_button:before {
    right: 10px;
    content: '\ebec';
    font-family: 'netkala';
    font-size: 26px;
    top: 5px;
    position: absolute;
}

.product-card .entry-summary .product_meta {
    border-top: 1px solid #e0e1e2;
    padding: 15px 0 0 0;
}

.product-card .entry-summary .product_meta > span {
    margin-left: 10px;
}

.product-card .entry-summary .product_meta a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6;
}

.product-card .entry-summary .compare {
    float: right;
    margin-top: 20px;
}

.product-card .entry-summary .compare a {
    border: 1px solid #979898;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
}

.product-card .entry-summary .compare a .mdi {
    font-size: 24px;
    position: relative;
    top: 6px;
    left: 0;
    color: #979898;
    transition: all 200ms ease-out;
}

.product-card .entry-summary .compare a img {
    width: 24px;
}

.product-card .entry-summary .compare a:hover {
    border-color: #515151;
}

.product-card .entry-summary .compare a:hover .mdi {
    color: #515151;
}

.product-card .entry-summary .compare a.active .mdi {
    color: #00BFD6;
}

.product-sharing {
    display: flex;
    align-items: center;
	gap: 10px;
}
.product-sharing a {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    border-radius: 11px;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}
.product-sharing a .mdi {
    font-size: 24px;
    position: relative;
    top: 4px;
    left: 0;
    color: #d7d8d9;
    transition: all 200ms ease-out;
}

.product-sharing a .mdi.mdi-telegram {
    color: #0178d7;
}

.product-sharing a .mdi.mdi-facebook {
    color: #03A9F4;
}

.product-sharing a .mdi.mdi-twitter {
    color: #2ea7de;
}

.product-sharing a .mdi.mdi-google-plus {
    color: #f44336;
}


.product-card .entry-summary .product-services {
    margin-top: 15px;
    border-top: 1px solid #d7d8d9;
    padding-top: 15px;
}

.product-card .entry-summary .product-services img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: right;
    max-width: 36px;
    margin-left: 7px;
}

.product-card .entry-summary .product-services p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 10px;
}

@media (max-width: 576px) {
    .product-card .entry-summary .product-services {
        display: none;
    }
}


@media (min-width: 992px) {
    .product-card .woocommerce-product-gallery {
        padding-top: 45px !important;
    }

    .product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        margin-top: 1.5em !important;
    }
}

@media (max-width: 992px) {
    .product-is-outofstock .woocommerce-product-gallery, .product-is-amazing .woocommerce-product-gallery, .product-finished-amazing .woocommerce-product-gallery {
        padding-top: 90px !important;
    }

    .product-is-outofstock .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .product-is-amazing .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .product-finished-amazing .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        margin-top: 3.5em !important;
    }

    .show-price-changes {
        display: none !important;
    }
}

.second-add2cart {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

@media (min-width: 768px) {
    .second-add2cart {
        display: none;
    }
}

.second-add2cart .button {
    width: 100%;
    display: block;
    border-radius: 0 !important;
    text-align: center;
}

@media (max-width: 992px) {
    .single-product .page-card {
        box-shadow: none;
        background: transparent;
        padding: 0;
        border: none;
    }

    .single-product .woocommerce-product-gallery {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 15px !important;
        background-color: #fff;
    }

    .single-product .entry-summary {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 15px !important;
        background-color: #fff;
    }
}

.wc-tabs-wrapper .entry-content h2 .content-expert-button, .wc-tabs-wrapper .entry-content h3 .content-expert-button, .wc-tabs-wrapper .entry-content h4 .content-expert-button, .wc-tabs-wrapper .entry-content h5 .content-expert-button, .wc-tabs-wrapper .entry-content h6 .content-expert-button {
    width: 38px;
    height: 32px;
    background-color: #979898;
    position: relative;
    margin-left: 15px;
    top: 8px;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    outline: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .wc-tabs-wrapper .entry-content h2 .content-expert-button, .wc-tabs-wrapper .entry-content h3 .content-expert-button, .wc-tabs-wrapper .entry-content h4 .content-expert-button, .wc-tabs-wrapper .entry-content h5 .content-expert-button, .wc-tabs-wrapper .entry-content h6 .content-expert-button {
        height: 25px;
        top: 7px;
    }
}

.wc-tabs-wrapper .entry-content h2 .content-expert-button:before, .wc-tabs-wrapper .entry-content h3 .content-expert-button:before, .wc-tabs-wrapper .entry-content h4 .content-expert-button:before, .wc-tabs-wrapper .entry-content h5 .content-expert-button:before, .wc-tabs-wrapper .entry-content h6 .content-expert-button:before {
    content: '\f374';
    font-family: "Material Design Icons";
    font-size: 20px;
    position: relative;
    top: -4px;
    left: 1px;
    color: #fff;
}

.wc-tabs-wrapper .entry-content h2 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h3 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h4 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h5 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h6 .content-expert-button.expand:before {
    content: '\f415';
}

.wc-tabs-wrapper .entry-content .content-expert {
    padding-right: 52px;
    border-right: 1px solid #e0e1e2;
    margin-right: 14px;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    max-width: unset;
}

.entry-summary .short-link {
    margin-top: 7px;
    display: inline-block;
}

/*---------- tabs styles section ----------*/
.woocommerce div.product .woocommerce-tabs {
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs {
        padding: 15px;
    }
}

.woocommerce div.product .woocommerce-tabs .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .card-body {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs {
        padding: 0;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #f8f9fa;
    padding: 0;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #e0e1e2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-top: 3px solid transparent;
    margin: 0;
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding-left: 0;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-right: 0;
    border-top-color: #00BFD6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
        padding: 4px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    font-family: "netkala";
    font-size: 20px;
    position: relative;
    top: 0;
    left: 7px;
    color: #979898;
    float: right;
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-description a:before {
    content: '\e9c3';
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-additional_information a:before {
    content: '\ec24';
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-reviews a:before {
    content: '\eb13';
}

.woocommerce div.product .woocommerce-tabs .entry-content {
    padding: 30px;
    line-height: 36px;
}

.woocommerce div.product .woocommerce-tabs .entry-content h2, .woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h5, .woocommerce div.product .woocommerce-tabs .entry-content h6 {
    font-weight: 500;
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .entry-content h2 {
    font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h4 {
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs .entry-content h5, .woocommerce div.product .woocommerce-tabs .entry-content h6 {
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
    max-width: 100%;
    height: auto;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignright {
    float: right;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignleft {
    float: left;
}


.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding-right: 0;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul ul {
    padding-right: 15px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
    content: '\f70a';
    font-family: "Material Design Icons";
    font-size: 8px;
    position: relative;
    top: 0;
    left: 7px;
    color: #00BFD6;
    float: right;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li li:before {
    color: #979898;
}

.woocommerce table.shop_attributes {
    border: none;
    border-spacing: 10px;
    border-collapse: separate;
}

.woocommerce table.shop_attributes th {
    background-color: #f5f5f5 !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    font-style: normal;
    font-weight: 400;
    border: none;
    line-height: 32px;
    color: #515151 !important;
}

.woocommerce table.shop_attributes td {
    background-color: #f8f9fa !important;
    padding: 8px;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.woocommerce table.shop_attributes .product_weight, .woocommerce table.shop_attributes .product_dimensions {
    direction: ltr;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0.025);
}

.woocommerce-Tabs-panel--seller .list-unstyled {
    padding-right: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-right: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    background-color: #f8f9fa;
    border-radius: 11px;
}

.woocommerce #reviews #comments ol.commentlist li.comment-author-admin {
    background-color: #e4ffea;
    border-color: #b1f6a0;
}

.woocommerce #reviews #comments ol.commentlist li.comment-author-admin .comment-text {
    color: #328a2d;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: static;
    margin-left: 7px;
    margin-bottom: 7px;
    width: 60px;
    height: auto;
    border: 1px solid #e0e1e2;
    background-color: transparent;
    border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-right: 0;
    padding: 0;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 13px;
}

#review_form_wrapper #commentform .stars {
    font-size: 22px;
}

#review_form_wrapper #commentform .stars a {
    color: #FFD700;
}

.woocommerce #commentform textarea#comment {
    height: 220px;
}

.woocommerce #commentform input#submit {
    background-color: #7a7a7a !important;
    color: #ffffff !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.woocommerce #commentform input#submit:hover, .woocommerce #commentform input#submit:active, .woocommerce #commentform input#submit:focus, .woocommerce #commentform input#submit:not([disabled]):not(.disabled):active, .woocommerce #commentform input#submit:not([disabled]):not(.disabled).active {
    background-color: #848484 !important;
    color: #ffffff !important;
}

@media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs .entry-content {
        padding: 10px;
    }

    .woocommerce table.shop_attributes {
        border-spacing: 3px;
    }
}

@media (max-width: 992px) {
    .woocommerce div.product .woocommerce-tabs {
        box-shadow: none;
        background: transparent;
        padding: 0;
        border: none;
    }

    .woocommerce div.product .woocommerce-tabs .entry-content h2 {
        margin-bottom: 15px;
        font-size: 13px;
        padding-left: 64px;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 32px;
        line-height: 32px;
        position: relative;
    }

    .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #00BFD6;
        font-size: 13px;
        font-weight: 400;
    }

    .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more .mdi {
        position: relative;
        top: 2px;
    }

    .single-product .wc-tabs {
        display: none !important;
    }

    .single-product .woocommerce-Tabs-panel {
        display: block !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 15px !important;
        background-color: #fff;
        overflow: hidden;
        transition: all 200ms ease-out;
        padding: 10px !important;
        height: 50px;
    }

    .single-product .woocommerce-Tabs-panel #comments {
        margin-top: 0;
    }

    .single-product .woocommerce-Tabs-panel.expand {
        height: auto;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .woocommerce-Tabs-panel--shipping .panel-title, .woocommerce-Tabs-panel--more_seller_product .panel-title {
        display: none;
    }
}

@media (min-width: 992px) {
    .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more {
        display: none !important;
    }
}

.woocommerce-Tabs-panel--description .expert {
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 40px;
	border-radius: 11px;
}

@media (max-width: 992px) {
    .woocommerce-Tabs-panel--description .expert .icon {
        display: none;
    }

    .woocommerce-Tabs-panel--description .expert .text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.woocommerce-Tabs-panel--description .expert .showmore {
    line-height: 32px;
}

.woocommerce-Tabs-panel--description .expert .showmore_content {
    position: relative;
    overflow: hidden;
}

.woocommerce-Tabs-panel--description .expert .showmore_trigger {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.woocommerce-Tabs-panel--description .expert .showmore_trigger.show:before {
    content: '';
    display: block;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.49), #f8f9fa);
    position: absolute;
    height: 36px;
    bottom: 36px;
}

.woocommerce-Tabs-panel--description .expert .showmore_trigger span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #00BFD6;
}

/*---------- upsells & related styles section ----------*/
.woocommerce .related, .woocommerce .upsells, .woocommerce-page .related, .woocommerce-page .upsells {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
}

.woocommerce .related .card-header, .woocommerce .upsells .card-header, .woocommerce-page .related .card-header, .woocommerce-page .upsells .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.woocommerce .related .card-header .card-title, .woocommerce .upsells .card-header .card-title, .woocommerce-page .related .card-header .card-title, .woocommerce-page .upsells .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.woocommerce .related > h2, .woocommerce .upsells > h2, .woocommerce-page .related > h2, .woocommerce-page .upsells > h2 {
    border-bottom: 1px solid #EF5661;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: -1px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .woocommerce .related, .woocommerce .upsells, .woocommerce-page .related, .woocommerce-page .upsells {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
}

.woocommerce .related ul.products, .woocommerce .upsells ul.products, .woocommerce-page .related ul.products, .woocommerce-page .upsells ul.products {
    direction: ltr !important;
    padding-top: 30px !important;
    border-top: 1px solid #e0e1e2;
}

.woocommerce .related ul.products .owl-item, .woocommerce .upsells ul.products .owl-item, .woocommerce-page .related ul.products .owl-item, .woocommerce-page .upsells ul.products .owl-item {
    transition: all 200ms ease-out;
    border-radius: 8px;
    position: relative;
}

@media (min-width: 992px) {
    .woocommerce .related ul.products .owl-item, .woocommerce .upsells ul.products .owl-item, .woocommerce-page .related ul.products .owl-item, .woocommerce-page .upsells ul.products .owl-item {
        border: 1px solid transparent;
    }

    .woocommerce .related ul.products .owl-item:hover, .woocommerce .upsells ul.products .owl-item:hover, .woocommerce-page .related ul.products .owl-item:hover, .woocommerce-page .upsells ul.products .owl-item:hover {
        border: 1px solid #ECEFF1;
    }
}

.woocommerce .related ul.products .owl-item li.product, .woocommerce .upsells ul.products .owl-item li.product, .woocommerce-page .related ul.products .owl-item li.product, .woocommerce-page .upsells ul.products .owl-item li.product {
    width: 100% !important;
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    border: none;
    margin-left: 0;
    margin-bottom: 0;
    background-color: transparent;
    min-height: unset;
}

@media (max-width: 992px) {
    .woocommerce .related ul.products .owl-item li.product, .woocommerce .upsells ul.products .owl-item li.product, .woocommerce-page .related ul.products .owl-item li.product, .woocommerce-page .upsells ul.products .owl-item li.product {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 768px) {
    .woocommerce .related ul.products .owl-item li.product .woocommerce-LoopProduct-link img, .woocommerce .upsells ul.products .owl-item li.product .woocommerce-LoopProduct-link img, .woocommerce-page .related ul.products .owl-item li.product .woocommerce-LoopProduct-link img, .woocommerce-page .upsells ul.products .owl-item li.product .woocommerce-LoopProduct-link img {
        max-width: none !important;
        float: none;
    }
}

.woocommerce .related ul.products .owl-item li.product:hover, .woocommerce .upsells ul.products .owl-item li.product:hover, .woocommerce-page .related ul.products .owl-item li.product:hover, .woocommerce-page .upsells ul.products .owl-item li.product:hover {
    box-shadow: none;
}

.woocommerce .related ul.products .owl-item li.product .promotion-discount, .woocommerce .upsells ul.products .owl-item li.product .promotion-discount, .woocommerce-page .related ul.products .owl-item li.product .promotion-discount, .woocommerce-page .upsells ul.products .owl-item li.product .promotion-discount {
    display: none;
}

.woocommerce .related ul.products .owl-item li.product .post-title, .woocommerce .upsells ul.products .owl-item li.product .post-title, .woocommerce-page .related ul.products .owl-item li.product .post-title, .woocommerce-page .upsells ul.products .owl-item li.product .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

/*.woocommerce .related ul.products .owl-item li.product img,*/
/*.woocommerce .upsells ul.products .owl-item li.product img,*/
/*.woocommerce-page .related ul.products .owl-item li.product img,*/
/*.woocommerce-page .upsells ul.products .owl-item li.product img {*/
/*margin: auto !important; }*/
/*@media (min-width: 576px) {*/
/*.woocommerce .related ul.products .owl-item li.product img,*/
/*.woocommerce .upsells ul.products .owl-item li.product img,*/
/*.woocommerce-page .related ul.products .owl-item li.product img,*/
/*.woocommerce-page .upsells ul.products .owl-item li.product img {*/
/*width: auto; } }*/
.woocommerce .related ul.products .owl-item li.product .price, .woocommerce .upsells ul.products .owl-item li.product .price, .woocommerce-page .related ul.products .owl-item li.product .price, .woocommerce-page .upsells ul.products .owl-item li.product .price {
    color: #EF5661;
    font-size: 16px;
}

@media (max-width: 768px) {
    .woocommerce .related ul.products .owl-item li.product .price, .woocommerce .upsells ul.products .owl-item li.product .price, .woocommerce-page .related ul.products .owl-item li.product .price, .woocommerce-page .upsells ul.products .owl-item li.product .price {
        font-size: 16px;
    }
}

.woocommerce .related ul.products .owl-item li.product .price .discount-percent, .woocommerce .upsells ul.products .owl-item li.product .price .discount-percent, .woocommerce-page .related ul.products .owl-item li.product .price .discount-percent, .woocommerce-page .upsells ul.products .owl-item li.product .price .discount-percent {
    display: none !important;
}

.woocommerce .related ul.products .owl-item li.product .price > *, .woocommerce .upsells ul.products .owl-item li.product .price > *, .woocommerce-page .related ul.products .owl-item li.product .price > *, .woocommerce-page .upsells ul.products .owl-item li.product .price > * {
    display: block;
}

.woocommerce .related ul.products .owl-item li.product .price del, .woocommerce .upsells ul.products .owl-item li.product .price del, .woocommerce-page .related ul.products .owl-item li.product .price del, .woocommerce-page .upsells ul.products .owl-item li.product .price del {
    display: none;
}

.woocommerce .related ul.products .owl-item li.product .price .dash, .woocommerce .upsells ul.products .owl-item li.product .price .dash, .woocommerce-page .related ul.products .owl-item li.product .price .dash, .woocommerce-page .upsells ul.products .owl-item li.product .price .dash {
    display: none;
}

.woocommerce .related ul.products .owl-item li.product .custom-rating, .woocommerce .related ul.products .owl-item li.product .add-to-compare, .woocommerce .upsells ul.products .owl-item li.product .custom-rating, .woocommerce .upsells ul.products .owl-item li.product .add-to-compare, .woocommerce-page .related ul.products .owl-item li.product .custom-rating, .woocommerce-page .related ul.products .owl-item li.product .add-to-compare, .woocommerce-page .upsells ul.products .owl-item li.product .custom-rating, .woocommerce-page .upsells ul.products .owl-item li.product .add-to-compare {
    display: none;
}

.woocommerce .related ul.products .owl-nav, .woocommerce .upsells ul.products .owl-nav, .woocommerce-page .related ul.products .owl-nav, .woocommerce-page .upsells ul.products .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

@media (min-width: 992px) {
    .woocommerce .related ul.products .owl-nav, .woocommerce .upsells ul.products .owl-nav, .woocommerce-page .related ul.products .owl-nav, .woocommerce-page .upsells ul.products .owl-nav {
        width: calc(100% + 30px);
        left: -15px;
    }
}

.woocommerce .related ul.products .owl-nav .owl-prev, .woocommerce .related ul.products .owl-nav .owl-next, .woocommerce .upsells ul.products .owl-nav .owl-prev, .woocommerce .upsells ul.products .owl-nav .owl-next, .woocommerce-page .related ul.products .owl-nav .owl-prev, .woocommerce-page .related ul.products .owl-nav .owl-next, .woocommerce-page .upsells ul.products .owl-nav .owl-prev, .woocommerce-page .upsells ul.products .owl-nav .owl-next {
    background: #fff;
    padding: 20px 7px;
    display: inline-block;
    pointer-events: auto;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px 0 0 5px;
}

@media (max-width: 768px) {
    .woocommerce .related ul.products .owl-nav .owl-prev, .woocommerce .related ul.products .owl-nav .owl-next, .woocommerce .upsells ul.products .owl-nav .owl-prev, .woocommerce .upsells ul.products .owl-nav .owl-next, .woocommerce-page .related ul.products .owl-nav .owl-prev, .woocommerce-page .related ul.products .owl-nav .owl-next, .woocommerce-page .upsells ul.products .owl-nav .owl-prev, .woocommerce-page .upsells ul.products .owl-nav .owl-next {
        padding: 10px 4px;
    }
}

.woocommerce .related ul.products .owl-nav .owl-prev .mdi, .woocommerce .related ul.products .owl-nav .owl-next .mdi, .woocommerce .upsells ul.products .owl-nav .owl-prev .mdi, .woocommerce .upsells ul.products .owl-nav .owl-next .mdi, .woocommerce-page .related ul.products .owl-nav .owl-prev .mdi, .woocommerce-page .related ul.products .owl-nav .owl-next .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-prev .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-next .mdi {
    font-size: 34px;
    position: relative;
    top: 10px;
    left: 0;
    color: #7a7a7a;
}

@media (max-width: 768px) {
    .woocommerce .related ul.products .owl-nav .owl-prev .mdi, .woocommerce .related ul.products .owl-nav .owl-next .mdi, .woocommerce .upsells ul.products .owl-nav .owl-prev .mdi, .woocommerce .upsells ul.products .owl-nav .owl-next .mdi, .woocommerce-page .related ul.products .owl-nav .owl-prev .mdi, .woocommerce-page .related ul.products .owl-nav .owl-next .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-prev .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-next .mdi {
        font-size: 26px;
        top: 8px;
    }
}

.woocommerce .related ul.products .owl-nav .owl-prev.disabled, .woocommerce .related ul.products .owl-nav .owl-next.disabled, .woocommerce .upsells ul.products .owl-nav .owl-prev.disabled, .woocommerce .upsells ul.products .owl-nav .owl-next.disabled, .woocommerce-page .related ul.products .owl-nav .owl-prev.disabled, .woocommerce-page .related ul.products .owl-nav .owl-next.disabled, .woocommerce-page .upsells ul.products .owl-nav .owl-prev.disabled, .woocommerce-page .upsells ul.products .owl-nav .owl-next.disabled {
    cursor: default;
}

.woocommerce .related ul.products .owl-nav .owl-prev.disabled .mdi, .woocommerce .related ul.products .owl-nav .owl-next.disabled .mdi, .woocommerce .upsells ul.products .owl-nav .owl-prev.disabled .mdi, .woocommerce .upsells ul.products .owl-nav .owl-next.disabled .mdi, .woocommerce-page .related ul.products .owl-nav .owl-prev.disabled .mdi, .woocommerce-page .related ul.products .owl-nav .owl-next.disabled .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-prev.disabled .mdi, .woocommerce-page .upsells ul.products .owl-nav .owl-next.disabled .mdi {
    opacity: 0.4;
}

.woocommerce .related ul.products .owl-nav .owl-prev, .woocommerce .upsells ul.products .owl-nav .owl-prev, .woocommerce-page .related ul.products .owl-nav .owl-prev, .woocommerce-page .upsells ul.products .owl-nav .owl-prev {
    float: left;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 5px 5px 0;
}

.woocommerce .related ul.products .owl-dots, .woocommerce .upsells ul.products .owl-dots, .woocommerce-page .related ul.products .owl-dots, .woocommerce-page .upsells ul.products .owl-dots {
    display: none !important;
}

/*---------- compare styles section ----------*/
.irk-page-compare .main {
    background: #fff;
}

.compare-button {
    background-color: #F44336;
    color: #fff !important;
    padding: 10px;
    border-radius: 11px;
    position: fixed;
    left: 7px;
    bottom: 7px;
    z-index: 99;
}

@media (min-width: 768px) {
    .compare-button {
        bottom: 7px !important;
    }
}


body.irk-page-compare .compare-button {
    display: none !important;
}

body.irk-page-compare .page-card .card-header {
    display: none !important;
}

body.irk-page-compare .page-card,
body.irk-page-compare .page-card .card-body {
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 0;
}


.compare-list {
    padding: 12px;
}

.compare-list .product-row {
    display: grid;
}

.compare-list .attributes-row .attributes-data:not(:last-child), .compare-list .product-row .product-data:not(:last-child) {
    border-left: 1px solid #f0f0f1;
    border-right: none;
}

.compare-list .product-row .product-data:not(:last-child) {
    border-right: 1px solid #f0f0f1;
}

.compare-list .product-row .product-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
}

.compare-list .product-row .product-data .remove-compare-item {
    align-items: center;
    background-color: #a1a3a8;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex
;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.compare-list .product-row .product-data .product-title {
    font-size: 14px;
    font-weight: 400;
    height: 66px;
    line-height: 22px;
    margin: 8px 0;
    overflow: hidden;
}

.compare-list .product-row .product-data .star-rating {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
}
.compare-list .star-rating svg {
    fill: #f9bc00;
    height: 18px;
    width: 18px;
}

.compare-list .button {
    align-items: center;
    background-color: #ef4056;
    border: 1px solid #ef4056;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 400;
    gap: 4px;
    height: 48px;
    justify-content: center;
    line-height: 2;
    padding: 0 16px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.compare-list .attributes-title {
    font-weight: 700;
    margin: 20px 0;
}


.compare-list .attributes .attributes-row:not(:last-child) {
    border-bottom: 1px solid #f0f0f1
}

.compare-list .attributes-row {
    display: grid;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.compare-list .attributes-row .attributes-data {
    padding: 0 12px
}

.compare-list .attributes-row .attributes-data:first-child {
    padding-left: 0
}

.compare-list .attributes-row .attributes-data:not(:last-child) {
    border-right: 1px solid #f0f0f1
}

.compare-search-form {
    position: relative
}

.compare-search-form .search-icon {
    fill: #81858b;
    height: 24px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 24px
}

.compare-search-form .product-cat {
    background: transparent;
    border: none;
    border-left: 1px solid #f0f0f1;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px
}

.compare-search-form .loading {
    fill: #81858b;
    cursor: pointer;
    display: none;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 44px
}

.compare-search-form .product-cat+.loading {
    right: 122px
}

.compare-search-form input[type=search] {
    padding-left: 40px;
    padding-right: 40px
}

.compare-search-results {
    margin: 20px 0;
    min-height: 100px
}

.compare-search-results .products {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.compare-search-results .products .product {
    border-bottom: 1px solid #f0f0f1;
    cursor: pointer;
    padding: 12px
}

.compare-search-results .products .product img {
    display: block;
    margin: auto
}

.compare-search-results .products .product .product-title {
    height: 66px;
    line-height: 22px;
    overflow: hidden
}

.compare-search-results .products .product:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

.compare-search-results .products .product:nth-child(odd) {
    border-right: 1px solid #f0f0f1
}

@media(min-width: 992px) {
    #compare-search .modal-dialog {
        min-width:740px
    }
}

@media(max-width: 992px) {
    .compare-list {
        padding:20px
    }
}



/*---------- dokan styles section ----------*/
.woocommerce-form-register #tc_agree {
    display: none;
}

.woocommerce-form-register #tc_agree + label {
    position: relative;
    text-indent: 28px;
    display: inline-block;
    cursor: pointer;
}

.woocommerce-form-register #tc_agree + label:before {
    font-family: "Material Design Icons";
    content: '\f131';
    font-size: 23px;
    position: absolute;
    right: -28px;
    top: -11px;
    color: #979898;
}

.woocommerce-form-register #tc_agree:checked + label:before {
    content: '\f132';
    color: #00BFD6;
}

.woocommerce-form-register .user-role .radio {
    width: 100%;
    padding-right: 7px;
}

.woocommerce-form-register .user-role .radio input[type=radio] {
    visibility: hidden;
    position: relative;
}

.woocommerce-form-register .user-role .radio input[type=radio]:before {
    visibility: visible;
    font-family: "Material Design Icons";
    content: '\f43d';
    font-size: 23px;
    position: absolute;
    right: -9px;
    top: -14px;
    color: #979898;
}

.woocommerce-form-register .user-role .radio input[type=radio]:checked:before {
    content: '\f43e';
    color: #00BFD6;
}

#dokan-become-seller {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
}

@media (max-width: 576px) {
    #dokan-become-seller {
        padding: 15px;
    }
}

#dokan-become-seller .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

#dokan-become-seller .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#dokan-become-seller .card-body {
    padding: 0;
}

#dokan-become-seller .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    #dokan-become-seller .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

#dokan-become-seller h2 {
    font-size: 16px;
}

#dokan-become-seller .register {
    padding: 0;
    border: none;
}

body.dokan-dashboard .page-card {
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

body.dokan-dashboard .page-card .card-title {
    display: none;
}

body.dokan-dashboard .dokan-dash-sidebar {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
    background-color: #fff !important;
    width: 22%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dash-sidebar {
        padding: 15px;
    }
}

body.dokan-dashboard .dokan-dash-sidebar .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

body.dokan-dashboard .dokan-dash-sidebar .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

body.dokan-dashboard .dokan-dash-sidebar .card-body {
    padding: 0;
}

body.dokan-dashboard .dokan-dash-sidebar .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dash-sidebar .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 992px) {
    body.dokan-dashboard .dokan-dash-sidebar {
        width: 100%;
    }
}

@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dash-sidebar {
        padding: 0 !important;
    }
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: #fff !important;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-bottom: none;
    transition: all 200ms ease-out;
}

@media (max-width: 767px) {
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        display: block;
        border-right: none;
    }
}

@media (max-width: 430px) {
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        width: 100%;
        float: none;
    }
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    color: #515151 !important;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    color: #e0e1e2;
    margin-left: 7px;
    width: 37px;
    font-size: 20px;
    transition: all 200ms ease-out;
    position: relative;
    top: 2px;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #f6ffff !important;
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i {
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background: #f6ffff !important;
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i {
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    display: none;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings .fa-angle-right {
    float: left;
    margin-left: 0;
    margin-top: 8px;
    padding: 0;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
    border-top: 1px solid #e0e1e2 !important;
    border-bottom: 1px solid #e0e1e2 !important;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    text-align: center;
    border-color: #e0e1e2 !important;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    padding-right: 0;
    color: #979898;
    margin: 0;
    position: relative;
    top: 4px;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: #f6ffff !important;
}

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover i {
    color: #00BFD6;
}

body.dokan-dashboard .dokan-dashboard-content {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
    width: 78%;
}

@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dashboard-content {
        padding: 15px;
    }
}

body.dokan-dashboard .dokan-dashboard-content .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

body.dokan-dashboard .dokan-dashboard-content .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

body.dokan-dashboard .dokan-dashboard-content .card-body {
    padding: 0;
}

body.dokan-dashboard .dokan-dashboard-content .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    body.dokan-dashboard .dokan-dashboard-content .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 992px) {
    body.dokan-dashboard .dokan-dashboard-content {
        width: 100%;
        padding: 0 !important;
        margin-top: 15px;
    }
}

body.dokan-dashboard .dokan-dashboard-content article .entry-title {
    font-size: 20px;
}

body.dokan-dashboard .dokan-dashboard-content article:after {
    content: '';
    display: block;
    clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-seller a:before {
    content: '\f4dc';
}

.dokan-seller-listing .dokan-seller-search-form .dokan-seller-search {
    padding-right: 10px !important;
    background-position: 8px 12px !important;
}

.dokan-store .woocommerce-breadcrumb {
    padding-bottom: 15px;
}

.dokan-store #primary {
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
}

.dokan-store #primary .sidebar.col-12.col-lg-3 {
    -ms-flex: auto;
    flex: auto;
    max-width: inherit;
    width: 25%;
    margin-left: 3%;
    float: right;
}

@media (max-width: 992px) {
    .dokan-store #primary .sidebar.col-12.col-lg-3 {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .dokan-store-sidebar, .dokan-single-store {
        margin-right: 0;
        width: 100% !important;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .dokan-store .dokan-store-sidebar, .dokan-store .dokan-single-store {
        margin-right: 0;
        width: 100% !important;
        margin-left: 0;
    }
}

.dokan-widget-area .widget-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px !important;
}

.dokan-widget-area ul {
    list-style: none;
    padding-right: 0;
}

.dokan-widget-area ul .fa-star {
    color: #FFD700;
}

.dokan-category-menu {
    padding: 15px !important;
}

.dokan-category-menu h3.widget-title {
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
    background: transparent !important;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
    margin: 0 !important;
    border-bottom-color: #f5f5f5 !important;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon {
    right: auto !important;
    left: -2px;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon .fa {
    transform: rotate(180deg);
}

.dokan-form-control {
    border: 1px solid #979898 !important;
    padding: 7px !important;
    border-radius: 7px !important;
    color: #515151 !important;
    font-size: 13px !important;
    line-height: 32px !important;
}

.dokan-form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #979898;
}

.dokan-store-menu ul {
    margin-bottom: 0;
}

.dokan-store-menu ul li.parent-cat-wrap a {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.dokan-store-menu ul li.parent-cat-wrap a .fa {
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}

.dokan-single-store .profile-frame {
    background-color: #fff !important;
    border: 1px solid #e0e1e2;
    border-bottom: none;
}

@media (min-width: 1200px) {
    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
        background-color: #00BFD6 !important;
    }
}

.profile-info-summery .profile-img img {
    border: 3px solid rgba(0, 191, 214, 0.5) !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    padding: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    height: 150px !important;
}

.profile-info-summery-wrapper .profile-info-summery .profile-info {
    color: #fff !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 9px !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 4px !important;
}

.dokan-single-store .dokan-store-tabs ul {
    border-color: #e0e1e2 !important;
    margin-bottom: 15px !important;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
}

.dokan-single-store .dokan-store-tabs ul li {
    border-left: 1px solid #e0e1e2;
    border-right: none !important;
    margin-right: 0 !important;
    margin-left: -4px;
}

.dokan-single-store .dokan-store-tabs ul li a:hover {
    background-color: #f7fafc !important;
}

li.dokan-share-btn-wrap {
    border-left: none !important;
    border-right: 1px solid #EDEDED !important;
}

li.dokan-share-btn-wrap .dokan-share-btn {
    margin-right: auto !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
}

li.dokan-share-btn-wrap .dokan-share-btn:focus, li.dokan-share-btn-wrap .dokan-share-btn:active {
    box-shadow: none;
    outline: none;
}

.dokan-pagination-container .dokan-pagination {
    padding-right: 0;
    font-size: 16px;
}

.dokan-pagination-container .dokan-pagination li a {
    background-color: #fff;
    border-color: #d7d8d9;
}

.dokan-pagination-container .dokan-pagination li.active a {
    background-color: #00BFD6 !important;
    color: #fff;
    border-color: #00BFD6;
}

.store-review-wrap #reviews {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
}

@media (max-width: 576px) {
    .store-review-wrap #reviews {
        padding: 15px;
    }
}

.store-review-wrap #reviews .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.store-review-wrap #reviews .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.store-review-wrap #reviews .card-body {
    padding: 0;
}

.store-review-wrap #reviews .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .store-review-wrap #reviews .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

#tab-title-seller_products a:before {
    content: '\f1a7';
}

@media (max-width: 992px) {
    .single-product .woocommerce-Tabs-panel--seller_products {
        height: 50px;
    }
}

.irk-seller-products {
    margin-top: 15px;
    margin-bottom: 0;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    #tab-seller h2 {
        text-align: center;
    }
}

#tab-seller .list-unstyled {
    text-align: center;
    border: 1px solid #e0e1e2;
    width: 50%;
    margin: auto;
}

@media (max-width: 768px) {
    #tab-seller .list-unstyled {
        width: 100%;
    }
}

#tab-seller .list-unstyled .avatar-item {
    background-color: #00BFD6;
    padding: 15px;
    margin-bottom: 15px;
}

#tab-seller .list-unstyled .avatar-item .avatar {
    border-radius: 50%;
    border: 3px solid #a3f5ff;
}

#tab-seller .list-unstyled li {
    padding: 10px;
}

#tab-seller .list-unstyled .clearfix {
    background-color: #f8f9fa;
}

#tab-seller .list-unstyled li:not(:last-child) {
    border-bottom: 1px solid #e0e1e2;
}

#tab-seller .list-unstyled .star-rating {
    margin-top: 10px;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
    margin-top: 10px !important;
}

.dokan-other-vendor-camparison h3 {
    font-size: 16px;
    color: #fff;
    background-color: #5E98AE;
    margin-bottom: 0 !important;
    padding: 7px;
    font-weight: 400;
}

.dokan-other-vendor-camparison h3:before {
    content: '\f4dc';
    font-family: "Material Design Icons";
    font-size: 20px;
    position: relative;
    top: -1px;
    left: 3px;
    color: #fff;
    float: right;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
        padding: 15px;
    }
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-body {
    padding: 0;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

@media (max-width: 576px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
        padding: 0;
    }
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row {
    padding: 15px;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row span.cell-title {
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.vendor img {
    border-radius: 100%;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.vendor a {
    font-size: 13px;
    color: #515151;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .woocommerce-Price-amount {
    color: #515151;
    font-size: 13px;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price del {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #979898;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price del .amount {
    color: #979898;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price ins {
    display: block;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price .discount-percent {
    color: #EF5661;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.rating .woocommerce-review-link {
    font-size: 12px;
    color: #979898;
}

@media screen and (max-width: 767px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area {
        border-top: none;
    }
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.link {
    color: #7a7a7a;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.view {
    color: #7a7a7a;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.cart {
    color: #00BFD6;
}

.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row:not(:last-child) {
    border-bottom: 1px solid #e0e1e2;
}

/*---------- archive-desc styles section ----------*/
.archive-desc, .woocommerce-products-header {
    border-radius: 11px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .archive-desc, .woocommerce-products-header {
        padding: 15px;
    }
}

.archive-desc .card-header, .woocommerce-products-header .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px;
}

.archive-desc .card-header .card-title, .woocommerce-products-header .card-header .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.archive-desc .card-body, .woocommerce-products-header .card-body {
    padding: 0;
}

.archive-desc .card-footer, .woocommerce-products-header .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa;
}

@media (max-width: 576px) {
    .archive-desc .card-footer, .woocommerce-products-header .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}

.archive-desc .page-title, .woocommerce-products-header .page-title {
    font-size: 16px;
    font-weight: 500;
}

.archive-desc .term-description p, .archive-desc .page-description p, .woocommerce-products-header .term-description p, .woocommerce-products-header .page-description p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 12px;
}

.archive-desc .term-description .showmore, .archive-desc .page-description .showmore, .woocommerce-products-header .term-description .showmore, .woocommerce-products-header .page-description .showmore {
    line-height: 32px;
}

.archive-desc .term-description .showmore_content, .archive-desc .page-description .showmore_content, .woocommerce-products-header .term-description .showmore_content, .woocommerce-products-header .page-description .showmore_content {
    position: relative;
    overflow: hidden;
}

.archive-desc .term-description .showmore_trigger, .archive-desc .page-description .showmore_trigger, .woocommerce-products-header .term-description .showmore_trigger, .woocommerce-products-header .page-description .showmore_trigger {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.archive-desc .term-description .showmore_trigger.show:before, .archive-desc .page-description .showmore_trigger.show:before, .woocommerce-products-header .term-description .showmore_trigger.show:before, .woocommerce-products-header .page-description .showmore_trigger.show:before {
    content: '';
    display: block;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #fff);
    position: absolute;
    height: 32px;
    bottom: 32px;
}

.archive-desc .term-description .showmore_trigger span, .archive-desc .page-description .showmore_trigger span, .woocommerce-products-header .term-description .showmore_trigger span, .woocommerce-products-header .page-description .showmore_trigger span {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

/*---------- archive slider styles section ----------*/
.archive-slider {
    margin-top: 15px;
}

.archive-slider .owl-carousel .owl-item a {
    display: block;
}

.archive-slider .owl-carousel .owl-item img {
    display: inline-block;
}

/*---------- download-app styles section ----------*/
.download-app {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    z-index: 999;
    padding: 3px 10px;
    font-size: 12px;
}

.download-app .close {
    opacity: 1;
}

.download-app .mdi {
    font-size: 26px;
    position: relative;
    top: 8px;
    left: 0;
    color: #fff;
}

.download-app .download-url {
    color: #EF5661 !important;
    background: #fff !important;
    border-radius: 21px !important;
}

/*--------------------- preloader styles section ---------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("assets/img/bars.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*---------- cat-overlay styles section ----------*/
.cat-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(74, 74, 74, 0.43);
    opacity: 0;
    z-index: 98;
    -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    pointer-events: none;
}

@media (max-width: 992px) {
    .cat-overlay {
        display: none !important;
    }
}


/****************************archive ****************/
.wenderfol_archive {
    padding: 20px 0px 30px 0px;
    overflow: hidden;
    background-color: rgba(255, 80, 98, 0.89);
    width: 100%;
    margin-top: -15px;
    border-radius: 0 0 28px 28px;
}
.ntk-product-archive.offer {
    margin-top: -20px;
}
.wenderfol_archive .wenderfol_img{
	width: 19.5%;
	display: inline-block;
	text-align: center;
	float: right;
	border-left: 2px solid #ffffff9e;
	position: relative;
	top: 5px;
}
.wenderfol_archive .vanderfol_title{
	float: left;
	width: 79%;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}
@media (max-width: 990px){
    .wenderfol_archive{
		padding: 20px 0px;
	}
	.wenderfol_archive .vanderfol_title {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 45px;
    }
	.wenderfol_archive .wenderfol_img {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: 0;
    }
	.ntk-product-archive.offer {
		margin-top: 10px;
	}
}

/******************************/
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label{
    display: inline-block;
    border-radius: 2px;
    padding: 2px 5px 0 5px;
    color: #fff;
    background: #353338;
    font-size: 11px;
    line-height: 20px;
    margin-right: 10px;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.video{
	background: #3498DB;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.exam{
	background: #E67E22;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.free{
	background: #2ECC71;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.quiz {
    background: #E74C3C;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.lecture {
     background: #8E44AD;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.free {
     background: #2ECC71;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.practice {
    background: #34495E;
}
.ntk-product-courses .lesson-accordion .lesson-item .lesson-title .label.attachments {
    background: #FF6B81;
}


.location-item {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.location-item .location-title {
    display: block;
    margin: 4px 0px;
}

.location-item .location-content {
	border-top: 1px solid #3333;
}

.location-item .location-content .city-list {
    padding: 10px 0px;
}

.location-item .location-content .city-list .city-item {
    display: block;
    width: 100%;
    margin: 0px;
}



.call_box.showe {
    position: fixed;
    background: #0000004f;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}
.call_box .call_button{
	line-height: 1;
  width: 70px;
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 9999;
  height: 70px;
  background-color: #f44336;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
}
.call_box .open-caller svg {
    max-width: 24px;
    display: block;
    margin: 1px auto 1px;
    color: #fff;
}
.call_box .call_button span.title_caller {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}
.call_box .call_main {
    position: fixed;
    right: 2%;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    width: 300px;
    z-index: 99999999;
    font-size: 12px;
    transition: all 120ms ease-out;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
}

.call_box .call_main ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.call_box.showe .call_main {
    visibility: visible;
    opacity: 1;
    bottom: 130px;
    transition: all 190ms ease-out;
}
.call_box .call_main ul li {
    line-height: 2em;
    font-size: 14px;
}
.call_box .call_main ul li:hover {
    background-color: #f0f0f0;
}
.call_box .call_main ul li a {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call_box .call_main ul li div.call_item_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    padding: 3px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_box .call_main ul li div.call_item_icon i {
    font-size: 18px;
    color: #fff;
}
body .call_box .call_main ul li.call_close_mobile {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto;
}
body .call_box .call_main ul li.call_close_mobile i {
	line-height: 10px;
	font-size: 11px;
	font-weight: 700;
	margin-right: 11px;
	position: relative;
	top: 3px;
}

@media (max-width: 990px) {
    body .call_box.showe .call_main {
        bottom: 10px;
    }
    body .call_box .call_main {
        width: 95%;
        padding: 0;
        left: 5px;
        bottom: -100%;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        border-radius: 16px;
    }
}



/*
 *
 */

	.main-header {
		background: #fff;
		padding: 8px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		position: sticky;
		top: 0;
		z-index: 99;
	}

	.main-header .top-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 10px 0px;
	}

    .main-header .brand-search{
      display:flex;
      align-items:center;
      gap:16px;
      flex:1;
    }

    .main-header .brand{display:flex;align-items:center;gap:10px}
    .main-header .logo{width:50px;height:50px;background:#f43f5e;border-radius:12px;display:inline-grid;place-items:center;font-weight:700;color:#fff;font-size:22px}
	.main-header .brand h1 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		color: #111827;
		line-height: 1;
		margin-bottom: 8px;
	}
	
    .main-header .brand img {
        max-width: 150px;
        height: auto;
    }
	
    @media (max-width: 991.99px) {
        .main-header .brand img {
            max-width: 110px;
        } 
    }
	
	.main-header .brand p {
		margin: 0;
		font-size: 12px;
		color: #6b7280;
		line-height: 1;
	}

    .main-header .controls{display:flex;gap:8px;align-items:center}

    .main-header .search form {
        display: flex;
        align-items: center;
        background: #f8fafc;
        padding: 1px 12px;
        border-radius: 12px;
        min-width: 600px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .main-header .search input[type="search"]{background:transparent;border:0;color:#111827;padding:8px 8px;outline:none;font-size:14px;width:100%}
    .main-header .search button{border:0;background:transparent;padding:6px;cursor:pointer;display:grid;place-items:center}
    .main-header .search button i{
		font-size:20px;
		color:#f43f5e;
	}
    .main-header .search .main_results_ajax_search {
        display: none;
        position: absolute;
        top: 55px;
        right: 0;
        width: 100%;
        z-index: 10;
        border: 1px solid #e0e0e2;
        border-radius: 11px;
        padding: 15px;
        background: #fff;
        left: 0;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 4%);
    }
    .main-header .search .search_image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 11px;
    }
.promote_searchs {
    margin-top: 24px;
}
.promote_searchs span {
    display: flex;
    align-items: center;
    color: #424750;
    font-size: 15px;
    font-weight: 600;
}
.promote_searchs span i {
    font-size: 29px;
    font-weight: 500;
    color: #a1a3a8;
    margin-left: 11px;
    position: relative;
    top: 0px;
}
.search-result-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    list-style: none;
    margin-top: 12px;
    gap: 10px;
    padding: 0;
}
.search-result-tags a {
    border: 1px solid #e0e0e2;
    border-radius: 25rem;
    color: #424750;
    padding: 6px 15px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.search-result-tags a:hover {
    background-color: #2962ff;
    border-color: #2962ff;
    color: #fff;
}
.products_resulter {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.products_resulter img{
    width: 45px;
    height: 45px;
}
.products_resulter li.list-group-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #3333;
    padding: 10px 0px;
}
.products_resulter li.list-group-item a {
    width: 100%;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.main-header .icon-btn {
    display: flex;
    place-items: center;
    padding: 0px 10px;
    min-width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: 0.2s;
    justify-content: center;
	gap: 6px;
}

	.main-header .icon-btn i{
		font-size:20px;
		color:#374151;
	}

    .main-header .cart{position:relative}
	.main-header .cart-badge {
		position: absolute;
		left: -6px;
		top: -6px;
		background: #f43f5e;
		color: #fff;
		font-size: 12px;
		border-radius: 999px;
		border: 2px solid #fff;
		width: 25px;
		height: 25px;
		display: flex;
		align-items: center;
		line-height: 1;
		justify-content: center;
	}

    .main-header nav{width:100%;background:var(--panel);border-radius:12px;margin-top:6px;box-shadow:0 2px 8px rgba(0,0,0,0.05);position:relative}

    /* مگامنو */
    #nav-toggle{display:none}
    .hamburger{display:none}

    @media (max-width:1024px){
      .main-header .search{min-width:120px}
      .main-header .nav-list{display:none}
      .main-header .hamburger{display:inline-block}
      .main-header .brand-search{align-items:flex-start;gap:8px}
    }
    
.woocommerce .star-rating span::before{
    display: none;
}


.single-product-actions {
    position: absolute;
    right: 10px;
    top: 44px;
    background: #f8fafc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 11px;
    gap: 10px;
}

.summary-columns {
    display: flex;
    gap: 30px;
}


.column-description {
    width: 60%;
}

.column-cart {
    width: 40%;
}

@media (max-width: 992px) {
    .summary-columns {
        flex-wrap: wrap;
    }  
    .column-description {
        width: 100%;
    }
    
    .column-cart {
        width: 100%;
    }

}

.cart-box {
    background: #f8fafc;
        border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}


.cart-box .panel-vendor {
    border-bottom: 1px solid #e0e0e2;
    padding-bottom: 10px
}

.cart-box .panel-vendor .vendor-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.cart-box .panel-vendor .vendor-header .other-vendors {
    color: #19bfd3;
    font-size: 1.2rem
}

.cart-box .vendor-activity {
    display: flex;
    gap: 12px;
}
.vendor-activity .consent-activity {
    align-items: center;
    display: flex;
    font-size: 10px;
    gap: 12px;
}
.vendor-activity .consent-activity .separator {
    background-color: #c0c2c5;
    height: 12px;
    width: 1px;
}
.vendor-activity .consent-activity .activity .excellent {
    color: #00a049;
}
.vendor-activity .consent-activity .consent .low-green {
    color: #b1b64d;
}
.vendor-activity .chevron-icon {
    fill: #a1a3a8;
    cursor: pointer;
    height: 24px;
    margin-right: auto;
    width: 24px;
    transform: rotate(180deg);
}
.cart-box .panel-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cart-box .panel-info .product-info {
    align-items: center;
    display: flex;
    gap: 12px;
	border-bottom: 1px solid #e0e0e2;
    padding: 12px 0;
}
 .cart-box .panel-stock {
    border-bottom: 1px solid #e0e0e2;
    padding: 12px 0;
}
.cart-box .panel-stock .stock-text {
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    display: flex;
    gap: 12px;
}
.cart-box .panel-stock .delivery {
    display: flex;
    gap: 12px;
}
.cart-box .panel-stock .delivery .delivery-bullet {
    position: relative;
    text-align: center;
    width: 24px;
    margin-left: 6px;
}
.cart-box .panel-stock .delivery .delivery-bullet:before {
    background-color: #e0e0e2;
    content: "";
    height: 8px;
    left: calc(50% - 2px);
    position: absolute;
    top: 0;
    width: 2px;
}
.cart-box .panel-stock .delivery .delivery-bullet svg {
    fill: #19bfd3;
    height: 6px;
    width: 6px;
}
.cart-box .panel-stock .delivery .delivery-text {
    align-items: center;
    color: #81858b;
    display: flex;
    font-size: 11px;
    gap: 8px;
}
.cart-box .panel-stock .delivery .delivery-text svg {
    fill: #e6123d;
}
.cart-box .panel-stock .stock-text .chevron-icon {
    fill: #a1a3a8;
    cursor: pointer;
    height: 24px;
    width: 24px;
    transform: rotate(180deg);
}
.cart-box .panel-stock .stock-text>div {
    align-items: center;
    display: flex;
    gap: 12px;
}
.cart-box .panel-stock .stock-text .stock {
    font-weight: 700;
    margin: 0;
    color: #333;
}
.cart-box .panel-stock .stock-text .stock-icon {
    fill: #19bfd3;
    height: 24px;
    width: 24px;
}
.cart-box .panel-stock .delivery .delivery-text svg {
    fill: #e6123d;
    height: 16px;
    min-width: 16px;
    width: 16px;
}



.cart-box .price {
    font-size: 1.2rem;
    font-weight: 600;
}


.cart-box .stock-status {
    color: #27ae60;
}

.short-attributes {

}

.short-attributes .title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
  display: block;
  color: #222;
}

.short-attributes .attributes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 992px) {
    .short-attributes .attributes {
      grid-template-columns: 1fr 1fr;
    }

}


.short-attributes .attribute {
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
}

.short-attributes .attribute .label {
    font-size: 13px;
  color: #666;
  font-weight: 600;
  margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.short-attributes .attribute .value a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.short-attributes .view-all {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 16px 0;
}

.short-attributes .view-all a {
    background: transparent;
    border: 1px solid #f0f0f1;
    border-radius: 8px;
    font-weight: 700;
    padding: 4px 12px;
}

.short-attributes .view-all hr {
    border-bottom: none;
    border-top: 1px solid #f0f0f1;
    flex-grow: 1;
    margin: 0;
}


.single-product-actions .add-to-compare.active svg {
    color: #00BFD6;
}



/*************/
.widget_ntk_search {
  position: relative;
  display: flex;
  align-items: center;
}

.widget_ntk_search .search-field {
    flex: 1;
    padding: 8px 8px 8px 40px;
    border: 1px solid #ccc;
    border-radius: 11px;
    font-size: 14px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: 0;
}

.widget_ntk_search .search-submit {
  position: absolute;
  left: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.widget_ntk_search .search-submit svg {
  width: 20px;
  height: 20px;
  fill: #7a7a7a;
  transition: fill 0.3s;
}

.widget_ntk_search .search-submit:hover svg {
  fill: #333;
}
/******************/
.ntk-ticket-content .ticket-header .cooper-ticket-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.ntk-ticket-content .ticket-header .cooper-ticket-title .cooper-tickets-back {
    background: #e3eaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-left: 16px;
}
.ntk-ticket-content .ticket-header .cooper-ticket-title .cooper-tickets-back img {
	transform: rotate(180deg);
    width: 14px;
    height: 14px;
}
.ntk-ticket-content .ticket-header .cooper-ticket-title .cooper-ticket-name {
    font-weight: bold !important;
    font-size: 20px !important;
    margin: 0 !important;
}
.ntk-ticket-content .ticket-header .cooper-ticket-title .wpast-ticket-id {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #8d99a9;
}
.ntk-ticket-content .ticket-header{
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px 0 #3b3b3b33;
    border-radius: 8px;
	margin-bottom: 30px;
}
.ntk-ticket-content .ticket-header .cooper-user-widget{
    text-align: center;
	margin-bottom: 15px;
}
.ntk-ticket-content .ticket-header .cooper-user-widget .user-avatar img {
    border-radius: 100%;
    margin-bottom: 15px;
    width: 140px;
    height: 140px;
}
.ntk-ticket-content .ticket-header .ticket-related-product a{
	color: #4caf50;
}

.ntk-ticket-content .ticket-header .cooper-meta-widget{
    text-align: center;
	margin-bottom: 20px;
}
.ntk-ticket-content .ticket-header .cooper-meta-widget .cooper-meta-item .icon{
    font-size:30px;
}
.ntk-ticket-content .ticket-header .cooper-meta-widget .cooper-meta-item .cooper-meta-item-text{
    display: block;
}

.ntk-ticket-content .ticket-header .cooper-desc-widget{
    background: #eee;
    text-align: justify;
    padding: 15px;
	border-radius: 11px;
}

/********************************/
.rating_and_nummbercomment {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.rating_and_nummbercomment .flexed {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rating_product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating_product .star {
  color: #ffb400; /* رنگ طلایی ستاره */
  font-size: 16px;
}

.rating_product .average_rating {
  font-weight: 600;
  color: #222;
}

.rating_count {
  color: #777;
  font-size: 13px;
}

.comments_number {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    background: #f8fafc;
    border-radius: 11px;
    padding: 0px 5px;
}

.comments_number i {
  color: #ccc;
  font-size: 10px;
}

.comments_number p {
  margin: 0;
}

.comments_number span {
  font-weight: 600;
  margin-left: 3px;
  color: #222;
}


.free-shipping {
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
	margin-bottom: 15px;
}
.free-shipping>div {
    padding: 12px;
}
.free-shipping>div .text {
    color: #81858b;
    font-size: 13px;
    line-height: 1.6;
}

.column-description .variations tbody tr {
    display: block;
    margin-bottom: 5px;
}

.column-description .variations .label {
    width: 100%;
    display: block;
    text-align: right;
}

.column-description .variations .value {
    padding: 5px 0;
}


/*************/

.column-cart form.cart,
.column-cart .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
	gap: 8px;
}
.quantity {
  display: inline-flex;
  align-items: center;
      position: relative;
}

.quantity .minus,
.quantity .plus {
    position: absolute;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
    background: none !important;
    border: 0 !important;
}

.quantity .minus{
	left: 5px;
}

.quantity .plus{
	right: 5px;
}

.cart-box .quantity .qty {
    width: 90px;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}


/*******************/
.ask_top_page {
    background: linear-gradient(180deg, #e0e0e2, hsla(0, 0%, 100%, 0));
    width: 100%;
}

.ask_top_page .faq_headerbox {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(assets/img/faq-pattern.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.ask_top_page .faq_headerbox .circle_btn_icon {
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.ask_top_page .faq_headerbox .circle_btn_icon i {
    color: #f43f5e;
    font-size: 30px;
    font-weight: 900;
}

.ask_top_page .page_title {
    color: #0c0c0c;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 11px;
}

.ask_top_page p {
    color: #81858b;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}

.ask_top_page .form_search_faqpage {
    width: 90%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    position: relative;
}

.ask_top_page .form_search_faqpage .input_field {
    display: inline-block;
    width: 100%;
    line-height: 1.222;
    letter-spacing: -.6px;
    border-radius: 8px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    font-size: 15px;
    outline: 0;
}

.ask_top_page .form_search_faqpage .search-submit {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f43f5e;
    color: #fff;
    font-size: 20px;
	border: 1px solid #c8c8c8;
}

.content_ask_page {
    position: relative;
    width: 90%;
	max-width: 1000px;
    display: table;
    margin: 30px auto;
    margin-bottom: 80px;
    border-radius: 8px;
}

.asked_btn_icon {
    text-align: center;
}
.asked_btn_icon i {
    FONT-SIZE: 28px;
    line-height: 0;
	    color: #f43f5e;
}

.content_ask_page .title_cat_box {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 45px 0px;
    display: block;
    text-align: center;
}

.main_box_ask_cats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.main_box_ask_cats .link_ask_cats {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    position: relative;
	border-bottom: 1px solid #e0e0e2;
	border-left: 1px solid #e0e0e2;
}

.main_box_ask_cats .link_ask_cats i {
	font-size: 30px;
    max-width: 40px;
    height: auto;
    margin-bottom: 10px;
    transition: 0.2s all;
}

.main_box_ask_cats .link_ask_cats span {
    line-height: 37px;
    font-size: 13px;
    font-weight: 600;
    color: #424750;
}

.content_ask_page .get_back_button {
    float: left;
    color: #ffffff;
    background-color: #00bfd6;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all .3s ease-in-out;
	margin-bottom: 10px;
}

.asked_questions_box {
    position: relative;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.ask_accordion {
    background-color: unset;
    color: #0c0c0c;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
    padding: 20px 20px 20px 20px;
}

.panel {
    padding: 20px;
    display: none;
    overflow: hidden;
    position: relative;
}

.panel p {
    font-size: 14px;
    color: #424750;
    line-height: 28px;
    text-align: justify;
}

.frequently_asked_questions_title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 45px 0px;
    display: block;
    text-align: center;
}

.accordion_faq_questions {
    width: 90%;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

/************************/
.wc-attribute-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc-attribute-filter-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wc-attribute-filter-list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    gap: 8px;
}

.wc-attribute-filter-list a:hover {
  opacity: 0.8;
}

.wc-attribute-filter-list a.active .color-circle:before {
    content: '\ec31';
    font-family: 'netkala';
    position: absolute;
    color: #fff;
    font-size: 24px;
}

.color-circle {
    position: relative;
    display: flex;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/**************************************/
.modal-content {
    border-radius: 11px;
}

.modal-content .modal-title{
    font-size: 14px;
}

div#provinceList {
    height: 257px;
    overflow-y: scroll;
}