/**
* Template Name: Bengo - Multipurpose Ecommerce HTML Template
* Version: 1.0.1
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 30th August, 2021
* Author URL: www.unicoderbd.com

**/


/*-------------------------------------------------------
[ Table of contents ]

# Commom CSS
# Bootstrap Editing
# Time CountDown
# Form Style
# Price Filter
# Sign in popup Style Start
# Cancel Template Css
# Default Style
# Title Style
# Fixed Header
# Top Header Style Start
# Cart Popup Style Start
# Main Header
# Breadcrumb Style
# Side slide or push nav
# Woocommerce Products Filter
# Category Style
# Owl Carousel Style
# Accordion Style Start
# woocommerce Tab
# Button Set Style
# Star Rating Style
# Product Color Variabions
# Product Price Style
# Product Info
# Product Style
# Product List Style
# Portfolio Section Style Start
# Parrner Slider Style
# Blog Style Start
# Service Section Style Start
# Tab Style
# Category sidebar Menu
# Single Shop elevateZoom Style Start
# Banner Style Start
# Newsletter Section Style
# Widget Style
# Footer Style Start

--------------------------------------------------------*/


#page_wrapper.push-nav-show {
    width: calc(100% - 300px);
}


/* Common CSS */

body {
    font-family: var(--theme-general-font);
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-general-color)
}

a {
    text-decoration: none !important;
    display: block;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}

blockquote {
    margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
}

p+p {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--theme-highlight-font);
}

.btn {
    line-height: 45px !important;
}

.btn.btn-large {
    line-height: 65px !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.flat-20::before {
    font-size: 20px;
    line-height: 20px;
}

.line-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.line-menu li a {
    padding: 0 20px 0 0;
}

.line-menu li:not(:last-child) {
    position: relative;
}

.line-menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0px;
    right: 10px;
}

.box-30 {
    width: 30px;
    height: 30px;
}

.font-fifteen {
    font-size: 15px;
}

.tagcloud-2 ul {
    display: flex;
    font-size: 15px;
}

.tagcloud-2 ul li:not(:last-child) {
    margin-right: 10px;
}


/* Bootstrap Editing */

.form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

textarea.form-control {
    height: auto;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}

.btn-primary {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.btn-secondary {
    background-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}

.btn-link {
    font-size: 16px;
    text-decoration: underline !important;
    color: var(--theme-general-color);
    font-weight: 400;
}

.btn-link-2 {
    font-size: 14px;
    color: var(--theme-general-color);
    padding-right: 20px;
    position: relative;
}

.btn-link-2::after {
    position: absolute;
    top: 50%;
    right: 3px;
    font-family: flaticon !important;
    content: "\f162";
    transform: translateY(-50%);
}

.btn-link-2:hover::after {
    right: 0;
}

.border-dotted-1 {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}


/* Time CountDown */

[class*="time-count-"] ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.time-count-1 ul li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.time-count-1 ul li span {
    margin-left: 3px;
}

.time-count-1 ul li:not(:last-child) span:last-child::after {
    right: -10px;
    position: absolute;
}

.time-count-1 ul li:nth-child(1) span:last-child::before {
    content: "D";
}

.time-count-1 ul li:nth-child(2) span:last-child::before {
    content: "H";
}

.time-count-1 ul li:nth-child(3) span:last-child::before {
    content: "M";
}

.time-count-1 ul li:nth-child(4) span:last-child::before {
    content: "S";
}

.time-count-1 ul li:nth-child(1) span:last-child::after {
    content: ":";
}

.time-count-1 ul li:nth-child(2) span:last-child::after {
    content: ":";
}

.time-count-1 ul li:nth-child(3) span:last-child::after {
    content: ":";
}

.time-count-2 ul li:nth-child(1) span:last-child::after {
    content: "Hari";
}

.time-count-2 ul li:nth-child(2) span:last-child::after {
    content: "Jam";
}

.time-count-2 ul li:nth-child(3) span:last-child::after {
    content: "Menit";
}

.time-count-2 ul li:nth-child(4) span:last-child::after {
    content: "Detik";
}

.custom-class-5 .time-count-2 ul {
    display: flex;
    align-items: center;
}

.custom-class-5 .time-count-2 ul li {
    text-align: center;
    position: relative;
    width: 80px;
}

.custom-class-5 .time-count-2 ul li:not(:last-child) {
    margin-right: 10px;
}

.custom-class-5 .time-count-2 ul li span:first-child {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--theme-extra-font);
    line-height: 48px;
    color: var(--theme-secondary-color)
}

.custom-class-5 .time-count-2 ul li:not(:last-child)::after {
    content: ":";
    position: absolute;
    top: -26px;
    right: -13px;
    font-size: 60px;
    color: var(--theme-dark-color);
}

.custom-class-5 .time-count-2 ul li span:last-child {
    display: block;
    font-size: 16px;
    font-family: var(--theme-extra-font);
    color: var(--theme-primary-color);
}

.custom-class-5 .time-count-2 ul li span:last-child::after {
    font-size: 16px;
    font-family: var(--theme-extra-font);
    color: var(--theme-primary-color);
}


/* Form Style */

label .required {
    color: var(--theme-extra-color);
    margin-left: 2px;
}

input.form-control:focus {
    box-shadow: none;
}

[class*="select-appearance-"] {
    position: relative;
    display: table;
}

[class*="select-appearance-"]::after {
    border-width: 0 1px 1px 0;
    border-style: solid;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: calc(50% - 5px);
    content: "";
    pointer-events: none;
}

.select-appearance-general::after {
    border-color: var(--theme-general-color);
}

.select-appearance-primary::after {
    border-color: var(--theme-primary-color);
}

[class*="select-appearance-"] select:focus,
[class*="select-appearance-"] select {
    height: auto;
    padding: 0 15px 0 0;
    font-size: 16px !important;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.select-appearance-general select:focus,
.select-appearance-general select {
    color: var(--theme-general-color);
}

[class*="select-appearance-"] select[class*="bg-"] {
    padding: 0 30px 0 10px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, .25);
    background-color: transparent;
}

.text-white.form-control::placeholder {
    color: var(--theme-white-color);
}

.product-search-one .form-inline {
    overflow: hidden;
}

.product-search-one .search-square-shape {
    border-radius: 0;
}

.product-search-one .search-radius-shape {
    border-radius: 10px;
}

.product-search-one .search-pill-shape {
    border-radius: 50rem;
}

.product-search-one input {
    padding: 20px 15px;
    height: 60px;
}

.product-search-one button {
    padding: 0 25px;
    font-size: 15px;
}

.language-switcher form {
    display: table;
}


/* Price Filter */

.price_range {
    height: 90px;
}

.sidebar [class*="product-search-"] .form-inline input {
    padding: 10px 20px;
    height: 40px;
}

.panel-title a.collapsed {
    background-color: var(--theme-secondary-color);
    color: #717171;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: var(--theme-secondary-color);
}

.jslider .jslider-pointer {
    background-color: var(--theme-secondary-color);
    border: 3px solid var(--theme-secondary-color);
}

.property_filter_input .jslider .jslider-bg .v,
.jslider .jslider-bg .v {
    background: var(--theme-secondary-color);
}

.jslider .jslider-value {
    top: 30px;
}

.jslider .jslider-value::before {
    top: 0px;
    position: absolute;
    left: -30px;
    content: "Min";
    color: var(--theme-secondary-color);
}

.jslider .jslider-value.jslider-value-to::before {
    content: "Max";
}


/* Sign in popup Style Start */

.unicode-signin-up-popup .modal-dialog {
    max-width: 650px;
}

.unicode-signin-up-popup .modal-dialog .modal-content {
    max-width: 650px;
    padding: 30px;
    background-color: var(--theme-white-color);
}

.unicode-signin-up-popup .modal-dialog .btn-close {
    color: #333;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 13px;
}

.unicode-signin-up-popup .woocommerce {
    padding: 20px;
    border: 1px solid var(--theme-general-color);
    border-radius: 5px;
}

.woocommerce form .form-row input.input-text {
    width: 100%;
    outline: 0;
    border: 2px solid var(--theme-gray-color);
    padding: 10px 15px;
    height: 50px;
}

.woocommerce-rememberme-lost_password {
    display: flex;
    flex: 1 1 0px;
    justify-content: space-between;
    align-items: center;
}

.unicode-signin-up-popup label.woocommerce-form__label-for-checkbox {
    margin: 0;
}

.woocommerce .woocommerce-form-login input[type="checkbox"],
.woocommerce .woocommerce-form-login input[type="radio"] {
    width: 18px;
    cursor: pointer;
}

.woocommerce-rememberme-lost_password>* {
    width: auto;
}

.woocommerce-login-button {
    display: inline-block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}

.woocommerce-form-login__submit,
.woocommerce-Button.button {
    padding: 5px 20px;
    background-color: var(--theme-primary-color);
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-family: var(--theme-hiperlink-font);
}


/* Cancel Template Css */

.ecommerce-header .top-header {
    border-bottom: none;
}


