/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 77%;
}

.banner-slider .slider.slider-nav {
    max-width: 23%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;
}

/* .woocommerce .product_cat-bambussokker .tawcvs-swatches span,
.woocommerce .product_cat-templatesokker .tawcvs-swatches span,
.woocommerce .product_cat-templateaccesories .tawcvs-swatches span {
    width: 90px !important;
} */

.thumbImg {
    width: 50%;
    cursor: pointer;
}

.slider-banner-image {
    height: 610px;
}

.banner-slider .slider.slider-nav {
    padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196db6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196db6;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 17px;
    background-repeat: no-repeat;
    height: 17px;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../png/sliderarow.png);
    background-color: transparent;
    font-size: 0px;
    border: 0;
    display: none !important;
}

.slick-prev {
    left: -15px;
    transform: translateY(-50%) rotate(180deg);
}

.slick-next {
    right: -15px;
}


/*End USE CSS for Slider*/

header.entry-header {
    display: none;
}

h1.product_title.entry-title {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 0px !important;
}

.woocommerce .summary.entry-summary .woocommerce-product-rating {
    display: none;
}

.woocommerce .summary.entry-summary p.price {
    font-size: 24px;
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}
body .form-contribution  .wc-product-reviews-pro-form-submit-row button {
    background: #0f202d;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
}
body .form-contribution  .wc-product-reviews-pro-form-submit-row button:hover{
    background-color: #0f202d;
    color: #fff;

}
p.pro-in-stock {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

p.pro-in-stock:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #00b67a;
    border-radius: 100%;
    display: inline-block;
    margin-right: 6px;
}

.productPriceWrapper {
    display: flex;
    margin: 12px 0 43px 0;
    align-items: center;
}

.productOffer {
    margin-left: 60px;
    background: #B71F06;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
}



.woocommerce .summary.entry-summary .productPriceWrapper p.price ins {
    margin-right: 30px;
}

.woocommerce .summary.entry-summary .productPriceWrapper p.price {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.customIconTextAboveAddToCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customIconTextAboveAddToCart img {
    width: 25px;
}

.customIconTextAboveAddToCart .citBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    font-size: 13px;
}


.customIconTextAboveAddToCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 20px 0;
}

.customIconTextAboveAddToCart .citBlock span {
    margin-right: 6px;
}


.summary.entry-summary {
    margin-top: 0px;
}

.woocommerce div.product p.price del {
    opacity: .8;
    font-weight: 400;
    color: #a3a3a3;
}

.woocommerce div.product p.price del span bdi {
    font-weight: 400;
}

.woocommerce div.product p.price ins {
    color: red;
    font-weight: 700;
}

/*.woocommerce div.product .price span bdi {
    opacity: 1; 
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.woocommerce div.product .price span.woocommerce-Price-currencySymbol {
    margin-left: 2px;
}*/



.woocommerce-product-details__short-description p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.woocommerce .tawcvs-swatches span {
    border: 1px solid #a9a9a9;
    padding: 5px;
    width: auto;
    min-width: 50px;
    float: left;
    height: 35px;
    text-align: center;
    color: #000;
    background: none;
    border-radius: 0;
    opacity: 1;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.tawcvs-swatches span.swatch__tooltip {
    display: none;
}

table.variations .label label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: block;
}

.variations tr td {
    display: block;
    width: 100%;
    text-align: left;
}


/* .quantity {
    display: none !important;
} */

.woocommerce div.product form.cart .single_add_to_cart_button {
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 18px 15px;
    display: block;
    background-color: #101f2d;
    border-radius: 0;
    width: 100%;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus {
    background-color: #101f2d;
}

.farve ul li.current a {
    border: 4px solid #15a11d !important;
    box-shadow: 0 0 5px;
}

/*.woocommerce div.product form.cart .reset_variations {
    color: #337ab7;
    font-size: 13px !important;
    display: block;
    float: left;
    font-weight: 500;
}*/

.woocommerce .tawcvs-swatches {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}

.storrelse .tawcvs-swatches .swatch.selected {
    border: 4px solid #15a11d !important;
    padding: 2px 0;
    color: #000;
}


/*.tawcvs-swatches .swatch.selected {
  border: 4px solid #15a11d !important;
  padding: 2px 0;
  color: #000;
}*/

.product_meta,
.woocommerce-tabs.wc-tabs-wrapper,
section.related.products {
    display: none;
}

section.single-gray-banner {
    background-color: #ffffff;
    padding: 50px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.sml-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}

.sml-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
}

