/*
Theme Name: Jouw Webwinkel
Author: Arture
Author URI: https://arture.nl/
Description: Maatwerk thema voor Jouw Webwinkel !
Version: 2.0.3
Domain Path: /languages
*/

/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Poppins:300,400,500,600,700&display=swap");
.list, ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
html { overflow-x: hidden; }

body.theme-jouw-webwinkel a { text-decoration: none; color: inherit; font-weight: bold; }
a.keurmerk { color: #A11A17; }
a:hover, a:focus { text-decoration: underline; outline: none; }
.row.m0 {
    margin: 0;
}

body.theme-jouw-webwinkel {
    line-height: 28px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #797979;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif !important;
}

i:before {
    margin-left: 0 !important;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m0 {
    margin: 0;
}

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

.p_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.fp_50 {
    padding: 50px;
}

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad_top {
    padding-top: 100px;
}

.pad_btm {
    padding-bottom: 100px;
}

.mt_30 {
    margin-top: 30px;
}

.navbar-collapse.in {
    display: block !important;
}

.site-logo,
picture.site-logo img {
    max-width: 195px !important;
    object-fit: contain;
    height: auto;
    display: block;
}
.site-logo img { max-width: 100%; }

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.product-filter-bar {
    border: 1px solid #f7f7f7;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 75px;
    z-index: 12;
}
.product-filter-bar .widget_layered_nav_filters ul li.chosen {
    padding: 10px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}
.product-filter-bar .widget_layered_nav_filters ul li.chosen a {
    color: #fff;
}
.woocommerce aside.woocommerce.widget.widget_layered_nav_filters ul li a::before {
    color: #fff !important;
}
.product-filter-bar .category-selector-widget {
    width: auto;
    flex: 0 0 auto;
}
.woocommerce-product-attributes-item--attribute_pa_supplier_code,
.woocommerce-product-attributes-item--attribute_pa_size {
    display: none;
}
section.product_area .product-filter-bar-loading {
    display: none;
}
section.no-products-found .product-filter-bar {
    flex-wrap: wrap!important;
}
section.no-products-found.empty-product-list .product-filter-bar {
    padding: 0;
}
section.product_area .no-products-found-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}
section.product_area .no-products-found-content a {
    padding: 10px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
    border: 2px solid #dfdcde;
}
section.product_area .no-products-found-content a:hover {
    color: #000;
    border: 2px solid #fff;
}
aside.woocommerce-widget-layered-nav, form.category-selector-widget {
    min-width: 24%;
    max-width: 25%;
    padding: 0;
}
aside.widget_layered_nav_filters {
    width: 100%;
}
aside ul.active-filters  { width: 100%; list-style: none; padding: 0; }
aside ul.active-filters li { border: 1px solid #eee; width: 100%; padding: 0 5px; margin-bottom: 2px; position: relative; }
aside ul.active-filters li a { width: 100%; display: block; font-weight: normal; position: relative; z-index: 2; }
aside ul.active-filters li i { position: absolute;right: 5px;top: 5px; }
.filter-by-attribute.collapse_filter .collapse_content { display: none; }
.filter-by-attribute.collapse_filter.open .collapse_content { display: block; }
.filter-by-attribute.collapse_filter .fa-chevron-up { display: none; }
.filter-by-attribute.collapse_filter.open .fa-chevron-down { display: none; }
.filter-by-attribute.collapse_filter.open .fa-chevron-up { display: block; }

.filter-by-attribute .price-input{ width: 100%; display: flex; margin: 15px 0; }
.filter-by-attribute .price-input .field { display: flex; width: 100%; height: 30px; align-items: center; margin: 10px 0 !important; }
.filter-by-attribute .field input{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.filter-by-attribute input[type="number"]::-webkit-outer-spin-button,
.filter-by-attribute input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.filter-by-attribute .price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.filter-by-attribute .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.filter-by-attribute .range-input{
    position: relative;
}
.filter-by-attribute .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.filter-by-attribute input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #999;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.filter-by-attribute input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #999;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.nice-select .option.disabled {
    text-decoration: line-through;
}
.no-products-found {
    width: 100%;
}
.woocommerce-result-count {
    position: absolute;
}
.woocommerce-pagination .woocommerce-result-count { margin: 7px 0; }

.products-overview-block {
    padding: 15px 15px;
}
.form-row {
    display: block;
}
.home_slider_area .tp-bgimg {
    background-position: 100% center!important;
}
#home_slider .owl-item,
#home_slider .owl-item .item { max-height: 600px; }
#home_slider .owl-item .item img {
    object-fit: cover;
    object-position: center;
    height: auto;
}
#main_slider_forcefullwidth .rev_slider img,
#main_slider_forcefullwidth .tp-simpleresponsive img {
    max-width: 100% !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#main_slider_forcefullwidth .tp-bullets,
#main_slider .tp-bullets { display: none; }

/* Main Title Area css
============================================================================================ */
.pages-overview-block .main_btn {
    padding: 0 10px;
}
.main_title {
    margin-bottom: 50px;
}
.slider-info-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1000;
    width: 100%;
}
#main_slider a {
    text-decoration: none;
}
.slider-info-box h4 {
    display: block;
    width: 75%;
    position: relative;
    left: 20vw;
    color: #fff;
    z-index: 1000;
    text-transform: uppercase;
    font-size: 2vw;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    margin-right: -35px;
    margin-bottom: 18px;
}

.slider-info-box .slider-button-wrapper {
    display: block;
    width: 100%;
    z-index: 1000;
}
.slider-info-box a {
    position: relative;
    left: 20vw;
    z-index:1000;
    display: inline-block;
    padding: 0 31px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    overflow: hidden;
}
.slider-info-box a:hover {
    color: inherit;
    text-decoration: underline;
}

.main_title h2 {
    color: #222;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
}

.new-arrival-item {
    display: flex;
    justify-content: space-between;
}

.new-arrival-item .product_text {
    text-align: center;
}

.new-arrival-item .product_text .new-arrival-price-column h5 {
    width: 100%;
}

.main_title p {
    margin-bottom: 0;
}

.single_title {
    margin-bottom: 55px;
}

.single_title h2 {
    text-transform: uppercase;
    color: #222;
    font-size: 24px;
    margin-bottom: 0;
}
.product_meta { margin-top: 10px; }
.product_meta ul {
    padding: 20px;
    margin-top: 40px;
    background: #f6f6f6;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.product_meta ul li {
    margin-bottom: 10px;
    display: table;
    font-size: 14px;
}
.product_meta ul li span{
    display: table-cell;
}
.product_meta ul li:last-child {
    margin-bottom: 0;
}
.product_meta ul li i,
.product_meta ul li svg {
    font-size: 16px;
    margin-right: 15px;
    min-width: 25px;
    text-align: center;
    display: table-cell;
    padding-right: 8px;
}
#back_button { font-weight: normal; }
.single_variation_wrap .woocommerce-variation-availability { font-size: 14px; }
.single_variation_wrap .stock.in-stock { color: #4cab33; }
.single_variation_wrap .woocommerce-variation-availability i { color: #4cab33; }
.product_details_area .variations .variation_btn { border: 1px solid #eee; font-size: 14px; margin-right: 5px; border-radius: 0;}
.product_details_area .variations .variation_btn.outofstock { text-decoration: line-through; opacity: 0.3; }
.product_details_area .variations .variation_btn.on { border: 1px solid #212529; color: #000; }
.product_details_area .variations .variation_btn.has_color_thumb { background: none; }
.product_details_area .variations .variation_btn.has_color_thumb i { display: block; }
.product_details_area .variations .variation_btn.has_color_thumb.on { background: none; border: 1px solid #212529;}
.product_details_area a { color: inherit; }

.gform_body div.ginput_complex.ginput_container_name span.name_first, .gform_body div.ginput_complex.ginput_container_name span.name_last {
    width: 100%;

}
.contact_form_area .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label,
.contact_form_area .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.contact_form_area .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{
    display: none;
}
.contact_form_area .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0 30px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact_form_area .gform_wrapper textarea {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    resize: none;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block;
    padding: 0 31px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
    cursor: pointer;
}
.col-1, .col-2 {
    max-width: inherit !important;
}
.lightbox-gallery {
    width: 100%;
    list-style: none;
    padding-left: 0;
}
.lightbox-gallery li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
}
.lightbox-gallery li a {
    display: block;
}
.lightbox-gallery li a img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes runpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes runpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Main Menu Area css
============================================================================================ */

li.search-item {
    float: right;
    text-align: right;
    width: 100%;
    list-style: none;
}
#navbarSupportedContent li.search-item {
    margin-top: 7px;
}
#navbarSupportedContent .hidden { display: none !important; }
.searchform {
    display: inline-block;
    width: 100%;
    position: relative;
}
@media (min-width:960px){
    .searchform.expand {
        position: absolute;
        right: 20px;
        margin: 0 auto;
        z-index: 999;
    }
}
@media (max-width:960px){
    .searchform { width: 100% !important; }
    .searchform { max-width: 100% !important; }
}
.searchform input#s {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    min-height: 32px;
    background: #f6f6f6;
    border: none;
    outline: unset;
    margin-right: 55px;
}
.searchform .search-button {
    outline: none;
    border: none;
    padding: 10px 21px;
    text-align: center;
    background-color: #3498db;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.searchform .search-button:hover {
    cursor: pointer;
}
.search-icon .searchform .search-button {
    position: relative;
    padding: 0;
}
.search-icon .searchform { padding: 8px; }
.search-icon #s {display: none; }
.search-icon form.expand .search-button { position: absolute; padding: 10px 21px; top: 8px; }
#searchresults {
    max-height: 400px;
    overflow-x: scroll;
    min-width: 300px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    z-index: 999;
    padding: 5px;
    display: block;
    text-align: left;
    right: 0;
}
#searchresults tr {
    border-bottom: 1px solid #eee;
}
#searchresults td {
    padding: 10px;
}
#searchresults img {
    max-width: 50px;
    height: auto;
}
#searchresults span.price {
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#searchresults ul {
    list-style: none;
    padding-left: 0;
}
#searchresults li {
    float: left;
    margin-right: 5px;
}
#searchresults strong {
    color: #000;
}
#searchresults a.btn {
    clear: both;
    display: block;
    padding: 4px 8px;
    text-align: center;
    max-width: 100px;
    color: #fff;
    background: #4cab33;
    font-size: 12px;
    text-decoration: none;
    border-radius: 0;
}
#searchresults a.btn:hover {
    transition: 1s;
    text-decoration: none;
}
#searchresults .price { padding: 5px 0; font-size: 16px; }
.header_area .navbar {
    padding: 0;
    background-color: transparent !important;
}

