/**	
* Template Name: BigBazar - Multipurpose Ecommerce HTML Template
* Version: 1.1
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 20th March, 2021
* Author URL: www.unicoderbd.com

**/


/*-------------------------------------------------------
[ Table of contents ]

# Common CSS Start
# Time Counting Style Start 
# Form Style Start
# Side push nav and category Style Start
# Popular Categories in Electronic Style Start
# Category's Sub Categories in fashion store Style Start 
# Categroy List in Grocery Store Style Start
# Quick View Modal Style Start
# Header Section
    - Top Header Section Style Start
    - Main Header Section Style Start
    - Mega Menu Navigation Style Start
# Slider banner part css Style Start 
# Bootstrap Slider Style Start
# Breadcrumb Style Start
# Extra Banner Style Start
# Left sidebar Style Start
# Offer Section Style Start
# Flash Deal Section Style Start
# Product Type One Style Start
# Products list Style Start
# Pagination Style Start
# Woocommerce Products Header Style Start
# Woocommerce Single Shop Style Start
# Single Shop elevateZoom Style Start
# About Page Style Start
# Blog Page Style Start
# Service Page Style Start
# Portfolio Page Style Start
# Contact Page Style Start
# Tab Style Start
# Owl carousel Style Start
# Fact Counter Style Start
# Sign In Page Style Start
# Cart Page Style Start
# Checkout Page Style Start
# Wishlist Page Style Start
# Footer Section Style Start

--------------------------------------------------------*/


/*==============================
Common CSS Start
===============================*/

[class*="btn-link"],
[class*="btn-link"]::after,
.product-wrapper,
.product-wrapper:hover .product-image .wishlist-view,
.product-wrapper:hover .product-variations,
.product-wrapper:hover .hover-area,
.owl-nav-hover-primary .owl-nav button:hover .nav-btn,
.e-border-one .product-wrapper:hover,
.cart-slide-up .product-wrapper .hover-area,
.e-btn-set-four .product-wrapper .hover-area,
.widget-toggle ul,
.cat-item.cat-parent ul.children,
[class*="swatch-filter-"] li,
[class*="swatch-filter-"].show-more li,
[class*="nav-arrow-middle"] .owl-nav button,
.cart-view .cart-popup,
.my-account-popup {
    -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;
}

.container,
.container-fluid,
.container-lg-fluid {
    position: relative;
}

.woocommerce-ordering select {
    background: auto;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.py-100 {
    padding: 100px 0 !important;
}

select.form-control,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/icon/chevron-down.png) calc(100% - 15px) 52%/8px no-repeat;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
}

.form-boder .form-control {
    padding: 10px 15px;
}

textarea.form-control {
    height: auto;
}

select:focus {
    outline: none;
}

.product-slide-thumb .active img {
    border: 2px solid #333 !important;
}

body {
    font-size: 16px;
    font-family: var(--theme-general-font);
    font-weight: 400
}

header.fixed-top {
    position: static !important;
    animation: none;
}

header.nav-on-banner.fixed-top {
    position: absolute !important;
    animation: none;
}

header.fixed-top .header-sticky {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 99;
    animation-duration: 1s;
    animation-name: menu-sticky;
    animation-timing-function: ease-in-out;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.d-ruby {
    display: ruby !important;
}

sup {
    left: 2px;
    top: -5px;
}

.placeholder-white::placeholder,
.placeholder-white {
    color: var(--theme-white-color) !important;
}

select,
select option,
select.form-control,
select.form-control option,
input::placeholder,
input.form-control::placeholder {
    font-family: var(--theme-extra-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.extra2-font {
    font-family: var(--theme-extra2-font) !important;
}

button {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

a,
a:hover {
    text-decoration: none !important;
}

p {
    line-height: 30px;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

h6,
.h6 {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
}

.full-row {
    padding: 60px 0;
}

.line-height-40 {
    line-height: 40px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-9 {
    z-index: 9;
}

.font-general {
    font-size: 15px !important;
}

.font-twelve {
    font-size: 12px !important;
}

.font-fifteen {
    font-size: 15px !important;
}

.font-sixteen {
    font-size: 16px !important;
}

.font-seventeen {
    font-size: 17px !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.btn {
    padding: 0 35px;
}

.btn-light {
    background-color: var(--theme-light-color);
    border-color: var(--theme-light-color);
}

.btn-light:hover {
    background-color: var(--theme-light-color);
    border-color: var(--theme-light-color);
}

.btn-outline-primary {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.btn-outline-secondary {
    border: 1px solid var(--theme-secondary-color);
    color: var(--theme-secondary-color);
}

.btn-outline-secondary:hover {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}

[class*="btn-link"] {
    font-size: 15px;
    color: var(--theme-dark-color);
    display: table;
    position: relative;
}

.btn-link-left-line,
.btn-link-right-line {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-link-left-line {
    padding-left: 50px;
}

.btn-link-right-line {
    padding-right: 50px;
}

.btn-link-down-line::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-secondary-color);
}

.btn-link-right-line::after,
.btn-link-left-line::after {
    position: absolute;
    content: "";
    width: 40px;
    top: 50%;
    height: 2px;
    background-color: var(--theme-secondary-color);
}

.btn-link-left-line::after {
    left: 0;
}

.btn-link-right-line::after {
    right: 0;
}

.btn-link-down-line:hover::after {
    width: 70%;
    background-color: var(--theme-primary-color);
}

.btn-link-down-line.text-white::after {
    background-color: var(--theme-white-color);
}

.btn-extra1 {
    background-color: var(--theme-extra1-color);
    color: var(--theme-dark-color) !important;
}

.font-small {
    font-size: 13px !important;
}

.list-style-circle {
    list-style-type: circle;
    list-style-position: inside;
}

.list-style-circle li {
    font-weight: 500;
    line-height: 30px;
}

.media-icon-secondary a:hover {
    color: var(--theme-primary-color) !important;
}

.text-extra {
    color: var(--theme-extra-color) !important
}

.text-extra1 {
    color: var(--theme-extra1-color) !important
}

.text-extra2 {
    color: var(--theme-extra2-color) !important
}

.hover-text-dark:hover {
    color: var(--theme-dark-color) !important
}

.bg-extra {
    background-color: var(--theme-extra-color) !important
}

.bg-extra1 {
    background-color: var(--theme-extra1-color) !important
}

.bg-extra2 {
    background-color: var(--theme-extra2-color) !important
}

.zoomWindow {
    background-color: var(--theme-light-color)
}

.list-ml-30 li+li {
    margin-left: 30px;
}

.list-ml-5 li+li {
    margin-left: 5px;
}

.list-mt-10 li+li {
    margin-top: 10px;
}

[class*="after-right-border-"]::after {
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    position: absolute;
    transform: translateY(-50%);
}

.after-right-border-extra1::after {
    background-color: var(--theme-extra1-color);
}

[class*="after-border-"] .owl-item .product-wrapper::after,
[class*="after-border-"] .product-wrapper::after {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    z-index: 10;
    background-color: var(--theme-gray-color);
}

.after-border-one .owl-item .product-wrapper::after,
.after-border-one .product-wrapper::after {
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
}

[class*="after-border-"] {
    position: relative;
}

.after-border-two::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.after-border-two .owl-item .product-wrapper::after,
.after-border-two .product-wrapper::after {
    height: 100%;
    top: 0;
}

[class*="e-hover-shadow"][class*="after-border-"] .owl-item .product-wrapper::after {
    right: -10px;
}

[class*="e-hover-shadow"][class*="after-border-"] .owl-item .product-wrapper:hover::after {
    display: none;
}

[class*="after-border-"].e-bg-white::after {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    background-color: var(--theme-white-color);
    z-index: 99;
}

.owl-carousel.after-border-one.e-bg-white::after {
    right: 0;
}

[class*="right-line-"] {
    position: relative;
    height: 100%;
}

[class*="right-line-"]::after {
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    background-color: #d1d1d1;
}

.col:last-child [class*="right-line-"]::after {
    display: none;
}

[class*="primary-right-line-"]::after {
    background-color: var(--theme-primary-color)
}

[class*="gray-right-line-"]::after {
    background-color: #d1d1d1
}

.border-mb-one {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.col:last-child .border-mb-one {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

img.nav-logo {
    min-width: 75px;
}

.sign-in,
.cart-view {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400
}

.box-80px {
    width: 80px;
    height: 80px;
}

.flat-mini::before {
    position: relative;
    top: 2px;
}

.flat-small::before {
    position: relative;
    top: 5px;
}

.sale-upto {
    letter-spacing: 3px;
    margin: 20px 0 30px;
}

.sale-upto span:last-child {
    background-color: #888888;
    color: var(--theme-white-color);
    padding: 2px 10px;
}

.custom-class-133 .sale-upto {
    letter-spacing: 0;
    margin: 0 0 20px;
}

.custom-class-133 .sale-upto span:last-child {
    background-color: transparent;
    color: var(--theme-primary-color);
    padding: 0;
}

.border-general {
    border-color: var(--theme-general-color) !important
}


/* Cart popup Style */

.my-account-popup,
.cart-popup {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .2);
    width: 400px;
    right: 0;
    top: calc(100% + 10px);
    border-radius: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
}

.cart-popup {
    width: 370px;
}

.my-account-dropdown.show .my-account-popup,
.cart-view.show .cart-popup {
    opacity: 1;
    visibility: visible;
    top: 100%;
    border: 1px solid var(--theme-light-color);
}

.cart-popup .mini-cart-item {
    position: relative;
    padding-right: 20px;
}

.cart-popup .mini-cart-item:last-child {
    margin-bottom: 0;
}

.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 .product-image {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.cart-popup .mini-cart-item .product-name {
    margin-bottom: 10px;
    color: var(--theme-secondary-color);
    font-size: 15px;
}

.cart-popup .mini-cart-item .rating-wrap a {
    display: flex;
}

.cart-popup .mini-cart-item .rating-wrap a:hover {
    color: var(--theme-general-color)
}

.cart-popup .mini-cart-item .rating-wrap a i {
    margin-right: 5px;
}

.cart-popup .mini-cart-item span:first-child {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
}

.cart-popup .mini-cart-item span:last-child {
    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 .total-cart .title {
    margin-right: 10px;
}

.cart-popup .buttons {
    display: flex;
}

.cart-popup .buttons .btn {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.cart-popup .buttons .btn:first-child {
    margin-right: 10px;
}


/* My Account Popup */

.my-account-popup {
    display: table;
    width: max-content;
    line-height: 30px;
    padding: 10px;
}

.my-account-popup li {
    border: 0 !important;
}

.my-account-popup li a {
    color: var(--theme-general-color)
}

.my-account-popup li a:hover {
    color: var(--theme-primary-color)
}


/*====================================================================
Unicode Icons Style Start 
====================================================================*/

[class*="unicode-icon"] {
    width: 16px;
    height: 16px;
}

.unicode-icon-2x {
    width: 32px;
    height: 32px
}

.unicode-icon-3x {
    width: 48px;
    height: 48px
}

.unicode-icon-4x {
    width: 64px;
    height: 64px
}

.col .simple-icon-thumb {
    position: relative;
}

.col .simple-icon-thumb .icon-shape {
    position: absolute;
    width: 160px;
    height: 40px;
    top: 50px;
    right: 25px;
}

.col:last-child .simple-icon-thumb .icon-shape {
    display: none
}


/*====================================================================
Time Counting Style Start 
====================================================================*/

.time-count ul {
    display: flex;
    align-items: center;
}

.time-count.flex-between ul {
    justify-content: space-between;
}

.time-count.flex-around ul {
    justify-content: space-around;
}

.time-count li span:first-child {
    color: var(--theme-dark-color);
    font-weight: 500;
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background-color: var(--theme-light-color);
    display: block;
}

.time-count li span:last-child {
    font-weight: 400;
    color: var(--theme-general-color);
    margin-top: 10px;
    display: block;
    text-align: center;
}

.custom-class-119 .time-count li span:last-child {
    color: var(--theme-white-color) !important;
    font-weight: 400;
    text-transform: uppercase;
}

.type-two .time-count li span:last-child,
.type-two .time-count li:last-child span:first-child:after {
    display: none;
}

.type-two .time-count li span:first-child {
    background-color: transparent;
    position: relative;
    line-height: inherit;
    width: auto;
    height: auto;
    padding-right: 16px;
}

.type-two .time-count li span:first-child:after {
    position: absolute;
    content: ":";
    top: calc(50% - 2px);
    right: 6px;
    transform: translateY(-50%);
    color: var(--theme-dark-color)
}

.deal-out-time {
    display: flex;
    align-items: center;
}

.deal-out-time .time-count.type-three ul li:first-child {
    display: none
}

.deal-out-time .time-count.type-three ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
}

.deal-out-time .time-count.type-three ul li::before {
    position: absolute;
    content: ":";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: var(--theme-white-color)
}

.deal-out-time .time-count.type-three ul li:last-child:before {
    display: none;
}

.deal-out-time .time-count.type-three ul li span {
    color: var(--theme-white-color) !important;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.deal-out-time .time-count.type-three ul li span:first-child {
    width: auto;
    height: auto;
    background-color: transparent;
    margin-right: 5px;
}

.time-box ul {
    flex-wrap: wrap !important;
}

.time-box li {
    border: 2px solid var(--theme-secondary-color);
    width: 90px;
    height: 100px;
    text-align: center;
    padding: 10px;
}

.time-box li span {
    display: block;
    text-align: center;
    color: var(--theme-secondary-color)
}

.time-box li span:first-child {
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto
}

.time-box li span:last-child {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}


/*====================================================================
Form Style Start
====================================================================*/

.form-control,
.form-control:focus {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

input.text-white::placeholder {
    color: var(--theme-white-color)
}

[class*="product-search-"] .search-line-shape.form-inline {
    border: 0;
    padding: 0;
    border-bottom: 1px solid var(--theme-dark-color)
}

[class*="product-search-"] .search-line-shape.form-inline input.search-field {
    padding-left: 25px;
    font-size: 16px !important
}

[class*="product-search-"] .search-line-shape.form-inline input.search-field::placeholder {
    color: var(--theme-secondary-color);
    font-size: 16px !important
}

[class*="product-search-"] .search-line-shape.form-inline button {
    background-color: transparent;
    color: var(--theme-dark-color) !important;
    left: 0;
    padding: 0;
	right: inherit;
}

[class*="product-search-"] {
    height: 100%;
    position: relative;
}

[class*="product-search-"] .form-inline {
    border: 2px solid #888888;
}

[class*="product-search-"] .form-inline.search-box-shape {
    border-radius: 0;
}

[class*="product-search-"] .form-inline.search-round-shape {
    border-radius: 5px;
}

[class*="product-search-"] .form-inline.search-pill-shape {
    border-radius: 50rem;
}

[class*="product-search-"] .form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 53px;
}

.form-inline input.search-field {
    padding: 0 20px;
    line-height: 50px !important;
    height: 50px;
}

.product-search-two .form-inline input.search-field {
    order: 2 !important;
    border-radius: 0;
}

.search-box-shape input.search-field {
    border-radius: 0 !important;
}

.product-search-one .search-round-shape input.search-field {
    border-radius: 5px 0 0 5px !important;
}

.product-search-one .search-pill-shape input.form-control {
    border-radius: 50rem 0 0 50rem !important;
}

.form-inline select {
    border-radius: 0;
}

.product-search-two .select-appearance-none {
    order: 1 !important;
}

.product-search-two .search-box-shape .select-appearance-none select {
    border-radius: 0 !important;
}

.product-search-two .search-round-shape .select-appearance-none select {
    border-radius: 5px 0 0 5px !important;
}

.product-search-two .search-pill-shape .select-appearance-none select {
    border-radius: 50rem 0 0 50rem !important;
}

.form-inline select::-ms-expand {
    display: none;
}

[class*="product-search-"] .select-appearance-none {
    position: relative;
    min-width: 150px;
}

[class*="product-search-"] .select-appearance-none::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    content: "";
    background-color: #dcd9d9;
}

.product-search-one .select-appearance-none::before {
    left: 0;
}

.product-search-two .select-appearance-none::before {
    right: 0;
}

[class*="product-search-"] .form-inline button {
    background-color: #888888;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
}

.product-search-two .form-inline button {
    order: 3 !important;
}

.search-box-shape button {
    border-radius: 0 !important;
}

.search-round-shape button {
    border-radius: 0 5px 5px 0 !important;
}

.search-pill-shape button,
.rounded-right-pill {
    border-radius: 0 50rem 50rem 0 !important;
}

.subscribe-form .form-control {
    padding: 10px 120px 10px 20px;
}

.section-head {
    margin-bottom: 10px;
}

.margin-top-minus-one {
    margin-top: -125px;
    position: relative;
}

.subscribe-form-2 {
    display: flex;
    flex-wrap: wrap;
}

.subscribe-form-2 input {
    border-bottom: 1px solid var(--theme-secondary-color);
    border-radius: 0;
    padding: 10px 0;
    width: auto;
    flex-grow: 1;
}

.subscribe-form-2 button {
    border-bottom: 1px solid var(--theme-secondary-color);
    border-radius: 0;
    margin-left: 20px;
    padding: 0;
}


/* ====================================================================
Popular Categories in Electronic Style Start
=====================================================================*/

.product-category {
    display: flex;
}

.product-category .caregory-image {
    margin-right: 30px;
}

.product-category .caregory-image img {
    width: 100px
}

.product-category .popular-categories-menu li {
    line-height: 28px;
}

.product-category .popular-categories-menu li a {
    color: var(--theme-general-color);
}

.product-category .popular-categories-menu h4>a {
    color: var(--theme-secondary-color)
}

.product-category .popular-categories-menu h4>a:hover,
.product-category .popular-categories-menu li a:hover {
    color: var(--theme-primary-color);
}

.product-category .btn-link {
    color: var(--theme-secondary-color);
    margin-top: 20px;
}


/*====================================================================
Category's Sub Categories in fashion store Style Start 
====================================================================*/

ul.sub-categories li a {
    font-weight: 400;
    color: var(--theme-general-color);
    padding: 5px 0;
    display: block;
}

ul.sub-categories li a:hover {
    color: var(--theme-primary-color);
}


/*====================================================================
Categroy List in Grocery Store Style Start
=====================================================================*/

.categroy-list ul {
    display: flex;
    flex-wrap: wrap;
}

.categroy-list ul li+li {
    position: relative;
    padding-left: 10px;
}

.categroy-list ul li+li::after {
    content: "|";
    position: absolute;
    left: 3px;
    top: 0;
}

.categroy-list ul li a {
    color: var(--theme-general-color)
}

.categroy-list ul li a:hover {
    color: var(--theme-primary-color)
}

/*====================================================================
 Furniture Category
=====================================================================*/
.category-inner .categories-menu {
	position: static;
}


/*====================================================================
Side push nav and category Style Start
=====================================================================*/

.nav-leftpush-overlay .categories-menu {
    position: inherit;
}


/*Hide scrollbar for Chrome, Safari and Opera*/

.navbar-slide-push .push-navbar::-webkit-scrollbar,
.navbar-slide-push .categories-menu::-webkit-scrollbar {
    display: none;
}


/*Hide scrollbar for IE, Edge and Firefox*/

.navbar-slide-push .push-navbar,
.navbar-slide-push .categories-menu {
    -ms-overflow-style: none;
    /*IE and Edge*/
    scrollbar-width: none;
    /*Firefox*/
    height: 100vh;
    display: block;
}

.categories-menu {
    position: absolute;
    top: 100%;
    z-index: 90;
    width: 100%;
    left: 0;
    display: table;
}

.categories-menu ul.menu {
    padding: 20px 0;
    position: relative;
}

.menu-and-category ul.navbar-nav>li,
.categories-menu>ul.menu>li {
    padding: 0 20px;
}

.navbar-slide-push .navbar-nav .nav-item .nav-link,
.categories-menu ul.menu li a {
    border-bottom: 1px solid #ddd !important;
}

.navbar-slide-push .navbar-nav .nav-item:last-child .nav-link,
.categories-menu ul.menu li:last-child a {
    border-bottom: none !important;
}

.categories-menu ul.menu li.highlight a {
    color: var(--theme-secondary-color)
}

.categories-menu .menu-item-has-children>a::after {
    position: absolute;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--theme-general-color)
}

.categories-menu .menu-item-has-children:hover::after {
    color: var(--theme-primary-color)
}

.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;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    line-height: 24px;
}

.categories-menu ul.menu li a:hover {
    color: #bd2222;
}

#page_wrapper.overlay::before {
    background-color: var(--theme-dark-opacity-color);
    z-index: 50
}

.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
    padding: 0;
}

.slide-nav-close {
    position: inherit;
    top: inherit;
    left: inherit;
}

#menu-and-category .nav-item,
#menu-and-category2 .nav-item {
    width: 50%;
}

#menu-and-category .nav-link,
#menu-and-category2 .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background-color: var(--theme-light-color);
    color: #000;
}

#menu-and-category .nav-link.active,
#menu-and-category2 .nav-link.active {
    background-color: #bd2222;
    color: var(--theme-white-color);
}

.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
    background-color: var(--theme-white-color);
}

.categories-menu-wrapper>i {
    padding: 10px;
    background: var(--theme-dark-color);
    color: var(--theme-primary-color);
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
}

.category-hover-open .categories-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
}

.category-hover-open:hover .categories-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.category-title-wrapper {
    cursor: pointer;
}


/*====================================================================
Mega Menu Navigation Style Start
====================================================================*/

.menu-and-category .dropdown.mega-dropdown {
    position: relative;
}

.categories-menu ul.menu li a {
    position: relative;
}

.categories-menu .unicode-megamenu-wrapper {
    background-color: #ffffff;
    border-top: 2px solid;
    border-color: var(--theme-primary-color);
}

.categories-menu .unicode-megamenu-wrapper {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 98;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.categories-menu .unicode-megamenu-wrapper {
    left: 100%;
    top: 0;
}

.categories-menu ul.menu>li:hover .unicode-megamenu-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
    width: 848px!important;
}

.unicode-megamenu-list .nav-link {
    padding: 6px 5px;
}

.unicode-megamenu-holder {
    padding: 1.5em;
}

.categories-menu ul.menu .unicode-megamenu-list>li>a {
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-general-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.categories-menu ul.menu .unicode-megamenu-list>li>a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 50px;
    height: 1px;
    left: 0;
    background-color: var(--theme-primary-color);
}


/*====================================================================
Header Section
=====================================================================*/

header.fixed-top {
    z-index: 999999;
}

.ecommerce-header.fixed-top .header-sticky {
    display: block;
}

@media screen and (min-width: 992px) {
    .ecommerce-header .header-sticky {
        display: none;
    }
}


/* ====================================================================
Top Header Section Style Start
=====================================================================*/
.ecommerce-header .top-links li {
	position: relative;
}

.ecommerce-header .cart-view a.top-quantity {
    line-height: inherit
}

.ecommerce-header .wishlist-view a.top-quantity span,
.ecommerce-header .refresh-view a.top-quantity span,
.ecommerce-header .cart-view a.top-quantity span {
    color: var(--theme-dark-color);
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    background-color: #e6156d;
    border-radius: 50%;
    padding: 0 6px;
    line-height: 20px;
    left: -6px;
}

.ecommerce-header .wishlist-view a.top-quantity span,
.ecommerce-header .refresh-view a.top-quantity span {
    top: -8px;
}

.ecommerce-header .cart-view a.top-quantity span {
    top: -5px;
}

.border-bottom-one {
    border-bottom-color: #20277c !important;
}

.border-bottom-two {
    border-bottom-color: #eaeaed !important;
}


/* ====================================================================
Quick View Modal Style Start
=====================================================================*/

.quick-view-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    overflow: hidden scroll !important;
    z-index: 9991;
}