.sml-content p {
    line-height: 17px;
    margin: 0px;
}

.sml-sec img {
    margin: 0 0 20px 0;
    display: inline-block;
}

section.material-description .row {
    /*background-color: #f6f6f6;*/
}


.material-content {
    padding: 23px 25px;
}

.material-content h1,
.material-content h2,
.material-content h3,
.material-content h4,
.material-content h5,
.material-content h5 {
    font-weight: 700;
}

.material-content p {
    line-height: 17px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

section.material-description {
    padding: 50px 0px 100px 0px;
}

nav.navigation.post-navigation {
    display: none;
}

div#comments h2 {
    padding-bottom: 15px;
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.comment-list li.review {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.comment-list li.review {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 39px 25px;
    margin-bottom: 20px;
}

.categorysidebar,
aside#secondary {
    display: none;
}

div#comments {
    padding-bottom: 70px;
}

.comment-list li.review p,
.comment-list li.review a {
    display: block;
    color: #000;
    margin: 0px 0px 15px 0px;
}

.comment-author.vcard {
    margin-bottom: 15px;
}

.woocommerce p.form-submit input#submit {
    font-size: 20px !important;
    color: #fff !important;
    background-color: #0f202d !important;
    font-weight: 700 !important;
    padding: 12px 40px !important;
    display: inline-block !important;
}

p.logged-in-as a {
    color: #000;
}

.cart-gift-wrap {
    margin: 0px 0 35px 0;
}

.after-cart-btn {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.after-cart-btn .trustpilot-widget {
    margin-bottom: 25px;
    text-align: left;
    max-width: 469px;
}

.first-blockk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.cart-gift-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart-gift-wrap label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    margin-left: 1px;
    position: relative;
    cursor: pointer;
}

.cart-gift-wrap label:before {
    margin-top: 0;
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #949494;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.cart-gift-wrap input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid #15a11d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart-gift-wrap img {
    width: 25px;
    margin-left: 10px;
    position: relative;
}

ul.policy-blockk {
    border: 1px solid #ccc;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.policy-blockk li {
    display: inline-block;
}

ul.policy-blockk li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 11px;
    margin-right: 35px;
}

ul.policy-blockk li img {
    margin-right: 5px;
}

.product-policy {
    max-width: 530px;
}