/* Default Style */

a,
.owl-carousel .owl-nav *,
.product-wrapper *,
.portfolio-1::before,
.category-style-4::before,
.categories-menu .menu-item-has-children:hover *,
[class*="header-cart-"] .cart-popup,
[class*="accordion-plus-"] .ac-toggle::after {
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.margin-right-1>div:not(:last-child) {
    margin-right: 10px;
}

.margin-right-2>div:not(:last-child) {
    margin-right: 20px;
}

.margin-right-3>div:not(:last-child) {
    margin-right: 30px;
}

.ifs-20::before {
    font-size: 20px;
}

[class*="icon-text-"] {
    display: flex;
}

.icon-text-1 {
    align-items: center;
}


/* Title Style */

.section-top {
    margin-bottom: 30px;
}

.section-top.justify-content-center .title-area {
    text-align: center
}

.section-top .title-area .title {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--theme-highlight-font);
    color: var(--theme-secondary-color);
    display: table
}

.section-top.justify-content-center .title-area .title,
.section-top.justify-content-center .title-area .sub-title {
    margin: 0 auto
}

.sub-title {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--theme-highlight-font);
    display: table
}


/* Fixed Header */

.fixed-top .top-header {
    display: none !important;
}


/* Top Header Style Start */

.top-newsletter a,
.top-help-center a {
    font-size: 16px;
    color: var(--theme-general-color);
}

.top-header-col {
    color: var(--theme-general-color);
    font-weight: 400;
    font-size: 14px;
}

.top-header-col>*:not(:first-child) {
    padding-left: 15px;
}

.top-header-col>*:not(:last-child) {
    border-right: 1px solid var(--theme-dark-color);
    padding-right: 15px;
}

.top-discount span {
    font-weight: 500;
    color: var(--theme-secondary-color)
}

.top-quantity {
    display: flex;
    color: var(--theme-dark-color);
    font-size: 16px;
}

.top-quantity .icon {
    position: relative;
    width: 25px;
}

.top-quantity i.flat-mini::before {
    font-size: 20px;
}

[class*="header-cart-"] {
    position: relative;
}

[class*="header-wishlist-"] .wishlist .header-wishlist-count,
[class*="header-cart-"] .cart .header-cart-count {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 10px;
    background-color: var(--theme-primary-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    color: var(--theme-white-color);
    line-height: 15px;
}

.header-my-account-2 .top-quantity .text,
.header-my-account-3 .top-quantity .text,
.header-cart-2 .top-quantity .text,
.header-cart-3 .top-quantity .text,
.header-wishlist-2 .top-quantity .text,
.header-wishlist-3 .top-quantity .text,
.header-search-2 .top-quantity .text,
.header-search-3 .top-quantity .text {
    display: none
}

.header-my-account-2 .top-quantity .icon,
.header-wishlist-2 .top-quantity .icon,
.header-cart-2 .top-quantity .icon,
.header-search-2 .top-quantity .icon {
    width: auto;
}

.header-wishlist-2 .wishlist .header-wishlist-count,
.header-cart-2 .cart .header-cart-count {
    top: -10px;
    right: -10px;
}

.header-my-account-3 .top-quantity .icon,
.header-wishlist-3 .top-quantity .icon,
.header-cart-3 .top-quantity .icon,
.header-search-3 .top-quantity .icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-general-color);
    border-radius: 50%;
    text-align: center;
}

.header-my-account-3 .top-quantity:hover .icon,
.header-wishlist-3 .top-quantity:hover .icon,
.header-cart-3 .top-quantity:hover .icon,
.header-search-3 .top-quantity:hover .icon {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.header-my-account-3 .top-quantity .icon i,
.header-wishlist-3 .top-quantity .icon i,
.header-cart-3 .top-quantity .icon i,
.header-search-3 .top-quantity .icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.header-my-account-3 .top-quantity .icon i::before,
.header-wishlist-3 .top-quantity .icon i::before,
.header-cart-3 .top-quantity .icon i::before,
.header-search-3 .top-quantity .icon i::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 15px;
}


/* Cart Popup Style Start */

[class*="header-cart-"].show .cart-popup {
    opacity: 1;
    visibility: visible;
    top: 100%;
    border: 1px solid var(--theme-light-color);
}

.cart-popup {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .2);
    right: 0;
    top: calc(100% + 10px);
    border-radius: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    width: 140px;
}

.cart-popup ul.product_list_widget li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 28px;
}

.cart-popup ul.product_list_widget li.mini_cart_item {
    position: relative;
    padding-right: 20px;
}

.cart-popup .mini_cart_item .remove {
    position: absolute;
    right: 0;
    top: 2px;
    color: var(--theme-dark-color);
    font-size: 13px;
}

.cart-popup .mini_cart_item .mini_cart_item_image {
    float: left;
    margin-right: 20px;
}

.cart-popup .mini_cart_item .attachment-woocommerce_thumbnail {
    width: 100px;
    height: 100px;
}

.cart-popup .mini_cart_item .product-name {
    margin-bottom: 0;
    color: var(--theme-secondary-color);
    font-size: 15px;
}

.cart-popup .mini_cart_item span:last-child a {
    display: inline-flex;
    font-size: 14px;
}

.cart-popup .total-cart {
    display: flex;
    font-size: 20px;
    color: var(--theme-secondary-color);
    font-weight: 500;
    margin: 20px 0;
}

.cart-popup .buttons {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-mini-cart__buttons.buttons a {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 3px 0;
    color: var(--theme-white-color);
    padding: 0 35px;
}

.woocommerce-mini-cart__buttons.buttons a:first-child {
    margin-right: 10px;
    background-color: var(--theme-primary-color);
}

.woocommerce-mini-cart__buttons.buttons a:last-child {
    background-color: var(--theme-secondary-color);
}


/* Main Header */

.navbar-brand {
    width: 130px;
}

.ecommerce-header .navbar-expand-lg .navbar-nav>li.nav-item {
    line-height: 24px;
}

.category-title-wrapper>i {
    position: relative;
    top: 3px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-secondary-color)
}

.header-new-badge {
    position: absolute;
    bottom: 100%;
    line-height: 20px;
    padding: 0 6px;
    background-color: var(--theme-extra-color);
    color: var(--theme-white-color);
    font-size: 13px;
}

.header-new-badge::after {
    position: absolute;
    top: 100%;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid var(--theme-extra-color);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}


/* Breadcrumb Style */

.breadcrumb-item>a {
    display: inline-block;
}

.breadcrumb-item>a:hover {
    color: var(--theme-primary-color)
}

.breadcrumb-2 .breadcrumb-item {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-primary-color);
}


/* Side slide or push nav */

.nav-area-vertical .categories-menu ul.menu {
    height: 100%;
    padding-top: 50px;
}

.push-body,
.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class*="nav-area-"] {
    background: #47a3da;
    position: fixed;
}

.nav-area-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.nav-area-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

#left-nav-area {
    left: -240px;
}

#left-nav-area.open {
    left: 0px;
}

#right-nav-area {
    right: -240px;
}

#right-nav-area.open {
    right: 0px;
}

#top-nav-area {
    top: -150px;
}

#top-nav-area.open {
    top: 0px;
}

#bottom-nav-area {
    bottom: -150px;
}

#bottom-nav-area.open {
    bottom: 0px;
}

.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-body.from-left {
    left: 240px;
}

.push-body.from-right {
    left: -240px;
}

.toggle-btn {
    cursor: pointer;
}

.toggle-btn.disabled {
    background: #aaa;
    pointer-events: none;
}


/* Woocommerce Products Filter */

.woocommerce-products-header__title.page-title {
    margin-bottom: 0;
    margin-right: 10px;
}

.woocommerce-result-count {
    font-size: 15px;
}

.products-header-right {
    display: flex;
    align-items: center;
}

.products-header-right>*:not(:last-child) {
    margin-right: 20px;
}

.products-header-right select:focus,
.products-header-right select {
    border-radius: 50rem;
    border: 1px solid var(--theme-gray-color);
    background-color: var(--theme-white-color);
    height: 40px;
}

.products-header-right .select-appearance-general::after {
    right: 15px;
}

.products-view a {
    color: var(--theme-secondary-color);
}

.products-view a:last-child {
    margin-left: 10px;
}


/* Category Style */

.category-style-1 .product-title,
.category-style-1 .items,
.category-style-2 .product-title,
.category-style-2 .brand,
.category-style-3 .product-cats,
.category-style-3 .brand,
.category-style-4 .product-title,
.category-style-4 .items {
    display: none;
}

.category-style-1,
.category-style-2,
.category-style-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-style-2 {
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 11, 40, .06);
    box-shadow: 20px 0 60px 0 rgba(0, 11, 40, .06);
    background-color: var(--theme-white-color);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.category-style-1 .icon-area {
    width: 100px;
}

.category-style-2 .icon-area {
    width: 60px;
}

.category-style-2 .product-cats {
    margin-top: 10px;
}

