/*
Theme Name: Themes
Theme URL: http://mohsenbandegan.ir/
Description: WordPress theme released by Mohsen3012
Author: Mohsen Bandegan
Author URI: http://mohsenbandegan.ir 
Version: 1.0.0
 
*/
:root {
    --primary-background: #000;
    --primary-color: #fff;

    --primary-bgcolor: green;
    --primary-color-dark: #ffffff;
    --primary-color-light: #000000;

    --primary-btn-bgcolor-dark: rgba(229, 9, 20, 1);
    --primary-btn-color-dark: rgb(255, 254, 254, 1);

    --black-color-0: #101f38;
    --black-color-1: #3e4d68;
    --orange-color: #ff5723;
    --bs-gray-300: #dee2e6;
    --color-yellow-lite: #ffac5f;
    --bs-white: #fff;
    --bg-b0: #ffe7da;
    --bg-b2: #f5f5f5;
    --bg-b4: #fff6e0;
    --white-color: #fff;
}

body.woocommerce-account .aiosrs-rating-wrap {
    display: none;
}

body.page .aiosrs-rating-wrap {
    display: none;
}

.product.outofstock {
    height: 365px;
    background-color: white;
}
body.dark .product.outofstock {
    background-color: transparent;
}

.product.outofstock {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .product.outofstock {
        height: 267px !important;
    }
    .mb-price-range {
        height: 30px;
        line-height: 10px;
        flex-direction: column;
    }
    .mb-filter-products .category-item {
        font-size: 11px;
        line-height: 1; 
    }

}

.product.outofstock .product-content .price {
    margin-top: 25px;
}

.product.outofstock .product-content .price span.mb-unavailable::after {
    top: 20px;
}

p {
    text-align: justify;
}

.d-none {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.woocommerce .loader::before {
    display: none !important;
}

.position-releative {
    position: relative;
}

.col-4 {
    display: inline-block;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-6 {
    display: inline-block;
    flex: 0 0 auto;
    width: 50%;
}

.w-100 {
    width: 100% !important;
}

.flex-start {
    align-self: flex-start !important;
}

.v-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-center {
    justify-content: center;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-items-start {
    align-items: start;
}

.elementor-element {
    padding: 0 !important;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.justify-center {
    justify-content: center;
}

.m-l-auto {
    margin-left: auto;
}

.ml-4 {
    margin-left: 16px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mtb-50 {
    margin: 50px 0;
}

.mt60 {
    margin-top: 60px;
}

a:focus {
    outline: none;
}

textarea {
    outline: none;
}

input {
    outline: none;
}

.woocommerce span.onsale {
    background-color: #f58220 !important;
    right: 0.5em !important;
    padding: 0 !important;
}

header.fixedToTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

header.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

header.sticky-header .header-fixed {
    top: 65px !important;
}

body.admin-bar header.sticky-header .header-fixed {
    top: 65px !important;
}

body.admin-bar header.sticky-header {
    top: 30px !important;
}


body {
    font-family: 'irsans', sans-serif;
    background-color: var(--primary-color-dark);
    color: var(--primary-color-light);
    outline: none;
    overflow-x: hidden;
}

input {
    outline: none;
}

body.dark {
    background-color: var(--primary-color-light);
    color: var(--primary-color);
}

body.dark a {
    color: var(--primary-color);
}

body.dark .phone-nav {
    background-color: var(--primary-background);
}

#dark-mode {
    color: #fff;
}

/* Start Chat Box */
@media screen and (max-width: 767px) {
    #main-div {
        bottom: 80px !important;
    }
	.stock-quantity {
		font-size: 9px !important;
	}
}

#main-div {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99;
}

#main-div a.chat-box-gif img {
    width: 30px;
}

#main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    background-color: #f58220;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#main-button img {
    width: 60%;
    height: 60%;
}

#main-button ~ button {
    visibility: hidden;
    color: #fff;
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 18px;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#main-button.open ~ button {
    visibility: visible;
    right: 65px;
    opacity: 1;
    background-color: transparent;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: -1;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

#main-button.open ~ a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open ~ a:nth-of-type(1) {
    bottom: 80px;
    background-color: #fff;
    height: 50px;
}

#main-button.open ~ a:nth-of-type(2) {
    bottom: 165px;
    height: 0;
}

#main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
}

.wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 29, 38, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(204, 29, 96, 0.5);
    }
}

.open {
    animation-iteration-count: 1;
}
@media screen and (max-width: 767px) {
    #main-button {
        bottom: 0 !important;
    }
}
/* Start Dark Mode */
body .switch {
    z-index: 5;
}

body .switch__input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

body .switch__label {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 10px;
    transition: 0.4s;
}

body .switch__label::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px #333 solid;
    background-color: #fff;
    color: #333;
    transition: 0.4s;
    content: "\f185";
    font-family: "FontAwesome";
    font-size: 30px;
    font-weight: 900;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    body .switch__label {
        width: 40px;
        height: 40px;
    }

    body .switch__label::before {
        width: 40px;
        height: 40px;
    }

    body .switch__input:checked + .switch__label::before {
        left: calc(100% - 40px) !important;
    }
}

body .switch__input:checked + .switch__label {
    background-color: #fff;
}

body .switch__input:checked + .switch__label::before {
    left: calc(100% - 50px);
    border-color: #fff;
    background-color: #333;
    color: #fff;
    content: "\f186";
}

/* End Dark Mode */
body.admin-bar .navbar.fixed {
    top: 30px;
}

#scroll-top {
    display: inline-block;
    z-index: 1;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: rgb(245, 130, 32);
    color: var(--primary-btn-color-dark);
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 10px 14px;
    border-radius: 50px;
    line-height: 37px;
    text-align: center;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .2);
    transition: all .5s ease-in-out;
}

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.button-link {
    padding: 15px 20px;
    color: #666;
    border-radius: 5px;
    border: 1px solid #666;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.iw {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.border_none_1 {
    border-right: none !important;
}

.border_none_3 {
    border-bottom: none !important;
}

.border_none_2 {
    border-left: none !important;
}

.border_bottom_1 {
    border-bottom: 1px solid #cccccc;
}

.border_bottom_4 {
    border-top: 1px solid #cccccc;
}

.padding_left_1 {
    padding-left: 0;
}

.padding_right_1 {
    padding-right: 0;
}

.padding_all {
    padding-left: 0;
    padding-right: 0;
}

.border_none_1 {
    border: none !important;
}

#header .active_1 a {
    background: #FF8080;
    color: #fff !important;
}

#header .active_1 a:hover {
    background: #FF8080 !important;
    color: #fff !important;
}

.space_left {
    padding-left: 0;
}

.space_right {
    padding-left: 0;
}

.space_all {
    padding-left: 0;
}

/********************* header_top ****************/
#header_top {
    background: #ff80801f;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header_top_1 ul {
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.header_top_1 li {
    padding: 0;
    margin: 0;
    display: inline;
    margin: 5px;
}

.header_top_1 a {
    text-decoration: none;
    font-size: 17px;
    color: #141d23;
}

.header_top_1 a:hover {
    color: #ea375c;
}

#header_top .navbar navbar-default {
    padding: 0;
}

#header_top .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}

.success_1 {
    color: #FF0000;
}

#header_top .navbar-default {
    background-color: #4A4E4A !important;;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF !important;
    border-left: 1px solid #666666;
}

#header_top .navbar-nav > li {
    padding: 0;
}

#header_top .blot {
    border-left: none !important;
}

#header_top .navbar-default .navbar-nav > li > a:hover {
    background: none;
}

#header_top .navbar-default {
    border-color: #e7e7e7;
}

#header_top #login-nav input {
    margin-bottom: 15px;
}

#header_top .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

#header_top .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #DB5E5E;
    background: none;
}

#header_top .dropdown-menu .divider {
    background: none;
}

#header_top .input-group[class*=col-] {
    padding-left: 13px;
    padding-top: 10px;
}

#header_top .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}

#header_top .navbar {
    margin-bottom: 0;
}

#header_top .dropdown-menu li a {
    color: #000000;
}

#header_top .dropdown a {
    text-decoration: none;
    color: #000000;
}

#header_top .dropdown {
    font-size: 17px;
    padding-left: 80px;
}

.header_top_2 ul {
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.small_1 {
    color: #000;
}

.small_1:hover {
    color: #ea375c;
}

.header_top_3 .btn {
    background: #FF8080;
    border-color: #FF8080;
}

/********************* header_top_end ****************/
/********************* header ****************/
.navbar {
    margin-bottom: 0;
    min-height: auto;
    -webkit-backdrop-filter: blur(.625em) !important;
    backdrop-filter: blur(.625em) !important;
    background-color: rgba(255, 255, 255, 1);
}
body.dark .navbar {
    background-color: transparent;
}

.navbar-brand {
    color: #000;
    font-size: 40px;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: bold;
}

.navbar-brand:hover {
    color: #000;
}

body.dark #header {
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

#header {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .5);
    transition: 0.3s ease;
    -webkit-backdrop-filter: blur(.625em) !important;
    backdrop-filter: blur(.625em) !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    z-index: 9997;
	position: sticky;
}
body.dark #header {
    background-color: #000;
}

.header_1 h1 {
    font-size: 60px;
    font-weight: bold;
}

.block {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: #e53238;
    line-height: 15px;
    width: 20px;
    height: 20px;
    border-radius: 2em;
    text-align: center;
    position: absolute;
    top: 35%;
    padding: 2px 0px 0px 1px;
    left: 35%;
}

.header_3 {
    padding-top: 30px;
}

.header_3 i {
    color: #000000;
    font-size: 28px;
}

#header .navbar-brand {
    position: relative;
    z-index: 2;
}

#header .navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
}

#header .navbar .navbar-collapse {
    position: relative;
}

#header .navbar .navbar-collapse .navbar-right > li:last-child {
    padding-left: 22px;
}

#header .navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}

#header .navbar.navbar-default .nav-collapse {
    background-color: #f8f8f8;
}

#header .navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}

#header .navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}

#header .nav-collapse > li {
    float: right;
}

#header .navbar-nav > li > a {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin: 6px 2px 0px 2px;
    border-radius: 5px 15px;
    transition: all .3s ease;
}

#header .navbar-nav > li > a:hover {
    color: #FF8080;
}

#header .navbar-nav > li > a img {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
    filter: grayscale(40%);
    transition: filter 0.5s ease;
    -webkit-filter: grayscale(40%);
}

#header .navbar-nav > li > a i {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
    filter: grayscale(40%);
    transition: filter 0.5s ease;
    -webkit-filter: grayscale(40%);
}

#header .navbar-nav > li > a:hover img {
    filter: none;
    -webkit-filter: none;
}

#header .navbar-nav > li > a:hover i {
    filter: none;
    -webkit-filter: none;
}

#header .navbar-nav > li > a:focus {
    color: #FF8080;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: #428bca;
}

#header .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.btn.btn-circle {
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
	.contact-email a {
        padding: 7px 10px !important;
    }
    .contact-email a i {
        font-size: 15px !important;
    }
    .section-space {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .section-space .banner-img {
        height: auto !important;
        margin-bottom: 10px;
    }

    .offer-icon {
        display: none;
    }

    .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }

    .navbar .nav-collapse .navbar-form {
        margin: 0;
    }

    .nav-collapse > li {
        float: none;
    }

    .video-area {
        height: 255px;
    }

    .accordion-header {
        padding: 0 10px !important;
        margin: 0 !important;
    }

    .accordion-button {
        width: 90% !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        padding: 0 !important;
    }

    .accordion-body {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .footer-section {
        display: flex;
        flex-direction: column;
    }
}

#header .input {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 10px;
}

#header .thumbnail {
    padding: 0;
    padding: 2px;
}

#header .navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #6c5d52;
    background-color: #000000 !important;

}

#header .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 17px;
    margin: 10px;
}

#header .navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

#header .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #555;
}

#header .nav {
    margin: 0;
}

#header .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .navbar-default {
    background: #FFFFFF;
    border: none;
    padding-top: 10px;
}

#header .dropdown-menu > li > a:hover {
    color: #000;
}

#header .navbar-nav > li {
    font-size: 18px;
}

#header .navbar-nav li.darkluplite-menu-switch {
    margin-top: 25px;
    margin-left: 20px;
}

#header .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

#header .dropdown-menu {
    background-color: #fff;
    left: 0;
    right: auto;
}

#header .dropdown-menu .divider {
    background: none;
}

#header .dropdown-menu > li > a {
    color: #ea375c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 80px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

#header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}

.success_2 {
    color: #000000;
}

.success_2:hover {
    color: #ea375c;
}

.header_2 {
    padding-top: 30px;
    padding-left: 50px;
}

.drop_1 {
    margin-top: 10px !important;
}

/********************* header_end ****************/
/********************* middle ****************/
#middle {
    padding-top: 40px;
    padding-bottom: 40px;
}

.middle_1 {
    background-color: #E5F0FC;
    padding-top: 10px;
    border: 10px solid #ccc;
    margin-bottom: 10px;
}

.middle_2 {
    border: 10px solid #ccc;
}

.middle_1:hover {
    background-color: #d1dae4;
}

.middle_1 h3 {
    color: #141d23;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

.middle_1 h2 {
    color: #b42803;
    font-size: 24px;
    line-height: 28px;
}

.middle_1 p {
    color: #768080;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-top: 4px;
    padding-bottom: 15px;
}

.middle_3 {
    background: #ea375c;
    border: 10px solid #ccc;
    margin-bottom: 10px;
}

.middle_3:hover {
    background: #B70000;
}

.middle_3 h1 {
    font-size: 80px;
    line-height: 82px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    margin-top: 0;
}

.middle_3 h5 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.middle_3 h2 {
    padding: 0;
    margin: 0;
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
}

.middle_3 p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}

.middle_4 {
    border: 10px solid #ccc;
}

.middle_5 {
    background: #00A3E8;
    padding-bottom: 91px;
    padding-top: 111px;
    /* background-attachment: ; */
    background-repeat: no-repeat;
    background-size: cover;
}

.middle_8 {
    border: 8px solid #999999;
    margin: 30px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

.middle_8 h2 {
    color: #5f9228;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 8px;
}

.middle_8 h3 {
    font-size: 120px;
    line-height: 140px;
    color: #ea375c;
    padding: 0;
    margin: 0;
}

.middle_8 p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #141d23;
    padding-bottom: 20px;
}

.middle_8 p a {
    border: 1px solid #141d23;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #141d23;
}

.middle_main {
    padding-bottom: 50px;
}

/********************* middle_end ****************/
/********************* products ****************/
#products {
    padding-top: 40px;
    padding-bottom: 40px;
}

.products_1 h3 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#products .col-item {
    border: 1px solid #FF8080;
    border-radius: 5px;
    background: #FFF;
}

#products .col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

#products .col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

#products .col-item:hover .info {
    background-color: #fafafa;
}

#products .col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

#products .col-item .price h5 {
    line-height: 20px;
    margin: 0;
    font-weight: bold;
}

#products .price-text-color {
    color: #FF8080;
}

#products .col-item .info .rating {
    color: #777;
}

#products .col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

#products .col-item .separator {
    border-top: 1px solid #E1E1E1;
}

#products .clear-left {
    clear: left;
}

#products .col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

#products .col-item .separator p a {
    color: #FF8080;
    font-weight: bold;
}

#products .col-item .separator p i {
    margin-right: 5px;
}

#products .col-item .btn-add {
    width: 50%;
    float: left;
}

#products .col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

#products .col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

#products .controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.products_main {
    padding-bottom: 50px;
}

#products .btn-primary {
    border-radius: 0;
    border: none;
}

/********************* products_end ****************/
/********************* events ****************/
.events_1 h3 {
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
}

#products .a {
    outline: none;
    color: #3498db;
    text-decoration: none;
}

#products .a:hover, a:focus {
    color: #528cb3;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 520px;
    max-height: 460px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}

figure.effect-duke h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure.effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

figure.effect-duke:hover h2 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.events_main {
    padding-bottom: 30px;
}

/********************* events_end ****************/
/********************* latest ****************/
.latest_1 h3 {
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.carousel > .carousel-inner > .item > .circleElement {
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 11%;
    left: 39%;
    width: 400px;
    height: 400px;
    opacity: .5;
}

.carousel-indicators {
    bottom: -10px;
    display: none;
}

#latest .carousel-indicators li {
    cursor: pointer
}

#latest .carousel-control {
    width: 60px;
    height: 0;
    margin-top: -20px;
    font-size: 100px;
    background: none;
    border: none;
    font-weight: 300;
}

.carousel-indicators li {
    background-color: #999;
    background-color: rgba(255, 255, 255, 0.3);
}

#latest .carousel-caption {
    padding: 35px;
    text-align: center;
    background: #ff8080d4;
}

.carousel-caption h4 {
    font-weight: 100;
    font-size: 61px;
}