.header_area .navbar .navbar-nav li.submenu > a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    border: none;
    position: absolute;
    font-size: 12px;
    margin-top: 2px;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background: transparent;
    overflow: inherit
}

.brand-column, .blocks-gallery-item {
    max-height: 100px;
}
.blocks-gallery-item a{
    border: 1px solid #ccc;
    display: block;
}

.brand-column img, .blocks-gallery-item img {
    object-fit: scale-down;
    max-height: 300px;
}

.keurmerk {
    margin: 15px 0;
    display: block;
}

.keurmerk img {
    width: 100%;
    max-width: 150px;
}

@media (min-width: 992px) {

    #navbarSupportedContent { max-width: calc(100% - 375px); }
    #navbarSupportedContent .navbar-nav { display: block; }
    #navbarSupportedContent .navbar-nav  li { display: inline-block; }
    #navbarSupportedContent .navbar-nav  li ul.dropdown-menu li { display: block; }

    li.search-item {
        width: auto;
        position: absolute;
        right: 0;
    }
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 265px;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
        max-height: 300px;
        overflow: scroll;
    }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li {
    margin-right: 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 2px;
}

@media (min-width: 992px) {
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu li {
        margin-top: 10px;
    }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
    display: block;
    line-height: 42px;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 0 30px;
    text-transform: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: normal;
    text-shadow: none;
    border-bottom: 1px solid #dcdcdc;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
    color: #fff;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu li:last-child a {
    border-bottom: 0;
}

@media (min-width: 992px) {
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        left: auto;
        right: 97%;
        top: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
    }
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
        visibility: visible;
        right: 100%;
        opacity: 1;
    }
    .header_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .header_area .navbar .navbar-nav li:hover.submenu .dropdown-menu li {
        margin-top: 0;
    }
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
    background: #fff;
    color: #222;
}

.header_area .navbar .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
    color: #fff;
}

@media (max-width: 992px) {
    .main_menu_three .navbar .navbar-nav li {
        display: unset !important;
    }
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        position: relative;
        max-height: unset;
        background: #fff;
    }
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu.show li {
        margin-top: 0;
        padding: 0;
    }
    .dropdown.show .dropdown-menu .subsubmenu,
    .dropdown .dropdown-menu.show .subsubmenu { width: 100%; overflow: inherit; opacity: 1; display: block !important; }
}