ul.ship-block {
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #bee1ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.ship-block h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

ul.ship-block p {
    color: #000;
    font-weight: 500;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    line-height: 15px;
    margin-left: 30px;
}

.star-block {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.material-img {
    float: right;
}

section.material-description .col-md-6 {
    padding: 0px;
}

.star-block p {
    color: #000;
    font-weight: 500;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    margin: 4px 20px 0 10px;
}

.star-block img {
    width: 80px;
}

.star-block img.wd80 {
    width: 100px;
}

/*.variations .value select {
    display: none !important;
}*/

.col-sm-8.left-panel {
    width: 100%;
}

.col-sm-4.right-panel,
h1.blog-entry-title,
p.publish_date {
    display: none;
}


/*************30/06**********/

.woocommerce span.onsale {
    background-color: #b9b9b9 !important;
    line-height: 44px !important;
    font-weight: 400;
    width: 47px;
    height: 47px;
    font-size: 13px;
}

.decription-text {
    padding: 28px 0px;
}

div#comments {
    max-width: 1170px;
    margin: auto;
}

.single-product .woocommerce-message {
    background-color: #c4ffd3 !important;
    margin: 0 auto 30px auto;
    max-width: 1170px;
    border-top-color: transparent !important;
}

.single-product .woocommerce-message::before {
    color: #0e202d;
}

.woocommerce .woocommerce-message a.button {
    background-color: #22a027;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.giftcard-content h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 10px;
}

.giftcard-content li a {
    color: #000d28;
    font-size: 14px;
}

.giftcard-content input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.giftcard-content label {
    content: "";
    border: 1px solid #949494;
    padding: 5px 10px;
    float: left;
    height: 35px;
    text-align: center;
    color: #000;
    background: none;
    border-radius: 0;
    opacity: 1;
    line-height: 25px;
    margin-right: 15px;
    margin-bottom: 0;
    transition: all 0.3s;
    font-weight: 400;
}

.giftcard-content input:checked+label {
    border: 4px solid #15a11d !important;
    padding: 1px 10px;
}

.postid-372095 .storrelse .swatch.swatch-label {
    width: auto;
}

.postid-372095 .storrelse .swatch.swatch-label.selected {
    padding: 3px 10px;
}

.postid-372095 .cart-gift-wrap {
    display: none;
}

.postid-372095 section.material-description {
    padding: 0px 0px;
}

.slick-mobile {
    display: none;
    padding: 0px 25px;
}

#reviews .fa {
    font-size: 25px;
}

#reviews .side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

#reviews .middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

#reviews .right {
    text-align: right;
}

#reviews .rating-bar {
    padding: 20px 20px 43px 20px !important;
    margin: 0 !important;
    font-family: Arial;
    max-width: 800px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}

#reviews .un-review {
    padding: 0;
    width: 100%;
}

.un-review .review-detail h6 {
    font-size: 14px;
}

.un-review .review-detail p {
    padding: 0px 0 25px 0px;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}

#comments p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
    font-weight: 400;
}

.woocommerce #reviews .un-review .review-detail p {
    max-width: 1110px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.un-review .review-detail h6 span {
    font-weight: 700;
}

#reviews .review-detail .star-rating {
    float: none;
    font-size: 16px;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

div#review_form p.stars a {
    color: #000;
}

.product_cat-accesories .storrelse,
.product_cat-templateaccesories .storrelse {
    display: none;
}

.product_cat-pakker .storrelse .variations tr:nth-child(2) td.label {
    display: none;
}

.product_cat-black-week-vip .storrelse .variations tr:nth-child(2) td.label {
    display: none;
}

.woocommerce-variation-availability {
    display: inline-block;
    width: 100%;
}

.product_cat-fars-dag .storrelse .variations tr:nth-child(2) td.label {
    display: none;
}

.product .farve {
    display: none;
}