.view-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: var(--theme-extra-color);
    color: var(--theme-white-color);
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    z-index: 9;
}

.view-close i:before {
    font-size: 7px;
}

.property-block {
    position: relative;
    overflow: hidden;
}

.property-block .cata {
    left: 15px;
    top: 15px;
    z-index: 9;
}

.quick-meta {
    right: 15px;
    bottom: 15px;
}

.quick-meta li {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background-color: var(--theme-secondary-opacity-color);
    display: inline-block;
    margin: 2px;
    text-align: center;
}

.quick-meta li a {
    padding: 11px;
    display: block;
}

.product-status {
    line-height: 25px;
    height: 25px;
}

.rounded {
    border-radius: .30rem !important;
}


/* ====================================================================
Main Header Section Style Start
=====================================================================*/

.navbar-nav .tooltip {
    background-color: var(--theme-primary-color);
    color: var(--theme-dark-color) !important;
    top: -5px;
}

.navbar-nav .tooltip::after {
    border-top: 5px solid var(--theme-primary-color);
}

.main-nav .navbar {
    position: static;
}

.navbar .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
    width: calc(100% - 20px);
    left: 10px;
}

.navbar .navbar-slide-push .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
    left: 100%;
    width: 100%;
}

.nav-extra1-hover .navbar-nav .nav-link:hover {
    color: var(--theme-extra1-color) !important;
}

.navbar-expand-lg.nav-border-active .navbar-nav .nav-item {
    margin: 0;
}

.navbar .navbar-nav li>ul.dropdown-menu li {
    margin: 2px 0
}

.navbar .navbar-nav li>ul.dropdown-menu li.active>a,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-secondary-color) !important;
    background-color: var(--theme-light-color) !important;
}


/*====================================================================
Slider banner part css Style Start 
=====================================================================*/

.slider-banner {
    width: 380px
}

.slide-title {
    font-size: 42px;
    line-height: 50px;
    font-family: var(--theme-highlight-font);
    color: var(--theme-dark-color);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}


/*====================================================================
Optical Shop Index Style Start
=====================================================================*/


/* Glass Models Section Style Start */

.glass-models .col:nth-child(2) {
    margin-top: 100px
}


/* Limited Products Section Style Start */

.limited-stock {
    padding: 150px 0
}

.limited-stock .product-tag {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-general-color);
    margin-bottom: 15px;
    display: block;
    letter-spacing: 5px;
}

.limited-stock h2 {
    color: var(--theme-dark-color);
    line-height: 50px;
    margin-bottom: 40px;
}


/* ====================================================================
Extra Banner Style Start
=====================================================================*/

.banner-wrapper {
    position: relative;
    min-height: 100px;
}

.banner-three.banner-wrapper {
    overflow: hidden;
    max-height: 300px;
}

.banner-wrapper .banner-image,
.banner-wrapper .banner-image img {
    width: 100%;
}

.custom-class-101 .banner-content {
    top: 85%;
    transform: translateY(-100%);
    left: 40px;
}

.custom-class-102 .banner-content {
    top: 10%;
    transform: translate(-50%);
    left: 50%;
    text-align: center;
}

.custom-class-102 .banner-content .btn-border {
    margin-left: auto;
    margin-right: auto;
    color: var(--theme-secondary-color);
    text-transform: uppercase;
    font-size: 12px;
}

.custom-class-103 .banner-content {
    top: 85%;
    transform: translateY(-100%);
    left: auto;
    right: 40px;
    text-align: right;
}

.custom-class-104 .banner-content {
    top: 40px;
    left: 40px;
}

.custom-class-103 .banner-content .btn-link-down-line {
    margin-left: auto;
}

.custom-class-104 .banner-content .btn-link,
.custom-class-105 .banner-content .btn-link {
    color: var(--theme-white-color);
    border-bottom-color: var(--theme-white-color);
}