.subsubmenu {
    display: none !important;
}
@media screen and (min-width: 1024px) {
    .subsubmenu {
        left: 230px;
        position: absolute;
        margin-top: -45px;
        max-height: 75vh;
        overflow-x: scroll;
    }
}
.has_subsubmenu:hover .subsubmenu { display: inline-block !important; }
.dropdown-menu li,
.dropdown-menu li a { background: #fff !important; }
.dropdown-menu li a:hover,
.header_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a { color: #000 !important; }


.header_area.fixed_menu {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1035;
    background: #fff;
}
.header_area.fixed_menu.navbar_fixed .main_menu_two {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
    z-index: 40;
}

.header_area.fixed_menu.navbar_fixed .main_menu_two .navbar.navbar-expand-lg {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_area.fixed_menu.navbar_fixed .main_menu_two .navbar.navbar-expand-lg .navbar-nav > li > a {
    line-height: 70px;
}

.header_area.fixed_menu.navbar_fixed .main_menu_three {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
    z-index: 40;
}
.main_menu_three .submenu a:hover { cursor: default; text-decoration: none; }
.main_menu_three .submenu .dropdown-menu a:hover { cursor: pointer; }

.header_area.fixed_menu.navbar_fixed .main_menu_three .navbar.navbar-expand-lg {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_area.fixed_menu.menu_two + section, .header_area.fixed_menu.menu_two + div, .header_area.fixed_menu.menu_two + footer {
    margin-top: 125px;
}

.header_area.fixed_menu.menu_three + section, .header_area.fixed_menu.menu_three + div, .header_area.fixed_menu.menu_three + footer {
    margin-top: 91px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
    z-index: 40;
}

.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_area.navbar_fixed .main_menu .navbar.navbar-expand-lg .navbar-nav > li > a {
    line-height: 70px;
}
.top_menu { background: #333334; }
.top_menu i { font-size: 16px }
@media screen and (min-width: 990px) {
    .top_menu .justify-content-between { display: flex; }
}

.top_menu .left_text a, .top_menu .right_text a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    line-height: 45px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
}
.top_menu .right_text .counter i {
    font-size: 22px;
    margin-right: 5px;
}
.top_menu .right_text  { text-align: right; }
.top_menu .right_text .inner { float: right; }
.top_menu .left_text a, .top_menu .right_text .counter {
    margin-bottom: 0;
}

.top_menu .right_text .nice-select {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    height: 45px;
    line-height: 45px;
    color: #fff;
    width: auto;
    padding-right: 28px;
}

.top_menu .right_text .nice-select:after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 Font Awesome 6 Pro;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: -8px;
}

.top_menu .right_text .nice-select .list {
    border-radius: 0;
    margin: 0;
    z-index: 99;
}

.top_menu .right_text .nice-select .list li {
    color: #222;
    font-weight: normal;
}
.main_menu {
    position: absolute;
    width: 100%;
    z-index: 35;
}
.form-control, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 18px;
    padding: 8px 12px;
    font-size: 14px;
    vertical-align: middle;
    height: auto;
}
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: #fff url("../jouw-webwinkel/lib/assets/images/select-bg.png") 96% 49%/26px 60px no-repeat;
    background-color: rgb(255, 255, 255);
    text-indent: 0.01em;
    border-radius: 0;
    padding-right: 25px;
}
.filter-by-attribute .select2-container--default .select2-selection--multiple { border-radius: 0; }
.filter-by-attribute .select2-container .select2-selection--multiple { min-height: 46px; }
.filter-by-attribute .select2-container--default .select2-selection--multiple .select2-selection__choice { line-height: 21px; border-radius: 0; padding: 5px 5px; background-color: #fff; font-size: 14px; }
.filter-by-attribute .swatch { list_style: none; }
.filter-by-attribute .swatch .swatch__item {
    border: 2px solid rgba(0,0,0,.3);
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    margin: 0 13px 5px 0;
    overflow: hidden;
    width: 24px; }
.filter-by-attribute .swatch .swatch__item:hover,
.filter-by-attribute .swatch .swatch__item:active,
.filter-by-attribute .swatch .swatch__item.chosen { border: 2px solid #fff; box-shadow: 0 0 0 2px #1b1b1b; }
#closeFilters { display: block; margin-bottom: 15px; float: right; padding: 8px; background: #fff; color: #222; border-radius: 0; }
.main_menu .navbar {
    padding: 0;
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) {
    .main_menu .navbar .navbar-brand {
        display: none;
    }
}

@media (max-width: 576px) {
    .header_area .navbar .navbar-nav li.submenu .dropdown-menu { overflow: inherit; }
    .lightbox-gallery li {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 5px;
        padding: 0;
    }
    .lightbox-gallery li a img {
        width: 100%;
        height: 161px;
        object-fit: cover;
    }
}

.main_menu .navbar .navbar-nav {
    width: 100%;
}
.main_menu .navbar .navbar-nav > li {
    width: calc(100% / 9);
}
.main_menu .navbar .navbar-nav > li a {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 60px;
    display: inline-block;
}
.main_menu_three .navbar .navbar-nav li:last-child {
    margin-right: 0;
}
.main_menu_three .navbar .navbar-nav li a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: .7px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    padding: 10px 15px;
    text-decoration: none;
}
.main_menu_three .navbar .navbar-nav li.a { padding: 10px 25px 10px 15px; }
.main_menu_three .navbar .navbar-nav li a.dropdown-toggle { padding: 10px 25px 10px 15px; }

.main_menu_three .navbar .navbar-nav li a:hover {
    color: #333334;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:not(:last-child) {
    margin-right: 15px;
}

.main_menu_three .navbar .navbar-nav.navbar-right li a {
    font-size: 13px;
    font-family: "Lato", sans-serif;
    letter-spacing: .325px;
    text-transform: uppercase;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:first-child {
    margin-right: 18px;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:first-child a {
    position: relative;
    font-size: 20px;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:first-child a:before {
    content: "";
    height: 14px;
    width: 1px;
    position: absolute;
    right: -7px;
    top: 49.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #222;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:last-child {
    margin-right: 0;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:last-child a {
    position: relative;
    font-size: 20px;
}
.main_menu_three .navbar .navbar-nav.navbar-right li:last-child a:before {
    content: "";
}
.navbar .megamenu{ padding: 1rem; border-radius: 0; }
.navbar .megamenu ul { padding: 0; display: none; }
.navbar .megamenu div.has_subsubmenu:hover ul { display: block; }
.navbar .megamenu ul li { width: 100%; white-space: inherit; }
@media all and (min-width: 992px) {
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
    .navbar .megamenu{ padding: 0; }
}
section.related.products {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
section.up-sells {
    margin-bottom: 25px;
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 25;
}
.menu-is-opened .click-capture {
    visibility: visible;
}

.menu-is-opened .menu-lang {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-opened .close-menu {
    opacity: 1;
}

/* Main Button css
============================================================================================ */
.main_btn,
button.btn-primary,
.group_table a.button {
    display: inline-block;
    padding: 0 31px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    overflow: hidden;
}

.main_btn:hover {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.main_btn.gray {
    line-height: 40px;
    background: #f7f7f7;
    color: #797979;
}

.main_btn.gray:hover {
    background: transparent;
    color: #222;
    text-decoration: none;
}

.submit_btn {
    display: inline-block;
    padding: 0px 31px;
    color: #fff;
    background: #333334;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 44px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
}

.submit_btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.submit_btn:hover {
    background: transparent;
    color: #222;
    border-color: #222;
    text-decoration: none;
}

/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
    background-color: #ccc;
    background-position: center;
}

.breadcrumb_area .breadcrumb_text {
    text-align: center;
}

.breadcrumb_area .breadcrumb_text h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.breadcrumb_area .breadcrumb_text .list {
    text-align: center;
    padding-bottom: 0;
}

.breadcrumb_area .breadcrumb_text .list li {
    display: inline-block;
}

.breadcrumb_area .breadcrumb_text .list li:not(:last-child) {
    margin-right: 15px;
}

.breadcrumb_area .breadcrumb_text .list li:last-child a:before {
    display: none;
}

.breadcrumb_area .breadcrumb_text .list li a {
    color: #fff;
    position: relative;
}

.breadcrumb_area .breadcrumb_text .list li a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 Font Awesome 6 Pro;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.notification-bar a { color: inherit; }
.notification-bar a:hover { color: inherit; text-decoration: underline; }
.notification-bar p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.yith-wcwl-add-button a,
.yith-wcwl-add-button a:hover { color: inherit; }

/* Home Slider Area css
============================================================================================ */
.home_slider_area {
    position: relative;
}
.home_slider_area .container {
    position: relative;
}

/* Service Area css
============================================================================================ */
.home_service_area .h_service_inner {
    margin-top: 15px;
    border-bottom: 2px solid #ededed;
}
.home_service_area .h_service_inner .col-md-4:last-child .service_item:before {
    display: none;
}
.service_item {
    position: relative;
}
.service_item a { text-decoration: none; }
.service_item:before {
    content: '';
    height: 40px;
    width: 1px;
    background: #ededed;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service_item h4 {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.service_item h4 i {
    padding-right: 10px;
    font-size: 16px;
    color: #333334;
    min-width: 40px;
}
.service_item p {
    padding-right: 35px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}

/* Sale Discount Area css
============================================================================================ */

.sale-item {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 10px 15px;
    background-color: #f2164d;
    z-index: 2;
    color: #fff;
}

/* New Product Area css
============================================================================================ */
.new_product_slider,
.custom_slider,
.up_sell_product_slider,
.cross_sell_product_slider {
    position: relative;
    margin-top: 50px;
}
#home_slider .owl-prev { left: 25px; }
.new_product_slider .owl-prev,
.custom_slider .owl-prev,
#thumbs .owl-prev,
.up_sell_product_slider .owl-prev,
.cross_sell_product_slider .owl-prev {
    left: 0;
}
#home_slider .owl-next { right: 25px; }
.new_product_slider .owl-next,
.custom_slider .owl-next,
#thumbs .owl-next,
.up_sell_product_slider .owl-next,
.cross_sell_product_slider .owl-next {
    right: 0;
}
#home_slider .owl-prev, #home_slider .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 4;
    background: #fff;
    padding: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    font-size: 24px;
    color: #979797;
}
#home_slider .owl-prev:hover, #home_slider .owl-next:hover { opacity: 1; }
.new_product_slider .owl-prev, .new_product_slider .owl-next,
.up_sell_product_slider .owl-prev, .up_sell_product_slider .owl-next,
.cross_sell_product_slider .owl-prev, .cross_sell_product_slider .owl-next,
.custom_slider .owl-prev, .custom_slider .owl-next,
#thumbs .owl-prev, #thumbs .owl-next  {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    z-index: 4;
    background: #fff;
    color: #222;
    padding: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #eee;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.new_product_slider .owl-item,
.up_sell_product_slider .owl-item,
.cross_sell_product_slider .owl-item,
.custom_slider .owl-item { display: grid; }
.new_product_slider .owl-item .content-product-column,
.up_sell_product_slider .owl-item .content-product-column,
.cross_sell_product_slider .owl-item .content-product-column,
.custom_slider .owl-item .content-product-column{ max-width: 100%; width: 100%; height: 100%;  }
#home_slider .owl-prev i,
#home_slider .owl-next i,
.new_product_slider .owl-prev i,
.new_product_slider .owl-next i,
.up_sell_product_slider .owl-prev i,
.up_sell_product_slider .owl-next i,
.cross_sell_product_slider .owl-prev i,
.cross_sell_product_slider .owl-next i,
.custom_slider .owl-prev i,
.custom_slider .owl-next i,
#thumbs .owl-prev i,
#thumbs .owl-next i {
    line-height: 30px;
}
.custom_slider .wc-block-grid__product { width: 100%; max-width: 100% !important; }
.custom_slider .wc-block-grid__product .wc-block-grid__product-title,
.custom_slider .wc-block-grid__product .wc-block-grid__product-price { font-size: 16px; }
.new {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 25px;
    padding: 0px 14px;
}
.big_product_inner {
    margin-top: 90px;
    margin-bottom: -30px;
}
.big_product_inner .col-lg-6 {
    margin-bottom: 30px;
}
.big_product_item.big {
    position: relative;
}
.p_text {
    position: absolute;
    left: 35px;
    top: 75px;
}
.p_text h6 {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    letter-spacing: 1.6px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.p_text h4 {
    color: #222;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.p_text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.big_product_item.small .p_text {
    position: absolute;
    left: 40px;
    bottom: 35px;
    top: auto;
}

/* End New Product Area css
============================================================================================ */
aside.woocommerce.widget, .category-selector-widget,
.product-filter-bar .wp-block-woocommerce-attribute-filter {
    margin: 15px 0;
}
.product-filter-bar .wp-block-woocommerce-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
}
.wc-block-components-dropdown-selector__input {
    font-size: inherit;
}
.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    border-radius: 5px;
}
.wc-block-components-dropdown-selector__list li {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    border-radius: 5px;
}
aside.woocommerce-widget-layered-nav,
form.category-selector-widget,
#Filters.top .widget_block {
    min-width: 24%;
    max-width: 25%;
    padding: 0 10px;
}
#Filters.top .widget_block div:first-child { margin: 5px 0; }
.product-category-navigation-selector ul.list {
    max-height: 300px;
    overflow: scroll;
}
.woocommerce aside.woocommerce.widget.widget_layered_nav_filters ul li a {
    font-size: 14px;
}
.woocommerce .woocommerce-widget-layered-nav-list { max-height: 200px; overflow: scroll; }
.woocommerce-widget-layered-nav-list__item .count { display: none; }
.woocommerce-widget-layered-nav-list__item span,
.woocommerce-widget-layered-nav-list__item a { color: #222; margin-left: 32px; font-size: 12px; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item { position: relative; margin-bottom: 10px; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover { color: inherit; text-decoration: none; }
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span::before{
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen span::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    padding: 0 5px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover span::before {
    border: 1px solid #000;
    pointer: cursor;
}
.welcome-images-row a {
    width: 100%;
    height: 100%;
}

.welcome-images-row a img {
    width: 100%;
    height: 100%;
}

.welcome-images-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome-images-row p {
    text-align: center;
    background: #363636;
    color: #fff;
    padding: 5px 0;
}

.load_more_products { }
.load_more_products-row {
    text-align: center;
}
.search .product_area {
    margin: 25px 0;
}
.product_area .single_title {
    margin-bottom: 25px;
}
.product_area .product_inner {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-grow: initial;
    flex-direction: row;
    flex-wrap: wrap;
}
.product_area .product_inner.side { margin-top: 0; }
.product_area .container {
    margin: 0 auto;
}
.content-product-column {
    margin-bottom: 25px;
}
.product_item {
    border: 1px solid #eee;
    padding: 10px 0;
    height: 100%;
}
ul.product_sizes {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 12px;
}
ul.product_sizes li {
    display: inline-block;
    border: 1px solid #eee;
    padding: 0 3px;
    margin: 2px;
    min-width: 24px;
}
ul.product_sizes li a { text-decoration: none; color: inherit; }
ul.product_sizes li:hover { background: #333; color: #fff; }
.center_content {
    width: 100%;
    text-align: center;
}
.woocommerce-notices-wrapper { position: relative; z-index: 999; }
.woocommerce-notices-wrapper .woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    line-height: 28px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #797979;
}

.woocommerce-notices-wrapper .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    background-color: #f7f6f7;
    word-wrap: break-word;
    line-height: 28px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #797979;
    border-top-color: #4cab33;
}
.woocommerce-notices-wrapper .woocommerce-message::before { color: #4cab33; }
.woocommerce-notices-wrapper a.button {
    display: inline-block;
    padding: 0 31px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    overflow: hidden;
    background: #4cab33;
}
.woocommerce  form.woocommerce-checkout .form-row input:not(#createaccount):not(#terms):not(#mailchimp_woocommerce_newsletter):not(#createaccount),
.woocommerce  form.woocommerce-checkout .form-row textarea{
    padding: 10px;
    width: 100%;
}
.woocommerce  form.woocommerce-checkout .form-row label {
    width: 100%;
}
.woocommerce  form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-cart .shipping { display: none !important; }
.woocommerce-checkout .shipping { display: none !important; }
.woocommerce-checkout.step3 .shipping { display: revert !important; }
/*.woocommerce-checkout.step3 .next-step { display: none; }*/
.woocommerce .woocommerce-shipping-fields { margin-top: 25px; }
.product_item .product_img {
    overflow: hidden;
    text-align: center;
    min-height: 250px;
    position: relative;
}

.related-products-loop .product_item .product_img img {
    max-width: 300px;
}

.product_item .product_img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 250px;
    object-fit: contain;
    max-width: 100%;
}

.product_item .product_text {
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    min-height: 47px;
}
.product_item .product_text p {
    font-size: 12px;
}
.product_item .product_text h4 {
    font-size: 14px;
    color: #222;
    margin: 0 5px 10px 5px;
}
.product_item .product_text h5 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
}
.product_item .product_text h5 del {
    color: #797979;
    font-size: 14px;
}

.product_item .text_hover {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    vertical-align: middle;
}

.product_item .available-colors ul {
    list-style: none;
    padding: 10px 0;
}
.product_item .available-colors ul li { display: inline-block; margin: 5px; }
.product_item .available-colors ul li a { display: inline-block; }
.product_item .available-colors ul li img { max-width: 60px; width: auto; max-height: 60px; height: auto; }

.product_item .product_text .main_btn {
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-decoration: none;
}

.product_item:hover .product_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.product_item:hover .text_hover {
    top: 0;
}
.woocommerce nav.woocommerce-pagination ul {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    border: none;
}

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

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 0px !important;
    border: none;
    font-size: 18px;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #222;
}
.pagination_area .pagination {
    text-align: center;
    margin-bottom: 0;
}

.pagination_area .pagination li a {
    border-radius: 0px !important;
    border: none;
    font-size: 18px;
    color: #222;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.variations {
    margin: 10px 0;
}

table.variations tr td {
    padding-right: 10px;
}
table.variations .label {
    display: none;
}
#coupon_code { min-width: 200px; padding: 8px; }
.coupon button { font-weight: normal; }
.product_meta span.sku_wrapper,
.product_meta span.posted_in,
.product_meta span.tagged_as {
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    display: block;
    margin-top: 0;
}
#colorProducts { display: inline-block; }
#colorProducts a { width: 75px;
    height: 75px;
    display: flex;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}
#colorProducts a img{ object-fit: contain; max-height: 100%; }
.side_widget {
    margin-bottom: 35px;
}

.category_widget .list li {
    margin-bottom: 12px;
}
.category_widget .list li a {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    display: block;
    position: relative;
}
.category_widget .list li a:before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #797979;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.category_widget .list li a:after {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.category_widget .list li:last-child {
    margin-bottom: 0;
}
.category_widget .list li:hover a:after {
    opacity: 1;
}

.price_widget .cost_price_content {
    margin-top: 32px;
}

.price_widget .cost_price_content .price-range {
    border: none;
    height: 2px;
    background: #e7e7e7;
}
.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    margin-top: -2.5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle:after, .price_widget .cost_price_content .price-range .noUi-origin .noUi-handle:before {
    display: none;
}

.price_widget .cost_price_content .price-range .noUi-origin .noUi-handle.noUi-handle-lower {
    margin-left: -2px;
}

.price_widget .cost_price_content .price-min {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 50px;
    font-weight: bold;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.price_widget .cost_price_content .price-max {
    margin-left: 102px;
    font-weight: bold;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

/* Product Details Area css
============================================================================================ */
.product_details_area .product_price {
    margin-bottom: 50px;
}

.product_details_area .product_price h4 {
    text-transform: uppercase;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.product_details_area .product_price h6 {
    font-size: 25px;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
}
.product_details_area .product_price .list {
    display: inline-block;
    margin-left: 10px;
}
.product_details_area .product_price .list li {
    display: inline-block;
}
.product_details_area .product_price .list li a {
    color: #fbaf5d;
    font-size: 18px;
}
.product_details_area .product_price p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 18px;
    position: relative;
}
.product_details_area .product_price p:before {
    content: "";
    height: 18px;
    width: 1px;
    background: #dadada;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_count {
    display: inline-block;
}
.product_count input {
    width: 60px;
    text-align: center;
    height: 50px;
    border: 1px solid #797979;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}
.product_count input.placeholder {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}
.product_count input:-moz-placeholder {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}
.product_count input::-moz-placeholder {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}
.product_count input::-webkit-input-placeholder {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}
.product_count .count_btn {
    border-right: 1px solid #797979;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    display: inline-block;
    height: 50px;
    position: relative;
    left: -3px;
    vertical-align: bottom;
}
.product_count .count_btn button {
    padding: 0;
    background: transparent;
    border: none;
    display: block;
    font-size: 22px;
    height: auto;
    line-height: 20px;
    position: relative;
    top: 3px;
    cursor: pointer;
    width: 42px;
    color: #797979;
}

.cart_btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
.cart_btn .main_btn {
    text-transform: uppercase;
    padding: 0px 34px;
    line-height: 48px;
    margin-left: 12px;
    overflow: visible;
}

.sku {
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin-top: 13px;
}

.social {
    margin-top: 32px;
}

.social .list {
    display: inline-block;
}

.social .list li {
    display: inline-block;
    margin-left: 7px;
}
.social .list li a {
    height: 30px;
    width: 30px;
    background: #3a589b;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.social .list li:nth-child(2) a {
    background: #598dca;
}
.social .list li:nth-child(3) a {
    background: #ff0000;
}
.social .list li:nth-child(4) a {
    background: #f6cac9;
}

.product_description {
    margin-top: 70px;
}
.product_description .nav.nav-tabs li {
    margin-bottom: 0;
}
.product_description .nav.nav-tabs li a {
    padding: 0px 22px;
    line-height: 50px;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #797979;
    font-family: "Lato", sans-serif;
    position: relative;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.product_description .nav.nav-tabs li a:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product_description .nav.nav-tabs li a:hover:before, .product_description .nav.nav-tabs li a.active:before {
    width: 100%;
}

.product_description .tab-content .tab-pane {
    padding: 40px 0px 40px 0;
}

.product_description .tab-content .tab-pane p {
    margin-bottom: 0;
}
#sizeTablesModal .tab-content{ padding: 25px 0; }

.related_product {
    padding-top: 45px;
    border-top: 1px solid #e1e1e1;
}

.related_product .product_inner {
    margin-bottom: -70px;
}

/* Newsletter Area css
============================================================================================ */
.newsletter_area {
    text-align: center;
    position: relative;
}

.newsletter_area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter_area .newsletter_inner {
    max-width: 570px;
    margin: auto;
}
.newsletter_area .newsletter_inner .btn{
    border-radius: 0;
}
.newsletter_area .newsletter_inner h2 {
    font-size: 28px;
    text-transform: capitalize;
    color: #222;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.8px;
}

.newsletter_area .newsletter_inner p {
    margin-bottom: 40px;
}

.newsletter_area .newsletter_inner .input-group {
    -webkit-box-shadow: 0px 18px 48.45px 8.55px rgba(0, 11, 40, 0.09);
    box-shadow: 0px 18px 48.45px 8.55px rgba(0, 11, 40, 0.09);
    display: block;
    position: relative;
}

.newsletter_area .newsletter_inner .input-group input:not([type="submit"]) {
    border: 1px solid #e9ebf4;
    background: #fff;
    width: 100%;
    border-radius: 0;
    height: 56px;
    padding: 0px 147px 0px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #333;
}

.newsletter_area .newsletter_inner .input-group input.placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input:-moz-placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input::-moz-placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #b4b9c8;
}

.newsletter_area .newsletter_inner .input-group input:focus {
    border-color: #e3e3e3;
}

.newsletter_area .newsletter_inner .input-group .input-group-append {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

/* Contact Us Area css
============================================================================================ */
.contact_area .contact_details {
    background: #f4f4f4;
    padding-left: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 50px;
}

.contact_area .contact_details .c_d_item {
    margin-bottom: 33px;
}

.contact_area .contact_details .c_d_item i {
    font-size: 22px;
    color: #222;
}

.contact_area .contact_details .c_d_item h4 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #222;
    margin-top: 2px;
}

.contact_area .contact_details .c_d_item p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}

.contact_area .contact_details .c_d_item:last-child {
    margin-bottom: 0;
}

.mapBox {
    min-height: 500px;
}
.page_navigation {
    margin-top: 60px;
}
.page_navigation .pagination {
    margin-bottom: 0;
    display: block;
}
.page_navigation .pagination li {
    margin-right: 8px;
    display: inline-block;
}
.page_navigation .pagination li a {
    height: 42px;
    width: 42px;
    padding: 0;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #222;
    line-height: 38px;
    color: #222;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
.page_navigation .pagination li:last-child {
    margin-right: 0;
}
.page_navigation .pagination li:hover a, .page_navigation .pagination li.active a {
    background: #222;
    color: #fff;
    border-color: #222;
}

.load_btn {
    text-align: center;
}

.sidebar_area.left {
    padding-right: 25px;
}

.sidebar_area.right {
    padding-left: 25px;
}

.sidebar_widget {
    border: 1px solid #d0d0d0;
    margin-bottom: 30px;
    padding: 30px;
}

/* About Area css
============================================================================================ */
.about_area .ab_text h2 {
    color: #222;
    line-height: 44px;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 32px;
}

.about_area .ab_text p:not(.form-row) {
    margin-bottom: 15px;
    width: 100%;
}

.about_area .ab_text a {
    color: #222;
    font-weight: 500;
}
.about_area .ab_text p.has-text-color a {
    color: inherit;
}

.about_area .ab_text.ab_text_two {
    padding-left: 80px;
}

.clients_slider_area {
    padding-top: 25px;
    border-top: 2px solid #ededed;
}
.clients_slider_area .single_title h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
}
.clients_slider_area .clients_slider {
    text-align: center;
    margin-top: 30px;
}
.clients_slider_area .clients_slider img {
    width: auto;
}
.clients_slider_area .clients_slider .item {
    text-align: center;
    line-height: 80px;
}
.clients_slider_area .clients_slider .item img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Footer Area css
============================================================================================ */
.footer_area {
    background: #333334;
    color: #fff;
    margin-top: 25px;
    font-size: 14px;
}
.footer_area .textwidget p a {
    color: #fff;
}
.footer_area .textwidget p a:hover {
    text-decoration: underline;
}
.footer_area .footer-brand-items {
    color: #A11A17
}
.footer_area .footer-brand-items a {
    color: #fff;
    padding-right: 5px;
}
.footer_area table tr td:first-child {
    padding-right: 10px;
}
.footer_area table tr td {
    vertical-align: initial;
}
.f_title h3,
.f_widget h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    letter-spacing: .7px;
    margin-bottom: 25px;
}
.footer_area .footer_copy {
    background: #eee;
    color: #000;
}

.ab_widget {
    padding-right: 0;
}

.ab_widget img {
    margin-bottom: 25px;
}

.ab_widget p {
    color: inherit;
    font-size: 14px;
}
.ab_widget a { color: inherit; text-decoration: none; line-height: 24px; }
.ab_widget a:hover { text-decoration: underline; }

.link_widget .list li:not(:last-child), .link_widget ul.menu li:not(:last-child) {
    margin-bottom: 10px;
}

.link_widget .list li a, .link_widget ul.menu li a {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: inherit;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.link_widget .list li a:hover, .link_widget ul.menu li a:hover {
    text-decoration: underline;
}
.widget_text {
    padding-top: 25px;
}
.widget_text p {
    color: #636363;
    margin-bottom: 0;
}

.social_widget_two {
    margin-top: 25px;
}
.social_widget_two ul {
    padding-top: 5px;
}
.social_widget_two ul li {
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    margin-top: 3px;
}

.social_widget_two ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #636363;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social_widget_two ul li a:hover {
    color: #636363;
}
.footer_copy p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #fff;
    padding: 20px 0;
}

.footer_copy p a {
    color: #222;
    font-weight: 600;
}

.gfield_repeater_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.logo-center-alignment {
    padding-top: 2px;
}

.woocommerce-widget-layered-nav-dropdown__submit {
    outline: none;
    border: none;
    padding: 5px 21px 3px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-top: 3px;
}
.woocommerce-widget-layered-nav-dropdown__submit:hover {
    cursor: pointer;
}

@media (max-width: 992px) {
    .logo-center-alignment {
        width: 100%;
    }
    .main_menu_three .navbar .navbar-nav li {
        padding: 0;
    }
    .main_menu_three .navbar .navbar-nav li.search-item {
        margin: 0 auto 20px;
    }
    a.navbar-brand {
        width: 60vw;
    }
}

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

    .navbar-brand img {
        max-height: 55px;
    }
}

.wp-block-button a {
    display: inline-block;
    padding: 0px 31px;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}

.woocommerce .price {
    font-size: 24px;
}
.product_details_inner .price ins,
.product_text ins {
    text-decoration: none;
    color: #4cab33;
}

.product_details_inner .price del,
.product_text del {
    font-size: 18px;
}

.breadcrumbs { background: #eee; font-size: 12px; clear: both; }
.breadcrumbs ul { list-style: none; padding: 10px 0; margin: 0; font-size: 12px; }
.breadcrumbs ul a { color: #222; font-size: 12px; text-decoration: none; }
.archive_header {
    max-height: 450px;
    overflow: hidden;
}
@media (min-width:768px){
    .archive_header img {
        width: 100%;
        transform: translateY(-15%);
    }
}

.wp-block-image img {
    height: auto;
}

#toTop {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid #eee;
    outline: none;
    padding: 0;
}

/* Scroll to top */
#toTop {
    display: inline-block;
    background-color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid #eee;
    outline: none;
}

#toTop::after {
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 38px;
    color: #eee;
}
#toTop:hover {
    cursor: pointer;
    background-color: #333;
}
#toTop:active {
    background-color: #555;
}
#toTop.show {
    opacity: 1;
    visibility: visible;
}