.category-style-1 .product-cats a,
.category-style-4 .product-cats a {
    font-family: var(--theme-highlight-font);
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--theme-primary-color);
    display: table;
    margin: 0 auto;
}

.category-style-2 .product-cats a {
    font-family: var(--theme-highlight-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-general-color)
}

.category-style-1 .brand,
.category-style-4 .brand {
    margin-top: 5px;
    font-weight: 300;
}

.category-style-2 .items {
    margin-top: 5px;
}

.category-style-2 .items {
    font-size: 16px;
    color: #9b9b9b
}

.category-style-3 {
    text-align: center
}

.category-style-3 .icon-area {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: var(--theme-light-color);
    margin: 0 auto;
}

.category-style-3 .product-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.category-style-3 .product-title a {
    color: var(--theme-dark-color);
}

.category-style-3 .items {
    font-size: 16px;
    color: var(--theme-general-color)
}

.category-style-4 {
    position: relative;
}

.category-style-4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--theme-secondary-opacity-color);
    opacity: 0;
}

.category-style-4:hover::before {
    opacity: 1;
}

.category-style-4 .content {
    color: var(--theme-white-color);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.category-style-4:hover .content {
    color: var(--theme-white-color);
    -webkit-transform: scaleY(1) translate(-50%, -50%);
    transform: scaleY(1) translate(-50%, -50%);
    opacity: 1;
}

.category-style-4 .brand {
    color: var(--theme-white-color);
    width: max-content;
}


/* Owl Carousel Style */

.product-grid-2 .owl-stage-outer {
    padding-top: 10px;
}

[class*="owl-mx"] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

[class*="owl-mx"] .owl-item>.item {
    margin: 0 15px;
}

.owl-mx-1 {
    margin: 0 -2px;
}

.owl-mx-1 .owl-item>.item {
    margin: 0 2px;
}

.owl-mx-2 {
    margin: 0 -4px;
}

.owl-mx-2 .owl-item>.item {
    margin: 0 4px;
}

.owl-mx-3 {
    margin: 0 -8px;
}

.owl-mx-3 .owl-item>.item {
    margin: 0 8px;
}

.owl-mx-4 {
    margin: 0 -12px;
}

.owl-mx-4 .owl-item>.item {
    margin: 0 12px;
}

.owl-mx-4 .owl-nav-4.owl-carousel .owl-nav,
.owl-mx-4 .owl-nav-5.owl-carousel .owl-nav {
    right: 12px;
}

.owl-mx-5 {
    margin: 0 -24px;
}

.owl-mx-5 .owl-item>.item {
    margin: 0 24px;
}

.owl-mx-5 .owl-nav-4.owl-carousel .owl-nav,
.owl-mx-5 .owl-nav-5.owl-carousel .owl-nav {
    right: 24px;
}

[class*="owl-nav-"] .nav-btn .icon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

[class*="owl-nav-"] .nav-btn .prev-icon::before {
    content: "\f053";
}

[class*="owl-nav-"] .nav-btn .next-icon::before {
    content: "\f054";
}

[class*="owl-nav-"] .nav-btn .prev-text::after {
    content: "Previous";
}

[class*="owl-nav-"] .nav-btn .next-text::after {
    content: "Next";
}

.owl-nav-1.owl-carousel .owl-nav button,
.owl-nav-2.owl-carousel .owl-nav button,
.owl-nav-3.owl-carousel .owl-nav button,
.owl-nav-6.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav-1.owl-carousel .owl-nav .nav-btn .icon,
.owl-nav-2.owl-carousel .owl-nav .nav-btn .icon,
.owl-nav-3.owl-carousel .owl-nav .nav-btn .icon,
.owl-nav-4.owl-carousel .owl-nav .nav-btn .icon,
.owl-nav-5.owl-carousel .owl-nav .nav-btn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 37px;
    border: 2px solid var(--theme-dark-color);
    background-color: var(--theme-white-color);
}

.owl-nav-1.owl-carousel .owl-nav .nav-btn:hover .icon,
.owl-nav-2.owl-carousel .owl-nav .nav-btn:hover .icon,
.owl-nav-3.owl-carousel .owl-nav .nav-btn:hover .icon {
    border: 2px solid var(--theme-dark-color);
}

.owl-nav-1.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-nav-1.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-nav-1.owl-carousel .owl-nav .nav-btn .text,
.owl-nav-2.owl-carousel .owl-nav .nav-btn .text,
.owl-nav-3.owl-carousel .owl-nav .nav-btn .text,
.owl-nav-5.owl-carousel .owl-nav .nav-btn .text,
.owl-nav-6.owl-carousel .owl-nav .nav-btn .text {
    display: none;
}

.owl-nav-2.owl-carousel .owl-nav button {
    opacity: 0;
    visibility: hidden;
}

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

.owl-nav-2.owl-carousel .owl-nav button.owl-prev,
.owl-nav-3.owl-carousel .owl-nav .owl-prev,
.owl-nav-6.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}

.owl-nav-2.owl-carousel .owl-nav button.owl-next,
.owl-nav-3.owl-carousel .owl-nav .owl-next,
.owl-nav-6.owl-carousel .owl-nav .owl-next {
    right: -100px;
}

.owl-nav-2.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0;
}

.owl-nav-2.owl-carousel:hover .owl-nav button.owl-next {
    right: 0;
}

.owl-nav-3.owl-carousel .owl-nav .nav-btn .icon {
    background-color: #d0e3ff;
    color: var(--theme-primary-color);
    border-color: #d0e3ff;
}

.owl-nav-3.owl-carousel .owl-nav .nav-btn:hover .icon {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    border-color: var(--theme-primary-color);
}

.owl-nav-4.owl-carousel .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    display: flex;
}

