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

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


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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    overflow-x: hidden;
}

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

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

p {
    /* line-height: 1.4; */
    /* font-size: 15px; */
    /* font-weight: 400; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--e-global-color-secondary);
}

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


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

ul {
    list-style: none;
}

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

a:hover,
a:focus {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

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

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

.grayBg {
    background-color: #f8f8f8;
}


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

.container-fluid {
    max-width: 1920px;
    padding: 0 50px;
}
/**
|--------------------------------------------------
| 
|--------------------------------------------------
*/
.ekit-wc-product-inner {
    height: 100%;
}

.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper ul.products .ekit-wc-product {
    height: auto;
}
.woocommerce-product-details__short-description li, .woocommerce-short_description li {
    margin-bottom: 11px;
}

.woocommerce-product-details__short-description ul, .woocommerce-short_description ul {
    list-style: disc;
    padding-left: 29px;
}

.woocommerce-notices-wrapper {
    max-width: 1210px;
    margin: 25px auto 0;
    width: 100%;
}

.productViewBox {
    padding: 0px 0 20px;
    position: relative;
    /* z-index: 50; */
}

.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: 10px 0 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%;
}
.sectionHeading  h2 {
    font-weight: 600;
}
.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: 25px;
    font-weight: 600;
    /* padding: 15px 0; */
    padding-right: 15px;
    text-decoration: none;
    color: var(--e-global-color-primary);
    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;
    margin-right: 15px;
}

.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: var(--e-global-color-primary) !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;
}

.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;
    /* border-color: red; */
}

.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: 0;
}

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

.woocommerce div.product .product_title {
    font-size: 21px;
    color: #111111;
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.3;
    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 {
    /* margin-bottom: 50px; */
    /* 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;
    padding-left: 45px;
}

#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: 14px;
    line-height: 1.6;
    color: #686868;
    margin-top: 25px;
    margin-bottom: 15px;
}

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

.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: 7px;
    font-weight: 600;
    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: center;
    align-content: stretch;
    width: 119px;
    height: 45px;
}

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

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

.woocommerce div.product .product-details span.price {
    margin: 0px 0 10px;
    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: var(--e-global-color-primary);
    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: var(--e-global-color-accent);
}

.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: var(--e-global-color-primary) !important;
    padding: 12px 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: 60px;
    background: #fff;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 300px;
    font-size: 15px;
    line-height: 1.7;
    color: #686868;
    width: calc(100% - 54px);
    margin-right: 0;
    margin-left: auto;
}

.prodcutBreadcrumb_sec {
    /* background: #e9e9eb; */
    position: relative;
    padding: 12px 0;
    border-top: 1px solid #e9e9e9;
}

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

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

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

.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: 555555;
    top: auto;
    bottom: 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: 65px;
}

.sticky-thumb {
    max-width: 300px;
    width: 100%;
    /* opacity: 0; */
    transition: .4s all linear;
}

.sticky-thumb_box img.img-fluid {
    width: 60px;
    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: 15px 0;
    border-top: 1px solid #ddd;
    background: #ffffff;
    z-index: 999999;
}

.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 0;
}

.tableCOntentBox ul li a {
    display: inline-block;
    font-size: 14px;
    color: #474747;
    letter-spacing: 0;
    padding: 13px 23px 11px;
    border-bottom: 3px solid #fff;
}

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

.sticky-info-button {
    width: 300px;
    text-align: right;
    /* opacity: 0; */
    transition: .4s all linear;
}

.tableCOntentBox ul li a.active {
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-color: var(--e-global-color-accent);
}


/* .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 !important;
    color: #888888 !important;
}

.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;
}
.productMainSection h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}


.productMainSection {
    /* font-size: 15px; */
    /* line-height: 1.7; */
    /* color: #686868; */
    padding: 30px;
}
.productMainSection p {
    font-size: 15px;
    line-height: 1.7;
    color: #686868;
    margin-bottom: 20px;
}

.woocommerce-page-list-sec {
    padding: 15px 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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.add-action {
    display: none;
}

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

.single-product-box {
    position: relative;
    padding: 20px;
    /* left: 0; */
    /* height: 100%; */
    /* top: 0; */
    z-index: 5;
    display: block;
    text-align: center;
    /* padding-bottom: 0; */
}

.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: 1240px;
    left: 0;
    right: 0;
    margin: 30px auto 34px;
    /* 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: 25px;
    width: auto;
}

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

.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: #4caf50 !important;
    color: #fff;
}

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

.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;
    display: none;
}

.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;
    display: none;
}

.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: 100%;
    margin-bottom: 6px;
    padding-right: 0;
    font-size: 13px;
    list-style: disc;
}

.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: absolute;
    margin-right: 13px;
    left: 20px;
    top: 19px;
}

.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;
}

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

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-weight: 500 !important;
    padding: 12px 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: 0;
    right: auto;
    text-align: center;
    position: relative;
    bottom: 0;
    margin: auto;
    /* transform: translate(-50%, 20px); */
    transition: 0.4s all linear;
    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%);
}

.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 {
    border-color: var(--e-global-color-accent);
}
.pageContentWrap {
    padding: 50px 0;
    background: #f5f5f5;
    position: relative;
}