.woocommerce span.onsale.summer_sale {
    background-color: #ffec00 !important;
    line-height: 11px !important;
    font-weight: 500;
    color: #0482ff !important;
    width: 50px;
    height: 50px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* -----------------------------------------------
sale icone green
---------------------------------------------- */

.pfriday_sale_icon {
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
    z-index: 1;
    left: 12.3%;
}

.pfriday_sale_icon .timer-icon {
    background-color: #000;
}

.pfriday_sale_icon .product_discount_time {
    background-color: #B71F06;
}

.pfriday_sale_icon .sale-icon {
    background-color: #22a027;
}

/* .single-product .woocommerce-Reviews {
    display: none;
} */


/* -----------------------------------------------
sale icone green
---------------------------------------------- */


/* -----------------------------------------------
bestsellere start
---------------------------------------------- */

.div-hadding {
    text-align: center;
    margin-bottom: 25px;
}

.div-hadding h3 {
    margin: 0;
    font-size: 24px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.div-hadding h1 {
    margin: 0;
    font-size: 24px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.bestsellere-section {
    padding: 50px 0;
    position: relative;
}

.bestsellere-section .category_min_box {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.bestsellere-section .category_min_box:hover .category_min_images .main-image-hover {
    opacity: 1;
}

.bestsellere-section .category_min_box .category_min_images {
    position: relative;
    margin-bottom: 15px;
}

.bestsellere-section .category_min_box .main-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.bestsellere-section .category_min_box .category_min_text .available_sizes {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}

.bestsellere-section .category_min_box .category_min_text .catProTitle a {
    text-align: left;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    min-height: 40px;
}

.catProPrice {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 2px;
}

.catProPrice span.woocommerce-Price-amount.amount {
    font-size: 15px;
}

.catProPrice ins span.woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #ff0000;
}

.bestsellere-section .category_min_box .category_min_text .catProPrice ins {
    margin-right: 10px;
}

.bestsellere-section .category_min_box .category_min_text .catProPrice del {
    color: #a0a0a0;
    font-weight: 300;
}

.bestsellere-section .category_min_box .category_min_text .catProPrice ins {
    display: inline-block;
    background: #fff;
}

.owl-carousel button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 8;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px !important;
}

.owl-carousel button:hover {
    background-color: unset !important;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000 !important;
}

.owl-carousel button.owl-prev {
    left: -40px;
}

.owl-carousel button.owl-next {
    right: -40px;
}

.woocommerce .tawcvs-swatches span.out_of_stock_var {
    position: relative;
    cursor: no-drop;
    overflow: hidden;
    text-transform: uppercase;
}

.woocommerce .tawcvs-swatches span.out_of_stock_var:before {
    content: "";
    position: absolute;
    width: 126%;
    height: 1px;
    background: #5f5f5f;
    left: 0px;
    transform: rotate(35deg) translateY(13px);
}

.woocommerce .tawcvs-swatches span.out_of_stock_var:after {
    content: "";
    position: absolute;
    width: 126%;
    height: 1px;
    background: #5f5f5f;
    right: 0;
    transform: rotate(-35deg) translateY(12px);
}

.woocommerce div.product form.cart .not_stock_var a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #717171;
    font-weight: 400;
    font-family: "Poppins";
    background: unset;
    padding: unset;
    border: unset;
}

.woocommerce div.product form.cart .klaviyo_form form {
    margin: 0 0 0 !important;
    max-height: 70px !important;
}

.woocommerce div.product form.cart .not_stock_var {
    position: relative;
    top: -30px;
    margin-bottom: -10px;
}

.woocommerce div.product form.cart .klaviyo_form .needsclick[data-testid="form-component"] {
    padding-top: 0 !important;
}

.woocommerce div.product form.cart .klaviyo_form .needsclick[data-testid="form-component"] input {
    font-size: 14px !important;
}

.woocommerce div.product form.cart .klaviyo_form div {
    min-height: auto !important;
}

.woocommerce .tawcvs-swatches span.out_of_stock_socks {
    position: relative;
    cursor: no-drop;
    overflow: hidden;
    padding: 5px;
    text-transform: uppercase;
}

.woocommerce .tawcvs-swatches span.out_of_stock_socks:before {
    content: "";
    position: absolute;
    width: 126%;
    height: 1px;
    background: #5f5f5f;
    left: 0px;
    transform: rotate(20deg) translateY(14px);
}

.woocommerce .tawcvs-swatches span.out_of_stock_socks:after {
    content: "";
    position: absolute;
    width: 126%;
    height: 1px;
    background: #5f5f5f;
    right: 0;
    transform: rotate(-20deg) translateY(14px);
}


/* -----------------------------------------------
bestsellere start
---------------------------------------------- */


/*  ck 01-09 */

.banner-slider .slider.slider-nav.win-lode-before:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.is_prime_price bdi {
    text-decoration: line-through;
    padding: 0 7px;
}

.is_prime_price ins {
    text-decoration: line-through;
    padding: 0 7px;
}

.is_prime_price .un-free {
    font-weight: 600;
    color: #DFA81A;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

/*  ck size issue */

.bestsellere-section .category_min_box .category_min_text .available_sizes {
    /* display: inline-block; */
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*width: calc(100% - 30px);*/
    width: 100%;
    display: -webkit-box;
    text-align: left;
}

@media only screen and (max-width:767px) {
    .owl-carousel button {
        margin: 0 !important;
    }

    .owl-carousel button.owl-prev {
        left: -30px;
    }

    .owl-carousel button.owl-next {
        right: -30px;
    }
}



.cpdaItem:first-child {
    border-top: 1px solid #a8a8a8;
}

.cpdaItem {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a8a8a8;
}

.cpdaItemHead {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}

.cpdaItemContent {
    display: none;
}

.cpdaItemHead:before {
    top: 16px;
    transform: rotate(225deg);
    content: "";
    position: absolute;
    right: 10px;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.customProductDescriptionAccordion {
    margin: 30px 0;
}

.cpdaItemContent {
    padding: 10px 0 25px 0;
}

.single-product.woocommerce div.product form.cart .variations td.label {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 10px 0;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    margin: 0;
    border: 1px solid #a9a9a9;
    padding: 11px 40px 11px 15px;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 700;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5Mw0KCWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5Mw0KCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+DQo8L3N2Zz4=);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    font-size: 18px;
}

.woocommerce div.product form.cart .variations td.value {
    position: relative;
}

.woocommerce div.product form.cart .reset_variations {
    color: #337ab7;
    font-size: 13px !important;
    display: block;
    float: left;
    font-weight: 500;
    
    top: 0;
    bottom: 0;
    margin: auto;
    left: 102%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-variation.single_variation {
    /*display: none !important;*/
}

.single-product.woocommerce div.product form.cart .variations td.label p.icon-plus-sign {
    position: relative;
    color: #000000;
    margin-left: 25px;
    line-height: 17px;
}

.single-product.woocommerce div.product form.cart .variations td.label p.icon-plus-sign:before {
    content: "";
    background-image: url('../png/size_icon_ic.png');
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.single-product #breadcrumbs {
    padding: 30px 0 10px 0;
}

.woocommerce div.product form.cart .variations select option.outofstock {
    color: #959595;
}

.woocommerce div.product form.cart .variations select option {
    font-weight: 700;
}

@media only screen and (min-width: 991px) {
    section.material-description .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.not_stock_var.klaviyo_form {
    display: none;
}


.product-slider button.disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

/* Popup inner div */
.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.close-button:hover {
    background: rgba(0, 0, 0, 1);
}

.popup-content {
    text-align: center;
}

.popup-content>p {
    margin: 10px 0px;
}

.popupTankyou {
    padding: 20px;
}

.popup-content h2 {
    margin-bottom: 20px;
}

.close-button {

    top: 20px;
    right: 20px;

}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    overflow: auto;

}

@media screen and (max-width: 720px) {
    .popup-content {
        width: 90%;
    }
}



.woocommerce-variation-add-to-cart.variations_button a.close-button {
    padding: 0;
}



.select2-container--default .select2-selection--single {
    width: 100%;
    margin: 0;
    border: 1px solid #a9a9a9;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    height: 52px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    right: 15px;
}

.giftcard-content {
    padding-bottom: 10px;
}


/* 31/01/2024 */
.awdr-bulk-customizable-table td {
    padding: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    width: 114px;
    border-right: 2px solid #d1caca;
}

.awdr-bulk-customizable-table tr.wdr_bulk_table_tr.bulk_table_row {
    border-bottom: 2px solid #d1caca;
}

.awdr-bulk-customizable-table tr.wdr_bulk_table_tr.bulk_table_row .wdr_bulk_table_td.wdr_bulk_title.col_index_1 {
    width: 53px;
}

.awdr-bulk-customizable-table td.wdr_bulk_table_td.wdr_bulk_table_discount.col_index_3 {
    border: 0;
}

.awdr-bulk-customizable-table tr.wdr_bulk_table_tr.bulk_table_row:nth-child(4) {
    border: 0;
}

.awdr-bulk-customizable-table td.wdr_bulk_table_td.wdr_bulk_range.col_index_2 {
    text-align: center;
}

.awdr-bulk-customizable-table td.wdr_bulk_table_td.wdr_bulk_table_discount.col_index_3 {
    text-align: center;
}

.awdr-bulk-customizable-table .wdr_bulk_table_discount span.wdr_table_discounted_value {
    background: #8dd37f;
    color: #126b00;
    padding: 6px 10px;
    border-radius: 5px;
}

.variations .label h3,
.variations .label p {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    font-weight: 700;
}

.tawcvs-swatches.oss- {
    margin: 0;
}

body .woocommerce div.product form.cart .not_stock_var a {
    font-size: 13px;
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
    line-height: 13px;
    font-family: "Poppins";
}

.awdr-bulk-customizable-table {
    max-width: 431px;
}

.storrelse {
    max-width: 431px;
}

body.woocommerce div.product form.cart div.quantity {
    display: flex;
    float: unset;
    border: 1px solid #a9a9a9;
    max-width: 174px;
}

body .woocommerce div.product form.cart div.quantity button {
    background: transparent;
    border: 0;
    width: 46px;
}

 .woocommerce .quantity .qty {
    width: 79px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #000000;
    border-color: #a9a9a9;
}

.purchase-radio label {
    display: block;
}

body .woocommerce div.product form.cart .button {
    float: unset;
    /* opacity: 1; */

    margin-top: 15px;

}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    margin-top: 10px;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 10px;
}

p.price {
    display: flex;
}
.recommendedTag:hover , body.woocommerce #reviews .contribution-actions>a:hover , body.woocommerce-page #reviews .contribution-actions>a:hover{
    color: #3b7523 !important;
}

.ProductLabelMain {
    padding: 20px;
    background-color: #f8f8f8;
    margin: 15px 0px;
    height: 100%;
    overflow: auto;
}

.purchase-radio label {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}

p.discount_heading {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins";
}

span.woocommerce-Price-amount.amount {
    padding-right: 14px;
}

body label.checked {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
}

.purchase-radio span {
    background: #8dd37f;
    color: #126b00;
    padding: 3px 7px;
    border-radius: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body .woocommerce div.product form.cart .button {
    float: unset;
    margin-top: 15px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 18px 15px;
    display: block;
    background-color: #101f2d;
    border-radius: 0;
    width: 100%;
    text-align: center;
}


/* Review Section Css */
.productReviewsSection {
    background-color: #f8f8f8;
    padding: 55px 0 30px;
    margin-bottom: 100px;
}

.reviewFormWrapper {
    display: none;
}

.reviewHead {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 38px 0 0;
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 33px;
    justify-content: space-between;
}

.reviewRatingCol {
    width: 40%;
    text-align: left;
}

.ratingTotalCount {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.woocommerce .ratingTotalCount .star-rating {
    width: 153px;
    height: 28px;
    font-size: 27px;
    letter-spacing: 3px;
}

.ratingTotalCount h6 {
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    top: 2px;
}

body.woocommerce #reviews .product-rating .product-rating-summary,
body.woocommerce-page #reviews .product-rating .product-rating-summary {
    width: 100%;
    text-align: left;
}

.reviewRatingCol p {
    margin: 14px 0 0;
    font-weight: 500;
}

.reviewBtnCol a.reviewFormAction {
    padding: 22px 36px;
    background-color: #0f202d;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
}

.reviewBtnCol {
    width: 30%;
    text-align: right;
}

body.woocommerce #reviews .productReviewLisitng #comments ol.commentlist li.review {
    margin: 0;
    padding: 16px 0;
    border-top: solid 1px #c1c1c1;
}

.reviewListingRow {
    display: flex;
    flex-wrap: wrap;
}

.recommendedTag,body.woocommerce #reviews .contribution-actions>a, body.woocommerce-page #reviews .contribution-actions>a {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    column-gap: 9px;
    color: #3b7523;
    font-weight: 500;
    margin: 0 0 0 0px;
}
body p.contribution-actions {
    padding-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {

    margin-bottom: 0;
}
body .woocommerce #reviews .contribution-actions>a.vote-up:before, .woocommerce-page #reviews .contribution-actions>a.vote-up:before {
    content: '';
    background-image: url(../png/recommendent-icon.png);
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
}