.owl-nav-4.owl-carousel .owl-nav button:first-child {
    margin-right: 20px;
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn {
    display: flex;
    align-items: center;
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn span {
    color: var(--theme-dark-color);
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn:hover span {
    color: var(--theme-primary-color);
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn span:first-child {
    margin-right: 4px;
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn .text {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn .icon {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 15px;
    border: 1px solid var(--theme-dark-color);
    background-color: var(--theme-white-color);
    font-size: 10px;
}

.owl-nav-4.owl-carousel .owl-nav .nav-btn:hover .icon {
    border-color: var(--theme-primary-color);
}

.owl-nav-5.owl-carousel .owl-nav .nav-btn .icon {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.owl-nav-5.owl-carousel .owl-nav .nav-btn:hover .icon {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-white-color);
    background-color: var(--theme-primary-color);
}

.owl-nav-5.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-nav-5.owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.owl-dot-2.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d0e3ff;
    margin: 0 3px;
}

.owl-dot-2.owl-carousel button.owl-dot.active {
    width: 10px;
    background-color: var(--theme-primary-color);
}

.category-carousel-1 {
    background-color: var(--theme-white-color);
    -webkit-box-shadow: 5px 0 30px 0 rgba(70, 70, 84, .15);
    box-shadow: 5px 0 30px 0 rgba(70, 70, 84, .15);
    padding: 30px 40px;
    border-radius: 8px;
}


/* Accordion Style Start */

.ac-card {
    background-color: var(--theme-light-color);
    padding: 15px 20px;
    margin-bottom: 15px;
}

.ac-collapse {
    margin-top: 20px;
}

.bb-accordion .ac-toggle i {
    background-color: var(--theme-secondary-color);
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50rem;
    font-size: 12px;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
    color: var(--theme-white-color);
    float: left
}

[class*="accordion-plus-"] .ac-toggle {
    position: relative;
}

.accordion-plus-right .ac-toggle {
    padding-right: 30px;
    line-height: 30px;
    display: block;
}

.accordion-plus-left .ac-toggle {
    padding-left: 30px;
}

[class*="accordion-plus-"] .ac-toggle::before,
[class*="accordion-plus-"] .ac-toggle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0;
    background-color: var(--theme-dark-color);
    top: 50%;
    transform: translateY(-50%)
}

.accordion-plus-left .ac-toggle.active::before {
    content: "";
}

.accordion-plus-left .ac-toggle::before,
.accordion-plus-left .ac-toggle::after {
    left: 0
}

[class*="accordion-plus-"] .ac-toggle:not(.active):after {
    transform: rotate(90deg);
}


/* woocommerce Tab */

.woocommerce-tabs .tab-content {
    border: none;
    padding: 0;
}

.wc-tabs li a {
    font-weight: 400;
    font-size: 15px;
}

.detail-desc-decorate-content li {
    font-size: 15px;
}

.detail-desc-decorate-content li+li {
    margin-top: 20px;
}

.woocommerce-product-attributes tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.woocommerce-product-attributes tr p {
    margin-bottom: 0;
}

.woocommerce-product-attributes tr td {
    margin-left: 20px;
}


/* Button Set Style */

a.add_to_cart_button,
a.add_to_cart_button:hover {
    top: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    line-height: inherit;
}

.quickview-button a.quickview-btn::before {
    content: "\f12f";
}

.wishlist-button a.add_to_wishlist::before {
    content: "\f111";
}

.product-grid-1 .product-wrapper:hover .e-buttons-set>.wishlist-button a::before {
    content: "\f112";
    color: var(--theme-primary-color)
}

.compare-button a.compare::before {
    content: "\f181";
}

.cart-button a.add_to_cart_button::before {
    content: "\f10c";
}

.size-guide-button a::before {
    content: "\f101";
}

[class*="button-set-"]>[class*="-button"]:not(:last-child) {
    margin-right: 5px;
}

.e-buttons-set>[class*="-button"] a {
    text-indent: -9999999px;
    position: relative;
    color: var(--theme-general-color)
}

.e-buttons-set>[class*="-button"] a:hover {
    color: var(--theme-primary-color)
}

.e-buttons-set>[class*="-button"] a::before {
    text-indent: 0px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    font-family: Flaticon;
}


/* Star Rating Style */

.shipping-feed-back {
    display: flex;
}

.shipping-feed-back .star-rating {
    display: flex;
    align-items: center;
    font-family: var(--theme-extra-font);
}

.shipping-feed-back .star-rating a {
    font-size: 16px;
    font-weight: 700;
}

.shipping-feed-back .star-rating a,
.shipping-feed-back .star-rating a:hover {
    color: var(--theme-dark-color);
}

.star-rating .rating-wrap a i {
    color: var(--theme-warning-color);
}

.star-rating .rating-wrap a i::before {
    font-size: 15px;
    margin-right: 2px;
}

.shipping-feed-back .rating-counts-wrap {
    display: none;
}

.all-star {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: var(--theme-warning-color);
}

.all-star a {
    color: var(--theme-warning-color);
}


/* Product Color Variabions */

.product-variations {
    display: flex;
}

.product-variations span:not(:last-child) {
    margin-right: 5px;
}

.product-variations span a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


/* Product Price Style */

.product-price .price {
    font-family: var(--theme-general-font);
    font-weight: 500;
    font-size: 18px;
}

.product-price .price del {
    color: var(--theme-primary-color);
    margin-right: 5px;
}

.product-price .price ins {
    color: var(--theme-general-color);
    text-decoration: none;
}


/* Product Info */

.product-info {
    display: flex;
    flex-direction: column;
}

.e-info-center .product-wrapper .product-info {
    text-align: center;
    padding: 20px;
}

.e-info-center .product-wrapper .shipping-feed-back {
    justify-content: center;
}


/* Product Style */

.e-bg-primary .product-wrapper,
.e-image-bg-primary .product-wrapper .product-image {
    background-color: var(--theme-primary-color);
}

.e-bg-secondary .product-wrapper,
.e-image-bg-secondary .product-wrapper .product-image {
    background-color: var(--theme-secondary-color);
}

.e-bg-white .product-wrapper,
.e-image-bg-white .product-wrapper .product-image {
    background-color: var(--theme-white-color);
}

.e-bg-light .product-wrapper,
.e-image-bg-light .product-wrapper .product-image {
    background-color: var(--theme-light-color);
}

.product-wrapper,
.product-image,
.product-info {
    position: relative;
    padding-top: 1px;
}

.product-price {
    display: flex;
    align-items: center;
}

.e-info-center .product-price {
    justify-content: center;
}

.product-wrapper .product-image .sale-and-badge .on-sale {
    background-color: #f83333;
    color: var(--theme-white-color);
    padding: 5px;
    font-size: 18px;
    font-weight: 500;
}

.product-wrapper .product-title {
    font-family: var(--theme-highlight-font);
    font-weight: 400;
    font-size: 16px;
}

.product-wrapper .product-title a {
    color: var(--theme-secondary-color)
}

.product-grid-1 .product-wrapper .product-image .e-buttons-set>.quickview-button,
.product-grid-1 .product-wrapper .product-image .e-buttons-set>.compare-button,
.product-grid-1 .product-wrapper .product-image .sale-and-badge .product-labels,
.product-grid-1 .product-wrapper .product-image .sale-and-badge .on-sale span:last-child,
.product-grid-1 .product-wrapper .product-image .shipping-feed-back,
.product-grid-1 .product-wrapper .product-image .product-variations,
.product-grid-1 .product-wrapper .product-image .offer-end,
.product-grid-1 .product-wrapper .product-info .product-price .on-sale,
.product-grid-4 .product-wrapper .product-image>div,
.product-grid-4 .product-wrapper .product-info .product-price .on-sale,
.product-grid-4 .product-wrapper .product-info .shipping-feed-back {
    display: none
}

.product-grid-1 .product-wrapper .product-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -0.5px 4px 0px #fac84bfd;
}

.product-grid-1 .product-wrapper .product-image .e-buttons-set>.wishlist-button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-grid-1 .product-wrapper .product-image .e-buttons-set>.wishlist-button a {
    width: 20px;
    height: 20px;
}

.product-grid-1 .product-wrapper .e-buttons-set>.wishlist-button a::before {
    font-size: 25px;
}

.product-grid-1 .product-wrapper .e-buttons-set>.cart-button {
    position: absolute;
    bottom: calc(0% - 60px);
    left: 0;
    width: 100%;
    z-index: 99999;
}

.product-grid-1 .product-wrapper:hover .e-buttons-set>.cart-button {
    bottom: 0;
}

.product-grid-1 .product-wrapper .e-buttons-set>.cart-button a.add_to_cart_button {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    font-size: 16px;
    text-transform: inherit;
    line-height: 50px;
    text-indent: 0;
    padding: 0;
}

.product-grid-1 .product-wrapper .e-buttons-set>.cart-button a.add_to_cart_button::before {
    position: absolute;
    bottom: calc(0% - 40px);
    left: 0;
    width: 100%;
    z-index: 99999;
    position: inherit;
    margin-right: 10px;
}

.product-grid-1 .product-wrapper .product-image .sale-and-badge {
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid-1 .product-wrapper .product-info .product-title {
    margin: 5px 0;
}

.product-grid-2 .product-wrapper .product-image .e-buttons-set>.quickview-button,
.product-grid-2 .product-wrapper .product-image .e-buttons-set>.compare-button,
.product-grid-2 .product-wrapper .product-image .sale-and-badge .on-sale span:last-child,
.product-grid-2 .product-wrapper .product-info .product-price .on-sale,
.product-grid-2 .product-wrapper .product-info .shipping-feed-back,
.product-grid-2 .product-wrapper .product-info [class*="button-set-"] {
    display: none;
}

.product-grid-2 .product-wrapper .product-image .e-buttons-set {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.product-grid-2 .product-wrapper .product-image .e-buttons-set>[class*="-button"]:not(:last-child),
.product-grid-5 .product-wrapper .product-image .e-buttons-set>[class*="-button"]:not(:last-child) {
    margin-right: 5px;
}

.product-grid-2 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a,
.product-grid-5 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a,
.product-list-1 .product-wrapper .product-info .e-buttons-set>[class*="-button"] a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--theme-white-color);
    color: var(--theme-general-color);
    border-radius: 50%;
}

.product-grid-2 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a::before,
.product-grid-5 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a::before,
.product-list-1 .product-wrapper .product-info .e-buttons-set>[class*="-button"] a::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-grid-2 .product-wrapper .product-image .sale-and-badge {
    position: absolute;
    top: -8px;
    right: 0;
}

.product-grid-2 .product-wrapper .product-image .sale-and-badge .product-labels {
    margin-bottom: 3px;
}

.product-grid-2 .product-wrapper .product-image .sale-and-badge .product-labels .badge-1 {
    background-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
    text-align: center;
    padding: 0 10px;
    line-height: 25px;
}

.product-grid-2 .product-wrapper .product-image .shipping-feed-back {
    position: absolute;
    top: 10px;
    left: 15px;
}

.product-grid-2 .product-wrapper .product-image .shipping-feed-back .star-rating a {
    font-size: 14px;
    font-weight: 400;
}

.product-grid-2 .product-wrapper .product-image .sale-and-badge .on-sale {
    background-color: var(--theme-primary-color);
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.product-grid-2 .product-wrapper .product-image .product-variations {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.product-grid-2 .time-count-1 ul li:not(:last-child) {
    margin-right: 15px;
}

.product-grid-2 .product-wrapper .product-info {
    padding: 15px 0
}

.product-grid-2 .product-wrapper .product-title {
    margin: 5px 0;
    font-weight: 500;
}

.product-grid-2 .product-wrapper .product-title a {
    color: var(--theme-dark-color)
}

.product-grid-2 .product-wrapper .product-price .price {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

.product-grid-2 .product-wrapper .product-image .offer-end {
    position: absolute;
    top: 70%;
    left: 15px;
    transform: translateY(-50%);
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.product-grid-2 .product-wrapper .product-image .offer-end>span {
    color: var(--theme-dark-color);
    font-weight: 500;
    font-size: 16px;
}

.product-grid-3 .product-wrapper .product-image .e-buttons-set>.quickview-button,
.product-grid-3 .product-wrapper .product-image .sale-and-badge,
.product-grid-3 .product-wrapper .product-image .shipping-feed-back,
.product-grid-3 .product-wrapper .product-image .product-variations,
.product-grid-3 .product-wrapper .product-image .e-buttons-set>.compare-button,
.product-grid-3 .product-wrapper .product-info .product-price .on-sale span:not(:first-child) {
    display: none;
}

.product-grid-3 .product-wrapper .product-image .e-buttons-set {
    display: flex;
    position: absolute;
    top: 15px;
    left: 15px;
}

.product-grid-3 .product-wrapper .product-image .e-buttons-set>[class*="-button"]:not(:last-child) {
    margin-right: 5px;
}

.product-grid-3 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--theme-white-color);
    color: var(--theme-general-color);
    border-radius: 50%;
}

.product-grid-3 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-grid-3 .offer-end {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 20px;
    text-align: center;
}

.product-grid-3 .offer-end::before,
.product-grid-3 .offer-end::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    border: 1px solid var(--theme-primary-color);
}

.product-grid-3 .offer-end::before {
    border-right: 0;
    border-radius: 5px 0 0 5px;
    left: 0;
}

.product-grid-3 .offer-end::after {
    border-left: 0;
    border-radius: 0 5px 5px 0;
    right: 0;
}

.product-grid-3 .offer-end>span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-family: var(--theme-highlight-font);
    top: -13px;
    color: var(--theme-secondary-color);
}

.product-grid-3 .offer-end .time-count-2 ul li:not(:last-child) {
    margin-right: 30px;
}

.product-grid-3 .offer-end .time-count-2 ul li span {
    display: block;
    font-family: var(--theme-highlight-font);
    color: var(--theme-secondary-color);
}

.product-grid-3 .offer-end .time-count-2 ul li span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.product-grid-3 .offer-end .time-count-2 ul li span:last-child {
    font-size: 16px;
}

.product-grid-3 .product-wrapper .product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.product-grid-3 .product-wrapper .product-info .shipping-feed-back .star-rating a {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-general-color);
}

.product-grid-3 .product-wrapper .product-info .product-title {
    margin: 10px 0;
}

.product-grid-3 .product-wrapper .product-info .product-title a {
    color: var(--theme-general-color)
}

.product-grid-3 .product-wrapper .product-info .product-price .price {
    font-size: 16px;
    margin-right: 10px;
}

.product-grid-3 .product-wrapper .product-info .product-price .price del {
    color: var(--theme-dark-color);
}

.product-grid-3 .product-wrapper .product-info .product-price .price ins {
    color: var(--theme-primary-color);
}

.product-grid-4 .product-wrapper .product-info .product-price .price ins {
    color: var(--theme-dark-color);
}

.product-grid-5 .product-wrapper .product-image .e-buttons-set>.quickview-button,
.product-grid-5 .product-wrapper .product-image .e-buttons-set>.compare-button,
.product-grid-5 .product-wrapper .product-image>div:not(.e-buttons-set),
.product-grid-5 .product-wrapper .product-info .shipping-feed-back,
.product-grid-5 .product-wrapper .product-info .all-star,
.product-grid-5 .product-wrapper .product-info .product-price .on-sale {
    display: none;
}

.product-grid-5 .product-wrapper .product-image .e-buttons-set {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.product-grid-5 .product-wrapper .product-image .e-buttons-set>[class*="-button"] a {
    border: 1px solid var(--theme-general-color);
}

.product-grid-5 .product-wrapper .product-info .product-price .price ins {
    color: var(--theme-primary-color)
}

.product-grid-6 .product-wrapper .product-image>div:not(.sale-and-badge),
.product-grid-6 .product-wrapper .product-image .on-sale span:last-child {
    display: none;
}

.product-grid-6 .product-wrapper .product-image .on-sale {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: var(--theme-primary-color);
    font-size: 16px;
}

.product-grid-6 .product-wrapper .product-image .product-labels {
    position: absolute;
    top: 0;
    right: 0
}

.product-grid-6 .product-wrapper .product-info .product-price .on-sale,
.product-grid-6 .product-wrapper .shipping-feed-back,
.product-grid-6 .product-wrapper .product-info .e-buttons-set [class*="-button"]:not(.cart-button) {
    display: none;
}

.product-grid-6 .product-wrapper .product-image .product-labels .badge-1 {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    padding: 0 10px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
}

.product-grid-6 .product-wrapper .product-info .all-star {
    order: 1;
    margin: 0 0 10px 0;
}

.product-grid-6 .product-wrapper .product-info .product-title {
    order: 2;
}

.product-grid-6 .product-wrapper .product-info .product-price {
    order: 3;
}

.product-grid-6 .product-wrapper .product-info .e-buttons-set {
    order: 4;
}

.product-grid-6 .product-wrapper .product-info .product-price .price ins {
    color: var(--theme-primary-color);
}

.product-grid-6 .product-wrapper .product-info .e-buttons-set .cart-button {
    margin-top: 15px;
}

.product-grid-6 .product-wrapper .product-info .e-buttons-set .cart-button a {
    text-indent: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--theme-secondary-color);
}

.product-grid-6 .product-wrapper .product-info .e-buttons-set .cart-button a::before {
    position: inherit;
    margin-right: 5px;
    top: 2px;
}


/* Product List Style */

.product-list-1 .product-wrapper .product-info .e-buttons-set>.quickview-button,
.product-list-1 .product-wrapper .product-info .e-buttons-set>.compare-button {
    display: none;
}

.product-list-1 .product-wrapper {
    display: flex;
}

.product-list-1 .product-wrapper .product-image {
    width: 100px;
    flex-grow: 0
}

.product-list-1 .product-wrapper .product-image>div:not(.woocommerce-LoopProduct-link) {
    display: none;
}

.product-list-1 .product-wrapper .product-info {
    flex-grow: 1;
    padding: 10px 20px;
}

.product-list-1 .product-wrapper .product-info .product-title {
    font-weight: 500;
}

.product-list-1 .product-wrapper .product-info .price {
    font-weight: 400;
    font-size: 14px;
}

.product-list-1 .product-wrapper .product-info .rating-wrap a {
    color: var(--theme-dark-color)
}

.product-list-1 .product-wrapper .product-info .e-buttons-set {
    display: flex;
}

.product-list-1 .product-wrapper .product-info .e-buttons-set>[class*="-button"]:not(:last-child) {
    margin-right: 5px;
}

.product-list-1 .product-wrapper .product-info .e-buttons-set>[class*="-button"] a {
    border: 1px solid var(--theme-general-color);
}


/* Portfolio Section Style Start */

.portfolio-1 {
    background-color: var(--theme-light-color);
    position: relative;
    text-align: center;
}

.portfolio-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--theme-secondary-opacity-color);
    opacity: 0;
}