table.group_table, table.group_table th, table.group_table td {
    border: 1px solid;
}
table.group_table td {
    padding: 10px;
}

.wp-block-separator.is-style-default { max-width: 75px; }
.no_margin { margin: 0; }

/* Brands */
.brand-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-lists ul {
    list-style: none;
    padding-left: 0;
}
.brand-lists ul li {
    line-height: 150px;
}
.brand-lists ul li a {
    color: rgb(152, 152, 152);
    text-transform: capitalize;
}
.brand-lists ul li img {
    max-width: 150px;
    height: auto;
}

/* Loader */
.loader-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color:rgba(125,125,125,0.6);
    z-index: 10000;
}
.loader-overlay.hidden {
    display: none;
}
.loader-overlay .loader-overlay-circle {
    width: 60px;
    height: 60px;
    display: block;
    margin: 25% auto;
    z-index: 2;
}
.loader-overlay .part-loader__path {
    stroke: #fff;
}
.part-loader__circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 70px;
    margin: auto;
}
.part-loader__path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #2a3749;
    stroke-width: 5;
    stroke-linecap: round;
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

/* Wishlist */
#wl-wrapper .wl-add-to {
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background: yellowgreen;
    border-radius: 0;
}
.woocommerce .woocommerce-ordering select { color: #000; }
.woocommerce-cart .wc-proceed-to-checkout a.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button {
    background: #636363;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 34px !important;
    line-height: 48px;
    margin-left: 12px;
    overflow: visible;
    border: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover  {
    background: #636363;
}
.navbar-light .navbar-toggler span::after,
.navbar-light .navbar-toggler span,
.navbar-light .navbar-toggler span::before { background: #797979 !important; }
.navbar-light .navbar-toggler[aria-expanded="true"] span {
    background: transparent !important;
}

/* Home Blog Area css
============================================================================================ */
.h_blog_item .blog_img {
    overflow: hidden;
    position: relative;
    z-index: 3;
    min-height: 200px;
}

.h_blog_item .blog_img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 100%;
    height: auto;
}
.h_blog_item .blog_img .date {
    position: absolute;
    top: 22px;
    left: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    z-index: 1;
}

.h_blog_item .blog_img .date h3 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.h_blog_item .blog_img .date h3 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.h_blog_item .blog_img .post_author {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.h_blog_item .blog_img .post_author .left a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}

.h_blog_item .blog_img .post_author .right a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: italic;
}

.h_blog_item .blog_text {
    margin-top: 20px;
}
.h_blog_item a {
    text-decoration: none;
}

.h_blog_item .blog_text h4 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
    margin-bottom: 10px;
}

