.ht-hidden-vars{
    display: none !important;
}
#product .sticky-wrapper {
    background-color: #ffffff;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    display: block;
}
#product .sticky-wrapper.remove {
    display: none;
}
#product .sticky-wrapper.top {
    top: 0;
    border-bottom: 1px solid #e1e1e1;
}
#product .sticky-wrapper.bottom {
    bottom: 0;
    border-top: 1px solid #e1e1e1;
}

#product .sticky-wrapper .product-info-content {
    float: left;
}
#product .sticky-wrapper .actions {
    float: right;
    margin-left: 15px;
    vertical-align: middle;
}
#product .sticky-wrapper .actions .stickycart-btn {
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 10px;
    margin-top: 16px;
    max-width: 175px;
    min-width: 125px;
    white-space: normal;
}
#product .sticky-wrapper .product-sticky-img {
    max-width: 100px;
}
#product .sticky-wrapper .product-sticky-img, #product .sticky-wrapper .product-sticky-info {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
#product .sticky-wrapper .product-sticky-img img {
    position: relative;
    border: 1px solid #e1e1e1;
    display: block;
    max-width: 100%;
}
#product .sticky-wrapper .product-sticky-info {
    max-width: 400px;
}
#product .sticky-wrapper .product-sticky-img, #product .sticky-wrapper .product-sticky-info {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
#product .sticky-wrapper .product-sticky-info .product-name-block h2 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 22px;
}
#product .sticky-wrapper .product-info-price {
    display: inline-block;
    vertical-align: middle;
}
#product .sticky-wrapper .product-info-price .regular-price {
    display: inline-block;
    vertical-align: middle;
}
#product .sticky-wrapper .product-info-price .regular-price .price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333333;
    display: block;
}
#product .sticky-wrapper .product-info-price .special-price {
    display: inline-block;
    vertical-align: middle;
}
#product .sticky-wrapper .product-info-price .special-price .price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333333;
    display: block;
}
#product .sticky-wrapper .product-info-price .old-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#product .sticky-wrapper .product-info-price .old-price .price {
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    color: #333333;
    position: relative;
}
#product .sticky-wrapper .product-info-price .old-price .price::after {
    content: "";
    display: block;
    height: 1px;
    background: #333333;
    left: 0;
    top: 50%;
    position: absolute;
    width: 100%;
}
#product .sticky-wrapper .product-sticky-timer-wrapper {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    min-width: 175px;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-text {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-wrapper-outer {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 0;
    text-align: center;
    clear: both;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-wrapper-outer .sticky-timer {
    padding: 0;
    display: block;
    font-size: 0;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-wrapper-outer .sticky-timer .timer-wrapper {
    display: inline-block;
    width: 25%;
    padding: 0 5px 0 0;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-wrapper-outer .sticky-timer .timer-wrapper .time {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    background: #333333;
    border-radius: 5px;
}
#product .sticky-wrapper .product-sticky-timer-wrapper .sticky-timer-wrapper-outer .sticky-timer .timer-wrapper .text {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}
#product .sticky-wrapper .sticky-static-content {
    float: left;
    margin-left: 15px;
    max-width: 300px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 991px) {
    #product .sticky-wrapper .product-sticky-img {
        margin-right: 10px;
        max-width: 75px;
    }
    #product .sticky-wrapper .product-sticky-info {
        max-width: 240px;
        margin-right: 10px;
    }
    #product .sticky-wrapper .product-sticky-info .product-name-block h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 4px;
    }
    #product .sticky-wrapper .actions {
        margin-left: 10px;
    }
    #product .sticky-wrapper .actions .stickycart-btn {
        max-width: 160px;
        min-width: auto;
    }
    #product .sticky-wrapper .product-sticky-timer-wrapper {
        margin-right: 0;
    }
    #product .sticky-wrapper .sticky-static-content {
        margin-left: 10px;
        max-width: 240px;
    }
}
@media (max-width: 767px) {
    #product .sticky-wrapper {
        padding: 10px 0;
    }
    #product .sticky-wrapper > .container {
        max-width: 100%;
        margin: 0 auto;
    }
    #product .sticky-wrapper .product-sticky-img,
    #product .sticky-wrapper .product-sticky-info {
        margin-right: 8px;
    }
    #product .sticky-wrapper .product-sticky-info {
        max-width: 329px;
    }
    #product .sticky-wrapper .product-sticky-img {
        max-width: 50px;
    }
    #product .sticky-wrapper .product-info-content {
        float: left;
        width: 390px;
    }
    #product .sticky-wrapper .product-info-content .product-name-block h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 2px;
    }
    #product .sticky-wrapper .product-info-price .regular-price .price {
        font-size: 14px;
        line-height: 20px;
    }
    #product .sticky-wrapper .product-info-price .special-price .price {
        font-size: 14px;
        line-height: 24px;
    }
    #product .sticky-wrapper .product-info-price .old-price .price {
        font-size: 13px;
        line-height: 22px;
    }
    #product .sticky-wrapper .actions {
        float: right;
        margin-left: 5px;
    }
    #product .sticky-wrapper .actions .stickycart-btn {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 12px;
        margin-top: 7px;
        max-width: 175px;
    }
    #product .sticky-wrapper .product-sticky-timer-wrapper {
        display: none;
    }
    #product .sticky-wrapper .sticky-static-content {
        display: none;
    }
}
@media (max-width: 639px) {
    #product .sticky-wrapper .product-sticky-info {
        max-width: 220px;
    }
    #product .sticky-wrapper .product-info-content {
        width: 300px;
    }
    #product .sticky-wrapper .actions .stickycart-btn {
        max-width: 135px;
    }
}
@media (max-width: 479px) {
    #product .sticky-wrapper .product-sticky-img {
        max-width: 40px;
        margin-right: 5px;
    }
    #product .sticky-wrapper .product-sticky-info {
        max-width: 122px;
    }
    #product .sticky-wrapper .product-info-content {
        width: 180px;
    }
    #product .sticky-wrapper .product-info-content .product-name-block h2 {
        font-size: 13px;
        line-height: 16px;
    }
    #product .sticky-wrapper .actions .stickycart-btn {
        max-width: 100px;
        margin-top: 3px;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 9px;
    }
}