.portfolio-1:hover::before {
    opacity: 1;
}

.portfolio-1 .content {
    color: var(--theme-white-color);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.portfolio-1 .content i {
    font-size: 35px;
}

.portfolio-1:hover .content {
    color: var(--theme-white-color);
    -webkit-transform: scaleY(1) translate(-50%, -50%);
    transform: scaleY(1) translate(-50%, -50%);
    opacity: 1;
}

.portfolio-1 .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.portfolio-1 .title a {
    color: var(--theme-white-color)
}

.portfolio-1 .content span {
    font-size: 13px;
    font-weight: 300;
}


/* Parrner Slider Style */

.partner-slider .item a {
    width: 200px;
    margin: 0 auto;
}


/* Blog Style Start */

[class*="grid-thumb-"] {
    border-radius: 5px;
    overflow: hidden;
}

[class*="grid-thumb-"] .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

[class*="grid-thumb-"] .image-area {
    background-color: var(--theme-light-color);
}

[class*="grid-thumb-"].content-center .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

[class*="grid-thumb-"].content-center .content>* {
    justify-content: center;
}

[class*="image-radius-"] .image-area {
    overflow: hidden;
}

.image-radius-1 .image-area {
    border-radius: 20px;
}

.image-radius-2 .image-area {
    border-radius: 50%;
}

.grid-thumb-1 .blog-meta {
    display: none;
}

.grid-thumb-1 {
    display: flex;
    border: 1px solid var(--theme-gray-color);
}

.grid-thumb-1 .image-area {
    width: 45%;
}

.grid-thumb-1 .content {
    width: 55%;
}

.grid-thumb-1 .content .title {
    font-size: 24px;
    font-weight: 700;
}

.grid-thumb-1 .content .title a {
    color: var(--theme-dark-color);
}

.grid-thumb-1 .content .date-1 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.grid-thumb-1 .content .date-1 span:first-child {
    color: var(--theme-primary-color);
    text-transform: uppercase;
    margin-right: 5px;
}

.grid-thumb-1 .content .date-1 span:last-child {
    text-transform: uppercase;
    color: var(--theme-dark-color);
}

.grid-thumb-1 .content .footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    align-items: center;
}

.grid-thumb-1 .content .footer a {
    color: var(--theme-dark-color);
}

.grid-thumb-1 .content .footer .commen-2 {
    font-size: 14px;
    color: var(--theme-dark-color);
}