.accordion-container .accordion-title {
    position: relative;
    margin: 8px  0 0;
    padding: 15px 37px;
    background-color: #e5e5e5;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
  }
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-title.open {
    background-color: var(--e-global-color-primary);
    color: #fff;
  }
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #000;
  }
  .accordion-container .accordion-title.open::after {
    content: "";
    position: absolute;
    top: 11px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
  }
  
  /*CSS for CodePen*/
  
  .accordion-content {
    padding: 33px;
    border: 1px solid #0079c1;
  }
  .accordion-container {
    width: 100%;
    margin: 0 auto;
  }
.productTabSection {
    padding: 60px 0;
    border-top: 1px solid #e7e7e7;
}

.nav-tabs .nav-item {
    margin: 0 6px 0;
}

.nav-tabs {
    border: 0;
    justify-content: center;
    margin-bottom: 14px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
}
.nav-tabs .nav-link{background: #f1f1f1;border-radius: 0;padding: 12px 65px;line-height: normal;border: 0;font-weight: 500;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--e-global-color-primary);
    color: #fff;
}

.tabBox {
    padding: 30px;
    background: #fbfbfb;
    border: 3px solid #e9e9e9;
    border-radius: 13px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-305 {
    display: none;
}
.cartMenu  a {
    padding: 0 !important;
}

.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: var(--e-global-color-primary);
    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;
}


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

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

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

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 20px;
}

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: 12px 25px;
    background: #ffffff;
    font-size: 15px;
    color: #474747;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background:var(--e-global-color-primary);
    color: #fff;
}
.ekit-wid-con .woocommerce ul.products .ekit-wc-add-to-cart .add_to_cart_button::before {
    position: relative !important;
    top: 13px !important;
}
.woocommerce a.added_to_cart {
    margin: 0 15px !important;
}
.gray_bg {
    background: #e9e9eb;
}
svg.svg-inline--fa.fa-expand.fa-w-14.nickx-popup {
    display: none;
}
.woocommerce form .form-row em {
    font-size: 13px;
    line-height: normal;
}
ul.alert.alert-danger.alert-dismissible.fade.show.customAlert {
    padding-left: 36px;
}
.sidebar {
    background: #fff;
}

.ekit-wid-con .ekit-wc-carousel .woocommerce ul.products{
    margin-left: 0;
    margin-right: 0;
}
.ekit-wid-con .ekit-wc-product-price .price del span.woocommerce-Price-amount.amount {
    font-size: 13px !important;
}
.productDescriptionSection {
    background: #e9e9eb;
    padding: 25px 0;
} 

@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;
    display: none;
}

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;
    display: none;
}

.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;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

.offPercentage span {
    font-size: 10px;
    font-weight: normal;
}

.offPercentage {
    font-weight: 600;
    background: var(--e-global-color-accent);
    padding: 2px 13px;
    color: #fff;
    font-size: 15px;
    border-radius: 35px;
    /* pointer-events: none; */
    display: inline-block;
}

.ekit-wid-con .ekit-wc-product-desc .ekit-wc-product-price .price.woobt-price-343 {margin-right: 15px;}

.ekit-wc-product-price.wae-product-price .product_price_box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper ul.products .ekit-wc-product.ekit-wc-vertical-align-center .ekit-wc-product-desc-inner a {
    display: block;
}

.offPercentage.offPercentage2 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    line-height: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pdSecTitle {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(180deg) translate(-4px);
    writing-mode: vertical-lr;
    text-align: center;
    line-height: normal;
    position: absolute;
    display: inline-block;
    z-index: 11;
    left: -59px;
    margin: 0;
    background: var(--e-global-color-accent);
    top: 0;
    font-size: 16px !important;
    padding: 35px 15px;
    font-weight: 500 !important;
    text-transform: none;
    background: var(--e-global-color-primary);
}






ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    /* background-color: #f9f9fA; */
  }
  ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 30px 0;
    margin: 0 auto 0px auto;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    cursor: pointer;
  }
  ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
    color: var(--e-global-color-accent);
  }
  ul.accordion-list li h3 {
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 50px 0 0;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0;
    cursor: pointer;
  }
  ul.accordion-list li h3:after {
    content: "\e982";
    font-family: elementskit!important;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #4f545f;
  }
  ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 21px 0 0;
    cursor: pointer;
  }
  ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
ul.accordion-list li.active h3 {
    color: var(--e-global-color-accent);
}

ul.accordion-list li:last-child {
    border: 0;
}
#ivole-histogramTable tr.ivole-histogramRow a {
    padding: 0;
    display: inline;
}
.visibleHidden{
    display: none;
}
.comment-respond form#commentform {
    padding: 30px;
    border: 2px solid #999;
    border-radius: 15px;
    margin-top: 12px;
}

div#tab-reviews {
    margin-bottom: 0 !important;
}
.tableContentBox.FixedWidget__fixed_widget {
    box-shadow: -1px 20px 45px -29px rgb(0 0 0 / 50%);
}
.stickyBtns {
    display: flex;
    justify-content: flex-end;
}
.tableContentBox.FixedWidget__fixed_widget .sticky-info-button {
    opacity: 1;
}

.tableContentBox.FixedWidget__fixed_widget .sticky-thumb {
    opacity: 1;
}
.product-page.productSecBox {
    background: #fff;
    padding: 30px;
}

.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: "\e876";
    font-family: elementskit!important;
    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: 1px;
    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-page .page-title {
    font-size: 32px;
}

.woocommerce ul.product_list_widget li a span.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
} 