body.woocommerce #reviews .contribution-actions>a.edit-comment, body.woocommerce-page #reviews .contribution-actions>a.edit-comment {
    display: none;
}

.loadMoreBtn {
    padding: 17px 32px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #0f202d;
}

.woocommerce-page #reviews .reviewTitle .contribution-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.reviewDetail {
    width: 100%;
    max-width: 345px;
}

body.woocommerce #reviews h3.contribution-title,
.woocommerce-page #reviews .contribution-title {
    margin: 0;
    font-weight: 700;
}

body .star-rating-selector fieldset {
    float: unset;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/* 
body.woocommerce #reviews .form-contribution #review_rating_field .star-label, body.woocommerce-page #reviews .form-contribution #review_rating_field .star-label {
    display: none;
} */

body.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    position: unset;
    width: 51px;
    height: 51px;
    float: unset;
    margin: 0;
    border-radius: 100%;
    border: 0;
    padding: 0;
    background-color: #acacac;
}

body.woocommerce .star-rating span::before,body .star-rating-selector:not(:checked) input:checked~label.checkbox  {
    color: #ffdb70;
}

.reviewThumbnail {
    margin: 20px 0 8px;
}

body .woocommerce #reviews h3{
    font-weight: 700;
}

.productAverageRating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 26px;
}

