/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap'); */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'), url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'), url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'), url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}


/**
|--------------------------------------------------
| CSS Variables
|--------------------------------------------------
*/

:root {
    --color-white: #fff;
    --color-text: #222222;
    --color-theme: #f63a4c;
    --color-sub: rgba(34, 34, 34, 0.8);
}


/**
|--------------------------------------------------
|Genral 
|--------------------------------------------------
*/

body {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    color: #393939;
}

::selection {
    color: #FFF;
    background: #3545ee;
}

::-webkit-selection {
    color: #FFF;
    background: #3545ee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #393939;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #393939;
    transition: all 0.4s ease;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #bf1e2e;
}

.section {
    position: relative;
    padding: 80px 0;
}

*:focus {
    border: none;
    outline: none;
}

.grayBg {
    background-color: #f8f8f8;
}

.container {
    max-width: 1330px;
    width: 100%;
}


/**

|--------------------------------------------------
| Header
|--------------------------------------------------

*/

.mainHeader.header {
    /* position: fixed; */
    z-index: 55;
    width: 100%;
    background: #323232;
    top: 0;
    left: 0;
}


/* .home .mainHeader.header {
    position: absolute;
    background: #d3d3d3cf;
} */

.mainHeaderBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

.headerInfowrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    align-content: stretch;
}

.navbar-brand {
    padding: 0;
    max-width: 64px;
    display: block;
}

.navbar.navbar-expand-lg {
    padding: 0 0;
}

.container-fluid {
    max-width: 1920px;
    padding: 0 50px;
}

.headerInfowrp>li {
    margin-left: 32px;
}

.headerInfowrp li a,
.fixed .headerInfowrp li a {
    font-size: 18px;
    color: #d8d8d8;
}

.colorLogo {
    display: none;
}

.home .logoBox img.img-fluid.mainLogo {
    display: none;
}

.home .logoBox img.img-fluid.colorLogo {
    display: block;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.navbar-nav>li>a {
    color: #d8d8d8;
    display: block;
    font-size: 15px;
    padding: 3px 14px;
}

.home .navbar-nav>li>a {
    color: #333;
}

.home .headerInfowrp li a {
    color: #1c1c1c;
}

.home .fixed .headerInfowrp li a {
    color: #d8d8d8;
}

.home #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
}

.home #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #d8d8d8;
}

.bannerImg {
    display: block;
    width: 100%;
}

.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto;
    display: block;
}

.bannerImg img {
    width: 100%;
}

.productCategoryBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 0 30px;
}

.slick-prev,
.slick-next {
    position: absolute;
    left: 0;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    z-index: 5;
    outline: none;
}

.slick-next {
    right: 0;
    left: auto;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.productCategoryBox .product-category-item span.pc_icon {
    display: block;
    text-align: center;
    max-width: 61px;
    margin: 0 auto 20px;
}

.productCategoryBox .product-category-item {
    width: calc(100% / 5);
}

.productCategoryBox .product-category-item span.pc_icon img {
    display: inline-block;
}

.productCategoryBox .product-category-item .cat-title {
    color: #b0b0b0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.elementor-text-editor ul {
    padding-left: 18px;
}

.elementor-text-editor ul li {
    margin-bottom: 14px;
}

.underline_button a.elementor-button-link {
    border-bottom: 2px solid;
}

.priceBox {
    font-size: 15px;
    color: #404041;
}

.priceBox span {
    font-size: 23px;
    padding-left: 2px;
    text-decoration: none !important;
    font-weight: 600;
}

.ajax_add_to_cart+a.added_to_cart.wc-forward {
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 41px;
    width: auto;
}

.BannerSecBox .elementor-widget-container {
    height: 100%;
}

.BannerSecBox .elementor-shortcode.ls-direction-fix {
    height: 100%;
}

.productViewBox {
    padding: 0px 0 20px;
}

.woocommerce .products>ul,
.woocommerce ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 -15px;
}

.woocommerce section.related.section ul.products {
    justify-content: center;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    margin: 0;
    clear: both;
    padding: 15px 15px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 12px;
    margin: 0px auto 5px;
    color: #f33c3c;
    width: 73px;
}

.woocommerce .star-rating::before {
    /* color: #f33c3c; */
    letter-spacing: 1px;
}

.woocommerce .star-rating span::before {
    letter-spacing: 1px;
    color: #ffc107;
}

.add-action ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    list-style: none;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all linear;
}

.woocommerce .star-rating {
    float: none;
    display: inline-block !important;
    width: 83px;
    margin: 0 !important;
}

.single-product-box .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s all linear;
}

.product-filter-area {
    /* background: #fff none repeat scroll 0 0; */
    display: block;
    margin: 0 0 30px;
    /* padding: 20px; */
}

.img-mini-cart img {
    max-width: 100%;
    height: auto;
}

.woocommerce-mini-cart-item.mini_cart_item {
    width: auto;
    position: relative;
    padding-left: 76px !important;
    min-height: 87px;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    padding-right: 30px !important;
}

.minicart-dropdown {
    padding: 10px 20px 0;
    max-width: 410px;
    left: auto;
    right: 0;
    z-index: 555;
    display: none;
    width: 100%;
    -webkit-box-shadow: 0 50px 130px rgba(0, 0, 0, 0.4);
    box-shadow: 0 50px 130px rgba(0, 0, 0, 0.4);
    border: 0;
    min-width: 410px;
}

.data-mini-cart {
    font-size: 13px;
    text-align: left;
}

.data-mini-cart p {
    margin-bottom: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.woocommerce-mini-cart-item {
    padding: 17px 0;
    margin: 0;
}

.woocommerce-mini-cart {
    max-height: 400px;
    overflow: auto;
}

.woocommerce-mini-cart__buttons.buttons a {
    background: #ffffff;
    color: #18191b !important;
    border-radius: 28px;
    margin-top: 0;
    font-size: 15px;
    padding: 17px 32px !important;
    margin: 3px;
    display: inline-block;
}

p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}

p.woocommerce-mini-cart__total.total {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 40px;
}

.cartIcon button:after {
    display: none;
}