.custom-class-105 .banner-content {
    text-align: center;
    width: 75% !important;
    height: 80%;
    border: 3px solid var(--theme-white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-class-106 .banner-content {
    top: 5%;
    left: 9%;
    width: 75%
}

.custom-class-107 .banner-content {
    left: 60px;
    width: 60%
}

.custom-class-108 .banner-content {
    left: 50px;
}

.custom-class-115 {
    height: 100%;
    position: relative
}

.custom-class-115 .content {
    padding: 50px;
    width: 75%;
    color: var(--theme-white-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-class-116 .banner-content {
    width: 500px;
    color: var(--theme-white-color);
    text-align: center;
}

.btn-border,
.btn-border:hover {
    border: 1px solid;
    border-color: var(--theme-dark-color);
    padding: 0 15px;
    line-height: 37px;
    display: table;
    color: var(--theme-dark-color);
}

.custom-class-117 .banner-content {
    text-align: center;
    width: 60%;
}

.custom-class-117 .banner-content a.price {
    font-family: var(--theme-highlight-font);
    color: var(--theme-white-color);
    font-size: 20px;
    font-weight: 600;
}

.custom-class-118 .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.custom-class-118 .banner-image {
    width: 90%;
    margin-left: auto;
}

.custom-class-118 .banner-content .product-tag {
    position: absolute;
    top: 165px;
    left: -160px;
    width: 350px;
    height: 23px;
    transform: rotate(90deg);
}

.custom-class-118 .banner-content .product-tag span {
    position: absolute;
    top: 0;
    left: 40px;
    color: var(--theme-general-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.custom-class-118 .banner-content .product-tag span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    left: -40px;
    background-color: var(--theme-general-color);
    transform: translateY(-50%);
}

.custom-class-118 .banner-content .content-bottom {
    position: absolute;
    bottom: 30px;
    left: 0
}

.thumb-blog-simple .post-content .btn-link-down-line,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line {
    color: var(--theme-general-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}

.thumb-blog-simple .post-content .btn-link-down-line::after,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line::after {
    background-color: var(--theme-general-color);
}

.thumb-blog-simple .post-content .btn-link-down-line:hover,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line:hover {
    color: var(--theme-primary-color);
}

.thumb-blog-simple .post-content .btn-link-down-line:hover::after,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line:hover::after {
    background-color: var(--theme-primary-color);
}

.custom-class-109 .banner-content {
    left: 50px;
    width: 40%;
}

.banner-three .banner-content span {
    font-size: 16px;
    font-weight: 500;
}

.banner-three .banner-content a.btn-link {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: underline !important;
}

.banner-four .off {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    left: -40px;
    top: 40%;
    transform: translateY(-40%);
}

.banner-five img {
    width: 100%;
}

.custom-class-110 .banner-content {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
}

.banner-five .banner-content h5 {
    font-size: 21px;
}

.custom-class-111 .banner-content {
    right: 10%;
    width: 45%;
}

.custom-class-112 .banner-content {
    left: 8%;
    width: 58%;
    bottom: 15%;
}

.custom-class-113 {
    margin-bottom: 25px;
}

.custom-class-113 .banner-content {
    left: 7%;
    width: 60%;
    top: 15%;
}

.custom-class-114 .banner-content {
    left: 50px;
    width: 41%;
}

.banner-six .banner-content h5 {
    font-size: 21px;
}

.banner-six sup {
    top: -12px;
    left: -10px;
}

.banner-seven {
    padding: 50px;
    display: flex;
    align-items: center;
}

.banner-seven .banner-image {
    width: 230px;
    display: inline-table;
}

.banner-seven .banner-content {
    padding-left: 20px;
}

.banner-seven .product-cats a {
    color: var(--theme-general-color);
    font-family: var(--theme-extra-font);
    font-size: 15px;
}

.banner-seven h4 {
    line-height: 36px;
    font-weight: 500;
}

.banner-seven .price-offer {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.banner-seven .price-offer .off {
    font-family: var(--theme-highlight-font);
    font-weight: 600;
    font-size: 30px;
    margin: 0 6px;
}

.banner-seven sup {
    top: -10px;
    left: 0px;
    font-size: 20px;
}

.banner-eight {
    display: flex;
    padding: 40px 30px;
    height: 100%;
    align-items: center;
}

.banner-eight .banner-content {
    width: 370px;
}

.banner-eight h4 {
    font-size: 21px;
    text-transform: uppercase;
}

.banner-eight .price-from {
    font-weight: 600;
    font-size: 15px;
}

.banner-eight .price-from .amount {
    font-size: 30px;
    font-family: var(--theme-highlight-font);
    margin-left: 15px;
}

.banner-eight .price-from .amount sup {
    top: -12px;
    left: -4px;
    font-size: 20px;
}

.banner-eight .banner-image {
    width: 120px;
    margin-left: auto;
}

.categories-banner ul {
    display: flex;
    flex-wrap: wrap;
}

.categories-banner ul li a {
    color: var(--theme-white-color);
    margin-right: 10px;
    padding: 5px 0;
    line-height: 25px;
    font-weight: 500;
}

.banner-nine ul.categories-banner {
    display: flex;
    flex-wrap: wrap;
}

.banner-nine ul.categories-banner li a {
    color: var(--theme-secondary-color);
    margin-right: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}

.banner-nine .banner-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 240px;
    transform: translateY(-50%);
}

.banner-ten .banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.banner-ten .banner-content h4 {
    line-height: 28px;
}

.banner-ten .banner-content span {
    width: 170px;
    display: block;
}

.banner-ten .banner-content .start-form {
    width: 150px;
}

.banner-ten .banner-content .start-form span {
    display: block;
    font-family: var(--theme-highlight-font);
    font-weight: 600;
}

.banner-ten .banner-content .start-form span:first-child {
    font-size: 18px;
    color: var(--theme-extra1-color)
}

.banner-ten .banner-content .start-form span:last-child {
    font-size: 21px;
    color: var(--theme-dark-color)
}

.banner-ten .banner-content .btn-link {
    font-size: 16px;
    font-family: var(--theme-highlight-font);
    margin-top: 20px;
    color: var(--theme-primary-color)
}

.banner-eleven .banner-content {
    padding: 30px;
    width: 260px;
}

.slider.banner-eleven .banner-content {
    width: 350px;
}

.banner-thirteen .banner-content {
    width: 400px;
    text-align: center;
}

.banner-thirteen .banner-content .text-one,
.banner-thirteen .banner-content .text-two {
    color: var(--theme-white-color);
    font-family: var(--theme-extra2-font);
}

.banner-thirteen .banner-content .text-one {
    font-size: 48px;
}

.banner-thirteen .banner-content .text-two {
    font-size: 24px;
}


/* ====================================================================
Extra Category Banner Style Start
=====================================================================*/

.coustom-categories-banner-1 .product-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-white-color);
    width: 90%;
    text-align: center
}

.coustom-categories-banner-1 .product-wrapper .product-info .product-title,
.coustom-categories-banner-1 .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 15px;
}

.coustom-categories-banner-1 .product-wrapper .product-info .strok {
    font-size: 13px;
    font-weight: 400;
    display: block
}

.coustom-categories-banner-2 .product-info {
    position: absolute !important;
    bottom: 0;
    left: 0;
    background-color: var(--theme-white-color);
    display: flex;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px 20px !important;
}

.coustom-categories-banner-2 .product-info .product-title {
    margin-right: 10px;
}

.coustom-categories-banner-2 .product-info .strok {}


/*====================================================================
Offer Section Style Start
=====================================================================*/

.off-item .content {
    margin-left: -15px;
}


/*====================================================================
Flash Deal Section Style Start
=====================================================================*/

.section-head.border-bottom {
    border-bottom: 2px solid #dddddd !important;
    position: relative;
}

.section-head-side-title {
    border-bottom: 2px solid #888888;
    margin-bottom: -2px;
    padding-bottom: 5px;
    width: max-content;
    align-items: center;
}

.trand-ronud {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}


/* ====================================================================
Product Type One Style Start
=====================================================================*/

.today-deal .product-wrapper {
    display: flex;
    align-items: center;
}

.today-deal .product-wrapper .product-info .product-price {
    align-items: start;
}

.today-deal .product-wrapper .product-info .product-price .price {
    flex-direction: column;
    margin-right: 10px;
}

.today-deal .product-wrapper .product-info .product-price .price del {
    margin-left: -8px;
}

.today-deal .product-wrapper .product-info .available-items {
    font-family: var(--theme-extra-font);
    font-size: 13px;
    margin: 5px 0;
}

.border-light {
    border-color: var(--theme-light-color) !important;
}

.border-gray {
    border-color: var(--theme-gray-color) !important;
}

.e-border-one .product-wrapper {
    border-bottom: 1px solid var(--theme-gray-color);
    border-right: 1px solid var(--theme-gray-color);
}

.e-border-one .product-wrapper:hover {
    border-color: transparent;
}

.e-border-three .product-wrapper {
    border: 2px solid var(--theme-gray-color);
}

.e-border-around .product-wrapper {
    border: 1px solid var(--theme-gray-color);
}

.e-hover-border-around .product-wrapper {
    border: 1px solid transparent
}

.e-hover-image-zoom .product-wrapper .product-image {
    overflow: hidden;
}

.e-hover-image-zoom .product-wrapper .product-image img {
    -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;
}

.e-hover-image-zoom .product-wrapper:hover .product-image img {
    transform: scale(1.1);
}

.e-hover-border-around .product-wrapper:hover {
    border-color: var(--theme-gray-color);
}

.e-wrapper-hover-all-white .product-wrapper:hover .product-info .product-price .price ins,
.e-wrapper-hover-all-white .product-wrapper:hover .product-info .star-rating a,
.e-wrapper-hover-all-white .product-wrapper:hover .product-title a {
    color: var(--theme-white-color) !important
}

.e-title-dark .product-wrapper .product-title a {
    color: var(--theme-dark-color) !important
}

.e-title-white .product-wrapper .product-title a {
    color: var(--theme-white-color) !important
}

.e-title-secondary .product-wrapper .product-title a {
    color: var(--theme-secondry-color) !important
}

.e-title-general .product-wrapper .product-title a {
    color: var(--theme-general-color) !important
}

.e-title-hover-primary .product-wrapper .product-title a:hover {
    color: var(--theme-primary-color) !important
}

.e-radius-one .product-wrapper {
    border-radius: 0 0 30px 0
}

.short-info .product-wrapper {
    margin-bottom: 20px;
}

.short-info.owl-carousel .product-wrapper {
    margin-bottom: 0;
}

.short-info .product-wrapper .product-image {
    padding: 10px
}

.short-info .product-wrapper .product-info {
    text-align: center;
}

.short-info .product-wrapper .product-info .product-title {
    margin-bottom: 2px;
    margin-top: 10px;
}

.short-info .product-wrapper .product-info .product-title a {
    font-family: var(--theme-highlight-font);
    font-size: 16px;
}

.short-info .product-wrapper .product-info .strok {
    font-family: var(--theme-extra-font);
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 500;
}

.e-info-center .product-wrapper .product-info {
    text-align: center;
}

.e-info-center .product-wrapper .shipping-feed-back,
.e-info-center .product-wrapper .product-info .product-price {
    justify-content: center
}

.e-my-one .product-wrapper {
    margin: 15px 0 !important;
}

.e-mb-one .product-wrapper {
    margin-bottom: 15px !important;
}

.e-mb-two .product-wrapper {
    margin-bottom: 50px !important;
}

.e-p-one .product-wrapper {
    padding: 15px 15px 0 !important;
}

.e-p-one .product-wrapper .product-info {
    padding: 15px 0;
}

.e-p-30 .product-wrapper {
    padding: 30px;
}

.e-mb-last-one .product.type-product:last-child .product-wrapper,
.e-mb-last-one .item .product.type-product:last-child .product-wrapper {
    margin-bottom: 50px !important;
}

.e-hover-border-one .product.type-product {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.e-hover-border-one .product.type-product:hover {
    border-color: var(--theme-gray-color);
}

.e-bg-primary .product-wrapper,
.e-hover-bg-primary .product-wrapper:hover {
    background-color: var(--theme-primary-color) !important;
}

.e-bg-white .product-wrapper,
.e-hover-bg-white .product-wrapper:hover {
    background-color: var(--theme-white-color) !important;
}

.e-bg-light .product-wrapper,
.e-hover-bg-light .product-wrapper:hover {
    background-color: var(--theme-light-color) !important;
}

.e-image-bg-light .product-wrapper .product-image {
    background-color: var(--theme-light-color);
}

.e-image-bg-gray .product-wrapper .product-image {
    background-color: var(--theme-gray-color);
}

.e-image-bg-white .product-wrapper .product-image {
    background-color: var(--theme-white-color);
}

[class*="e-image-bg-"].e-hover-shadow-one .product-wrapper {
    padding: 10px 10px 0;
}

[class*="e-image-bg-"] .product-wrapper .product-info {
    padding: 15px 0;
}

.e-image-pill .product-wrapper .product-image,
.e-image-pill .product-wrapper .product-image a,
.e-image-pill .product-wrapper .product-image a img {
    border-radius: 50%;
}

.e-hover-shadow-one .product-wrapper:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.e-hover-shadow-one .hover-position-inherit .product-wrapper:hover {
    position: inherit !important;
    height: 100%
}

.e-hover-wrapper-absolute .product-wrapper:hover {
    position: absolute;
    height: auto;
    z-index: 11;
}

.product.type-product {
    position: relative;
}

.product-wrapper {
    height: 100%;
    width: 100%;
    display: table
}

.product-wrapper .product-image {
    position: relative;
}

.product-wrapper .product-image .woocommerce-LoopProduct-link {
    display: block;
}

.product-wrapper .product-image img {
    width: 100%;
}

.product-wrapper .product-image [class*="product-labels"] {
    left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 15px;
    z-index: 9;
}

.e-p-30 .product-wrapper .product-image [class*="product-labels"] {
    left: 0;
    top: 0
}

.product-wrapper .product-image [class*="product-labels"] [class*="box-badge"] {
    padding: 2px 7px !important;
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge"] {
    padding: 2px 7px 2px 7px;
    background-color: var(--theme-light-color);
    margin-bottom: 5px;
    font-family: var(--theme-extra-font);
    font-size: 12px;
}

.product-wrapper .product-image [class*="product-labels"] [class*="shape"] {
    padding: 2px 0px 2px 7px;
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge"]:last-child {
    margin-bottom: 0;
}

.product-wrapper .product-image [class*="product-labels"] [class*="shape1-badge"] {
    position: relative;
}

.product-wrapper .product-image [class*="product-labels"] [class*="shape1-badge"]::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 100%;
    border-top: 20px solid var(--theme-light-color);
    border-right: 15px solid transparent;
}

.product-wrapper .product-image [class*="product-labels"] [class*="shape1-badge"]::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 100%;
    border-bottom: 20px solid var(--theme-light-color);
    border-right: 15px solid transparent;
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge1"] {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color)
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge1"]::before {
    border-top-color: var(--theme-primary-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge1"]::after {
    border-bottom-color: var(--theme-primary-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge2"] {
    background-color: var(--theme-secondary-color);
    color: var(--theme-white-color)
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge2"]::before {
    border-top-color: var(--theme-secondary-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge2"]::after {
    border-bottom-color: var(--theme-secondary-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge3"] {
    background-color: var(--theme-extra-color);
    color: var(--theme-white-color)
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge3"]::before {
    border-top-color: var(--theme-extra-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge3"]::after {
    border-bottom-color: var(--theme-extra-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge4"] {
    background-color: var(--theme-extra2-color);
    color: var(--theme-white-color)
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge4"]::before {
    border-top-color: var(--theme-extra2-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge4"]::after {
    border-bottom-color: var(--theme-extra2-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge5"] {
    background-color: var(--theme-extra3-color);
    color: var(--theme-white-color)
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge5"]::before {
    border-top-color: var(--theme-extra3-color);
}

.product-wrapper .product-image [class*="product-labels"] [class*="badge5"]::after {
    border-bottom-color: var(--theme-extra3-color);
}

.product-wrapper .product-image .wishlist-view {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.product-wrapper:hover .product-image .wishlist-view {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.product-wrapper .product-image .wishlist-view a {
    color: #828282;
    text-indent: -9999999px;
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
}

.icon-hover-primary .product-wrapper .product-image .wishlist-view a:hover {
    color: var(--theme-primary-color) !important
}

.product-wrapper .product-image .wishlist-view a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Flaticon;
    font-style: normal;
    text-indent: 0px;
}

.product-wrapper .product-image .wishlist-view a.quickview-btn::after {
    content: "\f154";
}

.product-wrapper .product-image .wishlist-view a.add_to_wishlist::after {
    content: "\f132";
}

a.add_to_cart_button:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
    filter: brightness(100%);
}

.cart-slide-up .product-wrapper {
    overflow: hidden;
}

.cart-slide-up .product-wrapper .hover-area {
    position: absolute;
    bottom: -100%;
}

.cart-slide-up .product-wrapper:hover .shipping-feed-back {
    opacity: 0;
}

.cart-slide-up .product-wrapper:hover .hover-area {
    bottom: 9px;
}

.e-btn-set-two.cart-slide-up:not([class*="e-image-bg-"]) .product-info .hover-area {
    width: calc(100% - 20px)
}

.btn-cart-wishlist {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn-cart-wishlist .cart-button,
.btn-cart-wishlist .wishlist-view-round {
    margin-bottom: 20px;
}

.e-btn-set-one .product-wrapper .hover-area .cart-button .button.add_to_cart_button {
    height: 35px;
    line-height: 35px;
}

.e-btn-set-one .product-wrapper .hover-area {
    justify-content: start !important;
}

.e-btn-set-one .product-wrapper .hover-area [class*="-button"] {
    margin-right: 5px;
}

.e-btn-set-one .cart-button .button.add_to_cart_button,
.e-btn-set-two .cart-button .button.add_to_cart_button,
.btn-cart-wishlist .cart-button .button.add_to_cart_button {
    position: relative;
    color: var(--theme-dark-color);
    padding: 0 25px 0 45px;
    line-height: 40px;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    text-transform: inherit;
    top: 0;
    font-weight: 600;
}

.ecommerce-header .cart-view i {
    margin-right: 0;
}

.e-btn-set-two .cart-button .button.add_to_cart_button {
    padding: 0 0 0 20px;
    line-height: 35px;
}

.e-btn-set-two .cart-button {
    margin-right: auto;
}

.e-btn-set-one .cart-button .button.add_to_cart_button {
    border: 1px solid var(--theme-gray-color);
    background-color: var(--theme-light-color);
}

.e-btn-set-three .cart-button a.button.add_to_cart_button,
.e-btn-set-four .cart-button a.button.add_to_cart_button {
    opacity: 1;
    visibility: visible;
}

.e-btn-set-three .cart-button a.button.add_to_cart_button {
    top: 50%;
    transform: translateY(-50%);
}

.e-btn-set-four .cart-button a.button.add_to_cart_button {
    top: 0;
}

.e-btn-set-three .cart-button a.button.add_to_cart_button::after,
.e-btn-set-four .cart-button a.button.add_to_cart_button::after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-cart-wishlist .cart-button .button.add_to_cart_button {
    border-radius: 50rem !important;
    border: 2px solid var(--theme-dark-color);
}

.e-btn-set-one .cart-button .button.add_to_cart_button::after,
.e-btn-set-one .hover-area .wishlist-button a::after,
.e-btn-set-one .hover-area .compare-button a::after,
.e-btn-set-two .cart-button .button.add_to_cart_button::after,
.e-btn-set-two .hover-area .wishlist-button a::after,
.e-btn-set-two .hover-area .compare-button a::after,
.e-btn-set-three .hover-area .wishlist-button a::after,
.e-btn-set-three .hover-area .compare-button a::after,
.e-btn-set-three .cart-button .button.add_to_cart_button::after,
.e-btn-set-four .hover-area .quickview-button a::after,
.e-btn-set-four .hover-area .wishlist-button a::after,
.e-btn-set-four .hover-area .compare-button a::after,
.e-btn-set-four .cart-button .button.add_to_cart_button::after,
.btn-cart-wishlist .cart-button .button.add_to_cart_button::after,
.btn-cart-wishlist [class*="wishlist-view-"] a::after {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-style: normal;
}

.e-btn-set-two .cart-button .button.add_to_cart_button::after {
    left: 0;
    top: 15px;
}

.btn-cart-wishlist .cart-button .button.add_to_cart_button::after {
    content: "\f15f";
}

.e-btn-set-four .hover-area .quickview-button a::after {
    content: "\f17c";
}

.e-btn-set-one .hover-area .wishlist-button a,
.e-btn-set-one .hover-area .compare-button a,
.e-btn-set-two .hover-area .wishlist-button a,
.e-btn-set-two .hover-area .compare-button a,
.e-btn-set-three .hover-area .wishlist-button a,
.e-btn-set-three .hover-area .cart-button a,
.e-btn-set-three .hover-area .compare-button a,
.e-btn-set-four .hover-area .wishlist-button a,
.e-btn-set-four .hover-area .cart-button a,
.e-btn-set-four .hover-area .quickview-button a,
.e-btn-set-four .hover-area .compare-button a,
.btn-cart-wishlist [class*="wishlist-view-"] a {
    width: 35px;
    height: 35px;
    background-color: var(--theme-primary-color);
    color: var(--theme-dark-color);
    display: block;
    position: relative;
    text-indent: -9999px;
}

.btn-cart-wishlist [class*="wishlist-view-"] a {
    width: 40px;
    height: 40px;
}

.e-btn-set-one .hover-area .wishlist-button a,
.e-btn-set-one .hover-area .compare-button a,
.e-btn-set-three .hover-area .wishlist-button a,
.e-btn-set-three .hover-area .cart-button a,
.e-btn-set-three .hover-area .compare-button a {
    background-color: var(--theme-light-color);
    border: 1px solid var(--theme-gray-color);
}

.e-btn-set-four .hover-area .wishlist-button a,
.e-btn-set-four .hover-area .cart-button a,
.e-btn-set-four .hover-area .quickview-button a,
.e-btn-set-four .hover-area .compare-button a {
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-gray-color);
}

.e-btn-set-four .hover-area [class*="-button"] a:hover {
    background-color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-white-color)
}

.e-btn-set-two .hover-area .wishlist-button a,
.e-btn-set-two .hover-area .compare-button a {
    background-color: transparent;
    border: none;
}

.e-btn-set-five .hover-area {
    border: none !important;
    padding: 0 !important;
}

.e-btn-set-five .hover-area .add_to_cart_button {
    opacity: 1;
    visibility: visible;
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-gray-color);
    padding: 0 15px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 500 !important;
    top: 0;
    color: var(--theme-dark-color)
}

.e-btn-set-five .hover-area .add_to_cart_button::after,
.e-btn-set-five .hover-area .wishlist-button,
.e-btn-set-five .hover-area .compare-button {
    display: none;
}

.e-btn-set-six .cart-button a {
    display: table;
    padding: 10px 20px 10px 45px !important;
    background-color: var(--theme-secondary-color);
    font-size: 12px;
    text-transform: uppercase;
    color: var(--theme-white-color) !important;
    font-weight: 400 !important;
    margin-top: 15px;
}

.e-btn-set-six.e-btn-set-primary [class*="-button"] a {
    background: var(--theme-primary-color);
}

.e-btn-set-six.e-info-center .cart-button a {
    margin: 15px auto 0;
}

.btn-cart-wishlist .wishlist-view-round a {
    border-radius: 50%;
}

.btn-cart-wishlist [class*="wishlist-view-"] {
    display: flex;
    margin-left: 10px;
}

.e-btn-set-one .hover-area .wishlist-button a::after,
.e-btn-set-one .hover-area .compare-button a::after,
.e-btn-set-two .hover-area .wishlist-button a::after,
.e-btn-set-two .hover-area .compare-button a::after,
.e-btn-set-three .hover-area .wishlist-button a::after,
.e-btn-set-three .hover-area .compare-button a::after,
.e-btn-set-four .hover-area .wishlist-button a::after,
.e-btn-set-four .hover-area .quickview-button a::after,
.e-btn-set-four .hover-area .compare-button a::after,
.btn-cart-wishlist [class*="wishlist-view-"] a::after {
    text-indent: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.e-btn-set-one .hover-area .compare-button a::after,
.e-btn-set-two .hover-area .compare-button a::after,
.e-btn-set-three .hover-area .compare-button a::after,
.e-btn-set-four .hover-area .compare-button a::after,
.btn-cart-wishlist [class*="wishlist-view-"] .compare-button a::after {
    content: "\f166";
    text-indent: 0px;
}

.e-btn-set-one .hover-area .wishlist-button a::after,
.e-btn-set-two .hover-area .wishlist-button a::after,
.e-btn-set-three .hover-area .wishlist-button a::after,
.e-btn-set-three .hover-area .cart-button a::after,
.e-btn-set-four .hover-area .wishlist-button a::after,
.e-btn-set-four .hover-area .cart-button a::after,
.product-wrapper .product-image .wishlist-view .wishlist-button a::after,
.btn-cart-wishlist [class*="wishlist-view-"] .wishlist-button a::after {
    content: "\f132";
    text-indent: 0px;
}

.e-btn-set-four .hover-area .cart-button a::after {
    content: "\f15f";
}

.e-btn-set-one .product-wrapper .hover-area,
.e-btn-set-two .product-wrapper .hover-area,
.e-btn-set-three .product-wrapper .hover-area,
.e-btn-set-four .product-wrapper .hover-area {
    border-top: none;
    padding: 0;
}

.e-btn-set-two .product-wrapper .hover-area,
.e-btn-set-three .product-wrapper .hover-area,
.e-btn-set-four .product-wrapper .hover-area {
    justify-content: initial;
}

.e-btn-set-four .product-wrapper .hover-area {
    flex-direction: column;
    position: absolute;
    right: -40px;
    bottom: 15px;
    width: auto;
    margin: 0;
}

.e-btn-set-four .product-wrapper:hover .hover-area {
    right: 15px;
}

.e-btn-set-four .product-wrapper .hover-area [class*="-button"]+[class*="-button"] {
    margin-top: 5px;
}

.e-btn-set-three .product-wrapper .hover-area [class*="-button"] {
    margin-right: 5px;
}

.e-btn-set-hover-primary [class*="-button"] a:hover {
    color: var(--theme-primary-color) !important
}

.btn-cart-wishlist [class*="wishlist-view-"] a {
    margin-left: 5px;
}

.btn-cart-wishlist [class*="wishlist-view-"] [class*="-button"]:first-child a {
    margin-left: 0;
}

.product-wrapper .product-image .product-variations {
    padding: 5px 10px;
    width: max-content;
    position: absolute;
    top: calc(100% - 35px);
    left: 10px;
    display: none;
    align-items: center;
}

.product-wrapper .product-image .product-variations span {
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 2px;
}

.product-wrapper .product-image .product-variations span.active {
    border-color: #000;
    background-color: var(--theme-white-color);
}

.product-wrapper .product-image .product-variations span+span {
    margin-left: 5px;
}

.product-wrapper .product-image .product-variations span a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
}

.product-wrapper .product-info {
    padding: 15px;
    position: relative;
}

.product-wrapper .product-info .product-cats {
    margin-bottom: 5px;
}

.product-wrapper .product-info .product-cats a {
    font-family: var(--theme-extra-font);
    font-size: 14px;
    color: var(--theme-general-color);
    font-weight: 400;
}

.product-wrapper .product-info .product-title,
.product-wrapper .product-info .product-title a {
    font-family: var(--theme-general-font);
    color: #000;
    font-weight: 500;
    font-size: 16px;
    max-height: 40px;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
}

.short-info .product-wrapper .product-info {
    padding: 0;
}

.short-info .product-wrapper .product-info .product-title,
.short-info .product-wrapper .product-info .product-title a {
    height: auto;
    margin-bottom: 0;
    display: block;
}

.product-wrapper .product-info .product-title a:hover {
    text-decoration: none;
}

.product-wrapper .product-info .product-price {
    display: flex;
    align-items: center;
    min-height: 25px;
    flex-wrap: wrap;
}

.product-wrapper .product-info .product-price .price {
    display: flex;
    align-items: center;
}

.product-wrapper .product-info .product-price .price ins {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--theme-general-font);
    color: var(--theme-extra-color);
    text-decoration: none;
}

.product-wrapper .product-info .product-price .price del {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--theme-general-font);
    color: #abadae;
    margin-left: 5px;
}

div.summary .product-price-discount,
.product-wrapper .on-sale {
    font-family: var(--theme-extra-font);
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    background-color: #f9eaea;
    color: var(--theme-dark-color);
    padding: 2px 5px;
}

.product-wrapper .product-image .on-sale {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: var(--theme-general-font);
    background-color: var(--theme-extra-color);
    margin: 0;
    color: var(--theme-white-color);
    padding: 2px 7px;
}

.product-wrapper .shipping-feed-back {
    display: flex;
    justify-content: space-between;
    color: var(--theme-dark-color);
    margin-top: 10px;
    -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;
}

.shipping-cost {
    color: var(--theme-dark-color);
    font-weight: 600;
    font-size: 12px;
    font-family: var(--theme-extra-font);
    display: none;
}

.product-wrapper .shipping-feed-back .sold-items {
    font-family: var(--theme-extra-font);
    font-size: 14px;
    color: var(--theme-general-color);
    font-weight: 400;
}

.product-wrapper .shipping-feed-back .shipping-cost,
.product-wrapper .shipping-feed-back .star-rating {
    display: flex;
    align-items: center;
    font-family: var(--theme-extra-font);
}

.product-wrapper .product-info .star-rating a,
.product-wrapper .product-info .star-rating a:hover {
    color: #787878;
    text-decoration: none;
}

.product-wrapper .product-info .star-rating a {
    font-size: 14px;
    font-weight: 400;
}

.product-wrapper .product-info .star-rating .rating-counts-wrap {
    margin-left: 2px;
}

.sold-items span:last-child {
    margin-left: 2px;
}

.product-wrapper .product-info .bar-progress {
    margin: 15px 0 30px;
}

.product-wrapper .product-info .progress .skill-percent {
    display: flex;
}

.product-wrapper .hover-area {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-top: 10px;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #ececec;
    display: flex;
}

.e-hover-wrapper-absolute .product-wrapper .hover-area {
    display: none;
}

.product-wrapper .cart-button a,
.product-wrapper .quickview-button a,
.product-wrapper .wishlist-button a,
.product-wrapper .compare-button a {
    color: var(--theme-general-color);
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.product-wrapper .cart-button a::after,
.product-wrapper .quickview-button a::after,
.product-wrapper .wishlist-button a::after,
.product-wrapper .compare-button a::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-style: normal;
}

.product-wrapper .wishlist-view-round .cart-button a::after,
.product-wrapper .wishlist-view-round .quickview-button a::after,
.product-wrapper .wishlist-view-round .wishlist-button a::after,
.product-wrapper .wishlist-view-round .compare-button a::after {
    left: 12px;
}

.e-btn-set-six .product-wrapper .cart-button a::after {
    left: 20px
}

.product-wrapper .compare-button a::after {
    content: "\f166";
    font-size: 13px;
}

.product-wrapper .cart-button a::after {
    content: "\f15f";
    font-size: 13px;
}

.product-wrapper:hover .product-variations,
.e-hover-wrapper-absolute .product-wrapper:hover .hover-area,
.show-hover-area .product-wrapper .hover-area,
.hidden-hover-area .product-wrapper .hover-area {
    display: flex;
}

.hidden-hover-area .product-wrapper .hover-area {
    opacity: 0;
    visibility: hidden;
}

.hidden-hover-area .product-wrapper:hover .hover-area {
    opacity: 1;
    visibility: visible;
}

.product-wrapper .product-image .savings {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--theme-primary-color);
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.product-wrapper .product-image .savings span {
    display: block;
    font-family: var(--theme-general-font);
    color: var(--theme-dark-color);
    font-weight: 500;
}

.product-wrapper .product-image .savings span.savings-text {
    font-size: 14px;
    font-weight: 500;
}

.product-wrapper .product-image .savings span.woocommerce-Price-amount {
    font-size: 21px;
}

.product-utilities {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    flex-wrap: wrap;
}

.product-utilities .weight,
.product-utilities .time,
.product-utilities .delivery {
    display: flex;
    align-items: center;
}


/*====================================================================
Food Corner Page Style Start
=====================================================================*/

.custom-class-119 .taste-content,
.custom-class-120 .taste-content {
    padding: 10px 25px;
    color: var(--theme-white-color);
    outline: 2px dashed;
    display: table;
    font-size: 21px;
    font-weight: 400;
}

.custom-class-120 .taste-content {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
    padding: 15px 30px;
    margin-top: 20px;
}

.custom-class-119 .display-1 {
    font-size: 100px;
    font-weight: 700;
    margin: 30px 0 20px;
    color: var(--theme-extra2-color);
    text-transform: uppercase;
}

.custom-class-119 .display-2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--theme-white-color);
    text-transform: uppercase
}

.custom-class-120 .display-5 {
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0;
}

.custom-class-119 p,
.custom-class-120 p {
    font-size: 18px;
    color: var(--theme-white-color);
    line-height: 30px;
    margin-top: 20px;
}

.custom-class-119 .display-3 {
    font-size: 24px;
    color: var(--theme-white-color);
    margin: 20px 0;
}

.custom-class-119 .delivary-express {
    position: relative;
    padding: 5px 25px;
    background-color: var(--theme-primary-color);
    font-weight: 500;
    font-size: 20px;
    display: flex;
    width: max-content;
    color: var(--theme-white-color);
    align-items: center;
    margin: 30px 0;
}

.custom-class-119 .delivary-express::before,
.custom-class-119 .delivary-express::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 100%;
    border-right: 30px solid transparent;
}

.custom-class-119 .delivary-express::before {
    border-top: 40px solid var(--theme-primary-color);
}

.custom-class-119 .delivary-express::after {
    border-bottom: 40px solid var(--theme-primary-color);
}

.custom-class-119 .delivary-express .delivery-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-class-119 .price {
    position: absolute;
    bottom: 0;
    left: 0
}

.custom-class-119 .email {
    font-size: 21px;
    font-weight: 400;
    color: var(--theme-white-color);
    text-align: right;
    margin-top: 30px;
}

.custom-class-122 .banner-content {
    top: 50%;
    right: 12%;
    text-align: right;
    height: 320px;
    width: 130px;
}

.custom-class-122 .banner-content::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid var(--theme-primary-color);
    background-color: transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.custom-class-122 .banner-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 70%;
    transform: translateY(-50%);
    background: var(--theme-light-color)
}

.custom-class-122 .middle-content {
    position: absolute;
    top: 50%;
    right: 50px;
    width: max-content;
    transform: translateY(-50%);
    z-index: 9;
}

.custom-class-122 .up-to-sale {
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-extra-color);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.custom-class-122 h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0;
}

.custom-class-122 .category {
    font-weight: 500;
    font-size: 15px;
    color: var(--theme-secondary-color);
    text-transform: uppercase;
}

.custom-class-123 .banner-content,
.custom-class-126 .banner-content {
    width: 90%;
    height: 90%;
    background-color: var(--theme-white-opacity90-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.custom-class-123 .banner-content .middle-content,
.custom-class-126 .banner-content .middle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.custom-class-123 .banner-content .category {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-secondary-color);
    letter-spacing: 2px;
}

.custom-class-123 .banner-content .sale,
.custom-class-126 .banner-content .sale {
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-extra-color);
    letter-spacing: 10px;
    display: block;
}

.custom-class-123 .banner-content .up-to-sale {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    display: block;
    margin-bottom: 25px;
}

.custom-class-124 .banner-content {
    top: 0;
    left: 0;
    padding: 50px
}

.custom-class-124 .banner-content .category {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-secondary-color);
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.custom-class-124 .banner-content h3 {
    margin: 10px 0 30px;
}

.custom-class-124 .banner-content h3 a {
    color: var(--theme-primary-color);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.custom-class-123 .banner-content .btn,
.custom-class-124 .banner-content .btn {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.custom-class-125 .banner-content {
    left: 30px;
    bottom: 30px;
}

.custom-class-125 .banner-content .category {
    font-weight: 500;
    text-transform: uppercase;
}

.custom-class-125 .banner-content .title,
.custom-class-127 .banner-content .title,
.custom-class-128 .banner-content .title,
.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title,
.custom-class-132 .banner-content .title {
    position: relative;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 10px 0 30px;
}

.custom-class-127 .banner-content .title,
.custom-class-128 .banner-content .title,
.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title,
.custom-class-132 .banner-content .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title {
    margin-left: auto;
    display: table
}

.custom-class-125 .banner-content .title::after,
.custom-class-127 .banner-content .title::after,
.custom-class-128 .banner-content .title::after,
.custom-class-130 .banner-content .title::after,
.custom-class-131 .banner-content .title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--theme-secondary-color);
    top: 100%;
    left: 0;
}

.custom-class-126 .banner-content .category {
    font-size: 17px;
    font-weight: 400;
    color: var(--theme-secondary-color);
    letter-spacing: 2px;
    font-family: var(--theme-highlight-font);
}

.custom-class-126 .banner-content .sale {
    color: var(--theme-primary-color);
}

.custom-class-126 .banner-content .up-to-sale {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    display: block;
    margin-bottom: 25px;
    letter-spacing: 6px;
}

.custom-class-126 .banner-content .btn {
    border-radius: 0;
}

.custom-class-127 .banner-content {
    top: 0;
    left: 0;
    padding: 20px
}

.custom-class-128 .banner-content,
.custom-class-132 .banner-content {
    bottom: 0;
    left: 0;
    padding: 20px
}

.custom-class-129 .banner-content {
    top: 0;
    left: 0;
    padding: 50px
}

.custom-class-130 .banner-content {
    top: 0;
    right: 0;
    padding: 20px
}

.custom-class-131 .banner-content {
    bottom: 0;
    right: 0;
    padding: 20px
}

.custom-class-130 .banner-content,
.custom-class-131 .banner-content {
    text-align: right
}

.custom-class-133 .banner-content {
    bottom: 0;
    left: 0;
    padding: 20px
}

.custom-class-134 .banner-content {
    width: 450px;
    text-align: center
}

.food-menu-list {
    position: relative;
}

.food-menu-list .quantity {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: var(--theme-light-color);
    color: var(--theme-dark-color);
    margin: 0 !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
}

.food-menu-list a {
    color: var(--theme-white-color);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.food-menu-list a span {
    color: var(--theme-primary-color);
}

.food-menu-list>p {
    font-size: 15px;
    padding-right: 70px;
}

.family-food-image {
    margin-bottom: -130px;
    position: relative;
    z-index: 1
}


/*====================================================================
Classic Fashion Page Style Start
=====================================================================*/

.down-line-secondary {
    padding-bottom: 15px;
    position: relative
}

.down-line-secondary::before {
    width: 100px;
    height: 2px;
    background: var(--theme-secondary-color);
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
}

.custom-class-121 .banner-image {
    width: 80%
}

.custom-class-121.image-right .banner-image {
    margin-left: auto;
}

.custom-class-121 .banner-content {
    bottom: 10%;
    right: 0;
    width: 225px;
}

.custom-class-121.image-right .banner-content {
    left: 0;
    width: 250px;
    text-align: right;
    right: auto;
}

.custom-class-121 .product-tag {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    letter-spacing: 3px;
}

.custom-class-121 h2 {
    margin: 10px 0 20px;
}

.custom-class-121.image-right .btn-link-right-line {
    margin-left: auto;
}

.products-avilable-number {
    background: url("../images/shape/4.png") no-repeat top right;
    display: flex;
    flex-direction: column;
    height: 540px;
}

.products-avilable-number .counting,
.products-avilable-number .title {
    font-weight: 400;
    color: var(--theme-secondary-color);
    display: block;
    text-align: right;
    letter-spacing: 5px;
}

.products-avilable-number .counting {
    font-size: 72px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.products-avilable-number .title {
    font-size: 30px
}

.offer-product .product-wrapper .product-info {
    padding: 0
}

.offer-product .product-wrapper .product-info .product-cats a {
    font-family: var(--theme-extra-font);
    font-size: 15px;
    color: var(--theme-general-color);
}

.offer-product .product-wrapper .product-info .product-cats {
    margin-bottom: 10px;
}

.offer-product .product-wrapper .product-info .product-title,
.offer-product .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.offer-product .product-wrapper .product-info .product-price {
    margin: 10px 0
}


/*====================================================================
Products list Style Start
=====================================================================*/

.product-list.e-bg-white .product-wrapper::before {
    background: var(--theme-white-color);
}

.product-list.e-bg-light .product-wrapper::before {
    background: var(--theme-light-color);
}

.product-list .product-wrapper:hover::before {
    display: block
}

.product-list .product-wrapper .product-image .wishlist-view {
    top: 10px;
    right: 0px;
}

.product-list .product-wrapper .product-image {
    width: 34.5%;
    height: 100%;
}

.product-list .product-wrapper .product-info {
    width: 65.5%;
    height: 100%;
}

.product-list .product-wrapper:hover .hover-area {
    box-shadow: none;
}


/*====================================================================
Breadcrumb Style Start
=====================================================================*/

.breadcrumb-divider-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: var(--theme-secondary-color);
}

.breadcrumb-divider-slash .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
    color: var(--theme-secondary-color);
}

.breadcrumb-divider-dot .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ".");
    color: var(--theme-secondary-color);
}