.h_blog_item .blog_text p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 26px;
    margin-bottom: 0px;
}

.h_blog_item:hover .blog_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main_blog_item {
    margin-bottom: 50px;
}

.main_blog_item:last-child {
    margin-bottom: 0px;
}

.main_blog_item .blog_img {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.main_blog_item .blog_img img {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    height: auto;
}

.main_blog_item .blog_img:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.main_blog_item .blog_text .blog_date {
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 0px 12px 0px;
    margin-bottom: 25px;
}

.main_blog_item .blog_text .blog_date .date_text a {
    color: #f82e56;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: italic;
}

.main_blog_item .blog_text .blog_date .date_text a span {
    font-size: 25px;
    font-weight: bold;
}

.main_blog_item .blog_text .blog_date .cat_text .list li {
    display: inline-block;
    margin-right: 22px;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #797979;
    position: relative;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a:before {
    content: "/";
    position: absolute;
    right: -15px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    color: #797979;
}

.main_blog_item .blog_text .blog_date .cat_text .list li a:hover {
    color: #f82e56;
}

.main_blog_item .blog_text .blog_date .cat_text .list li:last-child {
    margin-right: 0px;
}

.main_blog_item .blog_text .blog_date .cat_text .list li:last-child a:before {
    display: none;
}

.main_blog_item .blog_text h4 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.main_blog_item .blog_text p {
    margin-bottom: 22px;
}

.main_blog_item .blog_text .main_btn {
    padding: 0px 20px;
    text-decoration: none;
    font-weight: normal;
}

.main_blog_item:hover .blog_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main_blog_item:hover .blog_img:before {
    opacity: 1;
}
.blog_item_inner { margin-bottom: 45px; }

.page_navigation {
    margin-top: 60px;
}

.page_navigation .pagination {
    margin-bottom: 0px;
    display: block;
}

.page_navigation .pagination li {
    margin-right: 8px;
    display: inline-block;
}

.page_navigation .pagination li a {
    height: 42px;
    width: 42px;
    padding: 0px;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid #222;
    line-height: 38px;
    color: #222;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.page_navigation .pagination li:last-child {
    margin-right: 0px;
}

.page_navigation .pagination li:hover a, .page_navigation .pagination li.active a {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* End Home Blog Area css
============================================================================================ */
/* Grid Blog Area css
============================================================================================ */
.ms_blog_inner {
    margin-bottom: -35px;
}

.ms_blog_item {
    margin-bottom: 35px;
}

.ms_blog_item .ms_img {
    overflow: hidden;
}

.ms_blog_item .ms_img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ms_blog_item .ms_content {
    padding: 25px;
}

.ms_blog_item .ms_content h4 {
    color: #222;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 13px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}

.ms_blog_item .ms_content p {
    margin-bottom: 32px;
}

.ms_blog_item .ms_content h6 {
    font-size: 14px;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}

.ms_blog_item .ms_content h6 a {
    float: right;
    color: #797979;
}

.ms_blog_item.style_2 .ms_content {
    padding-top: 0px;
}

.ms_blog_item:hover .ms_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ms_blog_item:hover .ms_content h4 {
    color: #f82e56;
}

.load_btn {
    text-align: center;
}

.load_btn .main_btn2 {
    border: 1px solid #222;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 56px;
    padding: 0px 44px;
}

/* End Grid Blog Area css
============================================================================================ */
/* End Grid Blog Area css
============================================================================================ */
.single_blog_inner .single_blog_img img {
    width: 100%;
    height: auto;
}

.single_blog_inner .s_blog_text {
    padding-top: 30px;
}

.single_blog_inner .s_blog_text h4 {
    font-size: 28px;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}

.single_blog_inner .s_blog_text h5 {
    font-size: 14px;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
}

.single_blog_inner .s_blog_text h5 a {
    padding-left: 5px;
    color: #f82e56;
}

.single_blog_inner .s_blog_text h5 .date {
    padding-left: 40px;
    color: #797979;
}

.single_blog_inner .s_blog_text p,
.single_blog_inner .s_blog_text ul {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.single_blog_inner .s_blog_text .blockquote {
    margin-left: 30px;
    border-left: 3px solid #f82e56;
    padding-left: 20px;
    margin-bottom: 26px;
    margin-top: 26px;
    padding-right: 30px;
}

.single_blog_inner .s_blog_text .blockquote p {
    margin-bottom: 0px;
    padding: 3px 0px;
}

.single_blog_inner .tags {
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.single_blog_inner .tags span {
    display: inline-block;
    padding-right: 3px;
}

.single_blog_inner .tags .list {
    display: inline-block;
    margin-top: 12px;
}

.single_blog_inner .tags .list li {
    display: inline-block;
    margin-right: 15px;
}

.single_blog_inner .tags .list li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0px 15px;
    line-height: 30px;
    color: #797979;
    font-size: 14px;
}

.single_blog_inner .tags .list li:hover a {
    color: #fff;
    background: #f82e56;
    border-color: #f82e56;
}

.single_b_title {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
}

.like_content {
    margin-top: 40px;
}

.like_content .like_blog img {
    width: 100%;
}

.like_content .like_blog h4 {
    margin-top: 18px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #222;
}

.comment_area {
    margin-top: 45px;
    max-width: 670px;
}

.comment_area .comment_list .comment_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.comment_area .comment_list .comment_item .media .d-flex {
    padding-right: 20px;
}

.comment_area .comment_list .comment_item .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.comment_area .comment_list .comment_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.comment_area .comment_list .comment_item .media .media-body h5 {
    margin-bottom: 0px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.comment_area .comment_list .comment_item p {
    margin-top: 13px;
    margin-bottom: 10px;
}

.comment_area .comment_list .comment_item a {
    color: #222;
}

.comment_area .comment_list .comment_item a:hover {
    color: #f82e56;
}

.comment_form_area {
    max-width: 670px;
}

.comment_form_area .comment_form .form-group {
    margin-bottom: 30px;
}

.comment_form_area .comment_form .form-group:last-child {
    margin-bottom: 0px;
}

.comment_form_area .comment_form .form-group input {
    border: 1px solid #ededed;
    height: 45px;
    border-radius: 0px;
    padding: 0px 20px;
    background: #F6F9FF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    font-size: 16px;
}

.comment_form_area .comment_form .form-group input.placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group input:-moz-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group input::-moz-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group textarea {
    border: 1px solid #ededed;
    height: 200px;
    border-radius: 0px;
    padding: 10px 20px;
    background: #F6F9FF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    font-size: 16px;
    resize: none;
}

.comment_form_area .comment_form .form-group textarea.placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group textarea:-moz-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group textarea::-moz-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
}

.comment_form_area .comment_form .form-group .submit_btn {
    padding: 0px 45px;
}

.s_wd_title {
    margin-bottom: 20px;
    text-align: center;
}

.s_wd_title h3 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
}

.twitter_widget .list li {
    margin-bottom: 28px;
    font-size: 16px;
    color: #797979;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    line-height: 26px;
}

.twitter_widget .list li a {
    display: block;
    color: #f82e56;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}

.twitter_widget .list li:last-child {
    margin-bottom: 0px;
}

.social_widget .list {
    text-align: center;
}

.social_widget .list li {
    display: inline-block;
    margin-right: 16px;
}

.social_widget .list li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    font-size: 15px;
    color: #797979;
}

.social_widget .list li:hover a {
    color: #fff;
    background: #f82e56;
    border-color: #f82e56;
}

.post_widget .post_list .post_item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post_widget .post_list .post_item img {
    width: 100%;
}

.post_widget .post_list .post_item h4 {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 16px;
}

.post_widget .post_list .post_item h4:hover {
    color: #f82e56;
}

.post_widget .post_list .post_item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

/* End Grid Blog Area css
============================================================================================ */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

#CollapseFilters {
    right: 25px;
    width: auto;
    height: 45px;
    position: absolute;
    top: 15px;
    padding: 10px 25px;
    font-weight: normal;
    background: #3498db;
    color: #fff;
}
#Filters { display: none; }
#Filters.open,
#Filters.side { display: inherit; margin: 0; padding: 0; }
.product_labels {
    position: absolute;
    right:0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.product_area .product_labels {
    right: 15px !important;
    left: unset !important;
}
.single-product .product_details_inner .product_labels {
    right: unset;
    left: 0;
}
.single-product .related-products-loop .product_labels {
    right: 15px;
    left: unset;
}
.yith-wcwl-add-to-wishlist { margin-bottom: 10px; }
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    height: auto;
    width: 25px;
    color: rgb(178, 178, 178);
}
#thumbs { margin-top: 10px;  }
#thumbs.owl-carousel .owl-item .item { padding: 15px;  }
#thumbs.owl-carousel .owl-item.current { border: 1px solid #eee; }
#thumbs.owl-carousel .owl-item img { max-height: 150px; }
#thumbs.owl-carousel .owl-prev.disabled,
#thumbs.owl-carousel .owl-next.disabled { display: none; }
.woocommerce-product-details__short-description { margin-bottom: 10px; }
.widget_archive > ul li::before, .widget_categories > ul li::before,
.widget_meta > ul li::before, .widget_nav_menu > div > ul li::before,
.widget_pages > ul li::before, .widget_recent_comments > ul li::before,
.wp-block-archives-list li::before, .wp-block-categories-list li::before,
.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment::before,
.highlighted_product_area { border-bottom: 1px solid #eee; }
img.alignright, picture.alignright { float: right; }
img.alignleft, picture.alignleft  { float: left; }
.wp-block-categories-list { list-style: none; margin: 0; padding: 0 0 0 10px; }
.wp-block-categories-list a { color: #000; text-decoration: none; }
.wp-block-latest-posts li { margin-bottom: 10px; display: inline-block;}
.wp-block-latest-posts li img { max-width: 100px; }
.wp-block-latest-posts li a { color: #000; text-decoration: none; }
#whatsapp-link{
    bottom: 10px;
    right: 75px;
    z-index: 99999;
    display: none;
    position: fixed;
    font-size: 42px;
    color: #4fc65b;
}
#whatsapp-link.show { display: block; }
.product_item:hover .product_text .text_hover {
    top: 0;
}
.product-filter-bar h4 { font-size: 18px; }
.fliter_text {
    margin-bottom: 30px;
    padding: 0 15px;
}
.pagination_area, nav.woocommerce-pagination {
    text-align: center;
    overflow: hidden;
}
.pagination_area nav {
    display: inline-block;
}
table.variations .reset_variations {
    margin-left: 10px;
    padding-top: 3px;
    display: inline-block;
}
table.variations .color_thumb, table.variations picture.color_thumb img { max-height: 50px; width: auto; max-width: 50px; }
div.quantity {
    display: inline-flex;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-variation-add-to-cart { position: relative; }
.woocommerce-variation-add-to-cart input[name=quantity] {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979;
    -moz-appearance: textfield;
    text-align: center;
    width: 2.5em;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    background: none;
}
.single-product .product-summary-wrap .quantity .minus,
.single-product .product-summary-wrap .quantity .plus {
    border: solid 1px #2e3059;
    color: #2e3059;
}
div.quantity .minus {
    left: 1px;
}
div.quantity .plus {
    left: -1px;
}
div.quantity .minus, div.quantity .plus {
    position: relative;
    width: 2em;
    height: 50px;
    line-height: 1;
    padding: 0;
    outline: none;
    text-indent: -9999px;
    background: none;
    border: none;
}
div.quantity .minus::before,
div.quantity .plus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
    margin-top: -0.5px;
    margin-left: -4.5px;
}
div.quantity .minus::before, div.quantity .plus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
    margin-top: -0.5px;
    margin-left: -4.5px;
}
div.quantity .plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid;
    margin-top: -4.5px;
    margin-left: -0.5px;
}
.product_meta span.posted_in a,
.product_meta span.tagged_as a {
    color: inherit;
}
.pdp_contact { margin-top: 20px; padding: 10px; border: 1px solid #f6f6f6; }
.pdp_contact table td { padding: 8px; font-size: 14px; }
.woocommerce table.shop_attributes th { font-weight: normal; }
.woocommerce-tabs {
    margin-top: 70px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-tabs .tabs {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

.woocommerce-tabs .tabs li {
    margin-bottom: 0;
}

.woocommerce-tabs .tabs li a::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.woocommerce-tabs .tabs li a {
    padding: 0px 22px;
    line-height: 50px;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #797979;
    font-family: "Lato", sans-serif;
    position: relative;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
}
div#myTabContent div.woocommerce-Tabs-panel {
    padding: 40px 0px 40px 0;
}

.side_widget {
    margin-bottom: 35px;
}

#category_slider {
    overflow: auto;
    white-space: nowrap;
    padding: 0;
}
#category_slider .item {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 10px 24px;
    cursor: pointer;
    color: #000;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-decoration: none;
}
#category_slider .item:hover {
    border: 1px solid #000;
}
.product_labels {
    color: #fff;
    font-size: 12px;
    font-family: "Arial", sans-serif;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
}
.product_labels li {
    padding: 0 5px;
}
.product_labels li.sale {
    background: #4cab33;
}
#ShowAll {
    display: block;
    color: #fff;
    text-decoration: none;
    max-width: 115px;
    text-align: center;
    margin: 0 auto 10px;
}
a.compare {
    background: none;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    color: inherit;
}
.product.media .owl-carousel .owl-item img { width:auto; margin: 0 auto; }
#thumbs.owl-carousel .owl-item img { max-height: 150px; }
.woocommerce-product-details__short-description { margin-bottom: 10px; }
.widget_archive > ul li::before, .widget_categories > ul li::before,
.widget_meta > ul li::before, .widget_nav_menu > div > ul li::before,
.widget_pages > ul li::before, .widget_recent_comments > ul li::before,
.wp-block-archives-list li::before, .wp-block-categories-list li::before,
.wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment::before,
.wp-block-latest-posts:not(.wp-block-latest-posts__list) li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: 0.45rem;
    vertical-align: middle;
}
.highlighted_product_area { border-bottom: 1px solid #eee; }
img.alignright { float: right; }
img.alignleft { float: left; }
.wp-block-categories-list { list-style: none; margin: 0; padding: 0 0 0 10px; }
.wp-block-categories-list a { color: #000; text-decoration: none; }
.wp-block-latest-posts li { margin-bottom: 10px; display: inline-block;}
.wp-block-latest-posts li img { max-width: 100px; }
.wp-block-latest-posts li a { color: #000; text-decoration: none; }
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#BackToBlogs {
    float: right;
    background: #fff;
    color: #222;
    border-radius: 0;
    margin: 10px 0;
}
.is_mobile { display: none; }
@media (max-width:575px){
    .is_desktop { display: none; }
    .is_mobile { display: block; }
}
.has-background.full_wide {
    margin: 25px -9999rem !important;
    padding: 30px 9999rem 5px  !important;
}
.wp-block-image.full_wide {
    margin: 25px -9999rem !important;
}
#ScrollMore {
    background: #fff;
    color: #222;
    position: sticky;
    right: 0;
    padding: 15px 8px 14px 8px;
    border: 1px solid #6c757d;
    font-size: 12px;
    vertical-align: top;
}


/* MINI CART */
.rd-navbar-cart {
    display: none;
    text-align: left;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
}

.rd-navbar-cart .block-minicart.empty {
    height: auto;
}

.rd-navbar-cart .block-minicart .empty {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #000;
}

.rd-navbar-cart .block-title,
.rd-navbar-cart button.close {
    display: none;
}

.rd-navbar-cart #minicart-content-wrapper {
    overflow: hidden;
    padding: 45px;
}
.rd-navbar-cart #minicart-content-wrapper a {
    float: none;
    margin: auto;
}
@media (max-width:767px) {
    .rd-navbar-cart #minicart-content-wrapper {
        padding: 25px 30px;
    }
}