.woocommerce-mini-cart a.remove.remove_from_cart_button {
    font-weight: normal;
    display: inline-block;
    font-size: 26px;
    text-align: left;
    text-decoration: none;
    color: red !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.woocommerce-mini-cart a.remove.remove_from_cart_button:hover,
.woocommerce-mini-cart a.remove.remove_from_cart_button:focus {
    background: transparent;
}

.woocommerce-mini-cart-item+.woocommerce-mini-cart-item {
    border-top: 1px solid #ccc;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100% !important;
    float: none !important;
    position: relative;
    height: 100%;
}

.single-procuct-view {
    position: relative;
    width: 100%;
    background: white;
    padding: 20px 20px 40px 0;
    /* max-height: 100vh; */
    overflow: hidden;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.related .col-lg-4,
.upsells .col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.price-box {
    min-height: 25px;
    margin-top: 11px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    transition: .1s all linear;
}

.woocommerce-product-details__short-description p {}

.woocommerce-tabs.wc-tabs-wrapper {
    /* background: #fff none repeat scroll 0 0; */
    /* padding: 30px; */
    /* margin: 0; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #bcbcbc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    background: none;
    border: none;
    letter-spacing: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #212529;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    background: #000000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 40px 0;
    overflow: hidden;
    /* display: block !important; */
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 21px;
    color: #18191b;
    font-weight: 500;
    margin: 0 0 12px;
}

.woocommerce div.product .product_title h1 {
    color: #323334;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: initial;
    display: block;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 27px;
    font-weight: 500;
    /* padding: 15px 0; */
    padding-right: 10px;
    text-decoration: none;
    color: #bf1e2e;
    line-height: normal;
    /* border-top: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 0;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #a2a2a2;
    opacity: 1;
    padding-right: 6px;
    font-size: 18px;
    font-weight: normal;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.product_freeShipping p {
    margin-bottom: 1px;
    font-size: 14px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: none !important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 0 0 9px !important;
}

.quantity .quantity-field {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    color: #363636;
    height: 44px;
    text-align: center;
    width: 60px !important;
    /* padding: 0px 20px; */
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    border-left: 0;
    border-right: 0;
    text-align: center !important;
}

.quantity .button-minus {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: medium none;
    color: #d7d7d7;
    font-size: 27px;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    outline: none;
    border: 2px solid #d7d7d7;
    height: 44px;
    line-height: 36px;
}

.quantity .button-plus {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: medium none;
    color: #d7d7d7;
    font-size: 27px;
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    outline: none;
    border: 2px solid #d7d7d7;
    height: 44px;
    line-height: 36px;
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
}

.product-details .cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    align-content: stretch;
}

.quantityBox {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.button {
    border: 0;
    display: inline-block;
    font-size: 15px !important;
    text-transform: uppercase;
    background: #18191b !important;
    padding: 14px 26px !important;
    color: #ffffff !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    z-index: 3;
    position: relative;
    vertical-align: middle;
    line-height: normal !important;
}

.product-details {
    text-align: center;
    padding: 20px 0 10px;
    position: relative;
}

.galleryImageWrp {
    background: #fff none repeat scroll 0 0;
    padding: 30px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 25px;
}

.widget li a {
    color: #424242;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-right: 7px;
}

.widget ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.widget li a:before {
    content: '\e606';
    font-family: 'simple-line-icons';
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 13px;
    font-size: 10px;
}

.widget li span.count {
    display: inline-block;
    font-size: 13px;
}

h3.widget-title {
    color: #323333;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.widget {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
}

.product-filter-area .widget:last-child {
    border: 0;
    margin-bottom: 0;
}

.widget li a:hover {
    color: #f33c3c;
}

.price_label {
    display: block;
    margin-top: 11px;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 50px;
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: none;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #18191b !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #18191b !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #b5b5b5 !important;
}

.product-details .product-name a {
    display: block;
    margin: 8px 0 7px;
    line-height: normal;
}

.woocommerce div.product .price-box span.price {
    font-size: 16px !important;
    font-weight: 500 !important;
    /* letter-spacing: 0.5px !important; */
}

.woocommerce div.product .price-box span.price del {
    font-size: 15px;
    color: #bbb;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
    padding-right: 0;
}

.products-row-box {
    display: block;
    width: 100%;
    clear: both;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px 15px;
    border: 0;
    outline: none;
}

.add-action .add_to_wishlist span {
    display: none;
}

.add-action .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}

.yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

#yith-wcwl-popup-message {
    background: #f33c3c;
    padding: 13px 27px;
    color: #18191b;
    letter-spacing: 1.5px;
    font-weight: 600;
    border: 0;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.41);
}

.shoppingBag.wishListIcon {
    font-size: 21px;
}

.product-details-wrp {
    background: #fff;
    /* padding: 10px; */
    height: 100%;
    position: relative;
    margin-top: 50px;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 0 !important;
    position: relative;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    color: #111111;
    margin-bottom: 25px;
    width: 100%;
    line-height: normal;
    font-weight: 600;
}

.product-details-wrp .yith-wcwl-add-to-wishlist a {
    border: 0;
    display: inline-block;
    font-size: 23px;
    margin-left: 0;
    text-transform: uppercase;
    background: #f0f0f0;
    color: #707070;
    letter-spacing: 1.5px;
    /* font-weight: 600; */
    border-radius: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 0;
    line-height: 70px;
    text-align: center;
    /* border: 0; */
}