/*====================================================================
Woocommerce Products Header Style Start
=====================================================================*/

.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 select {
    border-radius: 50rem;
    border: 1px solid var(--theme-gray-color);
    margin-left: 10px;
    background-color: var(--theme-white-color);
    height: 40px;
}

.woocommerce-ordering {
    margin: 0 25px 0 0;
}

.products-view a {
    color: var(--theme-secondary-color)
}

.products-view a:last-child {
    margin-left: 10px;
}


/*====================================================================
Woocommerce Single Shop Style Start
=====================================================================*/

.woocommerce-Reviews {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.woocommerce-tabs #reviews #respond #reply-title {
    font-weight: 500;
    color: var(--theme-dark-color);
    font-size: 24px;
    padding-bottom: 25px;
    display: inline-block;
    text-transform: capitalize;
}

.comment-form-rating label {
    margin-right: 15px
}

.submit.btn {
    height: 45px;
    font-weight: 600 !important;
}

.stars {
    display: inline-block
}

.stars .star {
    float: left;
}

.stars .star+.star {
    padding-left: 10px;
}

.star.hover {
    color: #fcc400;
}

.comment-form-rating {
    display: flex
}

.product_title.entry-title {
    font-size: 24px;
}

.bigbazar-arrow::before {
    top: -20px;
    right: 30px;
    content: "\f158";
    position: absolute;
    font-family: flaticon !important;
}

