
.productsticky{
    display: none;
}

.stickybarlist{
    flex: 1 0 auto;
    margin:0;
    padding:0;
}
.stickybarlist li{
    display: inline-block;
    margin-left: 1rem;

    padding: 30px 0px;

}

.stickybarlist li a {
    color: #2f313b;
    font-weight: bold;
    font-size: 14px;
}

.productsticky .productToTop{
display: none;
    flex: 1 1 auto;
}
.active-sticky-product-bar  .productsticky .productToTop{
    display: block;

}
.active-sticky-product-bar .productsticky{
    position: fixed;
    display: block;
    width: 100%;
    top: 137px;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    background-color: #fff;
    /*padding:8px 0;*/
    text-align: right;
    font-size: 0.75rem;
    z-index: 92;
    right: 0;

}

.productsticky .productToTop a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #2D2C42;
}

.productsticky .productToTop img {
    height: 48px;
    width: auto;
    border: 2px solid #E6E6E8;
    border-radius: 4px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.productsticky .productToTop a .text {
    text-align: left;
    font-size: 14px;
    font-weight: bold;

}

.active-sticky-product-bar  .productsticky  > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 0px;
}

.active-sticky-product-bar #header{
    box-shadow: none;
    border-bottom: 1px solid rgba(44, 45, 49, 0.1);
}

.active-sticky-product-bar .header-main-wrapper{
    height: 85px;
    transition: height 0.15s ease-out;
}
.active-sticky-product-bar #logo{
    bottom: 10px;
}
.active-sticky-product-bar #logo img{
    width: 170px;
}

.add-to-cart-action-sticky{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    float: right;
    border-left: 1px solid #E6E6E8;
    padding-left: 1rem !important;
    text-align: right;

}
.button-add-to-cart-sticky  button:hover,
.button-add-to-cart-sticky  button:focus,
.button-add-to-cart-sticky  button:active,
.button-add-to-cart-sticky:active:hover,
.button-add-to-cart-sticky:active:focus{
    background: transparent !important;
}
.button-add-to-cart-sticky  button{

    text-align: center;

    vertical-align: top;
    border: none;
    font-size: 0px;
    background: transparent;
    margin: 0px 0px 0px 1rem;
    padding: 0px;
    display: flex;
    font-weight: 300;
    justify-content: center;
    line-height: unset;
    align-items: center;
}
.button-add-to-cart-sticky  button i{
    padding:0px;
    margin:0 !important;
    font-size: 15px;


}

.button-add-to-cart-sticky  button:before{
    content: '\e932';
    font-size: 32px;
    color: #fff;
    font-family: icomoon;
}

.add-to-cart-action-sticky{
    width: 324px;
    background: #35b7bd;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
}

.add-to-cart-action-sticky .price{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.add-to-cart-action-sticky .price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.add-to-cart-action-sticky .price .regular-price{
    text-decoration: line-through;
    background: #f3fffe;
    /* padding: 8px; */
    color: #000;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px;
}

@media (max-width: 1240px) {
    .active-sticky-product-bar .productsticky > .container{
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .active-sticky-product-bar  .productsticky{
        display: none;
    }
}