.product-details-wrp .yith-wcwl-add-to-wishlist {
    margin-bottom: 30px;
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce-page .content-area {
    /* background: #f1f1f1; */
}

form.woocommerce-cart-form {
    /* background: #fff none repeat scroll 0 0; */
    /* margin-bottom: 50px; */
    /* padding: 40px; */
}

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

.woocommerce table.shop_table td {
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 1.5;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
    height: 46px;
    padding: 5px 15px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    background: #fff;
    padding: 40px;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 27px;
    margin-bottom: 25px;
    color: #18191b;
    text-transform: uppercase;
    font-weight: 700;
}

.form-row input {
    height: 46px;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.checkout_form_box {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

.woocommerce form .form-row {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce-page h3 {
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 700;
}

.woocommerce form .form-row label {
    width: 100%;
    margin: 0 0 6px;
    line-height: normal;
}

.select2-container .select2-selection--single {
    height: 46px;
    padding-left: 3px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.woocommerce-additional-fields {
    background: #fff;
    /* padding: 20px; */
    margin-bottom: 30px;
    position: relative;
}

.woocommerce form .form-row textarea {
    height: 100px;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 4px;
}

.woocommerce-checkout-review-order {
    /* padding: 30px; */
    /* background: #fff; */
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #fff;
    border: 0;
    padding: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    /* background-color: #fff; */
    padding: 1em 2em;
}

#yith-wcwl-form .wishlist-title {
    display: none;
}

table.shop_table.cart.wishlist_table {
    background: #fff;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 19px;
}

.woocommerce table.wishlist_table thead th {
    font-size: 14px;
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: left;
}

.woocommerce-mini-cart li:after {
    display: none !important;
}

.woocommerce-mini-cart li a {
    color: #17181a;
}

.woocommerce-mini-cart li a img {
    width: 60px !important;
    float: none !important;
    position: absolute;
    left: -80px;
    height: 60px !important;
    top: 3px;
}

.woocommerce-mini-cart-item.mini_cart_item span.quantity.input-group {
    margin-top: 4px;
    color: #969696;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background: #18191b !important;
    color: white !important;
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    font-size: 29px;
    color: #18191b;
    font-weight: 700;
}

.productBrand {
    font-size: 20px;
    letter-spacing: 5px;
    color: #aeaeae;
    pointer-events: none;
    cursor: none;
    margin-bottom: 2px;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    color: #323232;
    font-size: 13px;
    /* display: none; */
    text-decoration: underline;
    font-weight: 500;
    margin-left: 5px;
}

.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 1.5;
    color: #67696e;
}

.woocommerce-product-details__short-description {
    font-size: 12px;
    line-height: 1.5;
    color: #67696e;
    margin-top: 18px;
}

.woocommerce-product-details__short-description li {
    margin-bottom: 8px;
}

.woocommerce-product-details__short-description ul {
    padding-left: 17px;
    list-style: circle;
}

.poi_icon {
    text-align: center;
    margin-right: 0;
    margin-right: 9px;
    max-width: 14px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin: 0;
}

.product_other_info {
    margin-top: 30px;
    background: #f2f2f2;
    margin-bottom: 40px;
    display: none;
}

.product_other_info li {
    font-size: 14px;
    line-height: 1.5;
    color: #585858;
    list-style: none;
    padding: 12px 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.woocommerce div.product p.stock {
    font-size: 15px;
    font-weight: 500;
    color: #28a745;
    margin-bottom: 16px;
}

.quantity label.screen-reader-text {
    position: relative !important;
    height: auto;
    width: 100%;
    clip: auto;
    color: #000;
    opacity: 1;
    top: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 500;
    clip-path: none;
}

.quantity .control .btn-number {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #343a40;
    width: 23px;
}

.quantity .control .qty {
    margin: 0 5px;
    width: 54px;
    height: 30px;
    border: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-radius: 0;
    color: #343a40;
    font-size: 14px;
}

.quantity .control {
    border: 1px solid #e9e9e9;
    width: auto;
    display: inline-block;
    padding: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 119px;
}

.product_meta>span {
    display: block;
    margin-bottom: 11px;
    color: #67696e;
}

.product_meta>span a {
    color: #151515;
}

.woocommerce div.product .product-details span.price {
    margin: 0 0 15px;
    width: 100%;
    border: 0;
}

.woocommerce .s_usp_icon img.img-fluid {
    height: 100%;
}

.woocommerce table.shop_attributes th {
    width: 230px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #797979 !important;
}

.woocommerce table.shop_attributes td {
    font-style: normal !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400 !important;
}

.woocommerce ul.product_list_widget li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
}

.woocommerce ul.product_list_widget li a:before {
    display: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.product_list_widget span.woocommerce-Price-amount.amount {
    font-size: 15px;
    color: #bf1e2e;
    font-weight: 500;
}

.prdctfltr_wc .prdctfltr_filter_title {
    font-weight: 500 !important;
    color: #6c6c6c;
}

.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    color: #545454;
}

.woocommerce .rc_star .star-rating span::before {
    font-size: 24px;
    color: #bf1e2e;
}

.woocommerce .rc_star .star-rating {
    width: 130px;
    height: 24px;
}

.woocommerce .rc_star .star-rating::before {
    font-size: 24px;
}

.woocommerce .rc_star .star-rating strong.rating {
    display: none;
}


/* .woocommerce div.product div.images img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
} */

.vbox-item {
    display: block;
    text-align: center;
}

.figlio {
    margin: 0 auto;
}

.wpgs-nav .slick-slide {
    border: 1px solid #ccc;
    height: 79px;
    padding: 0;
    margin: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.wpgs-nav {
    max-width: 550px;
    margin: 20px auto 0;
    width: 100%;
    padding-bottom: 0;
}

.wpgs-nav .slick-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.wpgs-nav .slick-slide.slick-current {
    border-color: #404040;
    box-shadow: 5px 6px 11px rgb(0 0 0 / 20%);
    background: #fff;
}

.wpgs-nav .slick-track {
    padding-bottom: 12px;
}

.wpgs-for .slick-arrow {
    font-size: 30px;
}

.bubble {
    display: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 600;
}

.product_other_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.themeBtn {
    background: #bf1e2e;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 37px;
    border: 0;
    text-align: center;
    outline: none;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    vertical-align: middle;
    z-index: 3;
    transition: .4s all linear;
    font-size: 14px;
}

.stickyBtns>* {
    margin-left: 4px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.themeBtn.md_btn {
    padding: 16px 30px;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}

.s_actionButton {
    max-width: 450px;
    width: 100%;
    top: auto;
    transition: .4s all linear;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.themeBtn2 {
    background-color: #000;
}

.s_actionButton .themeBtn {
    width: calc(100% / 2 - 4px);
    text-align: center;
    margin-bottom: 8px;
}

.woocommerce-page-area .button {
    border: 0;
    display: inline-block;
    font-size: 15px!important;
    text-transform: uppercase;
    background: #18191b!important;
    padding: 15px 28px!important;
    color: #ffffff!important;
    letter-spacing: 0px!important;
    font-weight: normal!important;
    border-radius: 0!important;
    overflow: hidden!important;
    z-index: 3;
    position: relative;
}

.product_meta {
    display: none;
}

.related.section {
    /* display: none; */
    background: #f2f2f2;
    padding: 60px 0;
}

.pd_section {
    /* display: none; */
    padding: 30px;
    background: #fff;
    position: relative;
    margin-top: 20px;
}

.prodcutBreadcrumb_sec {
    background: #f5f5f5;
    position: relative;
    padding: 12px 0;
}

.woocommerce-breadcrumb span {
    margin: 0 10px;
    color: #b1b1b1;
    font-weight: normal;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #b1b1b1;
    font-weight: normal;
}

.woocommerce .woocommerce-breadcrumb {
    font-weight: 500;
    color: #515151;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    font-size: 15px;
}

.woocommerce .woocommerce-breadcrumb a.pivoi_bread_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.pivoiIcon {
    max-width: 19px;
}

.woocommerce .woocommerce-breadcrumb a.pivoi_bread_logo span {
    display: none;
}

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

.sticky_info_single_product {
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: -3px 3px 36px rgb(0 0 0 / 0%);
    transition: 0.4s all linear;
    transform: translateY(-101%);
    padding: 10px 0;
}

.sticky-thumb_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    position: relative;
    padding-left: 75px;
}

.sticky-thumb {
    max-width: 300px;
    width: 100%;
}

.sticky-thumb_box img.img-fluid {
    width: 70px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
    padding: 5px 0;
    position: absolute;
    left: 0;
}

.sticky-title {
    width: 100%;
}

.sticky-title h2.product_title.entry-title {
    font-size: 14px;
    font-weight: 500;
    /* width: 219px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 4px;
    color: #757575;
}

.sticky_price p {
    margin: 0;
    color: #bf1e2e;
}

.sticky_price p i {
    font-style: normal;
}

.woocommerce .stickyBtns .ajax_add_to_cart {
    background: #323232 !important;
    text-transform: uppercase !important;
}

.sticky_info_single_product.active {
    transform: translateY(0);
    box-shadow: -3px 3px 36px rgb(0 0 0 / 20%);
}

.tableContentBox {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.tableCOntentBox ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.tableCOntentBox ul li {
    padding: 0 34px;
}

.tableCOntentBox ul li a {
    display: block;
    font-size: 14px;
    color: #968d8d;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tableCOntentBox ul li+li {
    border-left: 1px solid #d1d1d1;
}

.sticky-info-button {
    /* width: 317px; */
    text-align: right;
}

.tableCOntentBox ul li a.active {
    color: #bf1e2e;
}


/* .height_equal .equal_height_sec {
    height: 100%;
}

.height_equal .equal_height_sec>.elementor-container {
    height: 100%;
} */

.categoryBox>.elementor-column-wrap>.elementor-widget-wrap {
    background: #fff;
    text-align: center;
    padding: 40px 30px 20px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 23px;
    color: #888888;
}

.pageListBox {
    padding: 30px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 100%;
}

.entry-content {
    color: #707070;
    line-height: 1.6;
    font-size: 15px;
}

.entry-content h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 30px 0 10px;
    font-weight: 700;
    color: #343a40;
}

.entry-content .elementor-text-editor.elementor-clearfix {
    /* font-size: 16px; */
    /* line-height: 1.8em; */
}

.entry-content h5 {
    margin: 26px 0 15px;
    display: inline-block;
    width: 100%;
}

.entry-content a {
    position: relative;
    color: #bf1e2e;
    font-size: 15px;
    display: inline-block;
    padding: 0px 5px;
}

div#check-your-product-warranty .elementor-tab-title.elementor-active,
.elementor-tab-title.elementor-active {
    background: #bf1e2e;
    font-size: 15px;
    border-radius: 15px 10px 0 0;
    padding: 20px 42px;
    border: 1px solid #fff;
}

div#check-your-product-warranty .elementor-tab-title,
.elementor-tab-title {
    background: #323232;
    font-size: 15px;
    border-radius: 15px 10px 0 0;
    padding: 20px 42px;
    border: 1px solid #fff;
}

table.warranty-timeline.table.table-bordered {
    margin: 15px 0 30px;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    color: #1c1c1c;
    margin: 0 0 2px;
}

.form-group input,
.form-group select,
.form-group textarea {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 10px 16px;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
}

.form-group textarea {
    height: 120px;
}

.wpcf7-submit,
.form-group .wpcf7-submit {
    background: #bf1e2e;
    color: #fff;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 0;
    text-align: center;
    outline: none;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    /* letter-spacing: 1px; */
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    border-radius: 0;
}

.entry-content ul li,
.entry-content ol li {
    margin-left: 15px;
    margin-bottom: 13px;
}

.orderTractionBox {
    padding: 47px;
    background: #f8f8f8;
}

.entry-content h3 {
    margin: 21px 0 13px;
    display: inline-block;
    width: 100%;
}

.entry-content h3,
.entry-content h3 a {
    font-weight: 600;
    color: #343a40;
    font-size: 24px;
}

.entry-content h3 a {
    padding-left: 10px;
    color: #dc3545;
    display: inline-block;
}

.entry-content h3 b,
.entry-content h3 strong {
    font-weight: 600;
}

.page-title-with-Image {
    min-height: 350px;
    background-size: cover;
    background-position: center;
    padding-top: 66px;
    position: relative;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
}

.page-title-with-Image:before {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .97) 75%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.Pheader_title {
    position: relative;
    padding-left: 38px;
    max-width: 700px;
}

.Pheader_title h1 {
    font-size: 50px;
    line-height: 1.5;
    margin: 0;
    font-weight: 700;
    color: #343a40;
}

.Pheader_title p {
    margin: 6px 0 0;
    line-height: 1.6;
}

.Pheader_title:before {
    width: 17px;
    height: 30px;
    content: '';
    background: #bf1e2e;
    position: absolute;
    left: 0;
    top: 20px;
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background: transparent;
}

.elementor-accordion .elementor-tab-title {
    padding: 22px 40px 22px 20px!important;
    position: relative;
}

.s_page_title h1 {
    font-size: 35px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    /* color: #ebebeb; */
}

.entry-content h4 {
    font-weight: 700;
    color: #343a40;
    font-size: 25px;
    margin: 20px 0 13px;
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.page-id-1838 .page-title-with-Image:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) 0%, #28a745 75%);
}

.page-id-1838 .Pheader_title p {
    color: #fff;
}

.page-id-1838 .entry-content h4 {
    color: #28a745;
}

.page-id-1838 .entry-content,
.page-id-1838 .entry-content .elementor-text-editor,
.page-id-1838 .entry-content p {
    color: #135d00;
}

.page-id-1838 .entry-content .greenBox p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.elementor-1838 .elementor-element.elementor-element-14cd67de .elementor-heading-title {
    color: #fff !important;
}

.page-id-1838 .elementor-204 .elementor-element.elementor-element-c16a078.pivoi-footer:not(.elementor-motion-effects-element-type-background) {
    background: #87ffa382;
}

.page-id-1838 .Pheader_title:before {
    background: #ffffff;
}

.page-id-1838 .Pheader_title h1 {
    color: #ffffff;
}

.page-id-1838 section.content-section {
    padding-bottom: 0;
}

.entry-content h4 b {
    font-weight: 700;
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

.blogSingleHeaderSection {
    padding-top: 0;
    padding-bottom: 21px;
}

.sontentSingleImageBox {
    margin-bottom: 40px;
}

.post_authorDate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    color: #a2a2a2;
}

.authorName .text {
    text-transform: capitalize;
}

#backtotop {
    display: inline-block;
    background-color: #bf1e2e;
    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: 100;
}

#backtotop::after {
    content: "\e078";
    font-family: 'simple-line-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #333;
}

#backtotop:active {
    background-color: #555;
}

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