.summary.entry-summary {
    max-width: 100% !important;
}

.product-navigation-share {
    position: absolute;
    right: 0;
    top: 0;
}

.product-navigation-share .product-share {
    margin-right: 15px;
}

.product-navigation-share .bigbazar-social {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    position: absolute;
    opacity: 0;
    right: -20px;
    top: 100%;
    visibility: hidden;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    display: flex;
    background-color: var(--theme-white-color);
}

.product-navigation-share .product-share:hover .bigbazar-social {
    opacity: 1;
    visibility: visible;
}

.product-navigation-share .product-share .bigbazar-social a {
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    color: var(--theme-dark-color);
}

.product-navigation-share .product-share .bigbazar-social a:hover {
    color: var(--theme-primary-color);
}

div.summary-inner>p.price,
div.summary-inner>span.price {
    font-size: 24px;
    margin-bottom: 0;
    display: inline-flex !important;
    font-weight: 500;
    color: var(--theme-dark-color)
}

.woocommerce-product-rating .fancy-star-rating {
    display: flex;
    align-items: center;
}

.fancy-star-rating .fancy-rating.good {
    background-color: #388e3c;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 4px;
}

.rating-counts-wrap {
    cursor: pointer;
    padding-left: 5px;
}

div.summary .product-price-discount,
div.summary .product-price-summary {
    display: inline-flex;
    vertical-align: super;
}