.grid-thumb-1 .content .footer .comment-2 i {
    margin-right: 5px;
}

.grid-thumb-2 .blog-text,
.grid-thumb-2 .date-1,
.grid-thumb-2 .footer {
    display: none;
}

.grid-thumb-2 .content {
    text-align: center;
}

.grid-thumb-2 .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
}

.grid-thumb-2 .blog-meta a {
    color: var(--theme-general-color)
}

.grid-thumb-2 .blog-meta a i {
    color: var(--theme-primary-color)
}


/* Service Section Style Start */

.service-container {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 0 12px;
    left: 0;
}

.service-1 {
    text-align: center;
    height: 100%;
}

.service-1 .title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.service-1 p {
    font-size: 16px;
}

.service-2 {
    display: flex;
}

.service-2 .icon-area {
    margin-right: 10px;
    width: 50px
}

.service-2 .title {
    font-size: 20px;
    font-family: var(--theme-general-font);
    font-weight: 700;
}


/* Tab Style */

.nav-pills:not(.flex-column) .nav-item:not(:last-child) {
    margin-right: 20px;
}

.nav-pills.flex-column .nav-item:not(:last-child) {
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--theme-secondary-color);
    position: relative;
    display: table;
}

.section-top.justify-content-center .nav-pills {
    justify-content: center;
}

.nav-pills ul li .nav-link {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    padding: 0;
    position: relative;
}

.nav-pills ul li:not(:last-child) {
    margin-right: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    color: var(--theme-primary-color);
    background-color: transparent;
}

.tab-style-1 ul li .nav-link.active::before,
.tab-style-3 ul li .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-primary-color);
    content: "";
}

.tab-style-1 ul li .nav-link.active::before {
    top: 100%;
}

.tab-style-1 ul li .nav-link.active::after,
.tab-style-3 ul li .nav-link.active::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
}

.tab-style-1 ul li .nav-link.active::after {
    top: 100%;
    border-top: 5px solid var(--theme-primary-color);
}

.tab-style-2 ul li .nav-link {
    font-family: var(--theme-highlight-font);
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-dark-color);
}

.tab-style-3 ul li .nav-link {
    padding-bottom: 5px;
}

.tab-style-3 ul li .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-primary-color);
    content: "";
}

.tab-style-3 ul li .nav-link.active::after {
    top: calc(100% - 5px);
    border-bottom: 5px solid var(--theme-primary-color);
}


/* Category sidebar Menu */

.sidebar-mb-5>div:not(:last-child) {
    margin-bottom: 50px;
}

.categories-menu ul.menu {
    padding: 30px 0;
    position: relative;
    background-color: var(--theme-white-color);
    -webkit-box-shadow: 20px 0 60px 0 rgba(0, 11, 40, .06);
    box-shadow: 20px 0 60px 0 rgba(0, 11, 40, .06);
}

.categories-menu ul.menu>li>a {
    padding: 0 20px;
}

.menu-and-category ul.navbar-nav>li,
.categories-menu>ul.menu>li {
    padding: 8px 0;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
}

.navbar-slide-push .navbar-nav .nav-item .nav-link,
.categories-menu ul.menu li a {
    font-family: var(--theme-general-font);
    color: var(--theme-general-color);
    font-size: 15px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
}

.categories-menu .menu-item-has-children:hover a:hover,
.categories-menu .menu-item-has-children:hover>a::after {
    color: var(--theme-primary-color)
}

.categories-menu .menu-item-has-children>a::after {
    position: absolute;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--theme-general-color);
}

.categories-menu ul.menu li a img {
    width: 30px;
    margin-right: 10px;
}

.categories-menu .menu-item-has-children .unicode-megamenu-wrapper {
    position: absolute;
    left: 110%;
    top: 0;
    background-color: var(--theme-dark-color);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    min-width: 750px;
    padding: 30px;
}

.categories-menu .menu-item-has-children:hover>.unicode-megamenu-wrapper {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.unicode-megamenu-wrapper .menu-item {
    width: max-content;
}


/* Single Shop elevateZoom Style Start */

.woocommerce-product-gallery {
    max-width: 100%;
    padding: 0;
}

.woocommerce-product-gallery__wrapper {
    background-color: transparent;
}

.product-slide-thumb {
    margin-top: 30px;
}

.single-product-wrapper .summary-inner .product-price .price {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.single-product-wrapper .summary-inner .product-price .price ins {
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-dark-color);
    margin-right: 20px;
}

.single-product-wrapper .summary-inner .product-price .price del {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-general-color);
    order: 2;
}

.single-product-wrapper .summary-inner .overall-discount {
    font-size: 10px;
    margin-top: 10px;
    color: var(--theme-extra2-color);
}

.single-product-wrapper .summary-inner .offer-end {
    margin-top: 20px;
}

.single-product-wrapper .summary-inner .offer-end>span {
    font-size: 16px;
    color: var(--theme-dark-color);
    margin-bottom: 5px;
    display: block;
}

.single-product-wrapper .summary-inner .time-count-1 {
    font-weight: 700;
    color: var(--theme-primary-color);
}

.single-product-wrapper .summary-inner .fancy-star-rating,
.single-product-wrapper .summary-inner .fancy-star-rating .fancy-rating {
    display: flex;
    align-items: center;
}

.single-product-wrapper .summary-inner .fancy-star-rating .fancy-rating>span {
    order: 2;
    margin-left: 10px;
    color: var(--theme-dark-color);
}

.single-product-wrapper .summary-inner .fancy-star-rating {
    margin-top: 15px;
}

.single-product-wrapper .summary-inner .fancy-star-rating .stars {
    font-size: 11px;
    color: var(--theme-warning-color);
}

.single-product-wrapper .summary-inner .rating-counts-wrap {
    display: none;
    margin-left: 10px;
}

.summary.entry-summary {
    max-width: 100% !important;
}

.entry-summary form div {
    margin-bottom: 0 !important;
}

.unicode-swatches {
    display: flex;
    align-items: center
}

.unicode-swatches .swatch.swatch-color:not(:last-child) {
    margin-right: 10px;
}

.unicode-swatches .swatch.swatch-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bdbdbd;
    padding: 2px;
}

.unicode-swatches .swatch.swatch-color span {
    text-indent: -99999px;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid var(--theme-white-color);
    border-radius: 50%;
}

.variations_form .variations {
    margin-top: 20px;
}

.variations_form .variations .label label {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-dark-color);
    margin-right: 10px;
}

.woocommerce-product-details__short-description {
    margin-top: 40px;
}

.woocommerce-product-details__short-description>span {
    font-size: 16px;
    color: var(--theme-dark-color);
    margin-bottom: 10px;
    display: block;
}

.woocommerce-product-details__short-description .short-description ul {
    display: inline-block;
}

.woocommerce-product-details__short-description .short-description li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-secondary-color);
}

.buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buttons button {
    background-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
    padding: 0 30px;
    line-height: 40px;
    margin: 5px
}

.buttons>[class*="unicode-"]:not(:last-child) {
    margin-right: 30px;
}

[class*="more-p"] p:last-child {
    margin-bottom: 0;
}

.more-para-mb-3 p:not(:last-child) {
    margin-bottom: 30px;
}

.single-product-wrapper .summary-inner p {
    font-size: 16px;
    color: var(--theme-secondary-color)
}


/* Banner Style Start */

.banner-1 {
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-size: 35%
}

.banner-1::after {
    content: url(../images/background/2.png);
    position: absolute;
    top: 20%;
    right: 12%;
}

.banner-2 {
    background-repeat: no-repeat;
    background-position: 20% 100%;
    background-size: 35%;
}

.banner-3,
.banner-4 {
    background-repeat: no-repeat;
    background-position: 80% 100%;
    background-size: 30%;
}

.banner-5 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45%;
}

.custom-class-1,
.custom-class-2 {
    text-align: center;
    margin-left: auto;
}

.custom-class-1 {
    width: 370px;
    padding: 50px 0;
}

.custom-class-1 .sup-sale,
.custom-class-3 .sup-sale {
    position: relative;
    display: table;
    margin: 0 auto;
}

.custom-class-1 .sup-sale>span,
.custom-class-3 .sup-sale>span {
    position: absolute;
    background: url(../images/shape/1.png) no-repeat;
    top: -20px;
    right: -45px;
    width: 55px;
    height: 40px;
    color: var(--theme-white-color);
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-class-1 .title,
.custom-class-3 .title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
}

.custom-class-1 .title small {
    font-weight: 300;
    font-size: 18px;
    display: block;
    letter-spacing: 10px;
    margin-left: 17px;
}

.custom-class-1 p,
.custom-class-3 p {
    font-size: 15px;
}

.custom-class-1 .on-sale,
.custom-class-3 .on-sale {
    font-size: 48px;
    font-weight: 700;
    color: var(--theme-primary-color);
    border: 1px dashed var(--theme-secondary-color);
    display: table;
    margin: 0 auto;
    padding: 0 40px;
    border-radius: 10px;
}