.carousel-caption p {
    margin-top: 39px;
    font-size: 22px;
    margin-bottom: -8px;
    font-weight: 300;
    line-height: 30px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.footer-copy-right {
    border-top: 1px solid white;
}

@media only screen and (max-width: 767px) {
    .res-mob {
        flex-direction: column;
    }

    .footer-copy-right {
        padding: 20px 0 40px;
    }

    h1 {
        font-size: 18px !important
    }

    .carousel-caption {
        padding: 15px;
        text-align: center;
    }

    .carousel-caption h4 {
        font-size: 30px
    }

    .carousel-caption p {
        margin-top: 10px;
        font-size: 10px;
        margin-bottom: -10px;
    }

    body {
        padding: 0 !important
    }

    .carousel {
        margin-bottom: 0
    }

    .hero-unit {
        padding-bottom: 60px
    }

    .hero-unit p {
        font-size: 16px
    }

    .mb-single-info h1.product_title {
        line-height: 25px;
        margin-top: 10px;
    }

    .mb-single-info .product-meta-single {
        gap: 5px !important;
    }

    .mb-single-info .product-meta-box {
        margin-top: 10px !important;
    }

    .mb-single-info .mb-product-category {
        display: flex;
        flex-wrap: wrap;
    }

    .mb-single-info .delivery-alert {
        width: 100%
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 !important;
    }

    ul.wc-tabs {
        flex-direction: column;
        gap: 1rem;
        align-items: baseline !important;
        margin-bottom: 0 !important;
    }

    .woocommerce-Tabs-panel .title-holder {
        font-size: 17px !important;
        font-weight: 600;
    }

    .woocommerce-Tabs-panel p {
        line-height: 20px;
    }

    .woocommerce #reviews #comments h2 {
        font-size: 17px;
        font-weight: 600;
    }

    .video-multi {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        gap: 130px;
    }

    .video-multi .video-thumbnails {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .video-multi .video-thumb {
        width: 120px;
        min-height: auto !important;
    }

    .post-inner {
        padding: 10px !important;
    }

    .post-inner .post-content .post-excerpt {
        display: none;
    }

    .post-inner .post-meta span {
        font-size: 8px !important;
    }

    .post-inner .post-content .footer a.more {
        padding: 7px 12px !important;
        font-size: 9px !important;
    }

    .post-inner .post-content .footer {
        height: 30px;
    }

    .related-posts.owl-carousel .post-thumb {
        height: 150px !important;
    }

    .store_main {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mb-product-meta button span i {
        left: 9px !important;
    }

    .res-faq img {
        width: 60% !important;
    }

}

.woocommerce #reviews #comments h2 {
    padding: 0 35px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce #reviews #comments h2::before {
    content: "\f075";
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    width: 0 !important;
    height: 0 !important;
    border-width: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    width: 0 !important;
    height: 0 !important;
    border-width: 0 !important;
}

.carousel-container {
    width: 80% !important;
    padding-left: 10%;
    margin-top: 35px;
}

#latest .carousel-control {
    width: 60px;
    height: 0;
    margin-top: 190px;
    font-size: 100px;
    background: none;
    border: none;
    font-weight: 300;
}

.latest_main {
    padding-bottom: 30px;
}

/********************* latest_end ****************/
/********************* reviews ****************/
#reviews {
    padding-bottom: 20px;
}

.reviews_1 h3 {
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
}

#quote-carousel {
    padding: 0 10px 0px 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: auto;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/********************* reviews_end ****************/
/********************* discounts ****************/
#discounts {
    padding-top: 30px;
    padding-bottom: 30px;
}

.discounts_1 h4 {
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000;
}

.discounts_1 p {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    padding-bottom: 20px;
}

.discounts_2 input {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
}

.discounts_3 p a {
    background: #ea375c;
    padding: 15px 25px 15px 25px;
    background-color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
}

.discounts_3 p a:hover {
    background: #ea375c;
    cursor: pointer;
    color: #fff;
}

.discounts_3 p a {
    text-decoration: none;
    color: #000000;
}

.discounts_4 h4 {
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333;
    padding-top: 20px;
}

.discounts_4 p {
    font-size: 20px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    padding-bottom: 0px;
}

#discounts .a {
    color: #ccc;
    text-decoration: none !important;
}

#discounts .hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

#discounts .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FF8080;
}

#discounts .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#discounts .hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#discounts .hi-icon-mobile:before {
    content: "\e009";
}

#discounts .hi-icon-screen:before {
    content: "\e00a";
}

#discounts .hi-icon-earth:before {
    content: "\e002";
}

#discounts .hi-icon-support:before {
    content: "\e000";
}

#discounts .hi-icon-locked:before {
    content: "\e001";
}

#discounts .hi-icon-cog:before {
    content: "\e003";
}

#discounts .hi-icon-clock:before {
    content: "\e004";
}

#discounts .hi-icon-videos:before {
    content: "\e005";
}

#discounts .hi-icon-list:before {
    content: "\e006";
}

#discounts .hi-icon-refresh:before {
    content: "\e007";
}

#discounts .hi-icon-images:before {
    content: "\e008";
}

#discounts .hi-icon-pencil:before {
    content: "\e00b";
}

#discounts .hi-icon-link:before {
    content: "\e00c";
}

#discounts .hi-icon-mail:before {
    content: "\e00d";
}

#discounts .hi-icon-location:before {
    content: "\e00e";
}

#discounts .hi-icon-archive:before {
    content: "\e00f";
}

#discounts .hi-icon-chat:before {
    content: "\e010";
}

#discounts .hi-icon-bookmark:before {
    content: "\e011";
}

#discounts .hi-icon-user:before {
    content: "\e012";
}

#discounts .hi-icon-contract:before {
    content: "\e013";
}

#discounts .hi-icon-star:before {
    content: "\e014";
}

#discounts .hi-icon-effect-4 .hi-icon {
    width: 92px;
    height: 92px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    text-decoration: none;
}

#discounts .hi-icon-effect-4a .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

#discounts .hi-icon-effect-4 .hi-icon:before {
    line-height: 92px;
}

#discounts .hi-icon-effect-4 .hi-icon:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #FF8080;
}

#discounts .hi-icon-effect-4 .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #FF8080;
}

/* Effect 4b */
#discounts .hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

#discounts .hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

/********************* discounts_end ****************/
/********************* store ****************/
#store {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.store_1 h1 {
    font-size: 50px;
    color: #000;
}

.store_1 span {
    color: #eee;
    font-size: 16px;
    line-height: 32px;
}

.store_1 .social {
    display: flex;
    gap: 15px;
}

.store_1 .social a i {
    color: #fff;
    font-size: 30px;
}

.store_1 img {
    height: auto;
}

.store_2 h5 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 !important;
}
@media screen and (max-width: 767px) {
    .store_2 h5 {
        font-size: 15px !important;
    }
    .store_2 li {
        font-size: 12px !important;
    }
}


.store_2 ul {
    padding: 0;
    margin: 0;
}

.store_2 li a {
    color: #eee;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
}

.store_2 li a:hover {
    color: #FFFFFF;
}

.store_2 li {
    color: #eee;
    font-size: 16px;
    line-height: 32px;
}

.store_main-address {
    padding: 10px 0;
}

.store_main {
    padding-bottom: 40px;
    padding-top: 100px;
}

.store_3 p {
    padding-top: 5px;
    color: #f4f4f4;
    font-size: 14px;
}

.store_3 a {
    text-decoration: none;
    color: #eee;
    font-weight: bold;
}

.store_3 a:hover {
    color: #FFFFFF;
}

/********************* store_end ****************/
/********************* about ****************/
#about {
    padding-top: 10px;
}

.about_1 {
    border: 1px solid #ebcaca;
    margin-bottom: 10px;
    padding: 8px;
    background: #fff6f6;
}

.about_1 ul {
    padding: 0;
    margin: 0;
}

.about_1 li {
    display: inline;
    margin-right: 3px;
}

.about_1 i {
    font-size: 19px;
    color: #ea375c;
    padding-right: 5px;
}

.about_1 i:hover {
    color: #000;
}

.panel_1 {
    color: #000;
    font-size: 15px;
}

.about_2 h3 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 40px;
}

.about_2 h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 30px;
}

.about_2 h4:hover {
    color: #ea375c;
    cursor: pointer;
}

.about_2 p {
    line-height: 30px;
    font-size: 15px;
    padding-bottom: 20px;
    text-align: justify;
}

.about_3 h4 {
    font-size: 30px;
    line-height: 36px;
    color: #ea375c;
    padding: 0;
    margin: 0;
}

.about_3 p {
    color: #ea375c;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    padding-bottom: 50px;
}

/********************* about_end ****************/
/********************* regions ****************/
#regions {
    background: #ff80801f;
    padding-top: 30px;
    padding-bottom: 30px;
}

.regions_1 h3 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}

.regions_2 i {
    border: 2px solid #ea375c;
    color: #ea375c;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    padding-top: 25px;
    font-size: 40px;
}

.regions_2 h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #141d23;
    margin-top: 20px;
}

.regions_2 p {
    font-size: 18px;
    line-height: 20px;
    color: #141d23;
}

/********************* regions_end ****************/
/********************* team ****************/
#team {
    padding-top: 20px;
}

.team_1 h3 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}

#team .ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#team .ih-item,
#team .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#team .ih-item a {
    color: #333;
}

#team .ih-item a:hover {
    text-decoration: none;
}

#team .ih-item img {
    width: 100%;
    height: 100%;
}

#team .ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

#team .ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

#team .ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#team .ih-item.circle .img img {
    border-radius: 50%;
}

#team .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#team .ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#team .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#team .ih-item.circle.effect1 .spinner {
    width: 230px;
    height: 230px;
    border: 10px solid #ecab18;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#team .ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

#team .ih-item.circle.effect1 .img:before {
    display: none;
}

#team .ih-item.circle.effect1.colo#f58220 .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

#team .ih-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#team .ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

#team .ih-item.circle.effect1 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#team .ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#team .ih-item.circle.effect1 a:hover .info {
    opacity: 1;
}

.team_2 h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.team_2 p {
    font-size: 16px;
    line-height: 20px;
    color: #141d23;
    text-align: justify;
}

.team_main {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

/********************* team_end ****************/
/********************* blog ****************/
aside.blog_sidebar .widget ul li {
    padding: 10px !important;
}

#blog {
    padding-bottom: 30px;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #blog {
        margin-top: 10px;
    }
    .store_2 {
        text-align: center !important;
        justify-content: center;
    }
}

.blog_1 h3 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    margin-top: 40px;
}

#blog .a {
    outline: none;
    color: #3498db;
    text-decoration: none;
}

#blog .a:hover, a:focus {
    color: #528cb3;
}

/* Common style */
#blog .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

#blog .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

#blog .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#blog .grid figure figcaption::before,
#blog .grid figure figcaption::after {
    pointer-events: none;
}

#blog .grid figure figcaption,
#blog .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#blog .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

#blog .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

#blog .grid figure h2 span {
    font-weight: 800;
}

figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}

figure.effect-duke h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure.effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.blog_3 {
    padding: 5px 15px;
}

.blog_3 h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    cursor: pointer;
}

.blog_3 h4:hover {
    color: #ea375c;
}

.blog_3 ul {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.blog_3 li {
    display: inline;
    margin: 5px;
    color: #999999;
    font-size: 11px;
    color: #3a3a3a;
}

.blog_3 i {
    color: #ea375c;
    font-size: 18px;
    margin-left: 10px;
}

.blog_3 a {
    text-decoration: underline;
    color: #2277d1;
}

.blog_3 a:hover {
    color: #ea375c;
}

.blog_3 p {
    font-size: 14px;
    line-height: 20px;
}

.blog_3 p a {
    text-decoration: underline;
    font-size: 14px;
}

.blog_3 p a:hover {
    background: #000000;
    color: #FFFFFF;
    border: none;
}

.blog_4 ul {
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog_4 li {
    display: inline-block;
    margin: 2px;
}

.blog_4 li a {
    text-decoration: none;
    border: 1px solid #FF0000;
    background: #ea375c;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
}

.blog_4 li a:hover {
    background-color: #000000;
    border-color: #000000;
}

/********************* blog_end ****************/
/********************* contact ****************/
.contact_1 h3 {
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-top: 40px;
}

.contact_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.contact_2 h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    padding-top: 15px;
}

.contact_2 i {
    border: 2px solid #ea375c;
    -webkit-border-radius: 50%;
    color: #ea375c;
    display: block;
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 27px;
    margin-right: 10px;
}

.contact_3 p {
    padding-top: 10px;
    font-size: 18px;
}

.main_1 {
    font-size: 15px;
    width: 37rem;
    text-align: center;
}

.main_2 {
    font-size: 17px;
    padding-left: 10px;
}

.contact_2 a {
    text-decoration: none;
}

.contact_2 a:hover {
    color: #eee;
}

.contact_4 h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

.contact_4 a {
    text-decoration: none;
}

.contact_4 a:hover {
    color: #eee;
}

.contact_5 h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    margin-top: 30px;
}

.contact_5 p {
    font-size: 18px;
}

.contact_6 h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
    font-weight: bold;;
}

.contact_7 input {
    width: 100%;
    background: #f3e5e5;
    color: #1c1b1b;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 15px;
    border: 1px dotted #f69797;
}

.contact_8 textarea {
    width: 99%;
    height: 155px;
    background: #f3e5e5;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 1px dotted #f69797;
}

.contact_9 ul {
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.contact_9 li {
    display: inline;
    margin: 5px;
}

.contact_9 li a {
    text-decoration: none;
    display: inline;
    color: #000000;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 15px 30px 15px 30px;
}

.contact_9 li a:hover {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000;
}

.panel_1 a {
    color: #FFFFFF !important;
    background-color: #ea375c;
    font-weight: bold;
    border: 1px solid #ea375c;
}

.panel_1 a:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.con_las {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.con_las1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/********************* contact_end ****************/

/********************* blog_detail ****************/
.blog_detail {
    padding-top: 30px;
}

ul.blog-info .post-category-list {
    display: flex;
    align-items: center;
}

ul.blog-info .post-category-list a {
    margin: 0 5px;
    color: #7e7e7e;
}

body.dark ul.blog-info .post-category-list a {
    color: #fff;
}

ul.blog-info .post-tags-list {
    display: flex;
    align-items: center;
}

ul.blog-info .post-tags-list a {
    margin: 0 5px;
}

.mb-modal-share-open {
    cursor: pointer;
}

.share-modal .body {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-modal .body a {
    width: 350px;
    display: block;
}

.share-modal .body a span {
    font-weight: 600;
}

.share-modal .body a i.fa.fa-copy {
    margin-left: 5px;
}

.share-modal .body a#copyUrl {
    margin-top: 10px;
    color: #000;
}

.share-modal .body .description {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 0 !important;
}

.share-modal .body .share-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.share-modal .body .share-box a {
    width: 40px;
    height: 40px;
    background-color: #f58220;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-modal .body .share-box a i {
    color: #fff;
    font-size: 18px;
}

.share-modal .body input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    width: 250px;
    color: #838383;
}

.blog_d1 .blog_3 {
    padding: 0 !important;
}

.blog_d1 .blog_3 ul {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.blog_d1 .blog_3 h4 {
    padding-top: 10px;
    padding-bottom: 0;
    font-weight: bold;
}

.single-content p {
    padding-bottom: 0;
    margin: 0;
    line-height: 2em;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.single-content ol {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.single-content ol li {
    font-size: 16px;
}

.single-content ul li {
    font-size: 13px;
}

.single-content .aiosrs-rating-wrap {
	display: none;
}

.blog_d2 ul {
    list-style: disc !important;
    padding-left: 15px;
}

.blog_d2 ul li {
    font-size: 18px;
    margin-bottom: 5px;
}

.blog_d3 {
    margin-top: 20px;
}

.blog_d_page_li2i {
    margin-bottom: 15px;
}

.blog_d_page_li2ir h6 a {
    margin-left: 30px;
    color: #d86d6d;
}

.blog_d_page_li2ir p {
    font-size: 18px;
}

.blog_d_page_li2ir h3 {
    margin-top: 0;
}

.blog_d4 hr {
    border-color: #d86d6d;
    border-width: 3px;
    width: 10%;
    margin-left: 0;
}

.blog_d5 .form-control {
    margin-bottom: 15px;
    height: 45px;
}

.blog_d5 .form_1 {
    height: 135px;
}

.blog_d5 .button_1 {
    background: #ea375c;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
}

.blog_d5 .button_1 i {
    margin-left: 5px;
}

.blog_d5 .button_1:hover {
    background: #000;
}

.blog_d5 {
    width: 60%;
}

/********************* blog_detail_end ****************/

/********************* recipe ****************/
#recipe {
    padding-top: 30px;
    padding-bottom: 20px;
}

.recipe_1 h1 {
    font-size: 30px;
    text-align: right;
    margin: 10px 0;
}

.recipe_2_i {
    border: 1px solid #fcdcdc;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

.recipe_2_i p {
    font-size: 16px;
}

.recipe_2_i h4 a {
    color: #000;
    line-height: 1.4em;
}

.recipe_2_i h4 a span {
    color: #ea375c;
    font-size: 26px;
}

.recipe_2 {
    margin-top: 20px;
}

.recipe_detail img {
    margin-top: 10px;
}

.recipe_detail h4 {
    display: inline-block;
    color: #db6c6c;
    font-size: 14px;
    margin-right: 20px;
    font-weight: normal;
}

.recipe_detail h4 i {
    color: #ea375c;
    margin-right: 5px;
    font-size: 20px;
}

.recipe_detail_main_inner_1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #ff80801f;
    padding: 10px 20px 30px 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.recipe_detail_main_inner_1 ul li h4 {
    margin-top: 20px;
    font-size: 20px;
}

.recipe_detail_main_inner_1 ul li {
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.recipe_detail_main_inner_1 ul li .bold_1 {
    font-weight: bold;
}

.recipe_detail_main_inner_1 ul li .pad_1 {
    padding-left: 20px;
}

.recipe_detail_main_inner_1 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6em;
    color: #666;
}

.recipe_detail_main_inner_1 .heading_2 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 22px;
}

.recipe_detail_main_inner_1 .heading_3 {
    margin-top: 40px;
}

.recipe_detail_main_inner_1 .heading_3 a {
    color: #312e23;
}

.recipe_detail_main_inner_1 .heading_3 a:hover {
    color: #cad06b;
}

.recipe_detail_main_inner_1 .heading_tag_1 {
    margin-top: 10px;
    font-size: 20px;
    color: #312e23 !important;
    margin-bottom: 10px;
}

.contact_icon_detail a {
    background-color: #ea375c;
}

.contact_icon ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

.contact_icon ul.social-network li {
    display: inline;
}


/* footer social icons */
.contact_icon .social-network a.icoRss:hover {
    background-color: #F56505;
}

.contact_icon .social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.contact_icon .social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.contact_icon .social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.contact_icon .social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.contact_icon .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.contact_icon .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}

.contact_icon a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.contact_icon .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
}

.contact_icon .social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.contact_icon .social-circle li a:hover i, .trigge#f58220Hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.contact_icon .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.contact_icon ul.social-network li {
    border: none;
}

span.phone-nav-toggle {
    display: none;
}

.mobile-sticky {
    display: none;
}

.phone-nav {
    display: none;
}

.mobile-header-show .mobile-style a.button-link {
	display: none;
}

.desktop-menu ul.nav {
    display: flex;
    align-items: center;
}