.writeReviewBtn,.writeReviewBtn:hover {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

body.woocommerce .productAverageInner .star-rating {
    width: 103px;
    height: 23px;
    font-size: 19px;
}

.productAverageInner {
    display: flex;
    align-items: center;
    column-gap: 9px;
}

span.averageRtaing {
    font-size: 13px;
    line-height: 15px;
    color: #a7a7a7;
    text-decoration: underline;
}

body.woocommerce #reviews .productAverageRating h3.contribution-title .star-rating,
body.woocommerce-page #reviews .productAverageRating h3.contribution-title .star-rating {
    margin: 0;
    width: 111px;
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 17px;
}

.woocommerce #reviews h3.contribution-title .star-rating, .woocommerce-page #reviews h3.contribution-title .star-rating {
    float: none;
    display: inline-block;
    margin-right: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-weight: 400 !important;
}

.reviewComment {
    width: calc(100% - 345px);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 0;
    border: 0;
}

body.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.reviewFormWrapper .contribution-type-selector {
    display: block;
    text-align: left;
    margin: 30px 0 10px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text span.reviewTitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
    display: block;
}

span.woocommerce-review__author span.contribution-badge {
    display: none;
}

.woocommerce-review__author {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

time.woocommerce-review__published-date {
    margin: 25px 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}
.btnPrentMain p.wc-product-reviews-pro-form-submit-row {
    width: fit-content !important;
margin: 0;    
}
.btnPrentMain{
    display: flex;
    align-items: center;
}
body .btnPrentMain button.button {
    padding: 10px 24px;
    background-color: #0f202d;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0 0;
    font-weight: 400;
}
span.woocommerce-review__verified.verified {
    display: flex;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #3b7523;
    font-weight: 600;
    align-items: center;
    column-gap: 5px;
}

body .star-rating-selector:not(:checked) label.checkbox:before {
    font-weight: 500;
}

body.woocommerce #reviews .form-contribution,
body.woocommerce-page #reviews .form-contribution {
    margin: 0;
    padding: 20px;
    border: 1px solid #ccc;
}

