








* {
    --font-family: 'Arc', sans-serif;
    --price-color: #ff0000;
    --buybutton-color: #009900;
    --buybutton-border-color: #009900;
    --buybutton-text-color: #fff;
    --main-color: #ff7800;
    --secondary-color: #ff7800;
    --tertiery-color: #74a390;
    --link-color: #ff7800;
    --text-color: #000;
    --highlight-color: #eee;

}

body {
    font-family: 'Arc', sans-serif;
    font-size: 16px;
    color: #000;
}
input{
    font-family: 'Arc', sans-serif;
    color: --text-color;
}



footer {
    background: rgb(255, 120, 0);

}




.search_bar .searchboxinput {
    margin: 12px 0;
    box-shadow: 0 0 20px rgb(111 111 111 / 30%);
    padding: 1.4em;
    background: #fff;
}




.productListingOuterBox .stock_status_icon.out_of_stock {
    background-color: #b7b7b7;
}


@media handheld, screen and (max-width: 1017px) {
    .button_in_cart {
        font-size: 1.1rem;
        width: 100% !important;
    }
}


.cartaddreal,.button_price{
    padding: 0;
}


.top_menu .navbar {
    width: 100%;
}

.cat_menu {
    min-width: 70%;
}

.top_menu .cat_menu a.top, .top_menu .new_products_navbar, .top_menu .outlet_products_navbar {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;

}
.top_menu{
    height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 0px;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
ul.nav{
        display: flex;
    flex-direction: row;
    grid-column-gap: 1em;
    justify-content: space-evenly;
    width: 96%;
}

.special_price_listing, .rec_savings_listing{
    height: 62px;
    width: 62px;
    border-radius: 50px;
}


@media handheld, screen and (max-width: 400px) {
    .special_price_listing, .rec_savings_listing {
        width: 52px;
        height: 52px;
    }
}


/* outl1 secific */

.short_products_description li:before{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M13.112 6.75l-4.2 4.2L10 12l6-6-6-6-1.05 1.05 4.162 4.2H0v1.5z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%234D7E6A' xlink:href='%23a'/%3E%3Cuse fill='%23FFF' fill-opacity='.4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");

}


#productGeneral g, #productGeneral svg{
    --icon-fg-color: var(--tertiery-color);
    --icon-bg-color: #fff;
}

.infodisplay_headerbox {
    width: 100%; 
    margin-left: 0; 
    clear: both;
    float: left;
    border-bottom: none ;
    margin-bottom: 5px;
}
.prod_holder_half.infodisplay_left {
    clear: none;
}



#indexHomeBody .half_graph{
    width: 50%;
    /*width: 100% !important;*/
}
.third_graph {
    width: 33.33%;
}
#indexHomeBody .frontb{
    margin: 0 !important;
    display: flex;
}
#indexHomeBody .frontb{
    border-radius: 0px;
    height: fit-content;
    padding-bottom: 0;
    box-shadow:none;
}


.customer_info_row {
    background: #ff7800;
    color: #000000;
}




#pad_top.scroll .desktop_logo img {
    max-height: 30px;
    max-width: 160px;
}

#pad_top {
    margin-bottom: 1em;
}



.desktop_logo img{
    max-width: 180px;
    max-height: 30px;
}

@media handheld, screen and (max-width: 1017px) {
    .mobile_logo img {
        max-height: 30px;
    }
    .mobile_logo{
        max-width: 70%;
    }
    #pad_top {
     margin-bottom: 0em;
    }
}


@media handheld, screen and (max-width: 450px) {
    .mobile_logo img {
        max-height: 27px !important;
    }
}

.front_page_right {
    width: 100% !important;
    float: none; 
    padding-top: 10px;
    padding: 15px 10px 0;
    max-width: 1494px;
    margin: auto;
}

.svg_cart_icon svg{
    width: 36px;
}


.cartaddreal{
    background: none;
    border:none;
}


@media handheld, screen and (min-width:1000px){
    #productinfoBody .infodisplay_headerbox h1{
        text-align: left;
            padding: 0 0%;
        font-size: 1.8em;
    }
    .crumbholder {
        margin: 1rem 0;
    }
}