/********************* recipe_end ****************/
@media screen and (max-width: 767px) {
	.mb-price-range {
		font-size: 9px !important;
	}
    .mb-heading h3 {
        font-size: 17px !important;
    }

    .store_3 p {
        margin-bottom: 50px !important;
        padding-top: 0 !important;
        font-size: 11px;
        margin-bottom: 60px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-sticky {
        display: block !important;
    }

    .bottom-nav-item {
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-grow: 1;
        text-align: center;
        font-size: 0.8rem;
        color: #f1f5f8;
    }

    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem 0 .2rem 0;
        margin: 0 35px 10px 35px;
        background-color: #f3f3f3;
        z-index: 999;
        will-change: transform;
        transform: translateZ(0);
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .bottom-nav-link {
        display: flex;
        flex-direction: column;
    }

    .bottom-nav-link.shop {
        padding-left: 85px;
    }

    .bottom-nav-link.cart {
        padding-right: 85px;
    }

    .bottom-nav-link.home {
        line-height: 50px;
        position: absolute;
        top: -30px;
        background-color: #f58220;
        padding: 17px 15px 14px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .bottom-nav-link.home i {
        color: white;
        font-size: 45px;
    }

    .bottom-nav-link i {
        color: #333;
        font-size: 20px;
    }

    .bottom-nav-link span {
        color: #000;
        font-size: 13px;
        margin-top: 5px;
    }

    .padding_left_1 {
        padding-left: 15px;
    }

    .padding_right_1 {
        padding-right: 15px;
    }

    .padding_all {
        padding-left: 15px;
        padding-right: 15px;
    }

    .space_left {
        padding-left: 15px;
    }

    .space_right {
        padding-right: 15px;
    }

    .space_all {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .navbar-toggle {
        background: #ea375c;
        margin-top: 13px;
    }

    #header .navbar-toggle .icon-bar {
        background: #fff;
    }

    /* phone nav */
    span.phone-nav-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ededed;
        padding: 15px;
        border-radius: 5px;
        color: #525252;
        transition: all .3s ease;
        cursor: pointer;
        width: 40px;
        height: 40px;
        font-size: 20px;
        z-index: 9;
    }

    .mobile-header {
        display: none;
    }

    .mobile-header-show {
        flex-direction: column;
    }

    .mobile-header-show form {
        width: 350px;
    }

    .mobile-header-show a {
        width: auto;
		display: inline-block !important;
        text-align: center;
		padding: 8px 13px;
    }

    .mobile-header-show a.res-logo {
        padding: 8px 8px;
    }

    .mobile-header-show .mobile-style {
        width: 100%;
		display: flex;
        align-items: center;
		justify-content: space-between;
    }

    .phone-nav {
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 300px;
        opacity: 1;
        z-index: 9999;
        transition: all .3s ease;
        transform: translate(300px, 0);
        overflow: hidden;
        visibility: hidden;
    }
	
	.phone-nav .body i.fa-close {
        width: 100%;
        text-align: left;
        font-size: 20px;
        cursor: pointer;
    }

    .phone-nav .body {
        margin: 25px 10px;
    }

    .phone-nav .body a.button-link {
        margin: 15px 10px;
        width: 87%;
        display: block;
        text-align: center;
    }

    .mobile-menu {
        direction: rtl;
        max-width: 320px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-menu li {
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .mobile-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        text-decoration: none;
        color: #333;
    }

    .mobile-menu li.menu-item-has-children > a::after {
        content: '▸';
        font-size: 15px;
    }

    .mobile-menu .sub-menu {
        display: none;
        background: #f9f9f9;
        padding: 0;
        margin: 0;
    }

    .mobile-menu .sub-menu.show {
        display: block !important;
		visibility: visible;
        opacity: 1;
		height: 400px;
    	overflow-y: scroll;
    }

    .mobile-menu .sub-menu li a {
        padding: 10px 15px;
        border-top: 1px solid #eee;
        width: 100%;
    }

    .sub-menu.show a {
        font-size: 12px;
    }

    ul.sub-menu {
        width: 277px !important;
        left: 0 !important;
        top: 36px !important;
    }

    ul.sub-menu li {
        padding: 0 !important;
    }

    .phone-nav-open .phone-nav {
        visibility: visible;
        transform: translate(0, 0);
    }

    .phone-nav img.img-logo {
        width: 150px;
    }

    .phone-overlay {
        position: fixed;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-backdrop-filter: blur(.625em) !important;
        backdrop-filter: blur(.625em) !important;
        background-color: rgba(0, 0, 0, .5);
        animation: slide-down 0.7s;
        z-index: 999;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .phone-nav-open .phone-overlay {
        visibility: visible;
        opacity: .5;
    }

    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 100%;
        max-width: 480px;
        max-height: 100%;
        width: 48%;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

    .header_top_1 ul {
        padding: 0;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .header_1 h1 {
        font-size: 60px;
        font-weight: bold;
        padding-left: 20px;
    }

    .header_3 i {
        color: #000000;
        font-size: 28px;
        padding-left: 20px;
    }

    .block {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        background: #e53238;
        line-height: 15px;
        width: 20px;
        height: 20px;
        border-radius: 2em;
        text-align: center;
        position: absolute;
        top: 35%;
        padding: 2px 0px 0px 1px;
        left: 13%;
    }

    .header_2 {
        padding-left: 0px;
    }

    .carousel-inner {
        min-height: 100px;
    }

    #middle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .products_main {
        padding-bottom: 10px;
    }

    .events_1 h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        font-weight: 700;
        padding-top: 10px;
    }

    .latest_1 h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        font-weight: 700;
        padding-top: 10px;
    }

    .reviews_2 {
        overflow: hidden;
    }

    .discounts_2 input {
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    #blog .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 100%;
        max-width: 100%;
        max-height: 460px;
        width: 48%;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .blog_3 h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .contact_2 h4 {
        font-size: 20px;
    }

    .contact_5 h3 {
        padding-bottom: 0px;
    }

    #pages .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        margin: 5px;
    }

    #pages .label {
        display: inline;
        padding: .6em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 2.3;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

    .middle_3 p {
        padding-top: 10px;
    }

    #header_top {
        display: none;
    }

    .navbar-brand {
        font-size: 26px;
        margin-right: 0;
    }

    #header .navbar-nav > li > a {
        border-radius: 0;
        font-size: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .navbar-collapse {
        max-height: none;
    }

    #header .dropdown-menu > li > a {
        font-size: 22px;
        text-align: center;
    }

    #center img {
        min-height: 200px;
    }

    .dropdown-menu > li > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .middle_1 h2 {
        line-height: 1.4em;
        font-size: 20px;
    }

    .middle_8 h3 {
        font-size: 50px;
        line-height: 1.4em;
    }

    .products_1 h3 {
        line-height: 1.4em;
    }

    #products {
        text-align: center;
    }

    .grid figure img {
        min-height: 250px;
    }

    figure.effect-duke h2 {
        font-size: 22px;
    }

    figure.effect-duke p {
        font-size: 14px;
    }

    #latest img {
        min-height: 300px;
    }

    #latest .carousel-control {
        margin-top: 20%;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .carousel-caption p {
        line-height: 1.2em;
    }

    .reviews_1 h3 {
        line-height: 1.4em;
    }

    #discounts .hi-icon-effect-4 .hi-icon {
        display: inline-block;
    }

    #store {
        text-align: center;
    }

    #store .store_2 ul {
        display: flex;
        flex-direction: column;
    }

    .store_2 li {
        display: inline-block;
    }

    .grid figure img {
        width: 100%;
    }

    #about {
        text-align: center;
    }

    .about_1 {
        border: none;
    }

    .about_1 i {
        font-size: 16px;
    }

    .about_2 h3 {
        margin-top: 60px;
    }

    .regions_2 h5 {
        line-height: 1.4em;
    }

    #team .ih-item.circle {
        margin: auto;
    }

    .about_1 .pull-right {
        float: none !important;
        margin-left: 10px;
    }

    #blog .grid figure img {
        min-height: 250px;
    }

    .blog_detail {
        text-align: center;
    }

    .blog_d2 ul {
        list-style: none !important;
    }

    .blog_d4 hr {
        margin-left: auto;
    }

    .blog_d_page_li2il {
        margin-bottom: 15px;
    }

    #recipe {
        text-align: center;
    }

    .contact_icon ul.social-network li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .recipe_detail_main_inner_1 ul {
        text-align: right;
    }

    .contact_1 h3 {
        line-height: 1.2em;
        padding-bottom: 0 !important;
    }

    .contact_2 i {
        float: none;
    }

    .contact_2 {
        float: left;
        margin: 10px;
    }

    #contact {
        text-align: center;
    }

    .contact_5 {
        clear: left;
    }

    #header {
        position: relative;
        top: 0 !important;
        left: 0;
        right: 0;
        padding: 0;
		z-index: 99;
    }

    #header .switch {
        display: none;
    }

    #header .contact-email {
        display: block;
        height: auto;
        padding: 10px 20px;
    }

    .bulletpoints li {
        padding-left: 0 !important;
    }

    article {
        margin-top: 0 !important;
    }

    .paragraph h5 {
        line-height: 2;
    }

    .col-6-b {
        left: -150px !important;
    }

    .contact-form-captcha {
        flex-direction: column !important;
    }

    .contact-form-captcha input {
        width: 65% !important;
    }

    .icon-setss {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
    }

    .contact-des {
        font-size: 15px !important;
    }

    body .switch {
        bottom: 115px;
        right: 25px;
    }

    footer#store .store_main .store_1 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .store_1 .social {
        justify-content: center;
    }

    aside {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header #product_search {
        display: none;
    }

    #header .contact-email {
        justify-content: center;
		padding: 0;
    }

    .header_top_1 a {
        font-size: 13px;
    }

    #header .navbar-brand {
        font-size: 24px;
        margin-right: 10px;
    }

    #header .navbar-nav > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;
    }

    #header .dropdown-menu {
        right: 0;
        left: auto;
    }

    .middle_1 h2 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .middle_3 h1 {
        font-size: 40px;
    }

    .middle_8 h3 {
        font-size: 60px;
    }

    .middle_5 {
        padding-top: 51px;
        padding-bottom: 61px;
    }

    #products .controls {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .grid figure {
        min-width: 100%;
    }

    #reviews {
        overflow: hidden;
    }

    #latest .carousel-control {
        margin-top: 20%;
    }

    .carousel-caption h4 {
        font-size: 40px;
    }

    #team .ih-item.circle {
        width: 100%;
    }

    #team .ih-item.circle.effect1 .spinner {
        width: 100%;
    }

    #team .ih-item.circle.effect1 .info h3 {
        font-size: 14px;
    }

    #team {
        overflow: hidden;
    }

    .blog_3 h4 {
        padding-top: 0;
    }

    #contact .padding_all {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #header #product_search {
        display: none;
    }

    #header .contact-email {
        justify-content: center;
		padding: 0;
    }
	
	#header .contact-email .mb-mega-toggle {
		padding: 10px 15px;
		font-size: 11px;
	}
	
	.mobile-header span.header-account .user-name {
		font-size: 12px;
	}
	
	.two-banner-widget .banner-img {
		margin-bottom: 15px;
	}
	
	.profile-badges-holder .badge-item {
		flex-direction: column;
	}
	
	.mb-single-price .mb-single-price-box .mb-product-price {
		flex-direction: column;
		gap: 10px;
	}
	
	.profile-badges-holder .badge-item .value {
		text-align: center;
		font-size: 11px;
	}
	
	.mb-single-price .mb-single-price-box .mb-product-price .single_add_to_cart_button {
		padding: 12px 30px;
		font-size: 10px;
	}
	
	.npn-pro-swiper .swiper-slide {
		height: max-content;
	}
	
	.best-price-box #npn-better-price-btn {
		font-size: 11px;
	}

    #header .navbar-brand {
        font-size: 30px;
        margin-right: 10px;
    }

    #header .navbar-nav > li > a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .dropdown-menu {
        right: 0;
        left: auto;
    }

    .middle_1 h2 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .middle_3 h1 {
        font-size: 40px;
    }

    .middle_8 h3 {
        font-size: 60px;
    }

    .middle_5 {
        padding-top: 61px;
        padding-bottom: 71px;
    }

    .grid figure {
        min-width: 100%;
    }

    #reviews {
        overflow: hidden;
    }

    #team {
        overflow: hidden;
    }

    .blog_3 h4 {
        padding-top: 0;
    }

    #contact .padding_all {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1201px) and (max-width: 1355px) {
    #header .dropdown-menu {
        right: 0;
        left: auto;
    }

    #reviews {
        overflow: hidden;
    }
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-subject {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.comment-form-author input {
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.comment-form-email input {
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.comment-form-url {
    display: none;
}
.form-submit {
    text-align: left;
}
.form-submit input.submit {
    background: #f58220;
    color: white;
    border: 1px solid #f58220;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.4rem;
    transition: all .3s ease;
}

.form-submit input.submit:hover {
    background: white;
    color: #f58220;
}

.comment-list {
    padding: 10px 20px;
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.comment-list li {
    list-style: none;
}

.comment-list li .comment-author {
    margin-bottom: 10px;
}

.comment-list li .comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.comment-list li li {
    padding: 10px 20px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin: 10px 0;
}

.comment-list .comment-body {
    position: relative;
}

.comment-list .comment-body p {
    font-size: 14px;
    text-align: justify;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin: 10px 0;
    background-color: aliceblue;
}

.comment-list .comment-body .comment-meta.commentmetadata {
    position: absolute;
    top: 10px;
    left: 80px;
    width: fit-content;
    background-color: aliceblue;
    padding: 7px 15px;
    border-radius: 5px;
}

#cancel-comment-reply-link {
    background-color: #f58220;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    border: 1px solid #f58220;
}

#cancel-comment-reply-link:hover {
    background-color: #fff;
    color: #f58220;
    border: 1px solid #f58220;
}

.comment-list .comment-body .comment-meta.commentmetadata a {
    font-size: 12px;
}

.comment-list .comment-body .reply {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    height: 35px;
}

.comment-list .comment-body .reply a.comment-reply-link {
    background-color: #f58220;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    border: 1px solid #f58220;
}

.comment-list .comment-body .reply a.comment-reply-link:hover {
    background-color: #fff;
    color: #f58220;
    border: 1px solid #f58220;
}

.inner-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.inner-box .cart {
    width: 50%;
}

.inner-box .cart .inner-box-detail {
    line-height: 30px;
}

.wp-block-columns .wp-block-column ul {
    display: flex;
    flex-direction: column;
}

.blog_3 figure.wp-block-gallery {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

figure.wp-block-video video {
    width: 100%;
}

figure.wp-block-image {
	height: 350px;
}

figure.wp-block-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/*.attachment-post-thumbnail {*/
/*    width: 100%;*/
/*    height: 450px;*/
/*    border-radius: 10px;*/
/*    object-fit: cover;*/
/*    box-shadow: 0 10px 44px 5px rgba(255, 255, 255, .5);*/
/*}*/

ul.blog-info {
    padding: 0;
    margin: 0;
    list-style: none !important;
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

ul.blog-info li {
    color: #7e7e7e;
    font-size: 11px;
}

@media screen and (max-width: 767px) {
    ul.blog-info {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

ul.blog-info li i {
    margin-right: 5px;
    color: #f58220;
}

.contact-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px;
}

.contact-email a {
    font-weight: 600;
    text-decoration: auto;
    padding: 13px 18px;
}

.contact-email a i {
    font-size: 18px;
}

.contact-email a.button-link span.header-phone {
    font-size: 15px;
}

.contact-email a.res-logo {
    padding: 13px 0;
}

.faq {
    display: flex;
    flex-direction: column;
    line-height: 3;
}

.question {
    border-bottom: 1px solid #eeeded;
    font-weight: bold;
}

h3.question-title {
    color: #D86D6D;
    font-size: 18px;
}

.answer {
    padding-left: 20px;
    font-weight: bold;
}

.answer h5 {
    line-height: 1.8;
}

.mt-5 {
    margin-top: 15px;
}

.mt-14 {
    margin-top: 14rem;
}

.blocks-gallery-grid {
    display: flex;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-22 {
    padding-bottom: 22px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.width-33 {
    width: 33% !important;
}

@media (min-width: 370px) and (max-width: 1355px) {
    .width-33 {
        width: 100% !important;
    }

    .contact_2 i {
        margin-right: 0 !important;
    }

    .main_1 {
        padding-left: 0;
    }

    .contact_2 i {
        display: inline-block;
    }

    .wp-image {
        width: 100%;
    }
}

.scrollToTopBtn {
    background-color: black;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.admin-bar #wprmenu_menu_ul {
    margin-top: 4rem;
}

.color-white {
    color: #fff;
    font-size: 5rem;
}

.color-green {
    color: #8dc543 !important;
    font-size: 4rem;
}

.color-#f58220 {
    color: #e7505a !important;
    font-size: 3rem;
}

.color-white {
    color: #fff !important;
}

div#mg-wprm-wrap ul#wprmenu_menu_ul > li > span.wprmenu_icon::before {
    display: none;
}

.kb_wrapper {
    max-height: 600px !important;
}

.n2-ss-slider .n2-ss-slide-background-image img {
    object-fit: fill;
}

@media screen and (max-width: 767px) {
    #center img {
        min-height: 200px !important;
    }
}

/*--------------------------------------------------------------
# Video Box
--------------------------------------------------------------*/
.features .content {
    padding: 30px 0;
}

.features .content .icon-box {
    margin-top: 25px;
}

.features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #FFB319;
}

.features .content .icon-box p {
    font-size: 15px;
    color: #979aa1;
    margin-left: 60px;
}

.features .content .row no-gutters-app {
    display: flex;
    flex: 1 3;
    align-content: center;
}

@media (max-width: 991px) {
    .features .image {
        text-align: center;
    }

    .features .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .features .image img {
        max-width: 100%;
    }
}

.section-title-video {
    display: flex;
    justify-content: center;
}

.section-title-video div button[type="submit"] {
    background: #fff;
    border: 2px solid #FFB319;
    padding: 10px 24px;
    color: #FFB319;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
}

.section-title-video div button[type="submit"]:hover {
    background: #FFB319;
    color: #fff;
}

#video {
    background-color: #000;
}

/*--------------------------------------------------------------
# Bg Dark Videos
--------------------------------------------------------------*/

.bg-dark {
    background: #191A1F;
}

.text-white {
    color: #fff;
}

#video {
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-inner {
    height: 30rem;
}

@media (max-width: 414px) {
    .video-row {
        flex-direction: column;
        height: 96rem;
    }
}

.video-inner-box {
    height: 100%;
}

.video-inner-right-box {
    height: 100%;
}

.video-inner-right-box p {
    display: none;
}

.video-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.owl-carousel-header .owl-stage-outer {
    border-radius: 10px;
}

.owl-carousel-header .owl-nav {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40%;
}

.owl-carousel-header .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-header .owl-nav button.owl-prev span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-header .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-header .owl-nav button.owl-next span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-header .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel-header .owl-dots .owl-dot.active span {
    width: 25px;
    background: #e5f0fc;
}

.owl-carousel-nuts .item {
    position: relative;
}

.owl-carousel-nuts .item img {
    border-radius: 10px;
}

.owl-carousel-nuts .item a {
    overflow: hidden;
}

.owl-carousel-nuts .item .nuts-box span {
    position: absolute;
    color: #fff;
    background-color: #00000059;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 400px;
    font-size: 20px;
    font-weight: 600;
    display: none;
}

@media (max-width: 667px) {
    .owl-carousel-nuts .item .nuts-box span {
        background-color: #00000059;
        display: block;
        line-height: 300px;
    }
}

.owl-carousel-nuts .item:hover span {
    display: block;
    z-index: 2;
}

.owl-carousel-nuts .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

.owl-carousel-nuts .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-nuts .owl-nav button.owl-prev span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-nuts .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-nuts .owl-nav button.owl-next span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-nuts .owl-dots {
    display: none;
}

/*owl-carousel-fruitage*/
.owl-carousel-fruitage .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

.owl-carousel-fruitage .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-fruitage .owl-nav button.owl-prev span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-fruitage .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-fruitage .owl-nav button.owl-next span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-fruitage .item img {
    border-radius: 10px;
}

.owl-carousel-fruitage .item a {
    overflow: hidden;
}

.owl-carousel-fruitage .owl-dots {
    display: none;
}

.owl-carousel-fruitage .item span {
    position: absolute;
    color: #fff;
    background-color: #00000059;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 400px;
    font-size: 20px;
    font-weight: 600;
    display: none;
}

@media (max-width: 667px) {
    .owl-carousel-fruitage .item span {
        background-color: #00000059;
        display: block;
        line-height: 300px;
    }

    .archive-blog-box {
        height: auto !important;
    }

    h3.question-title {
        font-size: 14px;
    }
}

.owl-carousel-fruitage .item:hover span {
    display: block;
    z-index: 2;
}

/*video*/
.wp-video {
    width: 350px !important;
    height: 290px !important;
}

.video-style {
    border: 1px solid #4c4c4c;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    height: 300px;
}

/*.navbar.fixed-top*/
.fixed {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/*.navbar.fixed {*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);*/
/*    animation: slide-down 0.7s;*/
/*}*/
/*@keyframes slide-down {*/
/*    0% {*/
/*        transform: translateY(-100%);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
.ws_images ul li {
    border-radius: 10px;
}

.ws_images .ws_cover {
    border-radius: 10px;
}

.owl-carousel-brand img {
    border-radius: 10px;
}

.fruitage-archive-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.archive-blog-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
}

.archive-blog-box h4 a {
    text-decoration: none;
    color: var(--primary-btn-color-dark);
}

.archive-blog-box p a {
    text-decoration: none;
    color: #fff;
}

.owl-carousel-single-nuts img {
    border-radius: 10px;
    height: 400px;
    object-fit: fill;
}

.owl-carousel-single-nuts .owl-nav {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40%;
}

.owl-carousel-single-nuts .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-single-nuts .owl-nav button.owl-prev span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-single-nuts .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 19px;
}

.owl-carousel-single-nuts .owl-nav button.owl-next span {
    font-size: 25px;
    font-weight: 500;
}

.owl-carousel-single-nuts .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel-single-nuts .owl-dots .owl-dot.active span {
    width: 25px;
    background: #e5f0fc;
}

/* Accordion CSS - Begins */
.wpfaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
}

.wpfaccordion-active, .wpfaccordion:hover {
    background-color: #cccccc;
}

.wpfaccordion:hover {
    color: #222222;
}

.wpfpanel {
    padding: 0 18px;
    background-color: #616161;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.wpfpanel p {
    margin-top: 15px;
    line-height: 2;
}

.wpfaccordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.wpfaccordion-active:after {
    content: "\2796";
}

/* Accordion CSS - Ends */
.contact-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.img-slider {
    display: inline-block;
    width: 100% !important;
    height: 100% !important;;
}

.slider-text-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-text-left strong {
    font-size: 30px;
}

@media (max-width: 667px) {
    .slider-text-left strong {
        font-size: 20px;
    }

    #rev_slider_8_1:after {
        display: none;
    }
}

#rev_slider_8_1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 15rem;
    z-index: 99;
    background: linear-gradient(to bottom, transparent 30%, black 100%);
}