.row.custom-column-reverse {
    flex-direction: row-reverse;
}

.blogpageSection {
    padding-top: 30px;
}

.blogListRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

.blogs-item {
    width: calc(100% / 2);
    padding: 15px;
}

.l_featuredImage {
    height: 270px;
    position: relative;
}

.l_featuredImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l_content_info {
    width: 180px;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 13px;
}

.l_content_info .l_category {
    color: rgb(191, 30, 46);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.l_content_info .l_date {
    font-size: 15px;
}

.l_contentArea {
    padding: 30px;
    padding-left: 80px;
    position: relative;
    background: #fff;
}

.l_contentArea .sap {
    position: absolute;
    width: 36px;
    height: 3px;
    background: rgb(191, 30, 46);
    left: 20px;
    top: 30px;
    border-radius: 5px;
}

.l_contentArea h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blogs-item .l_contentArea h3 {
    white-space: normal;
}

.l_contentArea p {
    font-size: 15px;
    line-height: 1.5;
    color: #67696e;
}

section.content-section {
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.content-section-page {
    padding: 20px 0;
    background: #f5f5f5;
    position: relative;
}

section.pageHeaderSection {
    /* background: #323232; */
    padding: 40px 0;
    /* box-shadow: 3px 7px 20px #0000002e; */
}

.pageListBox figure.elementor-image-box-img {
    width: 80px!important;
    margin: 0 auto 15px!important;
}

.listOfFaq {
    padding-right: 60px;
}

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

.tableContentList li {
    margin: 0 0 3px!important;
}

.tableContentList li a {
    display: block;
    padding: 14px 20px;
    background: #f8f8f8;
}

.tableContentList li a::before {
    display: none;
}

.tableContentList li a.active {
    background: #BF1E2E;
    color: #fff;
}

.blogpageSection {
    padding: 80px 0;
    background: #f5f5f5;
}

.blogSingleHeaderSection .s_page_title h1 {
    color: #323232;
    margin-bottom: 20px;
}

b,
strong {
    font-weight: 700;
}

.entry-content a b {
    line-height: normal;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 30px 30px !important;
    box-shadow: 0px 17px 40px -15px rgb(0 0 0 / 20%);
}

.menu-box ul.mega-sub-menu {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0 !important;
    padding: 30px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    width: 100%;
}

.menu-box ul.mega-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 13px !important;
}

.menu-box ul.mega-sub-menu>li>a img {
    display: block;
    margin: 0 auto 11px;
    width: 55px;
}

.productDescriptionSection {
    display: block;
    background: #f5f5f5;
    position: relative;
    padding: 40px 0;
}

.pageListBox {
    padding: 30px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 100%;
}

.pageListBox figure.elementor-image-box-img {
    width: 80px !important;
    margin: 0 auto 15px !important;
}

.pageListBox .elementor-image-box-content .elementor-image-box-title {
    font-size: 18px !important;
    margin: 0;
    color: #343a40 !important;
    text-align: center !important;
}

.pageListBox .elementor-image-box-content .elementor-image-box-title a {
    display: block;
    width: 100%;
}

.pageListBox .elementor-image-box-content .elementor-image-box-title a {
    font-size: inherit;
}

.searchBoxW input {
    width: 100%;
    border: 0;
    height: 56px;
    padding: 5px 27px;
    margin-right: 8px;
}

.searchBoxW {
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
}

.searchBoxW form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

button.search-submit {
    /* width: 240px; */
    padding: 16px 55px;
    border-radius: 6px !important;
}

.homeBlogWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-right: -25px;
    margin-left: -25px;
}

.homeBlogWrp2 .l_blog_item {
    width: calc(100% / 2);
    padding: 0 50px;
    margin-bottom: 35px;
}

.homeBlogWrp.homeBlogWrp2 {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 30px;
}