.productListingOuterBox, .ProductVariantBox {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
         -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.productListingOuterBox.hover, a.categoryproductListingOuterBox:hover {
    border:1px solid #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2); 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);

}



.prod_review_full{
background: #fff;
}


.customer_images.p_wrap, .top_reviews.p_wrap, .products_description.p_wrap, .products_media.p_wrap, .products_specifications.p_wrap, .prod_info_category.p_wrap, .products_documents.p_wrap {
    background: #f5f5f5;
        -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
}

.extra_tag.instock{
    display: flex !important;
    background: none;
    align-items: flex-end;
    border: none;

}

.productListingOuterBox, .ProductVariantBox, .prod_outlet_discrepencies, .prod_outlet_info, .cartaddreal, .product_slideshow_holder img, .button_in_cart, 
img.listImageHref, .button_buy_now, .button_buy_now:hover, .slide_links img, .cssButton, .cssButtonHoverHover, .cssButton:hover, 
.ProductVariantImageDiv img, .cartImage img /*, #cartContentsDisplay, #orderTotalsSumBox*/{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}








.checkout_check_bullet {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M13.112 6.75l-4.2 4.2L10 12l6-6-6-6-1.05 1.05 4.162 4.2H0v1.5z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%234D7E6A' xlink:href='%23a'/%3E%3Cuse fill='%23FFF' fill-opacity='.4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
}



@media handheld, screen and (min-width: 1018px) {
    #indexProductList .categories_listing {
        float: left;
        padding-left: 0%;
        padding-right: 0;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #indexProductList a.catcat, #indexProductList a.categoryproductListingOuterBox {
        width: auto;
        border: 1px solid #eee;
        margin: 0 5px 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #indexProductList a.categoryproductListingOuterBox h2 {
        padding: 6px 12px;
        height: auto;
    }
    .categories_listing.cat_boxes .catcat{
        display: block !important;
    }
    #indexProductList .cat_boxes .categoryitemImagebox {
        display: none;
    }
    .show_all_cat_box{
        display: none;
    }
}
.cookieButton {
    background: var(--buybutton-color);
}


.front_page_cat_row {
width: 100%;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
        padding: 3em 0 2em;
padding: 3em 1em 2em;
    gap: 1em;
}

a.front_page_cat_icon_holder{
    color: var(--text-color);
    text-decoration: none;
        display: flex
;
    float: left;

    margin: auto;
        align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5em;
    max-width: 100%;
}
.front_page_cat_icon_holder h2{
   padding: 0 ;
   font-size: 16px;
   font-weight: normal;
    
}
.front_page_cat{
    display: flex;
    flex-direction: column;
        justify-content: center;
    align-items: center;
}

.front_page_cat_icon svg{
    width: 40px;
    height: 40px;
}
.front_page_cat_icon{
    width: 100px;
    height: 100px;

    background:#e5dfdb;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

@media handheld, screen and (max-width:400px){
    .banner_row  {
        display: grid;
    }
    #indexHomeBody  .frontb{
        width: 100% !important;
        margin-top: 0.3em !important;
    }
}

@media handheld, screen and (max-width:700px){
    .front_page_cat_row {
        grid-template-columns: 33% 33% 33%;
    }
    .front_page_cat_icon{
    width: 70px;
    height: 70px;
    }
    .front_page_cat_icon svg{
        width: 30px;
        height: 30px;
    }

}
@media handheld, screen and (max-width:320px){
    .front_page_cat_row {
        grid-template-columns: 1fr 1fr;
    }
}