#rev_slider_8_1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 15rem;
    z-index: 99;
    background: linear-gradient(to top, transparent 30%, black 100%);
}


/* Index Accordion CSS - Begins */
.faqSection {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqSection:hover {
    color: #222222;
}

.faqSectionPanel {
    padding: 0 18px;
    background-color: #100303;
    max-height: 0;
    font-size: 17px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
}

.faqSectionPanel p {
    margin-top: 15px;
    line-height: 2;
}

.faqSection::after {
    content: '\02795';
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

.faqSection-active::after {
    content: "\2796";
    color: #fff;
}

/*Modal Account*/
.mb-account-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.mb-account-modal.show {
    visibility: visible;
    opacity: 1;
}

.mb-account-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    color: #000;
    min-height: 250px;
    max-width: 350px;
    padding: 30px 20px;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    text-align: center;
}

.mb-account-modal .body i.fa.fa-close {
    position: absolute;
    left: -10px;
    top: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #c4c4c4;
    border-radius: 15px;
}

.mb-account-modal .body p.login-form {
    font-size: 20px;
    font-weight: 600;
}

.mb-account-modal .body form.login-form-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mb-account-modal .body form.login-form-box input {
    width: 250px;
    text-align: right;
    border-radius: 15px;
    font-size: 12px;
    padding: 10px 10px;
}

.mb-account-modal .body form.login-form-box a.lost-password {
    font-size: 12px;
    font-weight: 600;
    color: #c4c4c4;
    direction: ltr;
}

.mb-account-modal .body form.login-form-box button.submit-login-form {
    width: 100%;
    background-color: #f58220;
    color: #fff;
    padding: 12px 0;
    border: 0;
    font-size: 15px;
    border-radius: 15px;
    transition: all .3s ease;
}

.mb-account-modal .body form.login-form-box button.submit-login-form:hover {
    opacity: .7;
}

.mb-account-modal .body form.login-form-box .sign-up-box {
    border-top: 1px solid #f5f5f5;
    padding: 20px 0 0 0;
    position: relative;
    margin-top: 5px;
}

.mb-account-modal .body form.login-form-box .sign-up-box span {
    position: absolute;
    top: -10px;
    left: 50%;
    background-color: #ffffff;
    padding: 5px 15px;
    transform: translate(-50%, 0%);
    font-size: 10px;
    color: #898989;
}

.mb-account-modal .body form.login-form-box a.signup {
    color: #c4c4c4;
    font-size: 17px;
}

/*Modal Share*/
.mb-share-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.mb-share-modal.show {
    visibility: visible;
    opacity: 1;
}

.mb-share-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    color: #000;
    min-height: 250px;
    max-width: 350px;
    padding: 30px 20px;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    text-align: center;
}

.mb-share-modal .body i.fa.fa-close {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #c4c4c4;
    border-radius: 15px;
}

.mb-share-modal .body p.login-form {
    font-size: 20px;
    font-weight: 600;
}

.mb-share-modal .body form.login-form-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mb-share-modal .body form.login-form-box input {
    width: 250px;
    text-align: right;
    border-radius: 15px;
    font-size: 12px;
    padding: 10px 10px;
}

.mb-share-modal .body form.login-form-box a.lost-password {
    font-size: 12px;
    font-weight: 600;
    color: #c4c4c4;
    direction: ltr;
}

.mb-share-modal .body form.login-form-box button.submit-login-form {
    width: 100%;
    background-color: #f58220;
    color: #fff;
    padding: 12px 0;
    border: 0;
    font-size: 15px;
    border-radius: 15px;
    transition: all .3s ease;
}

.mb-share-modal .body form.login-form-box button.submit-login-form:hover {
    opacity: .7;
}

.mb-share-modal .body form.login-form-box .sign-up-box {
    border-top: 1px solid #f5f5f5;
    padding: 20px 0 0 0;
    position: relative;
    margin-top: 5px;
}

.mb-share-modal .body form.login-form-box .sign-up-box span {
    position: absolute;
    top: -10px;
    left: 50%;
    background-color: #ffffff;
    padding: 5px 15px;
    transform: translate(-50%, 0%);
    font-size: 10px;
    color: #898989;
}

.mb-share-modal .body form.login-form-box a.signup {
    color: #c4c4c4;
    font-size: 17px;
}

.img-logo {
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.related-posts.owl-carousel {
    position: relative;
}

.related-posts.owl-carousel .post-thumb {
    width: 100%;
    height: 200px;
    position: relative;
}

.related-posts.owl-carousel .post-thumb span.date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: white;
    color: #000;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 5px;
}

.related-posts.owl-carousel .post-thumb img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.related-posts.owl-carousel h2 {
    font-size: 13px;
    text-align: right;
}

.related-posts.owl-carousel h2 a {
    color: #000;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f58220;
}

.owl-nav button {
    position: absolute;
    top: 28%;
    background-color: white !important;
    padding: 8px !important;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 15px rgba(33, 35, 60, .7) !important;
    transition: all .3s ease;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav [class*=owl-] i {
    color: #000;
    line-height: 1.9;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #f58220 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff !important;
}

.single-img {
    width: 100%;
	height: 500px;
    text-align: center;
}

@media screen and (max-width: 767px) {
	.single-img {
		height: 220px !important;
	}
	figure.wp-block-image {
		height: 200px !important;
	}
}

.single-img img {
    width: 100%;
	height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

body.dark aside .widget {
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5) !important;
}

aside .widget {
    margin-bottom: 25px;
    box-shadow: 0 8px 8px rgba(33, 35, 60, .1);
    border-radius: 10px;
    overflow: hidden;
    list-style: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

aside .widget ul {
    padding: 0 10px 10px !important;
}

aside .widget ul li a {
    color: #747474;
    font-weight: 700;
}

aside .widget ul li span {
    color: #747474;
    font-weight: 700;
}

aside .widget form {
    margin: 15px 10px;
    position: relative;
}

aside .widget form input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
}

aside .widget form input[type=submit] {
    position: absolute;
    right: 0px;
    border: none;
    background-color: transparent;
    top: 11px;
    border-left: 1px solid #eee;
    font-size: 12px;
}

aside h3 {
    font-size: 20px;
    padding: 12px 7px;
    background-color: #f58220;
    color: #fff;
    margin: 0 !important;
}

aside ul {
    overflow: hidden;
}

aside ul li {
    display: flex;
    transition: all .3s ease;
    position: relative;
    padding: 10px 0 !important;
    border-radius: 10px;
}

aside ul li:hover a {
    color: #000;
}

aside ul li:hover span {
    color: #000;
}

aside ul li:hover {
    background-color: #f0f8ff75;
    padding: 10px !important;
}

aside ul li a {
    width: 100%;
    display: block;
}

/* WOOCOMMERCE */
.woo-bread .woocommerce-breadcrumb {
    margin: 0 !important;
    font-size: 14px !important;
}

.woo-bread .woocommerce-breadcrumb ul {
    display: flex;
    gap: 5px;
    align-items: center;
}
.woocommerce-breadcrumb ul li:last-child {
    color: #000;
}

/* WOOCOMMERCE SINGLE PRODUCT PAGE */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1 !important;
}

body.dark .mb-single-image {
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
    background-color: transparent;
}

.mb-single-image {
    position: relative;
    background-color: #f3f3f3;
    padding: 14px;
    border-radius: 10px;
}