.custom-class-1 .btn-link,
.custom-class-3 .btn-link,
.custom-class-5 .btn-link {
    display: table;
    margin: 20px auto 0;
}

.custom-class-2,
.custom-class-4 {
    text-align: center;
    width: 380px;
    padding: 50px 0;
}

.custom-class-2 .title,
.custom-class-4 .title {
    font-weight: 700;
    font-size: 60px;
}

.custom-class-2 .on-sale,
.custom-class-4 .on-sale {
    position: relative;
    display: table;
    margin: 0 auto;
}

.custom-class-2 .on-sale .percent,
.custom-class-4 .on-sale .percent {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: var(--theme-primary-color);
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-class-2 .on-sale .percent sup,
.custom-class-4 .on-sale .percent sup {
    font-size: 40px;
    top: -20px;
    left: -15px;
}

.custom-class-2 .on-sale .text,
.custom-class-4 .on-sale .text {
    position: absolute;
    top: 30px;
    font-size: 30px;
    font-weight: 300;
    color: var(--theme-dark-color);
    right: -70px;
}

.custom-class-2 .btn-link,
.custom-class-4 .btn-link {
    margin: 0 auto;
    display: table;
    padding: 0 25px;
    border: 1px solid var(--theme-dark-color);
    line-height: 40px;
    color: var(--theme-dark-color);
    text-decoration: none !important;
}

.custom-class-3 {
    text-align: center;
    width: 430px;
    padding: 100px 0 50px 0;
}

.custom-class-3 .sup-sale>span {
    top: -30px;
    right: -50px;
}

.custom-class-5 {
    text-align: center;
    padding: 100px 0;
}

.custom-class-5 .title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase
}

.custom-class-5 p {
    font-family: var(--theme-general-font);
    font-size: 16px;
}

.custom-class-6 {
    position: relative;
    text-align: center;
}

.custom-class-6 .banner-content {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px 24px;
    border-radius: 20px;
    width: max-content;
}

.custom-class-6 .banner-content .tag-line {
    font-size: 16px;
    color: var(--theme-primary-color);
    letter-spacing: 4px;
}

.custom-class-6 .banner-content .title {
    font-size: 48px;
    font-weight: 700;
    color: var(--theme-primary-color);
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

.custom-class-6 .banner-content .btn-link {
    margin-top: 15px;
}

.custom-class-7,
.custom-class-8,
.custom-class-9,
.custom-class-10,
.custom-class-11,
.custom-class-12,
.custom-class-13 {
    position: relative;
}

.custom-class-7 .banner-content,
.custom-class-8 .banner-content,
.custom-class-9 .banner-content,
.custom-class-10 .banner-content,
.custom-class-11 .banner-content,
.custom-class-12 .banner-content,
.custom-class-13 .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.custom-class-7 .title,
.custom-class-8 .title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
}

.custom-class-7 .banner-content a.btn,
.custom-class-7 .banner-content a.btn-link,
.custom-class-8 .banner-content a.btn,
.custom-class-8 .banner-content a.btn-link,
.custom-class-9 .banner-content a.btn,
.custom-class-9 .banner-content a.btn-link,
.custom-class-12 .banner-content a.btn-link {
    width: max-content;
}

.custom-class-7 .banner-content a.btn-link,
.custom-class-8 .banner-content a.btn-link,
.custom-class-9 .banner-content a.btn-link {
    margin-top: auto;
    text-decoration: none !important;
}

.custom-class-7 .banner-content a.btn-link,
.custom-class-9 .banner-content a.btn-link {
    color: var(--theme-secondary-color);
}

.custom-class-8 .banner-content {
    align-items: flex-end;
    text-align: right;
}

.custom-class-8 .banner-content a.btn-link {
    color: var(--theme-primary-color);
}

.custom-class-9 .title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
}

.custom-class-10 .title {
    font-size: 30px;
    margin-top: auto;
}

.custom-class-10 .title a,
.custom-class-11 .title a {
    color: var(--theme-primary-color);
}

.custom-class-11 .title {
    font-size: 30px;
    width: 65%;
}

.custom-class-12 .banner-content.y-center {
    top: 50%;
    justify-content: center;
    width: 300px;
}

.custom-class-12 .btn-link,
.custom-class-12 a.product-type {
    font-size: 16px;
    font-weight: 500;
}

.custom-class-12 .title {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.custom-class-12 .btn-link {
    text-decoration: none !important;
}

.custom-class-13 .product-cats {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--theme-highlight-font);
}

.custom-class-13 .sale-off {
    text-align: center;
    position: absolute;
    bottom: 10%;
}

.custom-class-13 .sale-off span:not(.percent) {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--theme-highlight-font);
    display: block;
    color: var(--theme-secondary-color);
}

.custom-class-13 .sale-off span.percent {
    font-size: 50px;
    font-weight: 400;
    font-family: var(--theme-highlight-font);
    line-height: 60px;
}

.custom-class-11 .time-count-2 ul {
    display: flex;
    flex-wrap: wrap;
}

.custom-class-11 .time-count-2 ul li {
    position: relative;
    font-size: 24px;
    color: var(--theme-secondary-color);
}

.custom-class-11 .time-count-2 ul li:not(:last-child) {
    margin-right: 20px;
}

.custom-class-11 .time-count-2 ul li:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -13px;
}

.custom-class-11 .time-count-2 ul li span:first-child {
    font-weight: 600;
    margin-right: 5px;
}


/* Newsletter Section Style */

.newsletter-1 .title {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-white-color)
}

.newsletter-1 form {
    position: relative;
    border: 1px solid var(--theme-white-color);
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-1 form input.form-control {
    line-height: 60px !important;
    height: 100%;
    padding: 10px 160px 10px 10px;
}

.newsletter-1 form button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--theme-white-color);
    height: 60px;
    padding: 0 35px;
    color: var(--theme-primary-color);
    font-size: 16px;
}

.newsletter-2 form {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.newsletter-2 form input.form-control {
    line-height: 45px !important;
    height: 60px;
    padding: 10px 160px 10px 10px;
    background-color: var(--theme-white-color);
}

.newsletter-2 form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--theme-primary-color);
    height: 100%;
    padding: 0 35px;
    color: var(--theme-white-color);
    font-size: 16px;
}

.newsletter-3 {
    padding: 80px 0 100px;
}

.newsletter-3 .title {
    font-size: 30px;
    font-weight: 400;
    color: var(--theme-dark-color)
}

.newsletter-3 .title span:last-child {
    font-weight: 700;
    color: var(--theme-primary-color);
    margin-left: 10px;
}

.newsletter-3 .newsletter-text {
    color: var(--theme-dark-color);
    margin-top: 15px;
    font-size: 16px;
}

.newsletter-3 form {
    margin: 0 auto;
    display: table;
    width: 60%;
    position: relative;
}

.newsletter-3 form input.form-control {
    line-height: 32px !important;
    height: 50px;
    padding: 10px 50px 10px 20px;
    background-color: var(--theme-white-color);
}

.newsletter-3 form input.form-control::placeholder {
    color: var(--theme-primary-opacity-color);
}

.newsletter-3 form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}


/* Widget Style */

.widget_recent_entries ul li span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

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

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}


/* Footer Style Start */

footer {
    font-family: var(--theme-extra-font);
    font-size: 15px;
}

footer.bg-secondary {
    color: var(--theme-white-color)
}

.footer-widget+.footer-widget {
    margin-top: 30px;
}

.footer-widget .widget-title {
    color: var(--theme-white-color);
    line-height: inherit !important;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--theme-extra-font);
}

footer.bg-white .footer-widget .widget-title {
    color: var(--theme-dark-color);
}

footer.bg-light .footer-widget .widget-title {
    color: var(--theme-primary-color);
}

.footer-widget ul li a {
    color: var(--theme-white-color);
    font-family: var(--theme-extra-font);
    font-size: 15px;
}

footer.bg-white .footer-widget ul li a {
    color: var(--theme-general-color)
}

footer.bg-white .footer-widget ul li a:hover {
    color: var(--theme-primary-color)
}

footer.bg-light,
footer.bg-light .footer-widget ul li a {
    color: var(--theme-secondary-color)
}

footer.bg-light .footer-widget ul li a:hover {
    color: var(--theme-primary-color)
}

.widget-contact h6 {
    font-weight: 600;
    color: var(--theme-white-color)
}

.widget-contact .btn-link {
    color: var(--theme-white-color);
    font-size: 15px;
    font-family: var(--theme-extra-font);
    font-weight: 400;
}

.widget-contact .btn-link:hover {
    color: var(--theme-primary-color);
}

.widget-contact-with-icon ul li {
    position: relative;
    padding-left: 22px;
}

.widget-contact-with-icon ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.media-icon-white a {
    color: var(--theme-white-color) !important;
}

.media-icon-bg-secondary a {
    background-color: var(--theme-secondary-color) !important;
}

.social-media-1,
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.social-media-1 a:not(:last-child) {
    margin-right: 7px;
}

.social-media-1 a {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    padding: 3px;
}