.products_description_header .header_icon{
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' transform=''%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2374a390' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-22.91C6 1.09 1.09 6 1.09 12S6 22.91 12 22.91 22.91 18 22.91 12 18 1.09 12 1.09z' transform='translate(-172 -1361) translate(172 1361)'%3E%3C/path%3E%3Cpath d='M11.455 9.636L12.545 9.636 12.545 17.545 11.455 17.545zM11.455 6.455H12.546V7.546H11.455z' transform='translate(-172 -1361) translate(172 1361)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.products_specifications .header_icon{
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2374a390' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M14.727 24H1.637C.708 24 0 23.29 0 22.364V1.636C0 .71.71 0 1.636 0h13.091c.928 0 1.637.71 1.637 1.636v20.728c0 .927-.71 1.636-1.637 1.636zM1.637 1.09c-.328 0-.546.22-.546.546v20.728c0 .327.218.545.545.545h13.091c.328 0 .546-.218.546-.545V1.636c0-.327-.218-.545-.546-.545H1.637z' transform='translate(-176 -1905) translate(176 1905)'%3E%3C/path%3E%3Cpath d='M4.364 9.273H9.818999999999999V10.363999999999999H4.364zM4.364 13.636H12V14.726999999999999H4.364zM4.364 18H9.818999999999999V19.091H4.364zM4.364 4.909H12V6H4.364z' transform='translate(-176 -1905) translate(176 1905)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.prod_info_category .header_icon{
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath d='M10 4L7 20M17 4L14 20M5 8H20M4 16H19' stroke='%2374a390' stroke-width='1.1' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.products_media .header_icon{
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 23' version='1.1'%3E%3Cg stroke-width='1' stroke='none' fill-rule='evenodd' fill='none'%3E%3Cg fill-rule='nonzero' fill='%2374a390'%3E%3Cpath d='M29.805,5.079 C29.805,2.384 27.865,0.216 25.469,0.216 C22.222,0.06 18.91,0 15.529,0 L14.475,0 C11.1,0 7.783,0.06 4.536,0.216 C2.146,0.216 0.206,2.396 0.206,5.091 C0.058,7.223 -0.006,9.355 -3.88578059e-16,11.487 C-0.005,13.62 0.059,15.752 0.2,17.89 C0.2,20.585 2.14,22.771 4.53,22.771 C7.94,22.933 11.44,23.005 14.997,22.999 C18.56,23.011 22.047,22.939 25.463,22.771 C27.86,22.771 29.799,20.585 29.799,17.89 C29.94,15.752 30.005,13.62 29.999,11.481 C30.01,9.349 29.946,7.217 29.805,5.079 Z M12.131,17.363 L12.131,5.594 L20.628,11.475 L12.131,17.363 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 0px 2px;
}
.products_documents  .header_icon{
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480' version='1.1' x='0px' y='0px' style='enable-background:new 0 0 480 480;' fill='%2374a390'%3E%3Cg%3E%3Cg%3E%3Cpath d='M160,344h-16c-4.418,0-8,3.582-8,8s3.582,8,8,8h16c4.418,0,8-3.582,8-8S164.418,344,160,344z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,344H192c-4.418,0-8,3.582-8,8s3.582,8,8,8h192c4.418,0,8-3.582,8-8S388.418,344,384,344z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M160,296h-16c-4.418,0-8,3.582-8,8s3.582,8,8,8h16c4.418,0,8-3.582,8-8S164.418,296,160,296z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,296H192c-4.418,0-8,3.582-8,8s3.582,8,8,8h192c4.418,0,8-3.582,8-8S388.418,296,384,296z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M160,248h-16c-4.418,0-8,3.582-8,8s3.582,8,8,8h16c4.418,0,8-3.582,8-8S164.418,248,160,248z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,248H192c-4.418,0-8,3.582-8,8s3.582,8,8,8h192c4.418,0,8-3.582,8-8S388.418,248,384,248z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M160,200h-16c-4.418,0-8,3.582-8,8s3.582,8,8,8h16c4.418,0,8-3.582,8-8S164.418,200,160,200z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,200H192c-4.418,0-8,3.582-8,8s3.582,8,8,8h192c4.418,0,8-3.582,8-8S388.418,200,384,200z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M160,152h-16c-4.418,0-8,3.582-8,8s3.582,8,8,8h16c4.418,0,8-3.582,8-8S164.418,152,160,152z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,152H192c-4.418,0-8,3.582-8,8s3.582,8,8,8h192c4.418,0,8-3.582,8-8S388.418,152,384,152z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M439.896,119.496c-0.04-0.701-0.177-1.393-0.408-2.056c-0.088-0.256-0.152-0.504-0.264-0.752 c-0.389-0.87-0.931-1.664-1.6-2.344l-112-112c-0.68-0.669-1.474-1.211-2.344-1.6c-0.248-0.112-0.496-0.176-0.744-0.264 c-0.669-0.23-1.366-0.37-2.072-0.416C320.328,0.088,320.176,0,320,0H96c-4.418,0-8,3.582-8,8v24H48c-4.418,0-8,3.582-8,8v432 c0,4.418,3.582,8,8,8h336c4.418,0,8-3.582,8-8v-40h40c4.418,0,8-3.582,8-8V120C440,119.824,439.912,119.672,439.896,119.496z M328,27.312L412.688,112H328V27.312z M376,464H56V48h32v376c0,4.418,3.582,8,8,8h280V464z M424,416H104V16h208v104 c0,4.418,3.582,8,8,8h104V416z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M192,72h-48c-4.418,0-8,3.582-8,8v48c0,4.418,3.582,8,8,8h48c4.418,0,8-3.582,8-8V80C200,75.582,196.418,72,192,72z M184,120h-32V88h32V120z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.customer_images .header_icon{
background: url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 18 18' xmlns='http://www.w3.org/2000/svg' fill='%2374a390'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M474.188327,259.775909 L480.842912,259.775909 L477.549999,256.482996 L474.375904,259.65709 C474.321124,259.71187 474.256777,259.751373 474.188327,259.775909 Z M474,258.618781 L474,247.775909 L486,247.775909 L486,254.968826 L483.657827,252.626653 C483.470927,252.439753 483.148791,252.4342 482.953529,252.629462 C482.940375,252.642616 482.928101,252.656403 482.916711,252.670736 C482.913161,252.674075 482.909651,252.677479 482.906183,252.680947 L479.034173,256.552957 L477.918719,255.437503 C477.808988,255.327771 477.655516,255.279359 477.507786,255.29536 C477.387162,255.302309 477.267535,255.351246 477.17513,255.44365 L474,258.618781 Z M482.257125,259.775909 L486,259.775909 L486,256.377007 L485.996984,256.380023 L483.309152,253.692192 L479.74128,257.260064 L482.257125,259.775909 Z M487,259.406871 L487.960593,259.541874 C488.51207,259.619379 489.020377,259.235606 489.097766,258.684953 L490.765938,246.815293 C490.843443,246.263816 490.459671,245.75551 489.909017,245.678121 L478.039358,244.009949 C477.487881,243.932444 476.979574,244.316216 476.902185,244.86687 L476.633887,246.775909 L474.006845,246.775909 C473.449949,246.775909 473,247.226689 473,247.782754 L473,259.769063 C473,260.32596 473.45078,260.775909 474.006845,260.775909 L485.993155,260.775909 C486.550051,260.775909 487,260.325128 487,259.769063 L487,259.406871 Z M487,258.397037 L488.10657,258.552556 L489.776647,246.669339 L477.89343,244.999262 L477.643739,246.775909 L485.993155,246.775909 C486.54922,246.775909 487,247.225857 487,247.782754 L487,258.397037 Z' transform='translate(-473 -244)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.top_reviews_content .header_icon{
background: url("data:image/svg+xml,%3Csvg fill='%2374a390' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg %3E%3Cg data-name='37 rating' id='_37_rating'%3E%3Cpath d='M42.83,3.5H21.17a6,6,0,0,0-6,6V28.66a6,6,0,0,0,6,6H23.4l7.84,9.23a1,1,0,0,0,1.1.29.992.992,0,0,0,.66-.94V34.66h9.83a6,6,0,0,0,6-6V9.5A6,6,0,0,0,42.83,3.5Zm4,25.16a4,4,0,0,1-4,4H32a1,1,0,0,0-1,1v6.86l-6.38-7.51a1.011,1.011,0,0,0-.76-.35H21.17a4,4,0,0,1-4-4V9.5a4,4,0,0,1,4-4H42.83a4,4,0,0,1,4,4Z'%3E%3C/path%3E%3Cpath d='M44.66,10.75a1,1,0,0,1-1,1H20.34a1,1,0,0,1,0-2H43.66A1,1,0,0,1,44.66,10.75Z'%3E%3C/path%3E%3Cpath d='M44.66,14.92a1,1,0,0,1-1,1H20.34a1,1,0,0,1,0-2H43.66A.99.99,0,0,1,44.66,14.92Z'%3E%3C/path%3E%3Cpath d='M44.66,19.08a1,1,0,0,1-1,1H20.34a1,1,0,0,1,0-2H43.66A1,1,0,0,1,44.66,19.08Z'%3E%3C/path%3E%3Cpath d='M44.66,23.25a1,1,0,0,1-1,1H28.67a1,1,0,0,1,0-2H43.66A.99.99,0,0,1,44.66,23.25Z'%3E%3C/path%3E%3Cpath d='M44.66,27.41a1,1,0,0,1-1,1H28.67a1,1,0,0,1,0-2H43.66A1,1,0,0,1,44.66,27.41Z'%3E%3C/path%3E%3Cpath d='M18.65,46.55a1.009,1.009,0,0,0-.95-.69H13.57l-1.28-3.93a1,1,0,0,0-1.9,0L9.11,45.86H4.98a1,1,0,0,0-.59,1.81L7.73,50.1,6.46,54.02a1,1,0,0,0,.95,1.31A1.01,1.01,0,0,0,8,55.14l3.34-2.43,3.34,2.43a1,1,0,0,0,1.54-1.11L14.94,50.1l3.35-2.43A1.012,1.012,0,0,0,18.65,46.55Zm-5.83,3.47.55,1.7-1.44-1.05a.99.99,0,0,0-1.18,0L9.31,51.72l.55-1.7a.992.992,0,0,0-.36-1.11L8.06,47.86H9.84a1.009,1.009,0,0,0,.95-.69l.55-1.7.55,1.7a1,1,0,0,0,.95.69h1.78l-1.44,1.05A.977.977,0,0,0,12.82,50.02Z'%3E%3C/path%3E%3Cpath d='M39.31,51.71a1,1,0,0,0-.95-.69H34.23l-1.28-3.93a1,1,0,0,0-1.9,0l-1.28,3.93H25.64a1,1,0,0,0-.59,1.81l3.35,2.43-1.28,3.93a1.012,1.012,0,0,0,.36,1.12,1.022,1.022,0,0,0,1.18,0L32,57.88l3.34,2.43a1.011,1.011,0,0,0,1.18,0,1.012,1.012,0,0,0,.36-1.12L35.6,55.26l3.35-2.43A1,1,0,0,0,39.31,51.71Zm-5.83,3.48.55,1.69-1.44-1.05a1.011,1.011,0,0,0-1.18,0l-1.44,1.05.55-1.69a.992.992,0,0,0-.36-1.12l-1.44-1.05H30.5a1,1,0,0,0,.95-.69L32,50.64l.55,1.69a1,1,0,0,0,.95.69h1.78l-1.44,1.05A.992.992,0,0,0,33.48,55.19Z'%3E%3C/path%3E%3Cpath d='M59.97,46.55a.991.991,0,0,0-.95-.69H54.89l-1.28-3.93a1,1,0,0,0-1.9,0l-1.28,3.93H46.3a1,1,0,0,0-.59,1.81l3.35,2.43-1.28,3.93a1,1,0,0,0,1.54,1.11l3.34-2.43L56,55.14a1.01,1.01,0,0,0,.59.19.967.967,0,0,0,.59-.19.987.987,0,0,0,.36-1.12L56.27,50.1l3.34-2.43A1,1,0,0,0,59.97,46.55Zm-5.83,3.47.55,1.7-1.44-1.05a.988.988,0,0,0-.59-.19,1.01,1.01,0,0,0-.59.19l-1.44,1.05.55-1.7a.977.977,0,0,0-.36-1.11l-1.44-1.05h1.78a1,1,0,0,0,.95-.69l.55-1.7.55,1.7a1.009,1.009,0,0,0,.95.69h1.78L54.5,48.91A.992.992,0,0,0,54.14,50.02Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}


.example_outlet_stock .header_icon{
background: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath d='M9 9H9.01M15 15H15.01M16 8L8 16M17.9012 4.99851C18.1071 5.49653 18.5024 5.8924 19.0001 6.09907L20.7452 6.82198C21.2433 7.02828 21.639 7.42399 21.8453 7.92206C22.0516 8.42012 22.0516 8.97974 21.8453 9.47781L21.1229 11.2218C20.9165 11.7201 20.9162 12.2803 21.1236 12.7783L21.8447 14.5218C21.9469 14.7685 21.9996 15.0329 21.9996 15.2999C21.9997 15.567 21.9471 15.8314 21.8449 16.0781C21.7427 16.3249 21.5929 16.549 21.4041 16.7378C21.2152 16.9266 20.991 17.0764 20.7443 17.1785L19.0004 17.9009C18.5023 18.1068 18.1065 18.5021 17.8998 18.9998L17.1769 20.745C16.9706 21.2431 16.575 21.6388 16.0769 21.8451C15.5789 22.0514 15.0193 22.0514 14.5212 21.8451L12.7773 21.1227C12.2792 20.9169 11.7198 20.9173 11.2221 21.1239L9.47689 21.8458C8.97912 22.0516 8.42001 22.0514 7.92237 21.8453C7.42473 21.6391 7.02925 21.2439 6.82281 20.7464L6.09972 19.0006C5.8938 18.5026 5.49854 18.1067 5.00085 17.9L3.25566 17.1771C2.75783 16.9709 2.36226 16.5754 2.15588 16.0777C1.94951 15.5799 1.94923 15.0205 2.1551 14.5225L2.87746 12.7786C3.08325 12.2805 3.08283 11.7211 2.8763 11.2233L2.15497 9.47678C2.0527 9.2301 2.00004 8.96568 2 8.69863C1.99996 8.43159 2.05253 8.16715 2.15472 7.92043C2.25691 7.67372 2.40671 7.44955 2.59557 7.26075C2.78442 7.07195 3.00862 6.92222 3.25537 6.8201L4.9993 6.09772C5.49687 5.89197 5.89248 5.4972 6.0993 5.00006L6.82218 3.25481C7.02848 2.75674 7.42418 2.36103 7.92222 2.15473C8.42027 1.94842 8.97987 1.94842 9.47792 2.15473L11.2218 2.87712C11.7199 3.08291 12.2793 3.08249 12.7771 2.87595L14.523 2.15585C15.021 1.94966 15.5804 1.9497 16.0784 2.15597C16.5763 2.36223 16.972 2.75783 17.1783 3.25576L17.9014 5.00153L17.9012 4.99851ZM9.5 9C9.5 9.27614 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.27614 8.5 9C8.5 8.72386 8.72386 8.5 9 8.5C9.27614 8.5 9.5 8.72386 9.5 9ZM15.5 15C15.5 15.2761 15.2761 15.5 15 15.5C14.7239 15.5 14.5 15.2761 14.5 15C14.5 14.7239 14.7239 14.5 15 14.5C15.2761 14.5 15.5 14.7239 15.5 15Z' stroke='%2374a390333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat;
}


.play_button{
background: url("data:image/svg+xml,%3Csvg version='1.1'  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff' stroke-width='0'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%2374a390' d='M460.8,68.452H51.2c-28.16,0-51.2,23.04-51.2,51.2v272.696c0,28.16,23.04,51.2,51.2,51.2h409.6 c28.16,0,51.2-23.04,51.2-51.2V119.652C512,91.492,488.96,68.452,460.8,68.452z M188.44,359.98V151.108l195.624,104.44 L188.44,359.98z'%3E%3C/path%3E%3Cpolygon style='fill:%23fff' points='188.44,359.98 384.056,255.548 188.44,151.108 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat;

}
.cart_price_and_fav{
    align-items: center;
    flex-direction: row-reverse;
}

.price_data_row {
        align-items: flex-end;
    }

.button_price .productPrices {
        justify-content: start;
    }
.product_info_stock  {
    justify-content: end;
}