div.summary .product-price-summary {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

div.summary .price-summary {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    left: 50%;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transform: translate(-50%, 10px);
    width: 310px;
    background: var(--theme-white-color)
}

div.summary .price-summary .price-summary-content {
    padding: 15px;
}

div.summary .price-summary label {
    -ms-flex: auto;
    flex: auto;
    padding-right: 24px;
}

div.summary .price-summary label span {
    font-size: 10px;
}

div.summary .price-summary li {
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: 500;
}

div.summary .price-summary .discount span {
    color: var(--theme-primary-color)
}

div.summary .price-summary .total-discount {
    border-top: 1px solid var(--theme-gray-color);
    border-bottom: 1px solid var(--theme-gray-color);
    padding: 5px 0;
}

div.summary .price-summary .overall-discount {
    display: block;
    font-weight: 600;
    padding-top: 5px;
    color: var(--theme-secondary-color)
}

div.summary .price-summary.bigbazar-arrow::before {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
}

div.summary .product-price-summary:hover .price-summary {
    opacity: 1;
    visibility: visible;
}

div.summary .product-price-summary>i {
    box-sizing: border-box;
    border: 1px solid var(--theme-gray-color);
    background-color: var(--theme-white-color);
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

div.summary .stock-availability.in-stock {
    color: #388e3c;
    margin: 15px 0;
    font-weight: 500;
    font-size: 13px;
}

.product-offer-item {
    margin: 10px 0;
}

.product-offer-item::before {
    content: "\f02b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    color: var(--theme-primary-color);
}

div.summary .product-term-wrap {
    display: inline-block;
    margin-left: 5px;
    color: var(--theme-secondary-color);
    font-weight: 600;
    cursor: pointer;
}

div.summary .woocommerce-product-details__short-description,
div.summary .product-services {
    display: flex;
    margin-top: 1.5em;
}

form.cart .variations td.label,
div.summary .woocommerce-product-details__short-description>span,
div.summary .product-services>span {
    width: 115px;
    font-weight: 600;
    padding-right: 0;
}

form.cart .variations td.label label {
    width: 115px;
    font-weight: 600;
}

div.summary .woocommerce-product-details__short-description .short-description,
div.summary .product-services .product-services-list {
    flex: 0 0 calc(100% - 115px);
}

div.summary .product-services .product-services-list,
div.summary .woocommerce-product-details__short-description .short-description ul {
    list-style: disc;
    line-height: 28px;
}

div.summary .product-brands,
div.summary .variations_form.cart {
    margin-top: 1.5em;
}

form.cart .variations {
    width: 100%;
}

.variations_form table tr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.variations_form table tr form.cart table td {
    padding: 10px 10px 10px 0;
}

.entry-summary form div {
    margin-bottom: 0 !important;
}

.bigbazar-swatches {
    display: flex;
}

.bigbazar-swatches .swatch.swatch-selected {
    border-color: #2370F4;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bigbazar-swatches .swatch {
    border: 2px solid transparent;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.bigbazar-swatches .swatch.swatch-color span {
    text-indent: -99999px;
}

.bigbazar-swatches .swatch.swatch-circle,
.bigbazar-swatches .swatch.swatch-circle span,
.bigbazar-swatches .swatch.swatch-circle img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.bigbazar-swatches .swatch span,
.bigbazar-swatches .swatch img {
    display: inline-block;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px;
    transition: all 0.3s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity {
    display: inline-block;
    margin: 0 45px;
    position: relative;
    margin-bottom: 30px !important;
}

.quantity input {
    display: table;
    width: 70px;
    height: 40px;
    text-align: center;
    margin-right: 0 !important;
}

.quantity-nav {
    position: absolute;
    height: 42px;
    width: calc(100% + 90px);
    left: -45px;
    display: flex;
    justify-content: space-between;
    top: 0;
}

.quantity-button {
    cursor: pointer;
    border: 1px solid var(--theme-gray-color);
    width: 40px;
    text-align: center;
    color: var(--theme-general-color);
    font-size: 15px;
    line-height: 36px;
    height: 40px;
}

.reset_variations {
    border: 1px solid var(--theme-gray-color);
    padding: 7px 10px;
    font-weight: 600;
    color: var(--theme-dark-color);
}

.single_variation_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.bigbazar-quick-buy {
    margin-left: 10px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    width: max-content;
    margin-left: 10px;
}

.entry-summary form div button {
    height: 40px;
    line-height: 30px;
}

div.product form.variations_form.cart .single_variation {
    margin-bottom: 1em;
}

div.summary .woocommerce-variation-price span.price {
    font-size: 22px;
}

div.summary .woocommerce-variation-price span.price del {
    font-size: 14px;
    opacity: .5;
    display: inline-block;
    font-weight: 400;
    margin-left: 8px;
    order: 2;
}

.product span.price ins {
    background: none;
    padding: 0;
    color: inherit;
    border-radius: 0;
    order: 1;
}

.summary.entry-summary .price ins {
    font-size: 25px;
    color: var(--theme-dark-color);
    font-weight: 600;
}

.yith-wcwl-add-to-wishlist {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 20px 0;
}

.yith-wcwl-add-to-wishlist [class*="-button"] a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.yith-wcwl-add-to-wishlist [class*="-button"] a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-style: normal;
}

.yith-wcwl-add-to-wishlist .whishlist-button a::before {
    content: "\f132";
}

.yith-wcwl-add-to-wishlist .compare-button a::before {
    content: "\f166";
}

.yith-wcwl-add-to-wishlist .size-guide-button a::before {
    content: "\f16e";
}

.yith-wcwl-add-to-wishlist [class*="-button"] a {
    color: var(--theme-dark-color)
}

.yith-wcwl-add-to-wishlist [class*="-button"] a:hover {
    color: var(--theme-primary-color)
}

.product_meta {
    display: flex;
    flex-direction: column
}

.product_meta>span {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-dark-color);
    margin: 5px 0;
}

.product_meta>span span,
.product_meta>span a {
    font-weight: 400;
    color: var(--theme-general-color);
}

.product_meta>span a:hover {
    color: var(--theme-primary-color);
}

.product-tab-table {
    border: 1px solid var(--theme-gray-color);
    display: table;
}

.comment-form label {
    margin-bottom: 10px;
    display: block;
}

.summary.entry-summary,
.woocommerce-product-gallery {
    max-width: 100%;
    padding: 0;
}

.brand-image {
    display: block;
    width: 200px
}

.detail-desc-decorate-title {
    margin-bottom: 9px;
}

.detail-desc-decorate-content li {
    margin-bottom: 10px;
}

table.shop_attributes {
    width: 100%
}

table.shop_attributes tr {
    border: 1px solid var(--theme-gray-color)
}

table.shop_attributes th {
    width: 200px;
    padding: 8px;
}

table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

table.shop_attributes tr:nth-child(2n) td,
table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0, 0, 0, .025);
}


/* Single Shop elevateZoom Style Start*/

.woocommerce-product-gallery__wrapper {
    background-color: transparent;
}

.product-slide-thumb {
    display: flex;
    margin-top: 30px;
}

.product-slide-thumb a:not(:last-child) {
    margin-right: 20px;
}


/*====================================================================
Left sidebar Style Start
=====================================================================*/

#sidebar .widget:last-child {
    margin-bottom: 0 !important;
}

.search-widget input {
    padding: 13px 35px 13px 20px;
}

.widget-padding-one .widget {
    padding: 25px 20px;
    border: none
}

.widget_product_categories ul li {
    border: none;
    position: relative;
}

.widget_product_categories ul li a {
    font-size: 14px;
    font-weight: 500;
}

.widget_product_categories .cat-item.cat-parent.open>a,
.widget_product_categories ul li a:hover {
    color: var(--theme-primary-color);
}

.widget_product_categories .cat-item.cat-parent>a {
    position: relative;
    display: table;
}

.widget_product_categories .cat-item.cat-parent>span {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}

.widget_product_categories .cat-item.cat-parent>span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
}

.widget_product_categories .cat-item.cat-parent ul.children {
    margin-left: 15px;
    display: none;
}

.widget_product_categories .cat-item.cat-parent.open ul.children {
    display: block;
    margin-top: 5px;
}

.widget_product_categories .cat-item.cat-parent a span {
    float: inherit;
    margin-left: 3px;
}

.widget.widget_laye#888888_nav li.wc-laye#888888-nav-term {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    color: var(--theme-general-color);
    cursor: pointer;
}

.widget.widget_laye#888888_nav li.wc-laye#888888-nav-term.chosen,
.widget.widget_laye#888888_nav li:hover {
    color: var(--theme-secondary-color);
}

.widget.widget_laye#888888_nav li.wc-laye#888888-nav-term.chosen::before,
.widget.widget_laye#888888_nav li.wc-laye#888888-nav-term:hover::before {
    border: 5px solid;
    border-color: #2370F4;
}

.widget.widget_laye#888888_nav li.wc-laye#888888-nav-term::before {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-table;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.widget.widget_laye#888888_nav ul li:not(:last-child) {
    margin-bottom: 15px !important;
}

.widget-title-borde#888888-full .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--theme-gray-color);
}

.widget-toggle .widget-title {
    position: relative;
    cursor: pointer;
}

.widget-toggle .widget-title::after {
    position: absolute;
    top: 7px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
}

.widget-toggle.closed ul {
    display: none;
}

.maxlist-more {
    margin-top: 15px;
    display: table;
    cursor: pointer;
    color: var(--theme-secondary-color);
    font-weight: 600;
}

.widget.widget_laye#888888_nav [class*="swatch-filter-"] li:nth-child(n+6) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    margin-bottom: 0 !important;
}

.widget.widget_laye#888888_nav [class*="swatch-filter-"].show-more li:nth-child(n+6) {
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: flex;
    margin-bottom: 15px !important;
}

.widget.widget_laye#888888_nav [class*="swatch-filter-"].show-more .maxlist-more span:first-child,
.widget.widget_laye#888888_nav [class*="swatch-filter-"] .maxlist-more span:last-child {
    display: none;
}

.widget.widget_laye#888888_nav [class*="swatch-filter-"].show-more .maxlist-more span:last-child {
    display: block;
}


/* ====================================================================
About Page Style Start
=====================================================================*/

.history-tab .nav-item {
    padding: 0;
}

.history-tab .nav-item a {
    border-width: 0 0 2px 0 !important;
    border-style: solid !important;
    border-color: var(--theme-primary-color) !important;
    padding: 10px 20px;
    color: var(--theme-dark-color) !important;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.history-tab .nav-item+.nav-item a {
    margin-left: 3px;
}

.history-tab .nav-item a.active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: var(--theme-primary-color);
    background-color: var(--theme-light-color);
    border-top: transparent;
    border-left: transparent;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg) !important;
}

.history-tab #pills-tab-one {
    justify-content: center;
}


/* ====================================================================
Blog Page Style Start
=====================================================================*/

.embed-responsive iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* ====================================================================
Service Page Style Start
=====================================================================*/

.frame1 {
    border: 5px solid #fcf8f5;
    border-bottom: none;
}

.frame1::before,
.frame1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 58px;
    height: 5px;
    background: #fcf8f5;
}

.frame1::before {
    left: -8px;
    transform: rotate(30deg);
}

.frame1::after {
    right: -8px;
    transform: rotate(-30deg);
}

.btn-circle {
    width: 46px;
    height: 46px;
    border: 1px solid #d8a15a;
    line-height: 46px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 30px auto 0;
}


/* ====================================================================
Portfolio Page Style Start
=====================================================================*/

.mix-tab .nav-link {
    margin: 5px 0;
}

.portfolio-carousel .owl-carousel .owl-nav button,
.single-image-carousel .owl-carousel .owl-nav button {
    background-color: transparent;
}

.nav-tab-border-active .mixitup-control-active {
    border: 2px solid;
    border-color: var(--theme-primary-color);
    border-radius: 20px;
}

.mix-tab ul li,
.tab-simple ul li {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}

.mix-tab ul.nav-tab-border-active li {
    padding: 5px 25px;
}

.nav-tab-border-active li {
    border: 2px solid;
    border-color: transparent;
}


/* ====================================================================
General Support Page Style Start
=====================================================================*/

.support-thumbnail li {
    line-height: 40px;
}


/* ====================================================================
Support Article Detail Page Style Start
=====================================================================*/

.artical-list li a {
    padding: 8px 0;
    display: inline-block;
}


/* ====================================================================
Contact Page Style Start
=====================================================================*/

form#contact-form label {
    font-weight: 600;
    margin-bottom: 10px;
}


/* ====================================================================
Pagination Style Start
=====================================================================*/

.pagination-style-one .page-item {
    margin-right: 5px;
}

.pagination-style-one .page-item .page-link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: var(--theme-general-color);
    text-align: center;
    padding: 0;
}

.pagination-style-one .page-item .page-link:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-dark-color);
}


/* ====================================================================
Fact Counter Style Start
=====================================================================*/

.bar-progress {
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-general-color) !important;
}

.bar-progress span {
    margin-bottom: 5px;
    display: inline-block;
}

.progress-bar {
    transition: all 3000ms linear 0s;
    height: 5px;
    border-radius: 5px;
}

.fact-counter .progress {
    height: 5px;
    border-radius: 5px;
}

.bar-progress .skill-percent {
    font-size: 14px;
    font-weight: 500;
    top: 0;
}

.bar-progress .skill-percent span {
    color: var(--theme-extra-color);
}

.bar-progress .skill-percent span {
    color: var(--theme-general-color);
}

.bar-progress .skill-percent .count-num {
    font-size: 15px;
}


/* ====================================================================
Owl carousel Style Start
=====================================================================*/

.owl-dots-my-one .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}

.owl-carousel .owl-stage-outer {
    padding-top: 0;
}

.e-hover-border-one.owl-carousel .owl-stage-outer {
    padding-top: 0;
}

.owl-outer-border-light .owl-stage-outer {
    border: 1px solid var(--theme-gray-color)
}

.outer-bg-white .owl-stage-outer {
    background-color: var(--theme-white-color);
}

.owl-m-one .owl-item .item {
    margin: 3px;
}

.owl-mx-one .owl-item .item {
    margin: 0 5px;
}

.owl-mx-5 .owl-item.active .item {
    margin: 0 5px;
}

.owl-mx-15 .owl-item.active .item {
    margin: 0 15px;
}

.owl-mx-20 .owl-item .item {
    margin: 0 20px;
}

.owl-item-mb-50 .owl-item {
    margin-bottom: 50px;
}

.owl-item-mb-40 .owl-item {
    margin-bottom: 40px;
}

.owl-item-mb-30 .owl-item {
    margin-bottom: 30px;
}

.owl-item-mb-20 .owl-item {
    margin-bottom: 20px;
}

.owl-item-mb-10 .owl-item {
    margin-bottom: 10px;
}

.owl-item-mb-5 .owl-item {
    margin-bottom: 5px;
}

.owl-dots-mt-10.owl-carousel .owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0;
}

.owl-carousel.owl-dot-mt-50 .owl-dots {
    margin-top: 50px
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled,
.owl-carousel button.owl-prev.disabled:hover,
.owl-carousel button.owl-next.disabled:hover {
    opacity: .6;
    cursor: no-drop;
}

.owl-nav-hover-primary .owl-nav button:not(.disabled):hover .nav-btn {
    color: var(--theme-primary-color);
}

.dot-active-one .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid transparent;
    background-color: transparent !important;
}

.dot-active-one .owl-dots button.owl-dot.active {
    border-color: var(--theme-dark-color);
    background-color: var(--theme-white-color) !important;
    outline: none;
}

.dot-active-one .owl-dots button.owl-dot span {
    background-color: var(--theme-dark-color);
    width: 5px;
    height: 5px;
    display: table;
    border-radius: 50%;
    margin: 0 auto;
}

.nav-top-right .owl-nav {
    top: -40px;
    right: 0;
    position: absolute;
}

.nav-top-right .owl-nav .nav-btn {
    font-size: 13px;
    color: var(--theme-dark-color);
    font-weight: 500;
    font-family: var(--theme-highlight-font);
    font-weight: 700;
}

.nav-top-right .owl-nav .nav-btn i {
    font-weight: 600;
    font-size: 11px;
}

.nav-top-right .owl-nav .nav-btn.next-slide i {
    margin-left: 3px;
}

.nav-top-right .owl-nav .nav-btn.prev-slide {
    margin-right: 20px;
}

[class*="nav-arrow-middle"] .owl-nav button {
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}

[class*="nav-arrow-middle"] .owl-nav .nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--theme-gray-color);
    line-height: 50px;
    text-align: center;
}

[class*="nav-arrow-middle"] .owl-nav .nav-btn span {
    display: none;
}