a.l_blog_inner.l_blog_inner2 {
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

a.l_blog_inner.l_blog_inner2 .l_featuredImage {
    width: 100px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
}

a.l_blog_inner.l_blog_inner2 .l_featuredImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.l_blog_inner.l_blog_inner2 .l_contentArea {
    width: calc(100% - 100px);
    padding-top: 0;
    padding-left: 22px;
}

a.l_blog_inner.l_blog_inner2 .l_contentArea h3 {
    font-size: 16px;
    margin: 0;
    white-space: normal;
}

.taingBoxText {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

.taingBoxText span.review {
    display: none;
}

.taingBoxText>* {
    margin: 0 8px;
}

.rc_rating {
    font-size: 40px;
    font-weight: 500;
    color: #727272;
}

.woocommerce .rc_star .star-rating span::before {
    font-size: 24px;
    color: #bf1e2e;
}

.woocommerce .rc_star .star-rating {
    width: 130px;
    height: 24px;
}

.woocommerce .rc_star .star-rating::before {
    font-size: 24px;
}

.woocommerce .rc_star .star-rating strong.rating {
    display: none;
}

.rc_commentText {
    font-size: 15px;
    color: #979797;
}

.pd_section h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.white-bg {
    background: #fff !important;
}

.gray_bg {
    background: #f5f5f5 !important;
}

.woocommerce-page-list-sec {
    padding: 60px 0;
}

.single-product-box {
    background: #fff;
    padding: 0;
    height: 100%;
    position: relative;
    transition: .4s all linear;
    overflow: hidden;
    text-align: center;
}

.woocommerce .shop-single-item {
    margin-bottom: 30px !important;
}

.product-name h2.woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.add-action {
    display: none;
}

.single-product-box .product-img {
    margin-bottom: 24px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.single-product-box>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    padding: 25px;
    /* left: 0; */
    /* height: 100%; */
    /* top: 0; */
    z-index: 5;
    display: block;
    text-align: center;
    /* padding-bottom: 20px; */
}

.single-product-box:hover {
    box-shadow: -1px 20px 20px -10px #42424247;
    transform: translate(-3px, -3px);
}

.single-product-box .product-img {
    display: block;
    position: relative;
}

.single-product-box .product-img img {
    transition: 1s linear all;
}

.single-product-box .product-img .sec_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: .4s linear all;
    transform: scale(0.9);
}

.single-product-box.secondaryImage:hover .product-img>img {
    opacity: 0;
    /* transform: scale(.5); */
}

.single-product-box.secondaryImage:hover .product-img .sec_image {
    opacity: 1;
    transform: scale(1);
}

.product_list_widget del {
    color: #bbb;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
    padding-right: 0;
}

.product_list_widget del span {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.product_list_widget ins {
    text-decoration: none;
}

.widget_product_search {
    background: #ffffff;
    margin-bottom: 26px;
    border-radius: 70px;
    padding: 10px 24px;
}

.widget_product_search .search-field {
    border: 0;
    background: transparent;
    color: #1b1b1b;
    width: 100%;
    padding-right: 60px;
}

.widget_product_search .search-field::-webkit-input-placeholder {
    color: #4f4f4f;
}

.widget_product_search .search-field::-moz-placeholder {
    color: #4f4f4f;
}

.widget_product_search .search-field:-ms-input-placeholder {
    color: #4f4f4f;
}

.widget_product_search .search-field:-moz-placeholder {
    color: #4f4f4f;
}

.widget_product_search button {
    color: #1f1f1f;
    padding: 0 !important;
    font-size: 0 !important;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    outline: none;
    line-height: normal;
    top: 11px;
    background: transparent !important;
}

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

.widget_product_search button:before {
    content: "\e090";
    font-family: 'simple-line-icons';
    font-size: 20px;
    color: black;
}

.widget li.current-cat a {
    color: #BF1E2E;
    font-weight: 500;
}

.customAlert {
    position: fixed;
    width: 100%;
    z-index: 888;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

.alert-dismissible .close {
    background: transparent !important;
    padding: .75rem 1.25rem !important;
}

.customAlert {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.customAlert a.button {
    margin-left: 20px !important;
    min-width: 160px;
    text-align: center;
}

.customAlert.alert-danger {
    flex-direction: row;
    flex-wrap: wrap;
    /* padding: 40px; */
    list-style: none;
}

.single-procuct-view .wpgs-nav .slick-arrow {
    padding: 15px 15px !important;
    font-size: 0px !important;
}

.single-procuct-view .wpgs-nav .slick-arrow:after {
    content: "\e605";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 14px;
    font-size: 11px;
    font-family: 'simple-line-icons';
}

.single-procuct-view .wpgs-nav .slick-next.slick-arrow:after {
    content: "\e606";
}

.single-procuct-view .wpgs-nav .slick-arrow:hover,
.single-procuct-view .wpgs-nav .slick-arrow:focus {
    background: #111;
    color: #fff;
}

.woofc-area.woofc-style-01 .woofc-area-top {
    background: #bf1e2e;
    font-weight: normal;
}

.woofc-item-qty-inner label.screen-reader-text {
    display: none !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
    color: #000;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 90px;
    position: relative;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto';
    font-weight: 500;
}

.woofc-area {
    font-family: 'Muli', sans-serif !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
    /* display: none; */
    width: 100%;
    /* padding-left: 79px; */
    margin: 7px 0 0px;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: 70px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    flex: 0 0 70px;
    position: absolute;
    left: 0;
    top: 0;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb a {
    display: block;
    width: 100%;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
    float: none;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ecebeb;
    text-align: left;
    padding: 16px 20px;
    margin: 0;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:first-child {
    padding-top: 0;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total:first-child {
    display: none;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue {
    display: none;
}

.woofc-area.woofc-style-01 .woofc-area-bot {
    padding-bottom: 0;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
    height: 67px;
    line-height: 67px;
    background-color: #eaeef5;
    color: #000000;
    padding: 0 33px;
    overflow: hidden;
    font-size: 22px;
    width: 100%;
    z-index: 1;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total .woofc-total-right {
    font-weight: 600;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div {
    margin: 0;
    padding: 0;
}

.woofc-action-left {}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    border: 0;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action {
    padding: 0;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    float: left;
    line-height: 18px;
    color: #909297;
    font-size: 16px !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    margin-bottom: 3px;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
    width: calc(100% - 90px);
}

.woofc-body-show #fb-root {
    display: none !important;
    opacity: 0 !important;
    transition: .4s all linear;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a {
    border: 0;
    display: block;
    font-size: 15px !important;
    text-transform: uppercase;
    background: #18191b !important;
    padding: 16px 30px !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    z-index: 3;
    position: relative;
    font-family: 'Muli', sans-serif;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #bf1e2e;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover span {
    width: 225%;
    height: 562.5px;
}

span.woofc-menu-item-inner-subtotal {
    display: none;
}

.woofc-menu-item .woofc-menu-item-inner i {
    font-size: 17px;
    width: auto;
}

.woofc-menu-item .woofc-menu-item-inner:after {
    top: -7px;
    left: 11px;
}

.woofc-area.woofc-style-01 .woofc-no-item,
.woofc-area.woofc-style-01 .woofc-error {
    color: #212529;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
    color: #000;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
    color: #dc3545;
    display: block;
    margin-top: 9px;
}

.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity .control {
    height: 30px;
    padding: 0;
    border: 0;
}

.headerInfowrp>li ul {
    list-style: none;
}

.searchWrpr {
    padding: 3em;
    display: none;
}

.searchWrpr {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 100%;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
    overflow-x: hidden;
    display: block;
}

.searchWrpr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.btn--search-close {
    font-size: 43px !important;
    position: absolute;
    z-index: 1001;
    top: 50px;
    right: 40px;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
    color: #BF1E2E !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 2vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 28px 60px !important;
    color: #000;
    border: 0;
    border: 1px solid #cacaca;
    height: auto;
    border-radius: 80px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #969696;
    font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #969696;
    font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969696;
    font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    font-style: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-clear {
    display: none;
}

.search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 50%;
    padding: 0.85em 0;
    color: #000;
}

.search__related {
    /* display: flex; */
    width: 100%;
    padding: 4em 0 0 0;
    /* pointer-events: none; */
}

.search__suggestion {
    width: 100%;
    margin-bottom: 40px;
}

.search__suggestion .search_heading {
    font-size: 25px;
    margin: 0 0 25px;
    color: #BF1E2E;
}

.search__suggestion .search_heading::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search__suggestion p {
    /* font-size: 1.15em; */
    /* line-height: 1.4; */
    /* margin: 0.75em 0 0 0; */
    /* color: #dc3545; */
}


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


/* Transitions 			*/


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

.main-wrap::after {
    transition: opacity 0.3s;
    transition-timing-function: ease-out;
}

.main-wrap--overlay::after {
    opacity: 1;
    transition-delay: 0s;
}

.searchWrpr {
    pointer-events: none;
    transition: transform 0.3s;
    transition-delay: 0.4s;
    transition-timing-function: ease-out;
}

.search--open {
    pointer-events: auto;
    transform: translate3d(-100%, 0, 0);
    transition-delay: 0s;
}

.search::after {
    transition: transform 0.3s;
    transition-timing-function: ease-out;
}

.search--open::after {
    transform: translate3d(100%, 0, 0);
    transition-delay: 0.4s;
}

.btn--search-close {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
}

@media screen and (max-width: 40em) {
    .btn--search-close {
        font-size: 20px;
        right: 0;
        top: 16px;
    }
    .search__related {
        /* font-size: 80%; */
        width: 100%;
    }
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        font-size: 20px;
        width: 90%;
    }
    .search__info {
        width: 90%;
    }
}

main.main-wrap {
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    width: 100%;
    /* height: 100vh; */
    background-color: #fff;
    overflow-x: hidden;
}

.btn--search-close svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #242424;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:active {
    border: 0;
    border: 2px solid #dc3545;
    outline: none;
    box-shadow: none;
}

.dgwt-wcas-search-wrapp {
    width: 90% !important;
    margin: 0;
    min-width: 300px !important;
    max-width: none !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    display: none;
}

.main-wrap--overlay {
    overflow: hidden;
}

.menu_cat_list a {
    display: block;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #dedede;
}

.menu_cat_list a h3 {
    font-size: 18px;
}

.menu_cat_list li+li a {
    border-top: 0;
}

.menu_cat_list a {
    display: block;
    font-size: 16px;
    padding: 6px 0;
    border: 0px solid #dedede;
}

.menu_cat_list a h3 {
    font-size: 18px;
}

.menu_cat_list li+li a {
    border-top: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

ul.woobsp_bestselling_list.woobsp_sc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

.menu_cat_list a figure {
    display: none
}

ul.woobsp_bestselling_list li.woobsp-product {
    width: calc(100% / 2);
    padding: 15px;
    margin: 0;
}

ul.woobsp_bestselling_list li.woobsp-product a {
    display: block;
}

ul.woobsp_bestselling_list li.woobsp-product a .product-meta {
    width: calc(100% - 140px) !important;
}

ul.woobsp_bestselling_list li.woobsp-product img {
    width: 85px;
    border: 1px solid #e9e9e9;
    padding: 7px;
    border-radius: 3px;
}

ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount ins {
    text-decoration: none;
}

ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount del {
    font-size: 13px;
    color: #999;
}

.productCategoryBox .owl-item .product-category-item {
    width: 100%;
}

.productCategoryBox .owl-nav button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px !important;
    color: #b7b3b3 !important;
    outline: none !important;
}

.productCategoryBox .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

select {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select:focus {
    border: 1px solid;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.single_variation_wrap {
    width: 100%;
}

.postCatWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 -8px;
}

.postCat_item {
    width: calc(100% / 2);
    padding: 2px;
}

.postCat_feature {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #fff;
    padding: 15px 20px;
    transition: .4s all linear;
    height: 100%;
}

.postCat_feature_image {
    width: 50px;
}

.post-categories {
    width: calc(100% - 80px);
    padding-left: 19px;
}

.post-categories h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.postCat_feature:hover {
    box-shadow: -1px 20px 20px -10px #42424247;
    transform: translate(-5px, -3px);
}

.elementor-kit-16 button,
.elementor-kit-16 input[type="button"],
.elementor-kit-16 input[type="submit"],
.elementor-kit-16 .elementor-button {
    border: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 7px 23px !important;
    display: inline-block !important;
    height: auto;
    background: #f1f1f1 !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Black"] {
    background: #3c3c3c !important;
    color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Gold"] {
    background: #dfc89c !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Navy Blue"] {
    background: #3e4e70 !important;
    color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Red"] {
    background: #e2474d !important;
    color: #fff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Rose Gold"] {
    background: #fedfda !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Teal Case"] {
    background: #acfdf8 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Yellow"] {
    background: #face58 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Pink"] {
    background: #edd9d2 !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Green"] {
    background: #b6c7bf !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item)[title="Brown"] {
    background: #7c584c !important;
    color: #fff;
}

.woocommerce div.product p.stock.out-of-stock {
    color: red;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    pointer-events: none;
    opacity: .5;
}

.woocommerce span.onsale {
    padding: 0;
    background: #bf1e2e;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #bf1e2e !important;
}

.woocommerce table.shop_table th {
    background: #fff;
    padding: 14px 15px;
}

.woocommerce table.shop_table {
    background: #fff;
    border: 0;
    margin: 0 0 30px;
    border-radius: 0;
}

.cart_totals .order-total span.woocommerce-Price-amount.amount {
    font-size: 34px;
    line-height: normal;
}

.l_blog_inner {
    background: #fff;
    height: 100%;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.checkoutPayBox {
    background: #fff;
    padding: 40px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-checkout-review-order-table .order-total span.woocommerce-Price-amount.amount {
    font-size: 31px;
}

label[for="shipping_method_0_free_shipping1"] {
    color: #28a745;
    font-weight: 500;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 -15px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(100% / 2);
    padding: 0 15px;
}

.woocommerce form .checkout_form_box label {
    color: #4f5063;
    position: relative !important;
    clip: unset !important;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.form-row input:focus {
    border-color: #1f50e0;
}

.box-content {
    background: #fff;
    padding: 40px;
    position: relative;
    height: 100%;
}

.customAlert.alert-danger li {
    width: 50%;
    margin-bottom: 6px;
    padding-right: 21px;
}

.woocommerce-checkout section.pageHeaderSection {
    /* padding: 30px 0; */
}

.woocommerce-checkout section.pageHeaderSection h1 {
    /* font-size: 35px; */
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border: none;
    background: #ffffff;
    padding: 29px 30px;
    max-width: 1020px;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: static;
    margin-right: 13px;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #bf1e2e;
    text-decoration: underline;
}

form.checkout_coupon.woocommerce-form-coupon {
    max-width: 1020px;
    margin: -17px auto 30px;
    background: #fff;
    padding: 40px;
}

.woocommerce-product-gallery a {
    display: block;
}

.woocommerce-product-gallery a span {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}

.productNotFound {
    padding: 40px;
    background: #fff;
    position: relative;
}

.not_s_form .searchBoxW {
    margin: 43px auto 43px 0;
    padding: 0;
}

.not_s_form .searchBoxW input {
    border: 1px solid #ccc;
}

.productNotFound h1.page-title {
    color: #bf1e2e;
    font-size: 2.5vw;
}

textarea,
input,
select {
    display: block;
    width: 100%;
    height: 46px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea:focus,
input:focus,
select:focus {
    border: 1px solid;
}

textarea {
    height: 100px;
}

input[type=checkbox],
input[type=radio] {
    height: 15px;
    display: inline-block;
    width: auto;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>.mega-sub-menu>li {
    margin: 2px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column.mega-menu-box {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column.mega-menu-box:first-child {
    border-left: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row:last-child ul.mega-sub-menu .mega-menu-column.mega-menu-box {
    border-bottom: 0;
}

input#ywqa-submit-question {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    float: left;
    height: 100%;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 14px;
    border-radius: 0;
}

.woocommerce-page footer h3 {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

nav.woocommerce-MyAccount-navigation {
    padding-right: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 16px 25px;
    background: #ffffff;
    font-size: 16px;
    color: #474747;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #dc3545;
    color: #fff;
}

.customModal .modal-dialog {
    max-width: 1000px;
    padding: 0 20px;
}

.modal-open .modal {
    background: #000000b3;
}

.modal-body.customModalBody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    padding: 0;
}

.customModalBody button.close {
    position: absolute;
    background: var(--dark);
    right: 1px;
    top: 1px;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    color: #ffffff;
    z-index: 5;
}

.modalHeadingSec {
    width: 50%;
    padding: 40px;
    background: #ebebeb;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    color: #353333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.modalFOrmWrp {
    width: 50%;
    padding: 50px;
}

.customModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
}

.modalFOrmWrp .lrm-user-modal-container {
    margin: 0;
    transform: none;
    width: 100%;
    border: 0;
    padding: 0;
    position: relative;
}

p.lrm-form-bottom-message {
    position: relative;
    bottom: 0;
}

.lrm-user-modal-container .input-text,
.lrm-user-modal-container input[type=email],
.lrm-user-modal-container input[type=password],
.lrm-user-modal-container input[type=search],
.lrm-user-modal-container input[type=tel],
.lrm-user-modal-container input[type=text],
.lrm-user-modal-container input[type=url],
.lrm-user-modal-container select,
.lrm-user-modal-container textarea {
    background: #fff;
}

.lrm-user-modal-container .lrm-switcher a {
    height: 50px;
    line-height: 50px;
    background: #e1e8eb;
    color: #1f1f1e;
}

.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected {
    background: #1f1f1f;
    color: #fff;
    position: relative;
}

.modalHeadingSec:before {
    content: '';
    position: absolute;
    background: #eaeaeaf5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modalHeadingSec>* {
    position: relative;
    width: 100%;
}

.lrm-user-modal-container .lrm-switcher a:before {
    font-size: 17px;
    margin: 5px 0 0;
    line-height: normal;
    vertical-align: middle;
    padding-right: 5px;
}

.modalLogo img.img-fluid.mainLogo {
    display: inline-block;
}

.modalLogo {
    margin-bottom: 19px;
    max-width: 90px;
}

.modalHeadingSec h2 {
    font-weight: 300;
    font-size: 43px;
    margin-bottom: 20px;
}

.modalHeadingSec h2 span {
    font-weight: 600;
    color: #bf1e2e;
}

.lrm-form .gform_wrapper ul.gform_fields li.gfield,
.lrm-form .gform_wrapper .gform_footer,
.lrm-form .gform_wrapper .gform_heading,
.lrm-form .lrm-fieldset-wrap,
.lrm-form #buddypress #register-page,
#buddypress .lrm-form #register-page,
.lrm-form .fieldset--default {
    padding: 0 !important;
}

.lrm-form a.button,
.lrm-form button,
.lrm-form button[type=submit],
.lrm-form #buddypress input[type=submit],
.lrm-form input[type=submit] {
    background: #bf1e2e;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 30px;
}

.lrm-inline p.lrm-form-bottom-message a {
    color: #0b76ef;
    font-weight: 400;
    text-decoration: underline;
}

.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:last-child a {
    border-radius: 0 !important;
}

.lrm-user-modal-container .lrm-switcher.-is-not-login-only li:first-child a {
    border-radius: 0;
}

.lrm-user-modal-container-inner {
    border-radius: 0;
}

.lrm-form input,
.lrm-form select {
    font-size: 15px;
}

.lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator {
    background: #bf1e2e;
    border-color: #bf1e2e;
}

.lrm-nice-checkbox__label:hover input:not([disabled]):checked~.lrm-nice-checkbox__indicator,
.lrm-nice-checkbox__label input:checked:focus~.lrm-nice-checkbox__indicator {
    background: #bf1e2e;
}

.lrm-user-modal-container .input-text:focus,
.lrm-user-modal-container input[type=email]:focus,
.lrm-user-modal-container input[type=password]:focus,
.lrm-user-modal-container input[type=search]:focus,
.lrm-user-modal-container input[type=tel]:focus,
.lrm-user-modal-container input[type=text]:focus,
.lrm-user-modal-container input[type=url]:focus,
.lrm-user-modal-container select:focus,
.lrm-user-modal-container textarea:focus {
    box-shadow: none;
    border-color: #211e1e;
}

.lrm-form-message {
    background: #badbff;
    border-left-color: #1d81ef;
    padding: 21px;
    margin: 14px 0;
    font-size: 14px;
    line-height: normal;
}

.woocommerce-account .entry-content.white-bg.p-5 {
    background: transparent!important;
}

.col-md-8.white-bg {
    padding-top: 20px;
}

.dropdown-menu.custom-dropdown-menu {
    border: 0;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 28px 138px -40px rgb(0 0 0 / 40%);
    overflow: hidden;
    min-width: 260px;
}

.h_useNameBox {
    background: #bf1e2e;
    padding: 16px 20px;
    color: #fff;
}

.dropdown-menu.custom-dropdown-menu ul {
    background: #fff;
    padding: 14px 0px;
}

.h_useNameBox h5.h_Name {
    font-size: 18px;
    color: #fff;
    margin: 0 0 4px;
}

.h_useNameBox h6.h_userName {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #f2c9c9;
}

.h_useNameBox .h_userEmail {
    font-size: 14px;
}

.dropdown-menu.custom-dropdown-menu li a {
    color: #000;
    font-size: 15px;
    padding: 10px 25px;
    width: 100%;
    display: block;
}

.dropdown-menu.custom-dropdown-menu li a i {
    margin-right: 6px;
}

.dropdown-menu.custom-dropdown-menu li {
    width: 100%;
}

.dropdown-menu.custom-dropdown-menu li+li {
    border-top: 1px solid #ececec;
}

.dropdown-toggle:after {
    display: none;
}

.woocommerce-MyAccount-content {
    padding: 30px;
}

input[type="submit"] {
    width: auto;
    background: #bf1e2e;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    background: #bf1e2e !important;
    color: #fff;
    font-weight: 400 !important;
    padding: 14px 35px;
    line-height: normal;
    height: auto;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0px;
    width: auto;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #bf1e2e;
    color: #fff;
}

.stickyBtns button {
    background: #5f5f5f;
    padding: 9px 25px;
    color: #fff;
    font-size: 14px;
}

.woocommerce #reviews h3 {
    margin: 0 0 23px;
    font-size: 20px;
}

.box-content h2 {
    font-size: 27px;
}

.single-product-box .product-img img {
    display: block;
    margin: 0 auto;
}

.price-box span.price {
    padding-top: 0 !important;
}

.woocommerce .single-product-box .add_to_cart_button,
.woocommerce .single-product-box .product_type_variable,
.woocommerce .single-product-box .product_type_simple,
.woocommerce .single-product-box .added_to_cart {
    max-width: 92%;
    width: auto;
    left: 50%;
    right: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: auto;
    transform: translate(-50%, 20px);
    transition: 0.4s all linear;
    opacity: 0;
    z-index: 55;
    font-size: 14px !important;
    white-space: nowrap;
}

.single-product-box:hover .price-box {
    opacity: 0;
}

.woocommerce .single-product-box:hover .add_to_cart_button,
.woocommerce .single-product-box:hover .product_type_variable,
.woocommerce .single-product-box:hover .product_type_simple,
.woocommerce .single-product-box:hover .added_to_cart {
    transform: translate(-50%, -24px);
    opacity: 1;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
    justify-content: flex-start;
}

.woofc-item-qty-inner .quantity .control {
    width: auto;
}

aside#custom_html-2 {
    padding: 0;
}

.elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-1567d828 {
    position: relative;
    z-index: 9;
    background: #fff;
}

.elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-1567d828 {
    position: relative;
    z-index: 9;
    background: #fff;
}

.elementor-accordion .elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
    position: absolute;
    right: 11px;
    top: 23px;
}

.product_gallery #gallery_5911_7769 .a3dg-navbar-control {
    display: none !important;
}

.product-area .a3-dgallery .a3dg-forward,
.product-area .a3-dgallery .a3dg-back {
    border: 0 !important;
}

.a3-dgallery .a3dg-thumbs li {
    padding: 8px !important;
    height: 90px;
    margin: 0 0 0 1px !important;
}

.product_gallery .a3-dgallery .a3dg-thumbs li a {
    border: 1px solid #ccc !important;
    display: block;
    height: 100%;
    border-radius: 6px !important;
    overflow: hidden;
}

.product_gallery .a3-dgallery .a3dg-thumbs li a img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.product_gallery .a3-dgallery .a3dg-thumbs li a.a3dg-active {
    border-color: #292929 !important;
    box-shadow: 2px 3px 9px 0px rgb(0 0 0 / 20%);
}

.product-page .product_gallery .a3dg-navbar-control,
.product-page .a3-dgallery .lazy-load {
    display: none !important;
}

.entry-content .btn {
    padding: 10px 20px;
    color: #fff;
}

td.product-quantity .quantity label.screen-reader-text {
    display: none;
}

.lrm-form-message.lrm-is-error {
    background: #ffc1c1;
}

.swiper-container-3d .swiper-slide-shadow-right {
    display: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    display: none;
}

.wpgis-slider-nav .slick-slide {
    border: 1px solid #ccc !important;
    padding: 0 !important;
    margin: 0 5px !important;
    box-sizing: border-box !important;
    /* box-shadow: 0px 10px 9px -6px rgb(0 0 0 / 20%); */
    left: 0;
    border-radius: 5px;
    overflow: hidden;
}


/* #wpgis-gallery .slick-slide {
    height: 90px;
    width: 100px !important;
} */


/* .vertical-img-left.wpgis-slider-for {
    width: calc(100% - 100px);
    margin: 0;
    padding-left: 20px;
    float: none;
} */


/* div#wpgis-gallery {
    width: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
} */


/* 
.woocommerce-page div.product .single-procuct-view div.images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    position: relative;
} */

.woocommerce div.product div.images #wpgis-gallery .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpgis-slider-nav .slick-slide.slick-current {
    border-color: #000 !important;
    box-shadow: 0px 10px 9px -6px rgb(0 0 0 / 20%);
}

p.wcrw_warranty_info {
    display: none;
}

.page-id-1838 .entry-content .greenBox a {
    color: #67fc89;
    text-decoration: underline;
    padding: 0;
}

.thumb_item a {
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    /* height: 100px; */
    opacity: 0.7;
    transition: .4s all linear;
    transform: scale(0.9);
}

.thumb_item {
    padding: 5px 3px 4px;
}

.woocommerce div.product div.images .thumb_item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb_item.slick-current a {
    opacity: 1;
    border-color: #3a3a3a;
    box-shadow: 0px 8px 17px -7px rgb(0 0 0 / 20%);
    transform: scale(1);
}

.woocommerce-product-gallery__nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    overflow: hidden;
    margin-top: -8px;
    background: transparent;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
    outline: none;
    transition: .4s all linear;
}

.woocommerce-product-gallery__nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.thumb_item a:hover {
    opacity: 1;
}

.woocommerce-product-gallery__nav.slick-slider {
    width: 110px;
    margin-top: 0;
    position: absolute;
    left: 0;
    /* height: calc(100% - 80px); */
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-product-gallery__nav .slick-arrow:hover {
    background: #bf1e2e;
    border-color: #bf1e2e;
    color: #fff;
}

.woocommerce-product-gallery__nav .slick-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce-product-gallery__wrapper .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    outline: none;
    background: #323232;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    transition: .4s all linear;
    z-index: 10;
}

.woocommerce-product-gallery__wrapper .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.woocommerce-product-gallery__wrapper .slick-arrow:hover {
    background: #bf1e2e;
}

.woocommerce-product-gallery__wrapper .slick-arrow.slick-disabled {
    opacity: .4;
    cursor: not-allowed;
}

.vertical_slider_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-end;
    padding-left: 110px;
}

.woocommerce-product-gallery__wrapper {
    width: calc(100% - 30px);
}

.woocommerce-product-gallery__nav.slick-vertical .slick-arrow {
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    transform: rotate( 90deg);
}

.woocommerce-product-gallery__nav.slick-vertical .slick-arrow.slick-next {
    top: auto;
    bottom: -27px;
}

.tableCOntentBox ul li a:hover {
    color: #bf1e2e;
}

a[href="http://www.magictoolbox.com/magicscroll/"] {
    display: none !important;
}

a[href="https://www.magictoolbox.com/magiczoomplus/"] {
    display: none !important;
}

#MagicZoomPlusImage_Main_Product5998 figure.mz-figure.mz-active span {
    display: none!important;
}

.single #MagicZoomPlusImage_Main_Product5998>figure.mz-figure>#crMz644890612630,
.single #MagicZoomPlusImage_Main_Product5998>figure.mz-figure>#crMz644890612630>#mzCrA644890612630,
html body .mz-expand>#crMz644890612630,
html body .mz-expand>#crMz644890612630>#mzCrA644890612630 {
    opacity: 0!important;
    visibility: hidden!important;
    color: transparent!important;
}

figcaption.mz-caption.mz-show {
    display: none;
}

html body.single .mz-expand>span>a,
html body.single .mz-expand>div>a {
    color: transparent !important;
    opacity: 0!important;
    visibility: hidden!important;
}

html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>span,
html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added mz-figure.mz-hover-zoom.mz-ready.mz-active>span a,
html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>div>a,
html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready>div:last-child {
    opacity: 0!important;
    visibility: hidden!important;
    color: transparent!important;
    position: absolute!important;
    top: -9999px !important;
    left: -9999px !important;
}

html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>div.mz-loading+div,
html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>div.mz-loading+span html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>div.mz-nav-controls.mz-fade.mz-visible+span,
html body.single .MagicToolboxMainContainer .magic-slide.mt-active a.MagicZoom.lightbox-added.lightbox-added .mz-figure.mz-hover-zoom.mz-ready.mz-active>img+div {
    color: transparent!important;
    opacity: 0!important;
    visibility: hidden!important;
    position: absolute!important;
    top: -9999px !important;
    left: -9999px !important;
}

.MagicToolboxContainer .mz-thumb {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    overflow: hidden;
}

.MagicToolboxContainer .mz-thumb img {
    padding: 0;
    border: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 0;
}

.table .thead-dark th {
    background: #323232;
    font-weight: 500;
    vertical-align: middle;
    line-height: normal;
}

.page-template-page-products-php .quantityBox~.s_actionButton a,
.home .quantityBox~.s_actionButton a {
    display: none;
}

.page-template-page-products-php .quantityBox,
.home .quantityBox,
.home table.variations {
    display: none;
}


/* 
.MagicScroll-vertical .mcs-item {
    margin-bottom: 10px;
} */

.s_actionButton .themeBtn.elementor-button {
    text-transform: capitalize;
    margin: 0;
}

.mcs-item {
    padding: 4px 0 !important;
}

.s_actionButton .themeBtn.elementor-button.disabled {
    display: none;
}

.page-template-page-products table.variations {
    display: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    display: none;
}

body[data-elementor-device-mode="desktop"] #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    display: block;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu {
    display: block;
}

.themeBtn .buttonOverlay,
.button .buttonOverlay {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.themeBtn2 .buttonOverlay,
.button .buttonOverlay {
    background-color: #bf1e2e;
}

.themeBtnAmazon .buttonOverlay {
    background-color: #232f3e;
}

.themeBtn:hover .buttonOverlay,
.button:hover .buttonOverlay {
    width: 225%;
    height: 562.5px;
}

.themeBtnAmazon {
    width: 100% !important;
    background: #F90;
}

.themeBtnAmazon i {
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}

a.themeBtnAmazon {
    color: #000;
}

a.themeBtnAmazon:hover,
a.themeBtnAmazon:focus {
    color: #fff;
}

.stickyBtns .themeBtnAmazon {
    width: 70px !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.stickyBtns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
}

.stickyBtns .themeBtnAmazon i {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
}

.woocommerce #review_form #respond {
    border: 1px solid #e4e1e3;
    padding: 30px;
    margin-top: 25px;
    border-radius: 5px;
    background: #f5f5f5;
}

.comment-reply-title {
    font-weight: 600;
    color: #343a40;
    font-size: 24px;
}

.comment-form label {
    margin-bottom: 1px;
}

section.pd_section.productMainSection {
    padding: 40px 0 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.dealOftheDay>a.mega-menu-link {
    background: linear-gradient(to right, #fff 10%, #f89da6 50%, #fd7a87 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.themeBtn.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
}

.woocommerce-short_description ul {
    padding-left: 20px;
}

.woocommerce-short_description ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}

.woocommerce-short_description ul li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #111111;
    left: -15px;
    top: 7px;
    border-radius: 15px;
}

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

a.show-review-box {
    color: #346cd2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.headingWithShareBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    position: relative;
}

.produtShareBox {
    width: 26px;
    margin-left: 30px;
}

.custom-share-dropdown>a {
    font-size: 26px;
    display: block;
}

.wpss_social_share_buttons .col-lg-6 {
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wpss_social_share_buttons.not_before_tab a:nth-child(odd) {
    border: 0;
}

.share-dropdown-menu .wpss_social_share_buttons {
    margin: 0;
    width: 100%;
    display: block !important;
}

.share-dropdown-menu {
    padding: 20px;
    min-width: 230px;
    border-radius: 4px;
    box-shadow: -13px 20px 104px -13px rgb(0 0 0 / 21%);
    overflow: hidden;
}

.share-dropdown-menu a {
    font-size: 13px;
}

body .product-page .wpss_social_share_buttons a.col-lg-6 {
    background-color: #000 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    font-size: 13px;
}

.wpss_social_share_buttons a.col-lg-6 span {
    margin-right: 8px;
}

.product_meta+.wpss_social_share_buttons {
    display: none;
}

.wpss_social_share_buttons.not_before_tab.row.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: none;
}

.taingBoxText+.yith-wfbt-section.woocommerce {
    display: none;
}

.yith-wfbt-section.woocommerce {
    margin-top: 40px;
    border-top: 1px solid #9999;
    padding-top: 34px;
}

.yith-wfbt-section .yith-wfbt-images {
    margin-top: 0;
}

.product_price_box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 20px;
}

.productCompareTable-table .productCompareTable-keyhead {
    width: 160px;
    background: #bf1e2e;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
}

.table .productCompareTable-imagerows th {
    border: 0;
}

table.productCompareTable-table {
    font-size: 14px;
}

.table .productCompareTable-keyvalue td.compareTableCell,
.table .productCompareTable-imagerows th {
    padding: 11px 25px;
    background: #fff;
}

.compareSection {
    padding: 60px 0;
}

p.stock.in-stock {
    display: none;
}

.table .productCompareTable-imagerows th.productCompareTable-blankkeyhead {
    background: transparent;
}

section#review_section {
    margin: 0;
    padding: 50px 0;
    border-top: 1px solid #dee2e6;
}

.table .productCompareTable-keyvalue td.compareTableCell.activeProduct {
    background: #bf1e2e14;
}

.table .productCompareTable-imagerows th.activeProduct {
    color: #bf1e2e;
}

.homeBannerSlider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.homeBannerSlider .hs_item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.homeBannerSlider .hs_item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.homeBannerSlider .hs_item.slick-active img {
    transform: scale(1);
}

.home header.mainHeader.header {
    background: #ffffff;
    padding: 4px 0;
}

.home .logoBox img.img-fluid.mainLogo {
    display: none;
}

.home .logoBox img.img-fluid.colorLogo {
    display: block;
}

.home .navbar-brand {
    max-width: 75px;
}

.home #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    color: black;
}

.home #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.dealOftheDay>a.mega-menu-link {
    background: linear-gradient(to right, #000 10%, #f14153 50%, #bf1e2e 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

.homeBannerSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    opacity: 0;
    transition: .4s all linear;
}

.homeBannerSlider.slick-initialized {
    opacity: 1;
}

.homeBannerSlider .hs_item {
    width: 1000%
}

li.yith-wfbt-item {
    margin-bottom: 10px;
    font-size: 14px;
}

.woocommerce div.product .yith-wfbt-items .price del {
    font-size: 14px;
}