.rd-navbar-cart .block-content {
    position: static;
}

.rd-navbar-cart .block-content .items-total {
    font-size: 18px;
    color: #000;
}

.rd-navbar-cart .block-content>.actions {
    position: relative;
    padding: 25px 0 0;
}

.rd-navbar-cart .block-content>.actions .primary {
    text-align: center;
}

.rd-navbar-cart .block-content>.actions .primary button,
.rd-navbar-cart .block-content>.actions .primary a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.rd-navbar-cart .block-content>.actions .primary>div div {
    margin-bottom: 10px;
}

.rd-navbar-cart .block-content>.actions .primary>div div:last-child {
    margin-bottom: 0;
}

.rd-navbar-cart .block-content>.actions .secondary {
    width: 100%;
    text-align: center;
}
.rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
    background: #888;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0
}

.rd-navbar-cart .rd-navbar-cart-item__left,
.rd-navbar-cart .rd-navbar-cart-item__body,
.rd-navbar-cart .rd-navbar-cart-item__remove {
    position: relative;
    display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
    max-width: none;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
    vertical-align: middle;
    width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
    font-size: 14px;
    line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
    vertical-align: middle;
    width: 56px;
    font-size: 24px;
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 88px;
    display: block;
    height: 1px;
    background: rgba(136, 136, 136, .2);
}