.nav-arrow-middle-show:hover .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.nav-arrow-middle-show:hover .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.nav-arrow-middle-show .owl-nav button.owl-prev {
    left: -50px;
}

.nav-arrow-middle-show .owl-nav button.owl-next {
    right: -50px;
}

.nav-arrow-middle-show .owl-nav button {
    opacity: 0;
    visibility: hidden;
}

.nav-arrow-middle-show:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.testimonial-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: max-content;
}

.testimonial-slider .owl-nav button {
    position: relative;
}

.testimonial-slider .owl-nav button.owl-prev {
    margin-right: 10px;
    left: 0;
}

.testimonial-slider .owl-nav button span {
    background-color: var(--theme-primary-color);
    color: var(--theme-footer-color);
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid var(--theme-primary-color);
    border-radius: 50%;
    line-height: 34px;
    text-indent: 99999999px;
    overflow: hidden;
}

.testimonial-slider .owl-nav button i {
    text-indent: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-slider .testimonial-item {
    color: var(--theme-white-color);
}

.fact-counter .border-top:first-child {
    border-top: none !important;
}

.count-num.w-7 {
    width: 70px;
}

.bg-light-half::before {
    background-color: var(--theme-light-color);
    left: 0;
}

.bg-light-half::before,
.bg-primary-half-right::before,
.bg-primary-half-right::after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}


/* ====================================================================
Bootstrap Slider Style Start
=====================================================================*/

.carousel-indicators.type-one {
    margin-bottom: 0;
    bottom: -20px;
    background-color: var(--theme-white-color);
    padding: 10px;
}

.carousel-indicators.type-one li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: transparent;
    border: 2px solid transparent;
    position: relative;
}

.carousel-indicators.type-one li::after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    background-color: var(--theme-dark-color) !important;
    border-radius: 50%;
}

.carousel-indicators.type-one li.active {
    border-color: var(--theme-dark-color);
    background-color: var(--theme-white-color) !important;
    outline: none;
}


/* ====================================================================
Tab Style Start
=====================================================================*/

.nav-pills .nav-item .nav-link:focus,
.nav-pills .nav-item .nav-link.active {
    outline: none
}

.top-collection-tab .nav-pills .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.top-collection-tab .nav-pills .nav-item .nav-link i {
    margin: 0 auto
}

.top-collection-tab .nav-pills .nav-item .nav-link span {
    margin-top: 10px;
    display: block
}

.tab-active-pill.woocommerce-tabs .nav-pills .nav-link {
    color: var(--theme-dark-color);
    border-bottom-color: transparent;
    padding: 10px 20px;
    border-radius: 50rem;
    margin-bottom: 7px;
    margin-right: 5px;
    border-bottom: none;
}

.tab-active-pill.woocommerce-tabs .nav-pills .nav-link:hover::before,
.tab-active-pill.woocommerce-tabs .nav-pills .nav-link.active::before {
    display: none;
}

.section-head .woocommerce-tabs {
    margin: 0 0 -2px 0;
    position: relative;
    width: auto;
}

.section-head .woocommerce-tabs ul {
    display: flex;
    align-items: center;
}

.woocommerce-tabs .tab-content {
    padding: 0 0;
}

.woocommerce-tabs .tab-content h2 {
    font-size: 24px;
}

.woocommerce-tabs .nav-pills .nav-link {
    color: var(--theme-general-color);
    font-weight: 400;
    font-size: 17px;
    padding: 0 0 5px 0;
    margin-right: 20px;
    position: relative;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-family: var(--theme-highlight-font);
}

.woocommerce-tabs .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.woocommerce-tabs .nav-pills .nav-link:hover,
.woocommerce-tabs .nav-pills .nav-link.active {
    color: var(--theme-secondary-color);
    border-bottom-color: var(--theme-primary-color);
    background-color: transparent;
}

.woocommerce-tabs .tab-content {
    border: none;
}

.nav-tab-active-primary .nav-item+.nav-item,
.nav-tab-active-secondary .nav-item+.nav-item {
    margin-left: 30px;
}

.nav-tab-active-primary .nav-item .nav-link,
.nav-tab-active-primary .nav-item .nav-link.active,
.nav-tab-active-secondary .nav-item .nav-link,
.nav-tab-active-secondary .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 0;
    border-radius: 0;
}

.nav-tab-active-primary .nav-item .nav-link:hover,
.nav-tab-active-primary .nav-item .nav-link.active {
    color: var(--theme-primary-color) !important
}

.nav-tab-active-secondary .nav-item .nav-link:hover,
.nav-tab-active-secondary .nav-item .nav-link.active {
    color: var(--theme-secondary-color) !important;
    border-bottom-color: var(--theme-general-color)
}


/* ====================================================================
Sign In Page Style Start
=====================================================================*/

.sign-in-form .requi#888888,
.registration-form .requi#888888 {
    color: var(--theme-extra-color)
}

.sign-in-form,
.registration-form {
    padding: 50px;
    background-color: var(--theme-white-color);
    width: 100%
}

.sign-in-form label,
.registration-form label {
    margin-bottom: 5px;
}

.sign-in-form input:focus,
.sign-in-form input,
.registration-form input:focus,
.registration-form input {
    width: 100%;
    background: var(--theme-light-color);
    padding: 5px 20px;
    border: 1px solid var(--theme-gray-color);
    border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}

.woocommerce .woocommerce-form-login input[type="checkbox"],
.woocommerce .woocommerce-form-login input[type="radio"] {
    width: 18px;
    cursor: pointer;
}

label.woocommerce-form__label-for-checkbox {
    margin: 6px 0;
}


/* ====================================================================
Cart Page Style Start
=====================================================================*/

.shipping-calculator-form .button,
.wc-proceed-to-checkout .checkout-button {
    line-height: 40px;
    color: var(--theme-white-color);
    background-color: var(--theme-primary-color);
    padding: 0 15px;
    display: table;
}

table .product-thumbnail a img {
    width: 80px;
    height: 80px;
}

table .product-remove a.remove {
    position: relative;
    text-align: center;
}

table .product-remove a.remove::before {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    font-family: Flaticon;
    font-size: 10px;
    color: #333;
    content: "\f10b";
    padding: 8px;
}

.woocommerce-cart-form__cart-item .product-name>a {
    color: var(--theme-secondary-color);
    font-weight: 500;
}

.woocommerce-cart-form__cart-item .product-name .variation {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 13px;
}

.woocommerce-cart-form__cart-item .product-name .variation dd.variation-Vendor {
    margin-bottom: 0;
    margin-left: 10px;
}

table.shop_table.cart td {
    padding: 15px;
}

table.shop_table.cart td.product-quantity {
    vertical-align: middle;
}

table.shop_table.cart td.product-quantity .quantity {
    margin-bottom: 0 !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: 15px;
    color: var(--theme-dark-color);
    text-transform: uppercase;
    padding: 12px 20px;
    background: var(--theme-light-color);
    margin: 0;
    border: 1px solid var(--theme-gray-color);
    border-bottom: 0;
    font-weight: 600;
    font-family: var(--theme-general-font);
}

.cart_totals table th {
    color: var(--theme-secondary-color);
    vertical-align: baseline;
}

.woocommerce-shipping-destination {
    font-size: 14px;
    margin-top: 10px;
}

input.shipping_method {
    margin-right: 5px;
}

.cart_totals table {
    border-radius: 0;
    border-top: 0;
}

.shipping-calculator-button {
    padding: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
    margin-top: 10px;
    display: none;
}

.woocommerce-shipping-calculator.active .shipping-calculator-form {
    display: block;
}

.woocommerce-shipping-calculator .country_to_state,
.woocommerce-shipping-calculator .input-text {
    border: 1px solid var(--theme-gray-color);
    width: 100%
}

.woocommerce-shipping-calculator .input-text {
    padding: 5px 15px;
}


/* ====================================================================
Checkout Page Style Start
=====================================================================*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border: 2px solid var(--theme-gray-color);
    padding: 5px 15px;
}

h3#ship-to-different-address {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-checkout-review-order {
    padding: 35px;
    background-color: var(--theme-light-color);
}

.woocommerce-checkout-review-order-table {
    background-color: #fff;
}

.woocommerce-checkout-review-order-table>thead {
    background: #fff;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid hsla(0, 0%, 90%, .25);
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce-checkout-review-order-table>thead>tr>th {
    padding: 15px;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    color: #000;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table>tfoot>tr>td:last-child,
.woocommerce-checkout-review-order-table tfoot th:last-child,
.woocommerce-checkout-review-order-table>tbody>tr>td:last-child {
    min-width: 170px;
}

.woocommerce-checkout-review-order-table>tfoot>tr>td,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table>tbody>tr>td {
    padding: 15px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid hsla(0, 0%, 90%, .5);
    line-height: 1.6;
    vertical-align: top;
}

.checkout .woocommerce-shipping-methods .shipping_method:checked+label::before {
    background: #ff871d;
    border-color: #ff871d;
}

.checkout .woocommerce-shipping-methods .shipping_method {
    display: none;
}

.checkout .woocommerce-shipping-methods label::before {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border: 1px solid #969696;
    border-top-color: rgb(150, 150, 150);
    border-right-color: rgb(150, 150, 150);
    border-bottom-color: rgb(150, 150, 150);
    border-left-color: rgb(150, 150, 150);
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkout .woocommerce-checkout-payment .payment_methods img {
    height: 1.5625em;
    vertical-align: middle;
    margin: 0 16px;
}

.wc_payment_methods {
    padding: 20px 0;
}

.wc_payment_method {
    padding: 15px 0;
    border-bottom: 1px solid var(--theme-gray-color);
}

.wc_payment_method .payment_box {
    display: none;
}

.wc_payment_method.active .payment_box {
    display: block
}

.woocommerce-shipping-methods label {
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-left: 5px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

.woocommerce-info {
    padding: 10px 20px;
    margin: 0 0 30px;
    position: relative;
    background-color: var(--theme-light-color);
    color: var(--theme-general-color);
    border-top: 3px solid #a46497;
}

.woocommerce-info>a {
    color: var(--theme-secondary-color)
}

.woocommerce-info::before {
    content: "\f49e";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: 900;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "\f12a";
}

.woocommerce-billing-fields__field-wrapper label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-dark-color);
}

.woocommerce form .form-row .requi#888888 {
    color: #888888;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: visible;
}

.checkout .woocommerce-checkout-payment .payment_methods input.input-radio {
    display: none;
}

.checkout .woocommerce-checkout-payment .payment_methods li>label {
    float: unset;
    margin: 0;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.checkout .woocommerce-checkout-payment .payment_methods li.active>label {
    margin-bottom: 15px;
}

.checkout .woocommerce-checkout-payment .payment_methods li>label::before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #969696;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkout .woocommerce-checkout-payment .payment_methods li .input-radio:checked+label::before {
    background: #ff871d;
    border-color: #ff871d;
}

#place_order {
    line-height: 40px;
    padding: 0 35px;
    font-family: var(--theme-hiperlink-font);
    font-weight: 500;
    font-size: 15px;
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color)
}

.about_paypal {
    color: var(--theme-dark-color) !important;
    float: right;
    border-bottom: 1px solid var(--theme-dark-color);
}


/* ====================================================================
Wishlist Page Style Start
=====================================================================*/

.cart_totals table,
table.cart {
    border-collapse: collapse;
}

.product-name a {
    color: var(--theme-dark-color)
}

.product-add-to-cart .add_to_cart_button {
    line-height: 40px;
    padding: 0 35px;
    font-family: var(--theme-hiperlink-font);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    opacity: 1;
    visibility: visible;
    position: inherit;
    display: table;
    float: right;
}


/* ====================================================================
Wishlist Page Style Start
=====================================================================*/

.bg-white-9::after {
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-white-color);
    position: absolute;
    content: "";
    z-index: 1;
}

.fat-loss-suggestion h3 {
    text-transform: uppercase;
    letter-spacing: 6px;
}

.product-quality-info h6 {
    font-family: var(--theme-general-font);
    color: var(--theme-primary-color);
    text-transform: uppercase;
    letter-spacing: 3px
}

.organic-item {
    border: 15px solid var(--theme-primary-color);
    padding: 400px 200px 30px 30px;
    position: relative;
}

.organic-item .organit-text {
    position: absolute;
    top: 50px;
    left: -227px;
    width: 153%;
    max-width: inherit;
}

.organic-item .organit-package {
    position: absolute;
    bottom: -60px;
    right: -108px;
    width: 25%;
    max-width: inherit;
}

.organic-item .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.organic-item .product-price .title {
    font-family: var(--theme-general-font);
    text-transform: uppercase;
    color: var(--theme-primary-color);
    letter-spacing: 3px;
    width: 100%;
}

.organic-item .product-price .price {
    display: flex;
    align-items: center;
}

.organic-item .product-price .price ins {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-secondary-color);
    text-decoration: none;
}

.organic-item .product-price .price del {
    font-size: 15px;
    font-weight: 400;
    color: var(--theme-general-color);
    margin-left: 5px;
}

.organic-item .product-price .on-sale {
    font-size: 12px;
    margin-left: 5px;
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    padding: 2px 5px;
}

.organic-item .star-rating {
    display: flex;
    align-items: center;
    color: var(--theme-secondary-color);
    margin-bottom: 20px;
}

.organic-item .star-rating a {
    font: 13px
}

.organic-item .package {
    margin-bottom: 20px;
}

.organic-item .package span {
    font-weight: 500;
    font-size: 13px;
    color: var(--theme-secondary-color);
    padding: 5px 10px;
}

.organic-item .package span.active {
    color: var(--theme-white-color);
    background-color: var(--theme-primary-color);
}

.blog-big-title {
    font-family: var(--theme-general-font);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 40px;
    padding-right: 170px;
    margin-bottom: 30px;
}


/* ====================================================================
Footer Section Style Start
=====================================================================*/