body.woocommerce .productAverageInner {
	cursor:pointer;
}

#tiptip_holder {
	display:none!important;
}

body.woocommerce #reviews .form-contribution .form-row,
body.woocommerce #reviews .form-contribution .wc-product-reviews-pro-form-submit-row,
body.woocommerce-page #reviews .form-contribution .form-row,
body.woocommerce-page #reviews .form-contribution .wc-product-reviews-pro-form-submit-row {
    display: block !important;
}

body.woocommerce #reviews .form-contribution p#subscribe_to_replies_field {
    display: none !important; /* Ensures it stays hidden even within the second block */
}

p#subscribe_to_replies_field label.checkbox {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

p#subscribe_to_replies_field label.checkbox input#subscribe_to_replies {
    margin: -2px 7px 0 0;
    position: unset;
}
.reviewListingCol .meta > em {
    display: none;
}

body .wc-product-reviews-pro-form-submit-row button.update-review {
    padding: 10px 36px;
    background-color: #0f202d;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 14px 0 0;
    font-weight: 400;
}

body .star-rating-selector:not(:checked) label.checkbox:hover:before,
body .star-rating-selector:not(:checked) label.checkbox:hover~label.checkbox:before {
    content: "S";
    color: #ffdb70;
}

body .star-rating-selector:not(:checked) label.checkbox{
    font-size: 38px;
}