@media (min-width:768px) {
    .rd-navbar-cart-wrap {
        position: relative;
        padding: 2px 31px 4px;
        border-left: 1px solid #eae9e9;
        height: 40px;
        text-align: center;
    }
    .rd-navbar-cart-floating {
        display: block;
    }
    .rd-navbar-cart {
        display: block;
        position: absolute;
        width: 430px;
        top: 50px;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        z-index: 19;
        transition: .3s ease;
    }
    .minicart-wrapper.active .rd-navbar-cart {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }
    .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible;
    }
}

.layout_2 .rd-navbar-cart-wrap {
    border-left: 0;
    padding-left: 0;
    float: right;
    padding-right: 0px;
}


.block-minicart .block-content {
    position: relative;
}

.block-minicart .action.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    background: 0 0;
}

.block-minicart .price {
    font-size: 20px;
    color: #000;
}

.block-minicart .subtotal {
    text-align: right;
    color: #000;
}

.block-minicart .subtotal .label {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.block-minicart .subtotal .price { font-size: 20px; color: #000; }

.block-minicart .subtitle {
    display: none;
}

.block-minicart .product.actions .action {
    background: 0 0;
    padding: 0;
    margin-left: 18px;
}

.minicart-items-wrapper {
    margin: 25px 0;
    height: auto !important;
}
.minicart-items-wrapper .minicart-items { list-style: none; padding: 0; }
.minicart-items .item>.product {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.minicart-items .product-item-photo {
    margin-right: 20px !important;
}

.minicart-items .product-item-details {
    min-width: 245px;
}

.minicart-items .product-item-name {
    font-size: 14px;
    font-weight: 400;
    padding-right: 90px;
    display: block;
    line-height: 21px;
    margin-bottom: 5px;
}
.minicart-items .product-item-name a { float: none; line-height: initial; }
.minicart-items .price-container {
    font-size: 18px;
    margin-bottom: 20px;
}

.minicart-items .item {
    position: relative;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.minicart-items .item:last-child {
    margin-bottom: 0;
}

.minicart-items .details-qty.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
}

.minicart-items .details-qty.qty .label {
    margin-right: 0;
    font-size: 12px;
    color: #000;
}

@media (min-width:768px) {
    .minicart-items .details-qty.qty .label {
        -webkit-flex-basis: 18%;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        max-width: 18%;
    }
}

.minicart-items .details-qty.qty .cart-item-qty {
    text-align: center;
    border: 0;
    background: #f6f6f6;
    height: 50px;
    padding: 6px;
    font-size: 12px;
}

@media (min-width:768px) {
    .minicart-items .details-qty.qty .cart-item-qty {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%;
    }
}

.minicart-items .details-qty.qty .update-cart-item {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
    line-height: inherit;
    text-align: right;
}

.minicart-items .details-qty.qty .update-cart-item:before {
    content: "Ã®Â¡Âª";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.minicart-items .details-qty.qty .update-cart-item span {
    display: none;
}

.minicart-items .product.options {
    font-size: 12px;
}

.minicart-items .product.options .toggle {
    cursor: pointer;
    margin-bottom: 0;
}

.minicart-items .product.options>.content {
    margin-bottom: 0;
}

.minicart-items .product.options .list {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart-items .product.options .list>dt,
.minicart-items .product.options .list>dd {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
}

.minicart-items .product.actions {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1rem;
}

.minicart-items .product.actions>div {
    display: inline-block;
}
.minicart-items img { width: 100%; max-width: 50px; }

@media (min-width:768px) {
    .minicart-wrapper {
        float: left;
    }
}

@media (max-width:767px) {
    .minicart-items .item>.product {
        overflow: hidden;
        display: block;
    }
    .minicart-items .product-item-photo {
        float: left;
    }
    .minicart-items .product-item-details {
        overflow: hidden;
    }
    .minicart-items .details-qty .label {
        margin-right: 15px;
    }
    .minicart-items .details-qty .cart-item-qty {
        width: 60px;
    }
    .minicart-items .product-item-name {
        padding-right: 0;
        padding-top: 35px;
    }
    .minicart-items .product.actions {
        left: 80px;
    }
}
#sizeSelect {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px 20px;
}
table.variations tr.popup select { display: none; }
#sizeSelectModal table { width: 100%; }
#sizeSelectModal td { padding: 10px; }
#sizeSelectModal td.outofstock { text-decoration: line-through; color: #bfbfbf; }
#sizeSelectModal tr { border-bottom: 1px solid #eee; cursor: pointer; }
#sizeSelectModal tr:hover { background: #eee; }

#sizeSelectModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
#sizeSelectModal .modal-content {
    height: calc(100% - 50px);
    overflow-y: auto;
}
#sizeSelectModal .modal-dialog {
    right: -350px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
#sizeSelectModal.fade.show .modal-dialog {
    right: 0;
    top: 50px;
}
.size_switcher { color: #bfbfbf; }
.size_switcher.active { color: #000; }


/* CART */
.woocommerce .cart-collaterals .cart_totals h2 { display: none; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { width:100%; }
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-additional-fields { border: 3px solid #ddd; padding: 10px; }
.woocommerce .includes_tax .woocommerce-Price-amount { font-size: 14px; }
.woocommerce-cart table.shop_table { border: unset; }
.woocommerce-checkout .woocommerce-form-coupon-toggle { display: none; }
.woocommerce-cart-form__contents .product-price del bdi,
#order_review .product-total del bdi { color: #000;  }
#order_review th { vertical-align: top; }
.woocommerce-cart-form__contents .product-price ins bdi,
#order_review .product-total ins bdi { text-decoration: none; color: #4cab33;  }
.woocommerce-checkout-review-order-table  .cart_item .variation { clear: both; margin-top: 10px; }
.woocommerce table.shop_table {
    border-radius: unset;
    border-left: unset;
    border-right: unset;
    border-top: none;
}
.woocommerce-billing-fields h3 { display:none; }

/* CHECKOUT */
.woocommerce-checkout h1 { display: none;}
.woocommerce-billing-fields h3 { display: none; }
#ship-to-different-address span { font-size: 16px; }
#order_review_heading { display:none; }
.woocommerce-checkout .page-main,
.woocommerce-cart .page-main { box-shadow: unset; }
#place_order { float: right; }

#billing_postcode_field,
#shipping_postcode_field {
    width: 47%;
    overflow: visible;
    float: left;
}
#billing_city_field,
#shipping_city_field {
    width: 47%;
    overflow: visible;
    float: right;
    clear: none;
}
#billing_phone_field { clear: both; }

/*----------step-wizard------------*/
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
    background-color: #333;
}
.wizard { padding: 50px; }
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 33.33333333%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -10px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 10px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    background: none;
    margin-top: 10px;
}
.prev-step a,
.next-step a {
    text-decoration: none !important;
    color: inherit !important;
}
.next-step{
    background-color: #0db02b;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .wizard .nav-tabs > li a i{
        display: none;
    }
}
.woocommerce-table__product-name .wc-item-meta p { line-height: 40px; }
.wc-block-components-notice-banner { width: 100%; }