.footer-widget .widget-title {
    color:#888888;
    font-family: var(--theme-highlight-font);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.footer-widget li a {
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
}

.border-footer {
    border-top: 2px solid var(--theme-gray-color);
    border-bottom: 2px solid var(--theme-gray-color)
}

.border-footer .col+.col {
    border-left: 2px solid var(--theme-gray-color);
    padding-left: 40px;
}

@media screen and (min-width:400px) {
    .product-list .product-wrapper .product-image,
    .product-list .product-wrapper .product-info {
        float: left;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-expand-lg.nav-border-active .navbar-nav>.nav-item a.nav-link {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 940px
    }
    .navbar-expand-lg.nav-border-active .navbar-nav>.nav-item a.nav-link {
        padding: 0 10px;
    }
    .ecommerce-header .navbar-expand-lg .navbar-nav>li.nav-item {
        line-height: 50px;
    }
    .nav-line-active .navbar-nav .active>.nav-link:before {
        bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1180px
    }
}

@media screen and (min-width: 1320px) {
    .container {
        max-width: 1240px
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1440px
    }
}

@media screen and (max-width: 1399px) {
    .product-list .product-wrapper .product-image {
        width: 40%;
    }
    .product-list .product-wrapper .product-info {
        width: 60%;
    }
    .banner-seven .banner-image {
        width: 200px;
    }
    .custom-class-114 .banner-content {
        width: 48%;
    }
}

@media screen and (max-width: 1350px) {
    .banner-six .banner-content {
        right: 20px;
    }
    .banner-seven .banner-image {
        width: 180px;
    }
    .banner-seven .banner-content {
        padding-left: 0;
    }
    .product-list .product-wrapper .product-image {
        width: 34.75%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.25%;
    }
    .product-wrapper .product-image .product-variations span a {
        width: 13px;
        height: 13px;
    }
    .product-wrapper .product-image .product-variations span+span {
        margin-left: 3px;
    }
}

@media screen and (max-width: 1199px) {
	.touch-screen-view {
		position: fixed;
		width: 100%;
		height: 130px;
		background: #fff;
		top: 0;
		left: 0;
		z-index: 110;
		visibility: hidden;
		opacity: 0;
		-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;
	}
	.touch-screen-view.visible {
		visibility: visible;
		opacity: 1;
	}
	.touch-screen-view  .form-inline {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
    .main-nav .navbar {
        position: static;
    }
    .navbar .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
        width: calc(100% - 20px);
        left: 10px
    }
    .dropdown-menu.mega-dropdown-menu .row .col {
        padding: 20px 15px
    }
    .product-add-to-cart .add_to_cart_button {
        display: block;
    }
    .woocommerce-result-count {
        font-size: 12px;
    }
    .woocommerce-products-header__title.page-title,
    .nav-item.highlight-item {
        display: none;
    }
    .categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
        width: 745px !important;
    }
    .banner-one .banner-content h3 {
        font-size: 22px;
    }
    .banner-three .banner-content {
        width: 215px;
    }
    .banner-three .banner-content h3 {
        font-size: 25px;
    }
    .banner-five .banner-content {
        left: 30px;
    }
    .banner-six {
        padding: 20px 0;
    }
    .banner-six .banner-content {
        width: 185px;
    }
    .banner-seven {
        padding: 25px;
    }
    .banner-eight {
        padding: 20px;
    }
    .banner-eight .banner-image {
        width: 90px;
    }
    .slider-banner {
        width: 360px;
    }
    .product-list .product-wrapper .product-image {
        width: 34.4%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.6%;
    }
    .custom-class-115 .banner-content {
        width: 100%;
    }
    .custom-class-134 h1 {
        font-size: 30px
    }
    .shop-list.e-btn-set-four .hover-area [class*="-button"] a {
        width: 30px;
        height: 30px
    }
    .lg-d-none {
        display: none
    }
}

@media screen and (max-width: 991.98px) {
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        height: 100%;
        overflow-y: scroll;
    }
    .payment_method_paypal img {
        width: 100px
    }
    .shop-list.e-btn-set-four .hover-area [class*="-button"] a {
        width: 35px;
        height: 35px
    }
    .custom-class-121 {
        margin: 20px 0 !important;
    }
    .md-bg-img-none {
        background-image: none !important
    }
    .bg-light-half::before {
        width: 100%;
    }
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        min-height: auto !important;
    }
    .navbar-slide-push .push-navbar,
    .navbar-slide-push .categories-menu {
        height: auto !important;
    }
    .custom-class-115 .banner-content {
        position: inherit;
    }
    .md-pb-50 {
        padding-bottom: 50px !important;
    }
    .owl-item-mb-50 .owl-item {
        margin-bottom: 5px;
    }
    .banner-three .banner-content {
        width: 280px;
    }
    .banner-three .banner-content h3 {
        font-size: 30px;
    }
    .banner-six .banner-content {
        right: 10px;
    }
    .banner-seven .banner-image {
        width: 130px;
    }
    .banner-seven h4 {
        line-height: 30px;
        font-weight: 500;
        font-size: 20px;
    }
    .banner-seven .price-offer {
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .banner-seven .price-offer .off {
        font-family: var(--theme-highlight-font);
        font-weight: 600;
        font-size: 24px;
        margin: 0 6px;
    }
    .banner-nine .banner-content {
        width: 280px;
    }
    .custom-class-116 h3 {
        font-size: 25px;
    }
    .custom-class-116 span.h3 {
        font-size: 20px;
    }
    .banner-twelve>img {
        display: none;
    }
    .banner-twelve .banner-content {
        position: inherit !important;
        transform: translate(0);
        padding: 30px 0;
    }
    .banner-thirteen .banner-content {
        width: 300px;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 36px;
    }
    .banner-thirteen .banner-content .text-two {
        font-size: 20px;
    }
    .custom-class-113 .banner-content {
        width: 55%;
    }
    .custom-class-134 h1 {
        font-size: 22px;
    }
    .custom-class-134 span {
        font-size: 16px;
        text-transform: capitalize !important
    }
    header.fixed-top .header-sticky {
        position: static !important;
    }
    .nav-pills#pills-tab {
        overflow: scroll;
        max-width: 570px;
        display: block ruby;
    }
    .col:nth-child(2n) [class*="right-line-one"]::after {
        display: none;
    }
    .e-hover-shadow-one .product-wrapper:hover {
        position: inherit;
        height: 100%;
    }
    .product-list .product-wrapper .product-image .product-variations {
        top: calc(100% - 40px);
    }
    .e-hover-wrapper-absolute .product-wrapper .hover-area {
        display: flex;
    }
    .product-list .product-wrapper .product-image {
        width: 40%;
    }
    .product-list .product-wrapper .product-info {
        width: 60%;
    }
    .wishlist_table.wishlist_view {
        width: 100%;
        overflow: scroll;
    }
    .nav-arrow-middle-show .owl-nav button.owl-prev {
        left: -20px;
    }
    .nav-arrow-middle-show .owl-nav button.owl-next {
        right: -20px;
    }
	.category-inner .categories-menu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.form-inline input.search-field {
		line-height: 40px !important;
		height: 40px;
	}
    .custom-class-121 .banner-content {
        width: 190px;
    }
    .custom-class-121 h2 {
        font-size: 30px
    }
    .glass-models .col {
        margin: 20px 0 !important;
    }
    .sm-bg-img-none {
        background-image: none !important;
    }
    .sm-justify-content-center {
        justify-content: center
    }
    .navbar .navbar-slide-push .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
        width: auto;
    }
    .dropdown-menu.mega-dropdown-menu .row .col {
        padding: 10px 0px;
    }
    .woocommerce-products-header__title.page-title {
        display: block;
    }
    .products-header-left .woocommerce-result-count,
    .products-header-right .product-show,
    .products-header-right .products-view {
        display: none;
    }
    .section-head-side-title {
        display: ruby !important;
        margin-right: 10px;
    }
    .custom-class-107 .banner-content {
        left: 60px;
    }
    .custom-class-116 .banner-image,
    .custom-class-117 .banner-image {
        display: none;
    }
    .custom-class-116 .banner-content,
    .custom-class-117 .banner-content {
        position: inherit !important;
        background: var(--theme-secondary-color);
        padding: 20px 10px;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0);
    }
    .banner-one .banner-content h3 {
        font-size: 25px;
    }
    .banner-four-content {
        text-align: center !important;
        margin-top: 30px;
    }
    .banner-four {
        margin: 30px auto !important;
    }
    .banner-five .banner-content {
        left: 50px;
    }
    .banner-six .banner-content {
        right: 30px;
        width: 280px;
    }
    .banner-seven {
        height: auto;
        margin: 10px 0;
    }
    .banner-seven .banner-image {
        width: 180px;
    }
    .banner-eight {
        height: auto;
    }
    .banner-thirteen .banner-content {
        width: 100%;
    }
    .custom-class-104 .banner-content {
        width: 100% !important
    }
    .custom-class-134 {
        background-color: var(--theme-light-color);
    }
    .custom-class-134 .banner-image {
        display: none
    }
    .custom-class-134 .banner-content {
        position: inherit !important;
        transform: translate(0, 0);
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
    }
    .nav-pills#pills-tab {
        max-width: 400px;
    }
    .nav-pills#pills-tab4 {
        overflow: scroll;
        display: block ruby;
        max-width: 270px;
    }
    .product-list .product-wrapper .product-image {
        width: 34.3%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.7%;
    }
    .slide-title {
        font-size: 25px;
        line-height: 40px;
    }
    .slider-banner {
        width: 260px;
    }
    .copyright {
        text-align: left;
    }
    .margin-top-minus-one {
        margin-top: 0;
    }
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        height: 100vh;
    }
}

@media screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 30px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 21px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    .border-footer .col+.col {
        border-left: none;
        padding-left: 15px;
    }
    .limited-stock {
        padding: 100px 0;
    }
    .single_variation_wrap {
        display: inherit;
    }
    .single_variation_wrap .quantity {
        margin-bottom: 15px !important
    }
    .yith-wcwl-add-to-wishlist {
        width: auto;
        flex-wrap: wrap;
    }
    .product-navigation-share,
    div.summary .product-price-summary {
        display: none
    }
    .woocommerce-Reviews {
        display: inherit;
    }
    .single_variation_wrap .woocommerce-variation-add-to-cart {
        margin-left: 0
    }
    .banner-three .banner-content {
        width: 210px;
        left: 30px;
    }
    .banner-three .banner-content h3 {
        font-size: 25px;
    }
    .banner-six .banner-content {
        right: 20px;
        width: 210px;
    }
    .banner-nine h3 {
        font-size: 24px;
    }
    .banner-eleven {
        min-height: 200px;
    }
    .banner-twelve .banner-content {
        padding: 30px;
    }
    .banner-thirteen .banner-content {
        top: 0;
        transform: translate(0);
        left: 0;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 30px;
    }
    [class*="right-line-one"]::after {
        display: none;
    }
    .product-list .product-wrapper .product-image {
        width: 30%;
    }
    .product-list .product-wrapper .product-info {
        width: 70%;
    }
    .nav-pills#pills-tab {
        max-width: 250px;
    }
    .nav-pills#pills-tab5,
    .nav-pills#pills-tab6,
    .nav-pills#pills-tab7,
    .nav-pills#pills-tab9 {
        display: block ruby;
        overflow: scroll;
        max-width: 200px;
    }
    .nav-pills#pills-tab7 {
        max-width: 170px;
    }
    [class*="nav-arrow-middle"] .owl-nav button.owl-prev {
        left: 0;
    }
    [class*="nav-arrow-middle"] .owl-nav button.owl-next {
        right: 0;
    }
    .hover-nav-show .owl-nav {
        display: flex;
    }
    .woocommerce-checkout-review-order-table>tfoot>tr>td:last-child,
    .woocommerce-checkout-review-order-table tfoot th:last-child,
    .woocommerce-checkout-review-order-table>tbody>tr>td:last-child {
        min-width: auto;
    }
    .time-box li {
        margin-bottom: 10px;
    }
    .sign-in-form,
    .registration-form {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 420px) {
	.navbar-brand {
		display: none;
	}
    .xxs-text-primary {
        color: var(--theme-primary-color) !important;
    }
    .xxs-text-secondary {
        color: var(--theme-secondary-color) !important;
    }
    .xxs-text-gray {
        color: var(--theme-light-color) !important;
    }
    .xxs-text-white {
        color: var(--theme-white-color) !important;
    }
    .xxs-text-extra1 {
        color: var(--theme-extra1-color) !important;
    }
    .xxs-bg-primary {
        background-color: var(--theme-primary-color);
    }
    .xxs-bg-secondary {
        background-color: var(--theme-secondary-color);
    }
    .xxs-bg-gray {
        background-color: var(--theme-light-color);
    }
    .xxs-bg-white {
        background-color: var(--theme-white-color);
    }
    .xxs-bg-extra1 {
        background-color: var(--theme-extra1-color);
    }
    .custom-class-107 .btn-border,
    .custom-class-107 .btn-border:hover {
        border: 0;
        padding: 0;
        line-height: inherit;
        margin-top: 10px !important;
    }
    .custom-class-107 .banner-content {
        left: 25px;
        width: 80%;
    }
    .banner-one .banner-content h3 {
        font-size: 18px;
    }
    .banner-three .banner-content {
        width: 200px;
        left: 15px;
    }
    .banner-three .banner-content h3 {
        font-size: 24px;
        margin-bottom: 7px !important;
    }
    .banner-three .banner-content span {
        font-size: 14px;
        font-weight: 400;
    }
    .banner-three .banner-content a.btn-link {
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
    }
    .banner-four .off {
        left: 0;
    }
    .banner-five .banner-content {
        left: 30px;
    }
    .banner-six {
        padding: 35px 0;
    }
    .banner-six .banner-content {
        right: 10px;
        width: 170px;
    }
    .banner-seven .banner-image {
        width: 100%;
    }
    .banner-seven {
        display: block !important;
    }
    .banner-nine .banner-content {
        left: 20px;
        width: 260px;
    }
    .banner-seven .banner-content {
        width: 100%;
    }
    .banner-eleven .banner-content {
        width: 100%;
    }
    .slider.banner-eleven {
        min-height: 300px;
    }
    .banner-wrapper.banner-thirteen {
        min-height: auto;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 22px;
    }
    .banner-thirteen .banner-content .text-two {
        font-size: 18px;
    }
    [class*="product-search-"] .select-appearance-none {
        display: none;
    }
    .product-list .product-wrapper .product-image,
    .product-list .product-wrapper .product-info {
        width: 100%;
        height: auto;
    }
    .product-list .product-wrapper .product-image .product-variations {
        top: calc(100% - 25px);
    }
    .product-list .product-wrapper .product-image .wishlist-view {
        top: 20px;
        right: 20px;
    }
    .section-head-side-title h4 {
        font-size: 18px;
    }
    .header-sticky .flat-small::before {
        font-size: 20px;
        line-height: 30px;
		top: 0;
    }
    .header-sticky .refresh-view.ml-30,
    .header-sticky .cart-view.ml-30 {
        margin-left: 20px !important
    }
    .ecommerce-header .wishlist-view a.top-quantity span,
    .ecommerce-header .refresh-view a.top-quantity span,
    .ecommerce-header .cart-view a.top-quantity span {
        top: -5px;
        left: -10px;
        padding: 0 5px;
        line-height: 18px;
        font-size: 12px;
    }
    .nav-pills#pills-tab {
        max-width: 195px;
    }
    .nav-pills#pills-tab2 {
        overflow: scroll;
        display: block ruby;
        max-width: 180px;
    }
    .nav-pills#pills-tab4 {
        max-width: 190px;
    }
    .nav-top-right .owl-nav {
        display: none;
    }
	.cart-popup {
		width: 350px;
	}
}