.mb-single-image .images {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.mb-single-image .slick-slide {
    background-color: transparent;
    border: 0;
}

.mb-single-image .slick-slide img {
    border-radius: 10px;
}

.mb-single-image .image-additional .slick-slide.slick-current img {
    border: 2px solid #ccc;
}

.mb-single-image ol.flex-control-thumbs {
    margin-top: 10px !important;
}

.mb-single-image ol.flex-control-thumbs li {
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

.mb-single-image ol.flex-control-thumbs li img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-single-image ol.flex-control-thumbs li img.flex-active {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #00A3E8;
}

.mb-single-image .flex-viewport {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-single-info .woocommerce-product-rating a.woocommerce-review-link {
    font-size: 11px;
    color: #939393;
}

.mb-single-info h1.product_title {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.mb-single-info h3.product-sub-title {
    font-size: 13px;
    color: #ccc;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.mb-single-info .product-meta-single {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    border-top: 1px solid #e3d6cc;
    border-bottom: 1px solid #e3d6cc;
}

.mb-single-info .product-meta-box {
    margin: 5px 0;
}

.mb-single-info .product-meta-box.org-alert span {
    background-color: green;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;

}

.mb-single-info .product-meta-box.stock-alert span {
    background-color: orange;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;

}

.mb-single-info .mb-product-box {
    font-size: 12px;
}


.mb-single-info .mb-product-category {
    width: fit-content;
    padding: 5px 7px;
    background-color: #f58220;
    border-radius: 5px;
    color: #fff;
    line-height: 2;
}

.mb-single-info .mb-product-category i {
    font-size: 11px;
}

.mb-single-info .mb-product-category span {
    margin-right: 4px;
}

.mb-single-info .mb-product-category a {
    margin-right: 4px;
    color: #fff;
}

.mb-single-info .mb-product-tags {
    width: fit-content;
    padding: 5px 7px;
    background-color: blue;
    border-radius: 5px;
    color: #fff;
    line-height: 2;
}

.mb-single-info .mb-product-tags i {
    font-size: 11px;
}

.mb-single-info .mb-product-tags span {
    margin-right: 4px;
}

.mb-single-info .mb-product-tags a {
    margin-left: 4px;
    color: #fff;
}

.mb-single-info .delivery-alert {
    width: 100%;
    margin-top: 10px;
    background-color: #bcf7dd;
    color: green;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-single-info .delivery-alert i {
    font-size: 38px;
}

.mb-single-info .delivery-alert span.title,
.mb-single-info .delivery-alert span.des {
    font-size: 12px;
}

.mb-single-info .delivery-alert span.title {
    margin-bottom: 3px;
}

.product-features-list .title {
    margin: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

body.dark .product-features-list li {
    background-color: transparent;
    color: white;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

ul.all-attr-box {
	display: flex;
    flex-wrap: wrap;
	padding: 0 5px;
	border: 1px solid #eee;
    border-radius: 5px;
}

.product-features-list li {
	display: flex;
	align-items: center;
    gap: 5px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #232323;
    border-bottom: 1px dashed #eee;
    padding: 10px;
}

.product-features-list li:last-child {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
    .product-features-list li {
        width: 175px !important;
    }
}
.product-features-list li .first-title {
	color: #81858b;
	line-height: 2;
	padding: 0 0 5px 0;
}
.product-features-list li .second-title {
	padding: 0 0 5px 0;
}
.woocommerce-product-details__short-description .text-secondary-500 {
    line-height: 1.5;
    font-size: 13px;
    text-align: justify;
}

.woocommerce-product-details__short-description .product-short-des-title {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-product-details__short-description .text-body-1.text-neutral-800 {
    line-height: 1.5;
    font-size: 13px;
    text-align: justify;
}

.mb-single-info .variations {
    margin-bottom: 0 !important;
}

.mb-single-info .variations tr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-top: 0;
}

.mb-single-info .variations tr td.value {
    line-height: 1em !important;
}

.mb-single-info .variations th.label {
    vertical-align: text-bottom !important;
    padding: 0;
}

.mb-single-info .variations select {
    background-color: #eee !important;
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 0 !important;
    font-size: 14px;
}

.mb-product-price {
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-product-price .price-holder p.price {
    margin: 0;
}

.mb-product-price span.var-placeholder {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    color: #000;
}

.mb-single-info .single_add_to_cart_button {
    width: 100%;
    padding: 12px 47px;
    font-size: 15px;
    background-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.mb-single-info .single_add_to_cart_button:hover {
    background-color: white !important;
    color: #f58220 !important;
}

.mb-single-info .mb-product-price .quantity {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 5px;
}

body.dark .mb-single-info .mb-product-price .quantity button {
    color: #939393;
}

.mb-single-info .mb-product-price .quantity button {
    border: 0;
    font-size: 25px;
    background-color: transparent !important;
    color: #000;
}

.mb-single-info .mb-product-price .quantity .qty {
    background-color: #fff;
    color: #000;
    border: 0 !important;
    border-radius: 10px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

body.dark .mb-single-price .mb-single-price-box {
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}
.mb-single-price .mb-single-price-box {
    z-index: 2;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .1);
    height: auto;
    padding: 15px;
    border-radius: 10px;
}

.mb-single-price .mb-single-price-box .shop-details {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.mb-single-price .mb-single-price-box .shop-details i {
    color: #f58220;
    font-size: 20px;
}

.mb-single-price .mb-single-price-box .shop-details span {
    font-weight: 700;
    font-size: 15px;
    padding-left: 5px;
}

.mb-single-price .mb-single-price-box .guaranty-alert {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.mb-single-price .mb-single-price-box .guaranty-alert i {
    font-size: 20px;
}

.mb-single-price .mb-single-price-box .sending-maps-alert {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.mb-single-price .mb-single-price-box .sending-maps-alert i {
    font-size: 20px;
    color: black;
}

.mb-single-price .mb-single-price-box .sending-maps-alert span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.dark .price-holder {
    background-color: transparent;
}

.price-holder {
    border-radius: 10px;
    height: 45px;
    line-height: 45px;
}

.price-holder .price,
.woocommerce-variation-price .price {
    color: #f58220 !important;
    font-size: 17px !important;
    font-weight: 600;
}

.price-holder .price ins,
.woocommerce-variation-price .price ins {
    text-decoration: auto;
}

.price-holder .price ins .woocommerce-Price-currencySymbol,
.woocommerce-variation-price .price ins .woocommerce-Price-currencySymbol {
    font-size: 13px;
    color: brown;
    padding: 0 2px;
    font-weight: 400;
}

.price-holder .price del,
.woocommerce-variation-price .price del {
    font-size: 12px;
    color: #ff000066;
}

.price-holder .price del .woocommerce-Price-currencySymbol,
.woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
    font-size: 10px;
    color: brown;
    padding: 0 2px;
    font-weight: 400;
}

.woocommerce-variation.single_variation {
    display: block;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    line-height: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    position: relative;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 11px;
    height: 40px;
    line-height: 30px;
}

.mb-product-meta {
    position: absolute;
    top: 70px;
    z-index: 2;
    left: 20px;
}

.mb-product-meta li {
    margin-bottom: 15px;
}

.mb-product-meta button {
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mb-product-meta button span {
    font-size: 25px;
}

.mb-product-meta button span::before {
    z-index: 9;
    position: relative;
    background-color: #f0f0f0;
}

.mb-product-meta button span i {
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 1;
    font-size: 21px;
}

ul.wc-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.wc-tabs::before {
    border-bottom: none !important;
}

ul.wc-tabs li {
    z-index: -1 !important;
    border: 0 !important;
    margin-left: 15px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

ul.wc-tabs li.active {
    background-color: #f58220 !important;
    color: #fff !important;
}

ul.wc-tabs li a {
    padding: 5px 20px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

ul.wc-tabs li a:hover {
    background-color: #f58220 !important;
    color: #fff !important;
}

body.dark .woocommerce-Tabs-panel {
    background-color: transparent;
    color: white !important;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

.woocommerce-Tabs-panel {
    display: block;
    background-color: #f8f9fb;
    padding: 10px 15px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce-Tabs-panel .title-holder {
    font-size: 20px;
    margin-bottom: 30px;
}

.woocommerce-Tabs-panel .title-holder i {
    font-size: 35px;
}

.woocommerce-Tabs-panel p {
    line-height: 30px;
    text-align: justify;
}

.woocommerce-Tabs-panel #review_form_wrapper form p.comment-form-comment textarea {
    background-color: #fff !important;
    color: #333 !important;
    border: none;
    height: 150px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce-Tabs-panel #review_form_wrapper form p.form-submit input[type=submit] {
    background-color: #f58220 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #f58220;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce-Tabs-panel #review_form_wrapper form p.form-submit input[type=submit]:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

.woocommerce-product-attributes {
    border: 0 !important;
}

body.dark .woocommerce-product-attributes td {
    background-color: transparent;
}

.woocommerce-product-attributes td {
    background-color: #f5f5f5;
    padding: 5px 15px !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.woocommerce table.shop_attributes th {
    border-bottom: 0 !important;
}

.woocommerce table.shop_attributes td {
    border-bottom: 0 !important;
    font-style: normal !important;
    font-weight: 600;
}

.section-title .title {
    position: relative;
}

.section-title .title h3 {
    font-size: 24px;
}

.section-title .title h6 {
    font-size: 17px;
}

.section-title .title::after {
    content: "";
    width: calc(100% - 150px);
    height: 5px;
    background-color: #f58220;
    position: absolute;
    top: 50%;
    right: 150px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.product-entry {
    height: 320px;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 12px;
    overflow: hidden !important;
    position: relative;
    margin-bottom: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

body.dark .product-entry {
    background-color: #333;
}

.product-entry .product-content {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	direction: rtl;
}

.product-entry .product-content a {
    font-size: 11px !important;
    color: #525252;
}
body.dark .product-entry .product-content a {
	color: #c4c4c4;
}

.product-entry .product-content h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
}

.product-entry .product-content span.price span.mb-unavailable {
    width: 100%;
    text-align: center;
    position: relative;
}
.product-entry .product-content span.price span.mb-unavailable::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
}
.product-entry .product-content span.price span.mb-unavailable span {
    z-index: 2;
    position: relative;
    background-color: white;
    padding: 0 5px;
}
body.dark .product-entry .product-content span.price span.mb-unavailable span {
    background-color: #333;
}

.product-entry .product-content span.price {
    color: #f58220!important;
    font-size: 13px !important;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
}

.product-entry .product-content span.price span.woocommerce-Price-currencySymbol {
	float: left;
	font-size: 8px !important;
}

.product-entry .product-content span.price span.mb-price span.woocommerce-Price-amount {
    float: left;
}

.product-entry .product-content span.price del span {
    font-size: 10px;
    color: #ff000066;
}

.product-entry .product-content span.price ins span {
    color: #f58220 !important;
    font-size: 12px !important;
}

.product-entry .product-content span.price ins span .woocommerce-Price-currencySymbol {
    color: #ff000066 !important;
    font-size: 12px !important;
}

.product-entry .product-content .product-cats ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    line-height: 1;
}

.product-entry .product-content .product-cats ul li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-entry .product-content .product-cats ul li a {
    color: #a5a5a5;
}

.product-entry .product-hover {
	direction: rtl;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 9;
    width: 100%;
    background-color: white;
    padding: 5px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.product-entry .product-hover a {
    margin: 0 !important;
}
.product-entry .product-hover a.button i.fa-shopping-cart {
    font-size: 12px;
}
.product-entry:hover .product-hover {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}


.product-entry .product-hover a,
.product-entry .product-hover button {
    background-color: #f8f9fb !important;
    color: #333 !important;
    border: 0 !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.product-entry .product-hover a,
.product-entry .product-hover button:hover {
    background-color: #e9e9ea !important;
}

.product-entry .product-hover a.added {
    display: none;
}

.product-entry .product-hover a.added_to_cart {
    font-size: 10px;
    font-weight: 600;
    padding: 8px 15px !important;
}

.product-entry .product-hover a.add_to_cart_button {
    font-size: 9px;
    font-weight: 600;
    padding: 11px 15px;
}

.product-entry .product-hover a.product_type_simple {
    font-size: 12px;
    font-weight: 600;
    padding: 11px 15px !important;
}

h2.woocommerce-Reviews-title {
    display: none;
}

@media screen and (max-width: 767px) {

    .product-entry .product-hover a.product_type_simple {
        font-size: 8px;
        padding: 5px !important;
    }

    .product-entry .product-hover a.add_to_cart_button {
        font-size: 8px;
    }
	
	.product-entry .product-content p.stock-msg {
		font-size: 8px !important;
	}
}

.product-entry .product-thumb {
    position: relative;
    text-align: center;
}

.product-entry .product-thumb .product-colors {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.post-inner {
    padding: 30px 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.post-inner:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.post-inner .post-thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-inner h2 {
    height: 39px;
    margin: 10px 0;
    line-height: 20px;
    font-size: 10px;
}

.post-inner h2 a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 767px) {
    .post-inner h2 a {
        font-size: 13px !important;
    }
    .post-inner .post-meta {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        gap: 5px;
    }
}

body.dark .post-inner h2 a {
    color: #fff;
}

.post-inner .post-excerpt {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    height: 50px;
    text-align: justify;
    margin-bottom: 20px;
    color: #707070;
}

.post-inner .post-meta {
    font-size: 10px;
}

.post-inner .post-meta span {
    font-size: 11px;
}

.post-inner .post-content .footer {
    font-size: 11px;
}

.post-inner .post-content .footer span {
    font-size: 11px;
}

.post-inner .post-content .footer a.more {
    background-color: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    padding: 10px 15px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.post-inner .post-content .footer i {
    margin-left: 3px;
}

.post-inner:hover .more {
    background-color: #fff !important;
    color: #f58220 !important;
    border: 1px solid #f58220;
}

.pagination {
    width: 100%;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pagination ul li a {
    background-color: #afafaf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f58220;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.woocommerce-result-count {
    font-size: 13px;
}

.woocommerce-ordering .orderby {
    border: 0;
    background-color: #f8f9fb;
    color: #333;
    padding: 8px 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.price_label {
    font-size: 12px;
}

.price_slider_amount button {
    background-color: #f58220 !important;
    color: #fff !important;
    font-size: 12px !important;
    border: 1px solid #f58220 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.price_slider_amount button:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

.woocommerce-message {
    background-color: #fff !important;
    margin: 30px auto !important;
    font-size: 15px !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    line-height: 30px;
    border-top-color: #ff0000 !important;
    outline: none;
}

.woocommerce-message a {
    padding: 7px 15px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    border: 1px solid #f58220 !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce-message a:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
    background-color: #fff !important;
    margin: 30px 200px !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    line-height: 30px;
    border-top-color: #ff0000;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    padding: 0 25px !important;
    font-size: 15px;
}

a.cart-empty-login {
    margin-left: 10px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    border: 1px solid #f58220 !important;
    padding: 8px 15px !important;
    border-radius: 10px !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

a.cart-empty-login i {
    color: white;
}

a.cart-empty-login:hover {
    background-color: white !important;
    color: #f58220 !important;
}

a.cart-empty-login:hover i {
    color: #f58220;
}

.mb-cart-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
    padding: 7px 0 7px 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-cart-item img {
    max-width: 160px;
    height: 160px;
    margin-right: 20px;

}

.mb-cart-item .cart-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mb-cart-item a {
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.mb-cart-item a.cart-pro-img {
    width: 100px;
}

.mb-cart-item a.send-to-next-purchase {
    float: left;
    border: 1px solid #f58220;
    padding: 15px;
    border-radius: 5px;
    text-decoration: auto;
    color: #000000b3;
    line-height: 1;
    font-size: 12px;
    transition: all .3s ease;
}

.mb-cart-item a.send-to-next-purchase:hover {
    background-color: #f58220;
    color: white;
}

.mb-cart-item .price {
    width: fit-content;
    line-height: 30px;
    height: 25px;
}
.mb-cart-item .woocommerce-Price-amount {
    font-size: 17px;
    font-weight: 800;
    color: #f58220;
}

.mb-cart-item .woocommerce-Price-amount span {
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.mb-cart-item .remove {
    position: absolute;
    top: 6px;
    left: 33px;
    font-size: 12px !important;
    border: 1px solid #f58220 !important;
    width: unset !important;
    line-height: 3px !important;
    padding: 13px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.mb-cart-coupon {
    padding: 16px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
}

.mb-cart-coupon .coupon input {
    padding: 12px;
    background-color: #f8f9fb;
    border: 0;
    font-size: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-cart-coupon .coupon button {
    padding: 16px 20px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    border: 1px solid #f58220 !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
}

.mb-cart-coupon .coupon button:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

.mb-cart-coupon button.update-cart {
    display: none !important;
}

.mb-cart-coupon button :hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

.mb-cart-collaterals .totals {
    padding: 16px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    background-color: #ff7f7f;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.mb-cart-collaterals .checkout-button {
    width: 100%;
    padding: 19px 20px !important;
    text-align: center !important;
    background-color: #f58220 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.mb-cart-collaterals .checkout-button:hover {
    background-color: #ff7f7f !important;
}

.mb-cart-title {
    height: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    padding: 15px 25px;
    background-color: #ff7f7f !important;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-cart-title p {
    font-size: 14px !important;
}

.mb-cart-title h4 {
    font-size: 14px !important;
   padding: 0 !important; 
}

.mb-cart-title i {
    font-size: 14px;
    padding: 8px;
    background-color: #fff;
    color: #4c4c4c;
    border-radius: 40%;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    -ms-border-radius: 40%;
    -o-border-radius: 40%;
}

.shopping-bag {
    cursor: pointer;
    padding: 13px 15px;
}

.shopping-bag i {
    font-size: 18px;
}

.widget_shopping_cart_content {
    visibility: hidden;
    opacity: 0;
    min-width: 380px;
    height: 500px;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    color: #333;
    padding: 10px 15px;
    z-index: 99999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
}

.shopping-bag:hover .widget_shopping_cart_content {
    visibility: visible;
    opacity: 1;
}

.widget_shopping_cart_content .widget_shopping_cart_content {
    padding: 15px 10px !important;
}

.widget_shopping_cart_content li {
    position: relative;
    margin-bottom: 10px !important;
    background-color: #f8f9fb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 25px 10px 15px !important;
}

.widget_shopping_cart_content li a {
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 20px;
    color: #000;
}

.widget_shopping_cart_content li .quantity {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.widget_shopping_cart_content li .quantity .woocommerce-Price-amount {
    color: #f58220 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    margin-left: 5px;
}

.widget_shopping_cart_content li img {
    width: 80px !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.widget_shopping_cart_content li .remove {
    position: absolute;
    top: -8px;
    left: -4px;
    background-color: #e1e1e1;
    color: #000 !important;
    font-size: 20px !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
    background-color: #f58220;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 15px !important;
    border-top: 0 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons::before {
    display: none !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons::after {
    display: none !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 15px;
    border-radius: 20px;
    background-color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    background-color: #f58220 !important;
    color: #fff !important;
    border: 1px solid #f58220 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

/* Login Residter CSS */
.woocommerce-ResetPassword {
    padding: 15px;
}

.woocommerce-ResetPassword .woocommerce-form-row {
    width: 100% !important;
}

.woocommerce-ResetPassword .woocommerce-form-row input {
    border: 1px solid #eee !important;
}

.woocommerce-ResetPassword .woocommerce-form-row input:focus {
    border-color: #373737 !important;
}

.auth-page .auth-holder,
.woocommerce-ResetPassword {
    max-width: 450px;
    margin: 0 auto;
}

.auth-page .auth-holder .woocommerce-form,
.woocommerce-ResetPassword {
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
    border: none !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.auth-page .auth-holder .woocommerce-form input,
.woocommerce-ResetPassword input {
    padding: 12px !important;
    border-color: transparent;
    font-size: 14px;
    border: 1px solid #eee !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.auth-page .auth-holder .woocommerce-form input:focus,
.woocommerce-ResetPassword input {
    border-color: #373737 !important;
}

.auth-page .auth-holder .woocommerce-form .button,
.woocommerce-ResetPassword .button {
    width: 100%;
    display: block !important;
    text-align: center !important;
    background-color: #f58220 !important;
    color: #fff !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.auth-page .auth-holder .woocommerce-form .woocommerce-LostPassword a:hover {
    background-color: transparent !important;
    color: blue !important;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

input:focus-visible + label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #06c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #06c;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.tabset {
    max-width: 65em;
}

/* Account Dashboard */
.profile-user-details,
.profile-links-holder {
    margin-bottom: 15px;
    padding: 15px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.profile-user-details img {
    width: 20% !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.profile-links-holder ul {
    background-color: transparent !important;
    padding: 0 !important;
}

.profile-links-holder ul li {
    text-align: right;
    padding: 24px 10px;
	margin: 0 !important;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-bottom: 1px solid #e1e1e1;
}
.profile-links-holder ul li:last-child {
	border: none;
}

.profile-links-holder ul li.is-active {
    background-color: #f8f9fb;
    border-left: 6px solid #f58220;
}

.profile-links-holder ul li.is-active a {
    color: #333;
}

.profile-links-holder ul li:hover {
    background-color: #f8f9fb;
    border-left: 6px solid #f58220;
}

.profile-links-holder ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
	color: #666;
}

.profile-badges-holder .badge-item {
	gap: 10px;
    padding: 12px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.profile-badges-holder .badge-item i {
    font-size: 30px;
    color: #f58220;
}

.profile-badges-holder .badge-item .value {
    font-size: 15px;
    font-weight: 700;
    text-wrap: nowrap;
	color: #666;
}

@media screen and (max-width: 767px) {
    p.dashboard-not-admin {
        display: none;
    }

    p.dashboard-#f58220irect-page {
        display: none;
    }
}

p.dashboard-not-admin {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
}

p.dashboard-not-admin a {
    text-decoration: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    padding: 10px;
    background-color: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

p.dashboard-not-admin a:hover {
    background-color: #fff;
    color: #f58220;
    border: 1px solid #f58220;
}

p.dashboard-#f58220irect-page {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
}

p.dashboard-#f58220irect-page a {
    text-decoration: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    padding: 10px;
    background-color: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

p.dashboard-#f58220irect-page a:hover {
    background-color: #fff;
    color: #f58220;
    border: 1px solid #f58220;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation li a {
    position: relative;
    padding-right: 25px; /* فاصله برای آیکون */
    display: block;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f015"; /* آیکون خانه */
    font-family: 'FontAwesome';
    font-weight: 900;
	font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291"; /* آیکون سفارش‌ها */
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019"; /* آیکون دانلود */
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f124"; /* آیکون آدرس */
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007"; /* آیکون حساب کاربری */
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--order-tracking a::before {
	content: "\f04b";
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--npn-activity a::before {
	content: "\f06e";
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a::before {
	content: "\f08a";
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\f08b";
	font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 78%;
}
/* Orders Style */
.woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-orders-table__header {
    background-color: #f58220;
    color: white;
    padding: 15px;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell {
    padding: 30px 5px;
    font-size: 13px;
    color: #535353;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell a.woocommerce-button {
    font-size: 14px;
    color: white;
    padding: 10px 25px;
    line-height: 3rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f58220;
    border-radius: 10px;
    background-color: #f58220;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__row .woocommerce-orders-table__cell a.woocommerce-button:hover {
    background-color: #fff;
    color: #f58220;
}

.woocommerce-table--order-details {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.woocommerce-table--order-details thead {
    background-color: #f58220;
    color: white;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.woocommerce-MyAccount-content p mark.order-number {
    background-color: #f58220;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content p mark.order-date {
    background-color: #f58220;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content p mark.order-status {
    background-color: #f58220;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns--addresses .woocommerce-column--billing-address address p {
    margin: 0;
}

section.woocommerce-customer-details address {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.related.products .product-entry {
    height: 340px;
}

.related.products .product-entry p.stock-quantity {
	display: none;
}

.products-slider .product-entry {
    height: 380px;
}

.products-slider .owl-stage-outer {
    padding: 5px 0;
}

.products-slider .owl-stage-outer .product-entry {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1) !important;
}

.mb-offer-slider .slider-holder {
    width: 100%;
    background-color: #f58220;
    padding: 25px;
    border-radius: 10px 90px 10px 90px;
    -webkit-border-radius: 10px 90px 10px 90px;
    -moz-border-radius: 10px 90px 10px 90px;
    -ms-border-radius: 10px 90px 10px 90px;
    -o-border-radius: 10px 90px 10px 90px;
}

.mb-offer-slider .slider-holder p {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.mb-offer-slider .slider-holder-vector img {
    width: 70%;
    margin-top: 30px;
}

.mb-offer-slider .title-holder {
    margin-bottom: 10px;
}

.mb-offer-slider .title-holder i {
    font-size: 25px;
    margin-left: 10px;
    color: #f58220;
}

.mb-offer-slider .title-holder span {
    font-size: 30px;
}

.mb-offer-slider .right-slider .product-entry {
    box-shadow: none;
}

.mb-filter-products ul {
    margin-bottom: 15px;
}

.mb-filter-products .category-item {
    cursor: pointer;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
    padding: 12px 16px;
    margin-right: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.mb-filter-products .category-item:hover {
    background-color: #f58220;
    color: #fff;
}

.mb-filter-products .category-item.select {
    background-color: #f58220;
    color: #fff;
}

.mb-heading-inner {
    position: relative;
    padding-right: 50px;
}

.mb-heading-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../img/dots-pattern.svg');
    width: 40px;
    height: 60px;
}

.mb-heading h3 {
    font-size: 25px;
}

.mb-heading h3 span {
    color: #f58220;
}

.mb-heading p {
    color: #bbb;
    margin: 0;
    width: fit-content;
}

.faq-widget .cart .inner-box-detail {
    margin: 0 10px;
}

.faq-widget .cart .inner-box-detail h3 {
    border-radius: 10px;
    background-color: #f58220;
    color: #fff;
}

.faq-widget .cart .inner-box-detail .faqSectionPanel {
    border-radius: 10px;
    color: #fff;
}

/* Widget Service Style */
.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.img-collage-set {
    position: relative;
}

.shapecontrol-1 {
    right: 50px;
    top: 30px;
}

.shapesw {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 150px;
    opacity: .7;
}

.blueketshape1 {
    background-image: radial-gradient(var(--black-color-1) 2px, transparent 2px);
    background-size: 16px 16px;
}

.index-up {
    position: relative;
    z-index: 5;
}

.imgcover {
    box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
}

.roundimg {
    overflow: hidden;
    border-radius: 14px;
}

.imgcover img {
    height: 100% !important;
    width: 100% !important;
    object-fit: fill;
}

body.dark .product-entry .product-content h2 {
    color: #fff;
}

body.dark .accordion-button:not(.collapsed) {
    color: #fff;
}

@media (min-width: 768px) {
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
}

@media only screen and (max-width: 575px) {
    .roundimg {
        border-radius: 8px;
    }

    .icondiv {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .npn-last-visited-products {
		flex-wrap: wrap;
	}
	.npn-last-visited-products li {
		width: 100% !important;
        justify-content: center;
	}
	.npn-last-visited-products li a img {
	    width: 100%;
	}
	.npn-suggested-products li {
		width: auto !important;
	}
	.product-entry .product-content span.price {
		font-size: 11px !important;
        color: #f58220 !important;
	}
	.mb-price-discounted {
		font-size: 9px !important;
	}
	.mb-price-discounted span span.woocommerce-Price-currencySymbol {
		font-size: 8px !important;
	}
	.mb-price-regular {
		font-size: 10px !important;
	}
	.mb-price-regular span span.woocommerce-Price-currencySymbol {
		font-size: 8px !important;
	}
    .woocommerce .woocommerce-ordering select {
        font-size: 10px !important;
    }

    .woocommerce-result-count {
        font-size: 9px;
        padding: 5px 5px !important;
    }

    .product-entry .product-hover {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        background-color: #ffffffb3;
        justify-content: center;
    }

    .profile-badges-holder .badge-item {
        justify-content: center;
    }

    .product-entry .product-content span.price del span {
        font-size: 7px;
    }

    .product-entry {
        padding: 10px;
        margin-bottom: 10px;
        height: 260px !important;
    }
    
    .products-slider .product-entry {
        height: 280px !important;
    }

    .product-entry .product-content span.price ins span {
        font-size: 10px !important;
    }

    .product-entry .product-hover a,
    .product-entry .product-hover button {
        padding: 1px 5px !important;
    }

    .product-entry .product-content a {
        font-size: 8px !important;
    }

    .product-hover {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        opacity: 1;
        visibility: visible;
        position: absolute;
        bottom: -60px;
    }

    .product-entry .product-content h2 {
        font-size: 11px;
        font-weight: 600;
        margin-top: 5px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .img-collage-set {
        justify-content: center;
        overflow: hidden;
        text-align: center;
        margin-top: 50px;
    }

    .mediablock {
        grid-gap: 15px;
    }

    .icondiv {
        height: 50px;
        width: 50px;
    }

    .mb-filter-products ul {
        display: flex;
        overflow-y: scroll;
        justify-content: center;
        padding: 10px 5px;
    }

    .faq-widget .inner-box {
        display: flex;
        flex-direction: column;
    }

    .faq-widget .inner-box .cart {
        width: 100%;
    }

    .faq-widget .inner-box .cart .inner-box-detail h3 {
        font-size: 12px;
    }

    .faq-widget .inner-box .cart .inner-box-detail .faqSectionPanel {
        font-size: 12px;
    }

    #scroll-top {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 35px;
    }

    .mb-offer-slider .slider-holder-vector {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1450px) {
    .mediablock {
        grid-gap: 20px;
    }
}


.shapecontrol-2 {
    left: 10px;
    bottom: -30px;
}

.blueketshape2 {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--orange-color) 1.6px, var(--orange-color) 3px, rgba(255, 255, 255, 0) 3.8px, rgb(255 0 0/0%) 10px);
    border-radius: 100px;
}

.scriptheading {
    color: var(--orange-color);
    display: block;
}

.mediablock {
    display: flex;
    grid-gap: 25px;
    align-items: center;
}

.mediablock div:first-child {
    flex-shrink: 0;
}

.icondiv {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mediainfoblock p {
    font-size: 16px;
}

/* Style Video Single Widget */
.video-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 15px;
}

.video-area::before {
    content: "";
    position: absolute;
    background-color: rgba(3, 61, 117, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 10px;
}

.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-area .play-btn i {
    font-size: 25px;
    color: #333;
}

/* Style Video Multi Widget */
.video-multi {
    display: flex;
    flex-direction: row-reverse;
}

.video-multi #video {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.video-selected {
    width: 100%;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.video-thumb img {
    background-color: #d8d9da;
    width: 100%;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb p {
    margin: 0;
    font-size: 12px;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
}

.active-video {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .5) !important;
}

/* Footer Style */
body.dark footer#store {
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

footer#store {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .5);
}

.footer-address i {
    margin-left: 5px;
}

.footer-socials a i {
    color: #ff0000a1;
    font-size: 20px;
}

body.dark .footer-socials a i {
    color: #fff;
}

body.dark .phone-nav .mobile-menu li a {
    color: #fff;
}

/* Image Menu Nav */
.menu-item__subtitle {
    margin-right: 5px;
    width: 22px;
}


/* Footer Brands Style */
.related-brands {
    border-bottom: 1px dashed #fff;
}

/* Category Style */
.category-name {
    margin: 0;
    margin-bottom: 10px;
    padding: 0 15px;
}

.category-post-title {
    font-size: 18px !important;
    margin: 10px 0 !important;
    line-height: 1.5;
}

.category-img {
    width: 100%;
    height: 250px;
    text-align: center;
}

.category-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Loading */
#ms-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ms-overlay .loader {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#ms-overlay .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#ms-overlay .loader {
    margin: 45px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 6px solid rgba(62, 145, 114, 0.2);
    border-right: 6px solid rgba(62, 145, 114, 0.2);
    border-bottom: 6px solid rgba(62, 145, 114, 0.2);
    border-left: 6px solid #f58220;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Slider Footer Style */
.ms-insta-inner img {
    filter: gray;
    /* IE */
    -webkit-filter: grayscale(1);
    /* Old WebKit */
    -webkit-filter: grayscale(100%);
    /* New WebKit */
    filter: url(resources.svg#desaturate);
    /* older Firefox */
    filter: grayscale(100%);
    /* Current draft standard */
}

.ms-insta-inner img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.ms-insta-inner img:hover {
    filter: none;
    -webkit-filter: none;
}

/* Faq Style */
.faq-sw1 .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 20px 0;
}

.accordion-header {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    outline: none;
}

.accordion-button:not(.collapsed) {
    color: #101f38;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding: 5px 25px 5px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.accordion-button {
    padding: 0;
    color: #101f38;
    background-color: transparent;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 30px;
    font-weight: 5;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #212529;
    text-align: right;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
body.dark .accordion-button {
    color: white;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
}

.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    left: 0;
    position: absolute;
}

/* Contact Style */
@media only screen and (max-width: 767px) {
    .contact-us {
        flex-direction: column;
    }
    .accordion-button::after {
        left: -30px !important;
    }
}

.container-full {
    position: relative
}

.container-full .mapblock iframe {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contactblk {
    padding: 30px;
    border-radius: 14px;
}

.contactblk a {
    color: var(--orange-color);
}

.contact-des {
    font-size: 19px;
    font-weight: 600;
    line-height: 32px !important;
}

.text-gradient-1 {
    background: var(--black-color-0);
    -webkit-background-clip: text;
}

.shadow {
    box-shadow: 0 10px 25px -5px rgb(0 0 0/10%) !important;
}

.scriptheading {
    color: var(--orange-color);
    display: block;
}

.scriptdetail {
    font-size: 15px;
    font-weight: 600;
}

.contact-block-sw {
    padding: 10px 30px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0/14%);
}

body.dark .contact-block-sw {
    background: #333;
    box-shadow: 0 5px 15px 0 rgb(255 255 255/14%);
}

body.dark .sw-cardinfo p {
    color: #333;
}

body.dark .sw-cl-4 p {
    color: var(--bs-white);
}

.blueketform form label {
    width: 100%;
}

.blueketform form input {
    width: 100%;
    border: none;
    box-shadow: 0 10px 25px -5px rgb(0 0 0/10%) !important;
    padding: 15px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blueketform form textarea {
    width: 100%;
    height: 150px;
    border: none;
    box-shadow: 0 10px 25px -5px rgb(0 0 0/10%) !important;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blueketform form input[type=submit] {
    background-color: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.blueketform form input[type=submit]:hover {
    background-color: #fff;
    color: #f58220;
}

.icon-setss {
    display: flex;
    justify-content: space-between;
}

.icon-imgg img {
    width: 42px;
}

.icon-txt p {
    text-align: center;
    font-weight: 600;
}

.icon-txt p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* About Style */
.bulletpoints li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-left: 12px;
}

.img-collage-sets {
    position: relative;
}

.shapecontrol-4 {
    right: -30px;
    top: -40px;
}

.shapecontrol-3 {
    left: -20px;
    bottom: -30px;
}

.col-6-a {
    position: relative;
    right: 0;
    top: 0;
    max-width: 70%;
    z-index: 5;
    margin: 0 0 0 30%;
}

.col-6-b {
    position: relative;
    left: -360px;
    bottom: 0;
    max-width: 50%;
    z-index: 10;
    margin: -40% 0% 0%;
}

ul.bulletpoints {
    background-color: transparent !important;
}

.bulletpoints li {
    text-align: right;
    position: relative;
    text-indent: -30px;
    padding-left: 30px;
    margin: 15px 0;
    font-size: 15px !important;
    font-weight: 600;
    color: #333 !important;
}

.sw-card {
    padding: 30px;
    border-radius: 14px;
}

.swbdr {
    border: 1px solid var(--bs-gray-300);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cardicon img {
    width: 52px;
    margin-bottom: 20px;
}

.sw-card h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
}

.swbdr:hover {
    border: 1px solid var(--color-yellow-lite);
    background: var(--bs-white);
    box-shadow: 0 10px 20px -5px rgb(0 0 0/10%);
}

.mb-cart-item .details .quantity button {
    color: #333;
}

.mb-cart-item .details .quantity input {
    color: #333;
}

/*===== Checkout Woo Styles =====*/
@media screen and (max-width: 767px) {
    .woocommerce-order section.woocommerce-order-details {
        width: 100% !important;
        float: unset !important;
    }

    .woocommerce-order section.woocommerce-customer-details {
        width: 100% !important;
        float: unset !important;
    }

    .mb-cart-item {
        padding: 5px 10px;
    }

    .mb-cart-item .details {
        margin-top: 10px;
    }

    .mb-cart-item .details .title {
        text-align: right;
        padding-left: 5px;
    }

    .mb-cart-item .details .title a {
        font-size: 12px;
    }

    .mb-cart-item .details .title a.add-to-next-list {
        font-size: 10px !important;
        padding: 10px 5px;
        position: absolute;
        top: -25px;
        border-radius: 5px;
        line-height: 5px;
        font-weight: 700;
        left: 0;
        color: #a00;
    }

    .mb-cart-item .details .title a.add-to-next-list i {
        display: none;
    }

    .mb-cart-item .details .quantity button {
        width: 100%;
    }

    .mb-cart-item .woocommerce-Price-amount {
        font-size: 12px;
    }

    .mb-cart-item .price {
        text-align: right;
    }

    .mb-cart-collaterals .totals {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .mb-cart-collaterals .checkout-button {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        margin-top: 15px !important;
    }

    .mb-cart-item a.cart-pro-img {
        width: 70px;
        height: 70px;
    }

    .mb-cart-item a.cart-pro-img img {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }

    .mb-cart-item .remove {
        top: -25px;
        right: 10px;
    }

    .mb-cart-title {
        padding: 15px 10px;
    }

    .mb-cart-title p {
        font-size: 12px !important;
        padding: 0 10px;
        border-right: 1px solid #fff;
    }

    .mb-cart-title h4 {
        font-size: 10px !important;
        padding: 0 5px;
    }

    .mb-cart-title i {
        font-size: 10px;
        margin-right: 0;
        padding: 5px;
    }

    .woocommerce form.woocommerce-checkout #customer_details {
        width: 100% !important
    }

    .woocommerce form.woocommerce-checkout #order_review {
        width: 100% !important
    }

    .woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .payment_box p {
        margin: 0 !important;
    }
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    border-top-color: #f58220
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #333;
    text-decoration: none;
}

body.dark .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #333;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input.input-text {
    color: green;
    border: 1px solid #eee;
    padding: 0 10px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
    font-size: 16px;
    color: white;
    height: 50px;
    padding: 12px 45px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f58220;
    background-color: #f58220;
    line-height: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button:hover {
    background-color: #fff;
    color: #f58220;
}

.woocommerce .woocommerce-message-checkout {
    padding: 1em 1.5em 1em 2em;
    margin: 2em 0;
    position: relative;
    background-color: #f6f5f8;
    color: #f58220;
    border-top: 3px solid #f58220;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce .woocommerce-message-checkout .checkout-message-button {
    font-size: 14px;
    color: white;
    padding: 0 25px;
    line-height: 3rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    background-color: #f58220;
    border: 1px solid #f58220;
}

.woocommerce-message {
    border-top-color: #f58220;
    font-size: 10px;
}

.woocommerce-message::before {
    color: #f58220;
}

.woocommerce .woocommerce-message-checkout .checkout-message-button:hover {
    background-color: #fff;
    color: #f58220;
}

.woocommerce form.woocommerce-checkout {
    margin-top: 10px;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .is-error p {
    display: none;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .is-error ul {
    display: flex;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #f58220;
    color: green;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .is-error ul li {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    border-left: 1px solid #ddd;
    line-height: 17px;
    padding-left: 8px;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout .is-error ul li:last-child {
    border: none;
}

.woocommerce form.woocommerce-checkout #order_review table thead tr {
    font-size: 14px;
}

.woocommerce form.woocommerce-checkout #customer_details {
    width: 50%;
    float: left;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #customer_details .col-1 {
    width: 100% !important;
}

.woocommerce form.woocommerce-checkout h3 {
    display: none !important;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    margin-top: 20px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    position: relative;
    margin: 0 0 25px 0;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_state_field span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection.select2-selection--single {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 45px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_state_field span.woocommerce-input-wrapper span.select2-container span.selection span.select2-selection.select2-selection--single span#select2-billing_state-container {
    line-height: 33px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field span.select2-container span.selection span.select2-selection.select2-selection--single {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 45px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field span.select2-container span.selection span.select2-selection.select2-selection--single span#select2-billing_city-container {
    line-height: 45px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field span.select2-container span.selection span.select2-selection.select2-selection--single span.select2-selection__arrow {
    top: 11px !important;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    display: none !important;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_company_field {
    display: none !important;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p select {
    height: 45px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding-right: 4px;
    background-color: transparent;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
    position: absolute;
    z-index: 1;
    top: -15px;
    background-color: #fff;
    width: max-content;
    right: 12px;
    padding: 0 10px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input {
    border: 1px solid #eee;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 5px;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error::before {
    left: 5px;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    padding: 5px !important;
    border: 1px solid green;
    border-radius: 3px;
    font-size: 12px;
}

body.dark .woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a {
    color: #333;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a {
    color: #333;
    text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
    color: #535353;
    font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
    height: 45px;
    border: 1px solid #eee !important;
    padding: 0 10px 0 10px;
    color: #717171;
    font-size: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p button[type=submit] {
    font-size: 14px;
    color: white;
    padding: 10 25px;
    line-height: 3rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f58220;
    background-color: #f58220;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p button[type=submit]:hover {
    background-color: #fff;
    color: #f58220;
}

.select2-container .select2-selection {
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p {
    margin: 0 0 20px;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p label {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p input {
    height: 45px !important;
    border: 1px solid #eee !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm p.woocommerce-form-row--wide span em {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset p label {
    font-size: 12px !important;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button[type=submit] {
    font-size: 14px;
    color: white;
    padding: 10px 25px;
    line-height: 3rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    border-radius: 10px;
    border: 1px solid #f58220;
    background-color: #f58220;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button[type=submit]:hover {
    background-color: #fff;
    color: #f58220;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p#order_comments_field label {
    color: #000;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p#order_comments_field span.woocommerce-input-wrapper textarea {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    height: auto;
}

.woocommerce form.woocommerce-checkout #order_review {
    width: 49%;
    float: right;
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #order_review a.send-to-next-purchase {
    display: none;
}

.woocommerce form.woocommerce-checkout #order_review table thead tr {
    font-size: 14px;
}

.woocommerce form.woocommerce-checkout #order_review #payment {
    border: 1px solid #eee;
    padding: 10px;
    background-color: transparent;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul {
    border: 1px solid #eee;
    border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul .woocommerce-info {
    border-top-color: #f58220;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul li {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .wc_payment_method-inner-detail {
    display: flex;
    align-items: center;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .wc_payment_method-inner-detail label {
    margin: 0 !important;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .payment_box {
    background-color: #f58220;
    color: white;
    border-radius: 10px;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .payment_box p {
    font-size: 12px;
    text-align: justify;
    color: white;
}

.woocommerce form.woocommerce-checkout #order_review #payment ul.wc_payment_methods li.wc_payment_method .payment_box:before {
    border: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 20px;
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper p.validate-required {
    position: relative;
    padding-left: 0;
    padding-right: 20px;
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper p.validate-required input {
    right: 0;
    top: 5px;
    position: absolute;
    outline: none;    
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order button#place_order {
    width: 100%;
    border-radius: 10px;
    height: 45px;
    background-color: #f58220;
    margin-top: 20px;
    border: 1px solid #f58220;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.woocommerce form.woocommerce-checkout #order_review #payment .place-order button#place_order:hover {
    background-color: #fff;
    color: #f58220;
}

.wc-empty-cart-message .woocommerce-info {
    border-top-color: #f58220;
}

a.button.wc-backward {
    background-color: #f58220 !important;
    color: #fff !important;
    border: 1px solid #f58220 !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

a.button.wc-backward:hover {
    background-color: #fff !important;
    color: #f58220 !important;
}

/*===== Thankyou Page Woocommerce Styles =====*/
@media screen and (max-width: 767px) {
    .woocommerce-order p.woocommerce-thankyou-order-received {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
    }

    .woocommerce ul.order_details li {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce-order section.woocommerce-order-details h2.woocommerce-order-details__title {
        font-size: 20px;
    }

    .woocommerce-order section.woocommerce-order-details table tbody tr.woocommerce-table__line-item td.woocommerce-table__product-name a {
        font-size: 11px;
    }

    .woocommerce-order section.woocommerce-order-details table tbody tr td.woocommerce-table__product-total {
        font-size: 13px;
    }
}

body.dark .woocommerce table.shop_table {
    border: 1px solid rgba(255, 255, 255, .9);
}

body.dark .woocommerce-order ul.woocommerce-thankyou-order-details {
    background-color: #000;
}

body.dark .woocommerce ul.order_details li {
    color: #fff;
}

.woocommerce-order p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 25px;
}

.woocommerce-order .woocommerce-order-finish-payment p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns--addresses .woocommerce-column--billing-address address {
    color: #000;
    font-size: 14px;
}

.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns--addresses .woocommerce-column--billing-address address p {
    margin: 0;
}

.woocommerce-order ul.woocommerce-thankyou-order-details {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px;
    margin: 25px 0 3em 0 !important;
    background-color: aliceblue;
}

.woocommerce-order ul.woocommerce-thankyou-order-details li {
    line-height: 4 !important;
    font-size: 12px !important;
    text-align: center;
}

.woocommerce-order section.woocommerce-order-details {
    width: 68%;
    float: right;
}

.woocommerce-order section.woocommerce-order-details p.order-again {
    text-align: right;
}

.woocommerce-order section.woocommerce-order-details p.order-again a {
    font-size: 14px;
    color: #ffffff;
    padding: 0 25px;
    line-height: 3rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    border-radius: 3px;
    background-color: #f58220;
}

.woocommerce-order section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0;
}

.woocommerce ul.order_details li {
    border-left: 1px dashed #efe8d8;
    border-right: none !important;
}

.woocommerce-order section.woocommerce-order-details table tbody tr.woocommerce-table__line-item td.woocommerce-table__product-name a {
    font-size: 14px;
    color: #f58220;
    text-decoration: none;
}

.woocommerce-order section.woocommerce-order-details table thead tr th.woocommerce-table__product-table {
    text-align: right;
}

.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details table.order_details tbody tr.woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name ul.wc-item-meta li p {
    text-align: right;
}

.woocommerce-order section.woocommerce-order-details table tbody tr td.woocommerce-table__product-total {
    text-align: right;
}

.woocommerce-order section.woocommerce-order-details table tfoot tr td {
    text-align: right;
}

.woocommerce-order section.woocommerce-order-details table tfoot td {
    font-size: 14px;
    color: #f58220;
}

.woocommerce-order section.woocommerce-customer-details {
    width: 30%;
    float: left;
}

.woocommerce-order section.woocommerce-customer-details section {
    display: flex;
    flex-direction: column;
}

.woocommerce-order section.woocommerce-customer-details section .woocommerce-column--billing-address {
    width: 100%;
}

.woocommerce-order section.woocommerce-customer-details section .woocommerce-column--shipping-address {
    width: 100%;
}

.woocommerce-order section.woocommerce-customer-details address {
    font-size: 14px;
    line-height: 2;
}

.woocommerce-order section.woocommerce-customer-details address p:before {
    color: #f58220;
}

.woocommerce-order section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0;
}

.woocommerce-order .woocommerce-order-finish-payment {
    border: none;
    padding: 15px;
    border-radius: 3px;
    background-color: #f58220;
    color: white;
}

.woocommerce-order .woocommerce-order-finish-payment p {
    font-size: 16px !important;
    font-weight: 500;
    text-align: center;
    color: white !important;
}

.woocommerce-order span.title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

/* Service Two Style */
.dm4 .sw-card {
    position: relative;
    text-align: center;
}

.sw-cl-1 {
    background: var(--bg-b0);
}

.sw-cl-2 {
    background: var(--bg-b2);
}

.sw-cl-3 {
    background: var(--bg-b4);
}

.sw-cl-4 {
    background: var(--orange-color);
}

.sw-card {
    padding: 30px;
    border-radius: 14px;
}

.cardicon-out {
    border-radius: 40px;
    padding: 28px;
    width: 120px;
    height: 120px;
    background: var(--white-color);
    margin: -80px auto 0;
}

body.dark .cardicon-out {
    background: #000;
}

.sw-cardinfo {
    margin-top: 30px;
}

.swbttitlex {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--black-color-0);
    margin-bottom: 15px;
}

.sw-cl-4 p, .sw-cl-4 h3 {
    color: var(--bs-white);
}

/* Banner Style */
.banner-img img {
    border-radius: 10px;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

/* Single Product */
.product_meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.product_meta span.sku_wrapper {
    font-weight: 600;
}

.product_meta span.sku_wrapper span.sku {
    font-weight: 400;
}

.product_meta span.posted_in {
    font-weight: 600;
    display: none;
}

.product_meta span.tagged_as {
    display: none;
}

.product_meta span.posted_in a {
    font-weight: 400;
    color: #333;
}

body.dark .product_meta span.posted_in a {
    color: white;
}

.product_meta span.tagged_as {
    font-weight: 600;
}

.product_meta span.tagged_as a {
    font-weight: 400;
    color: #333;
}

body.dark .product_meta span.tagged_as a {
    color: white;
}

/* Related Product Single Page */
.related.products .product-entry {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1) !important;
}
.related.products .star-rating {
    display: none !important;
}

/* Tabs Cart Page */
.custom-tab {
    background-color: transparent !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
}

.custom-tab a {
    text-decoration: none;
    font-size: 12px;
    padding: 10px 15px;
    color: #333;
    border: 1px solid #f58220;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-tab a:hover {
    background-color: #f58220;
    color: white;
}

.custom-tab a:hover i {
    color: white;
}

.custom-tab a.active {
    color: white;
    background-color: #f58220;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-tab a.active i {
    color: white !important;
}

.custom-tab {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 5px !important;
}

/* Add To Cart List */
.add-to-next-list {
    text-decoration: none !important;
    font-size: 13px !important;
    margin-left: 10px;
    padding: 15px 20px;
    border: 1px solid #f58220;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.add-to-next-list:hover {
    background-color: #f58220;
}

.add-to-next-list:hover span {
    color: white;
}

.add-to-next-list:hover i {
    color: white;
}

.mb-shop-next-purchase {
    background-color: transparent !important;
}

.mb-shop-next-purchase-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mb-shop-next-purchase-item p {
    margin: 0 !important;
}

.mb-shop-next-purchase-item a img {
    width: 100% !important;
}

.mb-shop-next-purchase-item .mb-shop-next-purchase-item-info p {
    font-size: 18px;
    font-weight: 800;
}

.mb-shop-next-purchase-item .mb-shop-next-purchase-item-info del span bdi {
    font-size: 15px;
    font-weight: 600;
    color: #f58220;
}

.mb-shop-next-purchase-item .mb-shop-next-purchase-item-info ins {
    text-decoration: auto;
}

.mb-shop-next-purchase-item .mb-shop-next-purchase-item-info span {
    margin-bottom: 15px;
}

.mb-shop-next-purchase-item .mb-shop-next-purchase-item-info span bdi {
    font-size: 25px;
    font-weight: 800;
    color: #f58220;
}

a.next-list-add-to-cart {
    width: fit-content;
    text-decoration: none !important;
    font-size: 13px !important;
    color: #333;
    font-weight: 800;
    margin-left: 10px;
    padding: 10px 30px;
    margin-left: 0;
    border: 1px solid #f58220;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

a.next-list-add-to-cart:hover {
    background-color: #f58220;
    color: white;
}

body.dark a.next-list-add-to-cart {
    color: white;
}

a.next-list-remove {
    width: fit-content;
    text-decoration: none !important;
    font-size: 13px !important;
    color: #333;
    font-weight: 800;
    margin-left: 10px;
    padding: 10px 30px;
    margin-left: 5px;
    border: 1px solid #f58220;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

a.next-list-remove:hover {
    background-color: #f58220;
    color: white;
}

body.dark a.next-list-remove {
    color: white;
}

/* Contact With Not Price Product */
.contact-us-link {
    color: #d10000;
    font-weight: bold;
    text-decoration: underline;
}

/* Sidebar Cart */
/* بک‌دراپ نیمه‌شفاف */
.cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    display: none;
}

.cart-backdrop.active {
    display: block;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.25);
    transition: left 0.3s ease-in-out;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cart-sidebar.open {
    right: 0;
}

.cart-sidebar .cart-sidebar-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: auto;
    color: #000;
    line-height: 20px;
    padding: 0 0 10px;
    font-size: 12px;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li a.remove {
    padding: 10px;
    border-radius: 50%;
    height: 20px;
    color: #f58220 !important;
    margin-right: auto;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 16px;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li a.remove:hover {
    background-color: #f58220 !important;
    color: white !important;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li a img {
    width: 100px;
    margin-left: 10px;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li h2 {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
    margin: 0;
    margin-bottom: auto;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li h2 a.send-to-next-purchase {
    justify-content: center;
    border: 1px solid #f5822042;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%;
    margin: 5px 0;
    background-color: #f5822042;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li h2 span.quantity.sidebar-cart {
    text-align: left;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li h2 .mini-cart-qty-controls {
    justify-content: flex-start;
    direction: ltr;
}

.cart-sidebar .cart-sidebar-content .cart-content ul li h2 .mini-cart-qty-controls button {
    padding: 10px 10px;
}
.cart-sidebar .cart-sidebar-content .cart-content ul li h2 .mini-cart-qty-controls input {
    height: 35px;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__total {
    text-align: center;
    color: #f58220;
    font-weight: 700;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}
.cart-sidebar .cart-sidebar-content .cart-content ul li h2 {
    font-size: 13px;
    line-height: 1.3;
    color: #333;
    margin: 0;
    margin-bottom: auto;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__total {
    text-align: center;
    color: #f58220;
    font-weight: 700;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__buttons a {
    padding: 7px 15px !important;
    font-size: 14px !important;
    background-color: #f58220;
    color: #fff;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cart-sidebar .cart-sidebar-content .cart-content p.woocommerce-mini-cart__buttons a:hover {
    background-color: white;
    color: #f58220;
}

.cart-sidebar h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cart-sidebar .woocommerce-mini-cart-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}

.cart-sidebar .woocommerce-mini-cart-item img {
    width: 60px;
    height: auto;
    border-radius: 8px;
}

.cart-sidebar .woocommerce-mini-cart-item .mini_cart_item_name {
    font-weight: bold;
    font-size: 14px;
}

.close-cart-sidebar {
    background: none;
    border: none;
    font-size: 28px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.mini-cart-qty-controls {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.mini-cart-qty-controls input {
    width: 40px;
    text-align: center;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
    height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mini-cart-qty-controls button {
    background: #eee;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
}

.open-cart-button {
    background-color: #f58220;
    color: white;
    border: none;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.open-cart-button:hover {
    background-color: #f58220;
}

.sidebar-cart {
    text-align: center;
}

.sidebar-quantity-price span {
    color: #f58220;
    font-weight: 600;
    text-align: right;
}

/* Woocommerce archive */
body.dark .mb-archive-products p.woocommerce-result-count {
    background-color: transparent;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

.mb-archive-products .star-rating {
    display: none !important;
}

.mb-archive-products .product-entry {
    height: 340px;
}

.mb-archive-products p.woocommerce-result-count {
    background: #f3f3f3;
    border: none;
    padding: 10px 16px;
    margin: 0 0 .6em;
    border-radius: 6px;
    font-weight: 400;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

.mb-archive-products p.woocommerce-result-count:hover {
    background: #e0e0e0;
}

body.dark .mb-archive-products #products-per-page-wrapper {
    background-color: transparent;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

.mb-archive-products #products-per-page-wrapper {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #f3f3f3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

body.dark .mb-archive-products #products-per-page-wrapper select#products-per-page-select {
    background-color: transparent;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, .5);
}

body.dark .mb-archive-products #products-per-page-wrapper select#products-per-page-select option {
    background-color: #000;
}

.mb-archive-products #products-per-page-wrapper select#products-per-page-select {
    border: none;
    width: 55px;
    border-radius: 3px;
}

.mb-archive-products .products-per-page-wrapper:hover {
    background: #e0e0e0;
}

/* Slider Products Image */
.product-image-slider {
    position: relative;
}

.product-image-slider .swiper {
    width: 100%;
    height: auto;
}

.product-image-slider .swiper-slide img {
    width: 80% !important;
    height: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

/* color attributes archive page */
.product-entry .product-content .product-colors {
    text-align: center;
}

/* woo comment */
#custom-review-form {
    background: #fefefe;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.field-item {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.field-item input {
    flex: 1;
}

.field-item button.remove-field {
    background: #f58220;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 8px;
}

.review-positives, .review-negatives {
    background: #f1f8f3;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.review-negatives {
    background: #fbeeee;
}

/* Price */
.mb-price-box {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.6;
}

.mb-price-discounted {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f58220;
    font-weight: 400;
    font-size: 13px;
}

.mb-price-discounted span span.woocommerce-Price-currencySymbol {
    float: left;
    font-size: 12px;
}

.mb-price-regular {
    text-decoration: line-through;
    color: #9e9e9e;
    font-size: 13px;
}

.mb-price-regular span.woocommerce-Price-amount {
    width: fit-content;
    display: block;
    float: left;
	text-decoration: line-through;
}

.mb-price-regular span span.woocommerce-Price-currencySymbol {
    float: left;
    font-size: 10px;
}
.mb-discount-percent {
    background-color: #f58220;
    color: #fff;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    align-self: start;
    margin-left: 5px;
}

.mb-price-range {
    float: left;
    display: flex;
    font-weight: bold;
    font-size: 13px;
    color: #d32f2f;
    gap: 5px;
}

.mb-unavailable {
    color: #9f9f9f;
    padding: 4px 0;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
}

/*  */
/* دکمه بازکننده */
.notify-btn {
    padding: 10px 20px;
    background-color: #ef4056;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* پاپ‌آپ */
#notify-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    width: 90%;
    max-width: 400px;
    z-index: 10000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-box h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.popup-box .desc {
    font-size: 14px;
    color: #666;
}

.notify-option {
    margin-bottom: 15px;
    font-size: 14px;
}

.notify-option label {
    display: block;
    margin-top: 5px;
}

.notify-option input[type="text"],
.notify-option input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.static-info {
    display: inline-block;
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 6px;
}

.notify-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.submit-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.cancel-btn {
    background-color: #ccc;
    color: #333;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.notify-message {
    margin-top: 15px;
    font-size: 14px;
    color: green;
}

/* Products Stocks Styles */
.stock-quantity {
    width: fit-content;
    font-size: 13px;
    font-weight: 500 !important;
    color: #155724 !important;
    background: #d4edda;
    padding: 3px 7px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 !important;
}

.stock-quantity.out-of-stock {
    background: #f8d7da;
    color: #721c24;
}

/* پاپ آپ دکمه روش ارسال محصول داخل صفحه سینگل محصول */
.npn-popup-btn {
    padding: 10px 20px;
    background-color: #f58220;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

.npn-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.npn-popup-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.npn-popup-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 22px;
    cursor: pointer;
    color: #888;
}

.npn-popup-details-logo a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-weight: 600;
}

.npn-popup-details-logo a img {
    width: 100px;
}

/* Breadcrump */
body.dark .npn-breadcrumb ul li {
    color: #767676;
}

body.dark .npn-breadcrumb ul li a {
    color: #767676;
}

.npn-breadcrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.npn-breadcrumb ul li {
    color: #767676;
}

.npn-breadcrumb ul li a {
    color: #767676;
}

.npn-breadcrumb li::after {
    content: ">";
    margin: 0 5px;
}

.npn-breadcrumb li:last-child::after {
    content: "";
}

.npn-breadcrumb li a {
    text-decoration: none;
}

/* Contact us form */
#npn-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#npn-contact-form .npn-captcha-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

#npn-contact-form .npn-captcha-field label {
    width: 15%;
    font-size: 20px;
    background-color: burlywood;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#npn-contact-form .npn-captcha-field input {
    width: 20%;
}

#npn-contact-form button {
    padding: 15px 20px;
    background-color: var(--primary-btn-bgcolor-dark);
    color: var(--primary-btn-color-dark);
    border-radius: 5px;
    border: 1px solid #f58220;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#npn-contact-form button:hover {
    background-color: var(--primary-btn-color-dark);
    color: var(--primary-btn-bgcolor-dark);
    border-radius: 5px;
}

/* section.up-sells Single Page Product */
.mb-single-product section.up-sells .products {
    gap: 15px;
}

.mb-single-product section.up-sells .products .product {
    width: 15%;
}

.mb-single-product section.up-sells .products .product .product-entry {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .mb-single-product section.up-sells h2 {
        font-size: 20px !important;
    }
    .mb-single-product section.up-sells .products .product {
        width: 45%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}

/*  */
#npn-user-dashboard {
    font-family: sans-serif;
}

.npn-tabs {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding: 0;
}

.npn-tabs li {
    cursor: pointer;
    padding: 8px 14px;
    background: #f1f1f1;
    border-radius: 6px;
}

.npn-tabs li.active {
    background: #f58220;
    color: #fff;
}

.npn-tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.npn-loader {
    text-align: center;
}

/* Orders Woocommerce */
/* پس‌زمینه و مرکزیت مدال */
#orderModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;

    /* Flex برای وسط چین */
    display: flex;
    justify-content: center;
    align-items: center;

    /* انیمیشن باز شدن */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#orderModal.open {
    opacity: 1;
    pointer-events: auto;
}

/* محتوای مدال */
#orderModalContent {
    background: #fff;
    max-width: 720px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    position: relative;

    /* انیمیشن scale */
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

#orderModal.open #orderModalContent {
    transform: scale(1);
    opacity: 1;
}

/* استایل داخل مدال (مثل قبلی) */
.custom-order-details {
    color: #222;
}

.custom-order-details h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a73e8;
    border-bottom: 2px solid #1a73e8;
    padding-bottom: 6px;
}

.custom-order-details p.summary {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.custom-order-details table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.custom-order-details table th,
.custom-order-details table td {
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    font-size: 14px;
}

.custom-order-details table th {
    background-color: #f0f4ff;
    color: #1a73e8;
    font-weight: 600;
}

.custom-order-details .totals-table th {
    width: 65%;
    background-color: #f7f9ff;
}

.custom-order-details .addresses {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.custom-order-details .address-column {
    flex: 1;
    background: #f9fbff;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
}

.custom-order-details .address-column h3 {
    margin-top: 0;
    color: #1a73e8;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #c9d7ff;
    padding-bottom: 4px;
}

.custom-order-details .order-notes {
    background: #eef4ff;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    color: #444;
}

.custom-order-details .order-notes h2 {
    color: #1a73e8;
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-order-details .order-note {
    margin-bottom: 12px;
    border-left: 3px solid #1a73e8;
    padding-left: 10px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 10px 15px;
}

.custom-order-details .order-note .meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

/* تب جدید فعالیت من پنل کاربری */
.npn-visited-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
}

.npn-visited-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    transition: box-shadow 0.3s;
}

.npn-visited-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.npn-visited-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.npn-visited-item h4 {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 5px;
    color: #333;
}

.npn-visited-item .price {
    font-size: 14px;
    color: #0071a1;
}

.npn-visit-date {
    font-size: 10px !important;
    color: #888;
    margin: 8px 0;
    text-align: center !important;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.npn-add-to-cart-form {
    margin-top: 10px;
}

.npn-add-to-cart-btn {
    background-color: #0071a1;
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

.npn-remove-visited-btn {
    margin-top: 10px;
    background-color: #d9534f;
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

.product-out-of-stock {
    display: inline-block;
    color: #d9534f;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px !important;
    border: 1px solid #f58220 !important;
    background-color: transparent !important;
    border-radius: 5px !important;
}

button.npn-add-to-cart-ajax-btn {
    width: 100%;
    font-size: 12px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220 !important;
    border-radius: 10px !important;
    margin-bottom: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

button.npn-add-to-cart-ajax-btn:hover {
    background-color: white !important;
    color: #f58220 !important;
}

button.npn-remove-visited-btn {
    width: 100%;
    font-size: 12px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

button.npn-remove-visited-btn:hover {
    background-color: white !important;
    color: #f58220 !important;
}

/* Orders.php */
a.view_order_modal {
    margin-left: 5px !important;
}

a.npn-orders-next {
    font-size: 12px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

a.npn-orders-prev {
    font-size: 12px !important;
    background-color: #f58220 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(103, 185, 48, .25) !important;
    border: 1px solid #f58220 !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/* Brand Slider */
.slider-container {
    overflow: hidden;
    direction: ltr;
}

.slider-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.slide {
    min-width: 300px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 130px;
    font-size: 30px;
    user-select: none;
}

/* Reviews Tabs */
.mb-tab-content #tab-review {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.mb-tab-content #tab-review .review-box {
    width: 50%
}
.mb-tab-content #tab-review .npn-review-list {
    width: 50%
}
.mb-tab-content #tab-review p.review-box-comment-list {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mb-tab-content #tab-review {
        flex-direction: column;
    }
    .mb-tab-content #tab-review .review-box {
        width: 100% !important;
    }
    .mb-tab-content #tab-review .npn-review-list {
        width: 100% !important;
    }
}

/* Reset Button Variation Product */
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #f58220;
}

/* Category Details IN Product Cat bottom */
.woocommerce-category-description-below {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}
.npn-category-description-wrapper {
    margin-top: 40px;
    position: relative;
}

/* هاله سفید کمرنگ (گرادینت) */
.npn-gradient-overlay {
    position: absolute;
    bottom: 50px; /* فاصله از پایین، دقیقاً بالای دکمه */
    left: 0;
    right: 0;
    height: 20px; /* ارتفاع هاله */
    pointer-events: none; /* کلیک ها به لایه پایین منتقل شود */
    background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,.8));
    z-index: 2;
}

.npn-category-description-button {
    text-align: center;
}

.npn-toggle-description {
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #f58220;
    border-radius: 6px;
    background-color: #f58220;
    cursor: pointer;
    color: white;
    transition: all .3s ease;
}

.npn-toggle-description:hover {
    background-color: white !important;
    color: #f58220;
}

.npn-toggle-description:hover {
    background-color: #e0e0e0;
}

/* Next shop list */
.cart-empty #tab-1,
.cart-empty #tab-2 {
    width: 100%;
}

/* استایل اسلایدر دوم در المنتور */
.npn-swiper-wrapper {
    position: relative;
    direction: ltr;
}

.npn-pro-swiper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.npn-pro-swiper .swiper-slide {
    width: 100% !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

.npn-pro-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.npn-pro-swiper .swiper-button-prev,
.npn-pro-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: #333;

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.npn-pro-swiper:hover .swiper-button-prev,
.npn-pro-swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.npn-pro-swiper .swiper-button-prev {
    left: 10px;
}
.npn-pro-swiper .swiper-button-next {
    right: 10px;
}
.npn-pro-swiper .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}
.npn-pro-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(120, 120, 120, 0.4);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}
.npn-pro-swiper .swiper-pagination-bullet-active {
    background: #f58220;              /* رنگ آبی مثل تکنولایف یا رنگ برند خودت */
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 4px rgba(0, 115, 170, 0.2); /* دایره بیرونی شفاف */
    transition: all 0.4s ease-in-out;
}

/* ----------------------------
   ستاره‌های امتیاز ووکامرس در همه جای سایت
----------------------------- */

/* استایل کلی ستاره‌ها */
.product-content .star-rating {
  display: none;
}

.star-rating {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ccc; /* رنگ پس‌زمینه ستاره (خاکستری) */
  line-height: 1;
  width: 100px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}

/* پس‌زمینه ستاره‌ها (خاکستری) */
.star-rating::before {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  z-index: 1;
}

/* ستاره‌های پر (طلایی) بر اساس امتیاز */
.star-rating span::before {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFD700; /* طلایی */
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; /* ووکامرس خودش براساس درصد امتیاز مقدار width میده */
}

/* بهینه‌سازی موقعیت ستاره در باکس محصولات */
.woocommerce ul.products li.product .star-rating {
  margin: 5px 0;
}

/* فرم امتیاز در نظرات کاربران */
.woocommerce p.stars a {
  color: #ccc;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.3s;
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a.active,
.woocommerce p.stars a:hover ~ a {
  color: #FFD700 !important;
}

/* بازوبسته شدن تگ ویجت ها */
.widgettitle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-icon {
  transition: transform 0.3s ease;
  display: inline-block;
  font-size: 12px;
}

/* وقتی بسته میشه آیکون بچرخه */
.widget.collapsed .toggle-icon {
  transform: rotate(90deg);
}

.widget ul {
  display: block;
}

.woocommerce .woocommerce-widget-laye#f58220-nav-list .woocommerce-widget-laye#f58220-nav-list__item--chosen a::before {
	float: right;
}

/* لودر برای صفحه فروشگاه; */
.products {
  position: relative; 
}
#global-ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent; /* پس‌زمینه کاملا شفاف */
  z-index: 9999;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* اجازه تعامل نده */
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 8px;
  border: 5px solid #333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.products.loading {
  filter: blur(3px);
  opacity: 0.6;
  pointer-events: none;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
/* برای ویژگی ها */
.products.products-loading {
  position: relative; /* اگه نیست */
  filter: blur(3px);
  opacity: 0.6;
  pointer-events: none;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.products-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
}

/* استایل spinner (یک نمونه ساده) */
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* برای ordering */
.ajax-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
}

/* Mega Menu */
.mb-mega-wrapper {
  position: relative;
  z-index: 1000;
}

.mb-mega-toggle {
  background: #f58220;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: bold;
z-index: 99999;
position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 5px;
}
.mb-mega-toggle i {
    font-size: 20px;
}

.mb-mega-container {
    width: 740px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  
  z-index: 9999;
}

.mb-mega-inner {
    display: flex;
    height: auto;
    overflow-x: auto;
    width: 100%;
}

.mega-main-menu {
  width: 30%;
  background: #f5f5f5;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  border-radius: 5px;
}

.mega-main-menu li {
      padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.mega-main-menu li:hover {
  background: #e0e0e0;
}

.mega-main-menu li img {
    float: right;
}

.mega-submenu {
  padding: 0;
  overflow-y: auto;
  border-radius: 5px;
  background-color: white;
}

.submenu-group {
  display: none;
  list-style: none;
  margin: 0;
  width: fit-content;
    
    padding: 10px 40px;
}

.submenu-group > li {
  position: relative;
}

.submenu-group li ul {
  display: none;
  position: absolute;
  top: auto;
  right: 54%;
  background: #fff;
  padding: 0;
  list-style: none;
  min-width: 200px;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.submenu-group li ul li ul {
   right: 100%; 
}

.submenu-group li:hover > ul {
  display: block;
}

.submenu-group li ul li {
    position: relative;
  padding: 0;
  white-space: nowrap;
}

.submenu-group li ul li:hover {
  background: #f0f0f0;
}

.submenu-group li ul li a {
  color: #333;
  text-decoration: none;
  width: 100%;
  height: 25px;
  justify-content: flex-end;
  font-size: 11px;
}

.submenu-group li {
  padding: 15px 30px;
  display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: background 0.2s;
}

.submenu-group li:hover {
    background: #e0e0e0;
}

.submenu-group li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
    align-items: center;
  text-decoration: none;
  color: #333;
}
.submenu-group li a img {
  float: right;
}
.submenu-group li a i {
  float: right;
}

.mb-mega-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
#megaSubmenu.active {
  display: block;
}

.submenu-group {
  display: none;
}

.submenu-group.active {
  display: block !important;
  background-color: white;
  padding: 0 !important;
}
.submenu-arrow {
  color: #999;
  font-size: 20px !important;
  font-weight: 700 !important;
  transition: transform 0.2s ease;
  margin-right: auto !important;
}

.submenu-level li:hover .submenu-arrow,
.mega-main-menu li:hover .submenu-arrow {
  transform: translateX(-2px);
  color: #000;
}

.submenu-level li {
    padding: 0 15px;
}

.submenu-level li a {
    padding: 0 10px;
  width: 150px;
  height: 40px;
  justify-content: flex-end;
}

.submenu-group li a i.submenu-arrow {
    float: left;
}

/* Two Banner Widget */
.two-banner-widget .banner-img img {
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .npn-pro-swiper .swiper-slide {
        height: auto;
    }
    .word-block-div h2 {
       font-size: 20px !important; 
    }
   .two-banner-widget .banner-img {
        margin-top: 15px;
        height: auto;
   } 
}
.npn-banner-slider .slick-slide {
  padding: 10px;
}
#brand-slider {
    margin-top: 100px;
}
.mb-single-price form.variations_form label {
    color: #c7c7c7;
}
#mb-tab-modal-content p {
    text-align: justify;
}

/* استایل آخرین بازدید و آخرین بازدید کاربران سایت در صفحه پنل کاربری کاربر */
.npn-last-visited-products li a .mb-price-range {
    flex-direction: column;
}
.npn-last-visited-products li a .mb-price {
    font-weight: bold;
    font-size: 13px;
    color: #d32f2f;
    display: block;
    text-align: left;
}
.npn-last-visited-products li a .mb-unavailable {
    width: 100%;
    text-align: center;
    position: relative;
}
.npn-last-visited-products li a .mb-unavailable span {
    z-index: 2;
    position: relative;
    background-color: white;
    padding: 0 5px; 
    color: #d1cece;
}
.npn-last-visited-products li a .mb-unavailable::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
}
.npn-suggested-products li a img {
        max-width: 90%;
}
.npn-suggested-products li a .mb-price-range {
    flex-direction: column;
}
.npn-suggested-products li a .mb-price {
    font-weight: bold;
    font-size: 13px;
    color: #d32f2f;
    display: block;
    text-align: left;
}
.npn-suggested-products li a .mb-unavailable {
    width: 100%;
    text-align: center;
    position: relative;
}
.npn-suggested-products li a .mb-unavailable span {
    z-index: 2;
    position: relative;
    background-color: white;
    padding: 0 5px; 
    color: #d1cece;
}
.npn-suggested-products li a .mb-unavailable::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    background-color: #f58220;
    border-radius: 50%;
    padding: 3px;
    width: 30px;
    height: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: white;
}
.woocommerce nav.woocommerce-pagination ul li span {
    color: white !important;
    background-color: #f58220 !important;
}

/* دکمه بیشتر صفحه فروشگاه */
#npn-loadmore-btn {
    display: block;
    margin: 40px auto 20px;
    background-color: #444;
    color: #fff;
    padding: 12px 28px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.npn-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid #999;
  border-radius: 50%;
  margin-right: 6px;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.npn-description-content a {
    color: #f58220;
}

@media screen and (max-width: 767px) {
    .npn-banner-slider {
        height: auto;
    }
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    float: right;
}


/* استایل زیردسته ها در صفحه دسته بندی محصولات */
.subcategories-box-with-thumbnail {
    background: #f9f9f9;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.subcategories-box-with-thumbnail h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    color: #a5a5a5;
}

.subcategories-box-with-thumbnail h3 strong {
    color: #000;
}

.subcategory-grid {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px;
}

.subcategory-item {
    width: 110px;
    text-align: center;
}

.subcategory-item a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: transform 0.2s ease;
}

.subcategory-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.subcategory-item span {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .subcategory-item span {
        font-size: 11px;
    }
}

.subcategory-item a:hover {
    transform: scale(1.05);
}

.woocommerce form .form-row .input-checkbox {
    float: right;
    margin-top: 7px !important;
}

.mb-breadcrumb {
    padding-bottom: 15px;
}

/* Style Mega Menu */
.ms-category-menu {
    position: relative;
}
.ms-category-menu .ms-category-toggle {
    width: 120px;
    min-height: 55px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.ms-category-menu .ms-category-toggle i {
    margin-left: 5px;
}
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 1000;
    width: 153px;
    border-bottom-right-radius: 15px;
}
.ms-category-menu.active .mega-menu {
    display: block;
}
.ms-category-menu:hover .mega-menu {
    display: block;
}
.main-menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 400px;
    min-height: 399px;
    overflow-y: auto;
    border-left: 1px solid #e5e5e5;
}

.main-menu > li > a {
    display: block;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.main-menu > li:hover {
    background: linear-gradient(270deg, rgba(255, 10, 10, .1) 0%, rgba(239, 58, 79, .01) 100%);
}
.main-menu > li:hover > a {
    color: #ef394e;
}

.mega-dropdown {
    position: absolute;
    top: 0;
    right: 140px;
    left: auto;
    background: #fff;
    display: none;
    padding: 20px;
    border-top: 1px solid #eee;
    width: max-content;
}
.main-menu > li:hover > .mega-dropdown {
    display: flex;
}
.main-menu > li > .mega-dropdown {
    display: none;
    position: absolute;
    top: 0;
    right: 151px;
    left: 0;
    background: #fff;
    padding: 0;
    z-index: 99;
    height: 400px;
    border-bottom-left-radius: 15px;
}
.main-menu > li.hover > .mega-dropdown {
    display: flex; 
}

ul.main-menu > li .mega-dropdown {
    z-index: 1000; 
}
.mega-inner {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 1100px;
}
.mega-column {
    flex: 0 0 200px;
    padding: 10px 15px;
    max-height: 400px;
    min-height: 170px;
}
.mega-column h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
}
.mega-column h4 a {
    color: #000;
	font-weight: 400;
}
.mega-column h4 a::before {
    content: '';
    position: relative;
    top: 4px;
    width: 2px;
    padding: 8px 1px;
    margin-left: 5px;
    border-radius: 1px;
    background-color: #fc3131ee;
    display: inline-block;
}
.mega-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-column ul li {
    margin-bottom: 6px;
}
.mega-column ul li a {
    font-size: 13px;
    color: #a0a0a0;
    text-decoration: none;
}
.mega-column ul li a:hover {
    color: #ef394e;
}