body .quantity button {
    background: transparent;
    border: 0;
    width: 46px;
}
body #reviews ol.commentlist li:first-child {
    border-top: 0 !important;
}

.review-author-avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #d9d9d9;
	/* Set the background color */
	color: #4d4d4d;
	/* Set the text color */
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.verified-buyer {
	display: flex;
	align-items: center;
	color: green;
	/* Set the green text color */
	font-size: 14px;
}

.verified-buyer-icon {
	background-color: green;
	/* Set the green background for the icon */
	color: white;
	border-radius: 50%;
	padding: 2px;
	margin-left: 5px;
	font-size: 16px;
}

/* .woocommerce .quantity .qty {
    width: 80px;
    width: 79px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #000000;
    border-color: #a9a9a9;
} */

/* TemplateTech Sections Css */
.stockDeliveryStatus {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    padding-left: 24px;
}

.stockDeliveryStatus span {
    color: #1db60d;
    font-weight: 600;
}

.stockDeliveryStatus::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background-color: #1db60d;
    left: 0;
    border-radius: 100%;
}

.clientReviewVideoSection {
    margin: 0 0 24px;
}

.customerVideoRow {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.customerVideoCol {
    width: 100%;
    max-width: 107px;
}

.customerVideoCard {
    text-align: center;
}

.customerVideoCard img {
    border-radius: 10px;
    width: 57px;
    height: 101px;
    object-fit: cover;
}

.customerVideoCard p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 14.5px;
    font-weight: 500;
}

.productfeatureRow {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
}

.productFeatureCol {
    width: 100%;
    max-width: 123px;
    text-align: center;
}

.productFeatureCol p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.undyVsAndreBrandSection {
    padding-top: 35px;
}

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

.undyVBsAndreImage {
    width: 100%;
    max-width: 581px;
}

.undyVBsAndreText {
    width: calc(100% - 581px);
    padding-right: 40px;
}

body .owl-carousel.customerPhotosSlider.owl-theme button.owl-prev {
    left: -40px;
}

body .owl-carousel.customerPhotosSlider.owl-theme button.owl-next {
    right: -40px;
}

.undyVBsAndreText h2 {
    margin: 0;
    font-size: 31px;
    line-height: 37px;
    font-weight: 700;
    color: #000;
}

.undyVBsAndreText p {
    margin: 26px 0 0;
    max-width: 482px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

.undyVBsAndreText p span {
    display: block;
    margin-top: 15px;
}

.customerPhotoReviewSection {
    max-width: 1175px;
    margin: 0 auto 80px;
    padding: 0 15px;
    text-align: center;
}

.customerPhotoReviewSection h2 {
    font-size: 21px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin: 0 0 24px;
}

body .owl-carousel.customerPhotosSlider.owl-theme button {
    top: 0;
    bottom: 0;
    margin: auto!important;
    width: fit-content;
    height: fit-content;
    transform: unset;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }

body .owl-theme .owl-nav {
    margin: 0;
}