.social-media-2 {
    display: flex;
    flex-wrap: wrap;
}

.social-media-2 a {
    margin: 3px 15px 3px 0;
    color: var(--theme-general-color)
}

.social-media-2 a:hover {
    color: var(--theme-primary-color)
}

.social-media-2 a:last-child {
    margin-right: 0
}

.footer-nav ul li:not(:last-child) {
    margin-right: 20px;
}

.footer-nav ul li a {
    color: var(--theme-white-color);
    font-size: 16px;
}

.footer-nav ul li a:hover {
    color: var(--theme-primary-color);
}

footer.bg-secondary .line-menu li a {
    color: var(--theme-white-color);
    font-size: 15px;
}

footer.bg-secondary .line-menu li a:hover {
    color: var(--theme-primary-color);
}

.footer-2 .widget-nav li a {
    position: relative;
    padding-left: 20px;
}

.footer-2 .widget-nav li a::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 12px;
    transform: translateY(-50%);
}

.widget_fliker_photo ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
    width: 30%;
}

footer .copyright>.line-menu,
footer .copyright>.copyright-text {
    margin: 5px 0;
}

.copyrihgt-2 .copyright-text,
.copyrihgt-2 .social-media-2 {
    margin: 5px 0;
}

.copyrihgt-2 .copyright-text {
    margin-right: 10px;
}

[class*="payment-method"] {
    display: flex;
    flex-wrap: wrap;
}

[class*="payment-method"] a:not(:last-child) {
    margin-right: 10px;
}

[class*="payment-method"] a {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.payment-method a {
    width: 50px;
    border-radius: 50%;
}

.payment-method-2 a {
    width: calc(25% - 10px);
    border-radius: 5px;
}

#map {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 1699px) {

    .banner-1,
    .banner-2 {
        background-size: 38%;
    }

    .banner-3,
    .banner-4 {
        background-size: 33%;
    }
}

@media screen and (max-width: 1499px) {

    .banner-1,
    .banner-2 {
        background-size: 43%;
    }

    .banner-3,
    .banner-4 {
        background-size: 40%;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}

@media screen and (max-width: 1399px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -90px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -90px;
    }

    .banner-1,
    .banner-2 {
        background-size: 46%;
    }

    .banner-3,
    .banner-4 {
        background-size: 42%;
    }

    .banner-5 {
        background-size: 50%;
    }

    .portfolio-1 .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1299px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -40px;
    }
}

@media screen and (max-width: 1199px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -70px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -70px;
    }

    .banner-1,
    .banner-2 {
        background-size: 50%;
    }

    .banner-3,
    .banner-4 {
        background-size: 43%;
    }

    .banner-5 {
        background-size: 60%;
    }

    .custom-class-1,
    .custom-class-2 {
        padding: 20px 0;
    }

    .custom-class-3 {
        padding: 50px 0 20px;
    }

    .product-grid-3 .offer-end {
        top: 20px;
        padding: 15px;
    }

    .product-grid-3 .offer-end .time-count-2 ul li:not(:last-child) {
        margin-right: 20px;
    }

    .product-grid-3 .offer-end .time-count-2 ul li span:first-child {
        font-size: 20px;
        font-weight: 600;
    }

    .product-grid-3 .offer-end .time-count-2 ul li span:last-child {
        font-size: 13px;
    }
}

@media screen and (max-width: 1099px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        width: auto;
    }

    .max-md-py-100 {
        padding-bottom: 100px !important;
        padding-top: 100px !important;
    }

    .max-md-pt-0 {
        padding-top: 0 !important;
    }

    .max-md-mt-0 {
        margin-top: 0 !important;
    }

    .max-md-mt-80 {
        margin-top: 80px !important;
    }

    .max-md-bg-img-none {
        background-image: none !important;
    }

    .header-new-badge {
        display: none
    }

    .container {
        position: relative;
    }

    .md-positioning {
        position: absolute;
        top: 20px;
        right: 40px;
    }

    .navbar-toggler:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .categories-menu-wrapper {
        margin-top: 12px
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -80px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -80px;
    }

    .banner-1,
    .banner-2 {
        background-position: 5% 100% !important;
    }

    .banner-3,
    .banner-4 {
        background-position: 95% 100% !important;
    }

    .custom-class-1,
    .custom-class-3 {
        padding: 30px 0 0
    }

    .custom-class-2,
    .custom-class-4 {
        padding: 0;
    }

    .custom-class-5 {
        padding: 80px 30px;
    }

    .service-container {
        position: inherit;
        padding-top: 80px;
    }
}

@media screen and (max-width: 899px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 767px) {

    .custom-class-1,
    .custom-class-2,
    .custom-class-3,
    .custom-class-4 {
        margin: 0 auto;
    }

    .custom-class-3 {
        padding: 40px 0 0px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -40px;
    }

    .max-sm-bg-img-none {
        background-image: none !important;
    }
}

@media screen and (max-width: 599px) {

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 575px) {
    .top-quantity .text {
        display: none;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-prev,
    .owl-nav-3.owl-carousel .owl-nav .owl-prev,
    .owl-nav-6.owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }

    .owl-nav-2.owl-carousel .owl-nav button.owl-next,
    .owl-nav-3.owl-carousel .owl-nav .owl-next,
    .owl-nav-6.owl-carousel .owl-nav .owl-next {
        right: -10px;
    }

    .tab-style-1 ul li .nav-link.active::after {
        display: none;
    }

    .grid-thumb-1 {
        display: block;
    }

    .grid-thumb-1 .image-area,
    .grid-thumb-1 .content {
        width: 100%;
    }

    .owl-mx-5 {
        margin: 0 -12px;
    }

    .owl-mx-5 .owl-item>.item {
        margin: 0 12px;
    }

    .owl-mx-5 .owl-nav-4.owl-carousel .owl-nav,
    .owl-mx-5 .owl-nav-5.owl-carousel .owl-nav {
        right: 12px;
    }

    .custom-class-3 .title {
        font-weight: 500;
        font-size: 45px;
        line-height: 45px;
    }

    .custom-class-3 {
        padding: 20px 0;
    }

    .custom-class-11 .title {
        width: 100%;
    }

    .custom-class-5 .time-count-2 ul li span:first-child {
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
    }

    .custom-class-5 .time-count-2 ul li:not(:last-child)::after {
        top: -22px;
        right: -13px;
        font-size: 50px;
    }
}

@media screen and (max-width: 419px) {
    .row-cols-xxs-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxs-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .custom-class-1,
    .custom-class-2,
    .custom-class-3,
    .custom-class-4 {
        width: 100%;
    }

    .custom-class-1 .title span {
        font-size: 30px;
        line-height: 40px;
    }

    .custom-class-1 .sup-sale>span {
        right: 10px;
    }

    .custom-class-2 .title,
    .custom-class-4 .title {
        font-weight: 500;
        font-size: 40px;
    }

    .custom-class-2 .on-sale .text,
    .custom-class-4 .on-sale .text {
        right: -50px;
    }

    .custom-class-3 .title {
        font-size: 30px;
        line-height: 30px;
    }

    .custom-class-5 .title {
        font-weight: 500;
        font-size: 25px;
    }

    .custom-class-5 .time-count-2 ul li {
        width: 60px;
    }

    .custom-class-5 .time-count-2 ul li:not(:last-child) {
        margin-right: 16px;
    }

    .custom-class-5 .time-count-2 ul li span:first-child {
        font-size: 30px;
    }

    .custom-class-5 .time-count-2 ul li:not(:last-child)::after {
        top: -5px;
        right: -12px;
        font-size: 30px;
    }

    .custom-class-5 .time-count-2 ul li span:last-child::after {
        font-size: 14px;
    }

    .custom-class-6 .banner-content .tag-line {
        letter-spacing: 2px;
    }

    .custom-class-6 .banner-content .title {
        font-size: 40px;
        font-weight: 600;
    }

    .custom-class-7 .title,
    .custom-class-8 .title {
        font-size: 23px;
        font-weight: 400;
        margin-top: 10px;
        height: 55px;
        overflow: hidden;
    }

    .woocommerce-product-details__short-description .short-description li {
        width: 100%;
    }

    .newsletter-3 form {
        width: 90%;
    }

    .product-grid-3 .offer-end {
        top: 15px;
        padding: 10px;
        right: 10px;
    }

    .product-grid-3 .offer-end::before,
    .product-grid-3 .offer-end::after {
        width: 23%;
    }

    .product-grid-3 .offer-end>span {
        font-size: 14px;
    }

    .product-grid-3 .offer-end .time-count-2 ul li:not(:last-child) {
        margin-right: 5px;
    }

    .product-grid-3 .offer-end .time-count-2 ul li span:first-child {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    .product-grid-3 .offer-end .time-count-2 ul li span:last-child {
        font-size: 11px;
    }
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 1, 0, 0.1);
    transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#spinner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 100px;
}

/* (C) SHOW & HIDE */
#spinner {
    visibility: hidden;
    opacity: 0;
}

#spinner.show {
    visibility: visible;
    opacity: 1;
}
