.display-top-inner:has(.hotshot-promotion-container) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}

/* .display-top-inner:has(#hotshotcontainer) #hotshotcontainer {
    flex: 0 0 calc(30% - 10px);
}
.display-top-inner:has(#hotshotcontainer) .flexslider {
    flex: 0 0 calc(70% - 10px);
    margin: 0;
} */

.display-top-inner .flexslider .slides img {
    object-fit: cover;
}

.hotshot-promotion-container {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hotshot-promotion-container #hotshotcontainer {
    flex: 0 0 calc(35% - 10px);
}

.hotshot-promotion-container #hotshotslider {
    flex: 0 0 calc(65% - 10px);
    margin: 0;
}

.hotshot-promotion-container .customNavigation {
    top: unset;
    bottom: 125px;
}

#hotshotcontainer .product-price-and-shipping {
    display: flex;
    align-items: flex-end!important;
    width: 100% !important;
}
#hotshotcontainer > .product-miniature.hotshot {
    border: 2px solid #000000;
    padding: 15px;
    border-radius: 5px;
    height: 100%;
}
#hotshotcontainer > .product-miniature.hotshot .image img {
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

#hotshotslider .hotshot-item .product-description {
    height: 100%;
}

#hotshotcontainer .product-miniature.hotshot .product-description {
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
}
#hotshotcontainer .add-to-cart {
    width: max-content !important;
    border-radius: 5px;
    padding: 3px 8px 3px 8px !important;
}

#hotshotcontainer .product-title a {
    font-size: 13px;
    padding-top: 2px;
    display: block;
    text-align: left;
    color: black;
    font-weight: 500;
    line-height: 1.3em;
}
#hotshotcontainer .product-actions .add-to-cart {
    width: 100%;
}

#hotshotcontainer .add-to-cart-input-group--hotshot .qty-cont .qty {
    padding-right: 0;
    width: auto !important;
}

#hotshotslider .products .product_list li .btn.add-to-cart {
    padding: 5px 8px 5px 8px !important;
    margin-right: 0;
    /* margin-left: 26px; */
    width: max-content !important;
}
#hotshotcontainer .qty-cont {
    padding: 10px 0px;
    padding-bottom: 5px;
    width: 100%;
}
#hotshotcontainer .hotshot-title,
.hotshotslider-title {
    font-size: 25px !important;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 20px;
    color: black;
    text-align: left;
    font-size: 16px;
}
#hotshotcontainer .hotshot-title {
    padding-top: 0;
    padding-left: 5px;
}
.hotshotslider-title {
    font-size: 20px !important;
    text-align: left;
    padding-left: 5px;
}
#hotshotcontainer .qty-cont .values {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#hotshotcontainer .product-miniature {
    position: relative;
}
#hotshotcontainer .product-miniature .save-cont {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #47a03e;
    font-weight: 600;
    color: white;
    padding: 3px 10px;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0;
    z-index: 1;
}
#hotshotcontainer .product-miniature .save-cont span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

#hotshotcontainer .product-miniature .save-cont .discount-product {
    margin-left: 5px;
}

#hotshotcontainer span.price {
    font-weight: bold;
    color: black;
    display: flex;
    flex-direction: column-reverse;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}
#hotshotcontainer .product-miniature.hotshot span.regular-price {
    display: inline-block;
    color: #777777;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 20px;
}
#hotshotcontainer .qty-cont .values span {
    display: flex;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}
#hotshotcontainer .qty-cont .values .qty {
    font-size: 13px;
    padding-left: 5px;
    color: black;
    font-weight: 600;
}

#hotshotcontainer .qty-cont .line {
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 14px;
    background: #e3e3e3;
}
#hotshotcontainer .qty-cont .line .sold {
    border-radius: 5px;
    height: 14px;
    background: linear-gradient(90deg, #45599e 0%, #9bb2ff 100%);
    display: block;
}

#hotshotcontainer .promo-counter {
    display: flex;
    flex-direction: row;
    column-gap: 2px;
    justify-content: center;
}
#hotshotcontainer .promo-counter span {
    background: #eaeaea;
    display: flex;
    flex: auto;
    justify-content: center;
    padding: 5px;
    font-size: 16px;
    align-items: center;
}

#hotshot-counter {
    display: flex;
    flex-direction: row;
    column-gap: 0px;
}

#hotshot-counter small {
    font-weight: 600!important;
}

#hotshotcontainer .promo-counter #hotshot-counter span {
    font-size: 22px;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    background: transparent;
    letter-spacing: 0;
}

#hotshot-counter span small {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    padding-left: 3px;
}

#hotshotcontainer .promo-counter #hotshot-counter > span {
    position: relative;
    padding: 10px 20px;
    padding-bottom: 5px;
}

#hotshotcontainer .promo-counter #hotshot-counter > span:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 1px;
    background: #eaeaea;
    content: "";
}
#hotshotcontainer .sk-avatar {
    position: relative;
}
.hotshot-promotion-container .only-price-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
#hotshotcontainer .sku-value {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
    line-height: 22px;
}
#hotshotcontainer .promo-counter #hotshot-counter > span:last-of-type:after {
    display: none;
}

#hotshot-carousel .item {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#hotshotcontainer .product-price-and-shipping .qty {
    width: 35px !important;
    margin-left: auto;
    font-weight: 600;
}

#hotshotcontainer .product-price-and-shipping .qty input.count {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

#hotshotcontainer .product-price-and-shipping .qty .minus {
    font-size: 1rem !important;
    line-height: 0.95em !important;
    font-weight: 500 !important;
}

#index #hotshotcontainer .product-price-and-shipping .qty .plus {
    font-size: 1rem;
    line-height: 0.95em;
    font-weight: 500;
}

#hotshotcontainer .thumbnail-container {
    padding-bottom: 30px;
}

.hotshot-item .add-to-cart {
    width: max-content !important;
    border-radius: 5px !important;
    padding: 3px 12px 5px 12px !important;
    margin-top: 0 !important;
}

.hotshot-item .add-to-cart:hover {
    background: black !important;
    transition: all 0.2s ease-out;
}

.hotshot-item .product-price-and-shipping {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
    column-gap: 10px;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

.hotshot-item .product-actions {
    margin-left: auto !important;
}

.products .hotshot-item .add-to-cart-input-group {
    height: auto !important;
}

.hotshot-item .product-title a {
    font-size: 13px;
    display: block;
}

.hotshot-item span.price {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.hotshot-item .regular-price {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-right: 0;
    text-align: left;
}

.hotshot-item .thumbnail-container {
    position: relative;
    padding-bottom: 20px;
}
.hotshot-item .sku-value {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 10px;
    color: black;
    line-height: 12px;
}

.hotshot-item .product-description {
    padding-top: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.hotshot-item .functional-buttons ._desktop_wishlist_icon,
.hotshot-item .functional-buttons .quick-view {
    border-radius: 5px !important;
    border: 1px solid #45599e;
    background-color: white !important;
    color: black;
}

.hotshot-item .functional-buttons .nxtal-wishlist-icon {
    border-radius: 5px;
    background: white;
}

.hotshot-item .functional-buttons .nxtal-wishlist-icon i {
    font-size: 18px;
    color: black;
}

.hotshot-item .functional-buttons ._desktop_wishlist_icon {
    border: none !important;
    padding: 0;
}

.hotshot-item .product-price-and-shipping .qty {
    width: 35px !important;
    margin-left: auto;
    font-weight: 600;
}

.hotshot-item .product-price-and-shipping .qty input.count {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: black;
    font-weight: 400;
}

.hotshot-item .product-price-and-shipping .qty .minus {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.hotshot-item .only-price-wrapper .discount-product {
    display: none;
}

#index .hotshot-item .product-price-and-shipping .qty .plus {
    font-size: 1rem;
    line-height: 26px;
    font-weight: 500;
}

.hotshot-item .available-msg {
    margin-top: 10px;
}

.hotshot-item .available-msg .product-availability span {
    font-weight: 600;
    font-size: 11px;
    line-height: 172%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.hotshot-item .available-msg span i {
    font-size: 18px;
    font-weight: 600;
    width: 18px;
    height: 18px;
}

.hotshot-item .available {
    color: #47a03e;
}

.hotshot-item .available i {
    color: #47a03e;
}

.hotshot-item .last-items {
    color: #e79625;
}

.hotshot-item .last-items i {
    color: #e79625;
}

.hotshot-item .unavailable {
    color: #ff0000;
}

.hotshot-item .unavailable i {
    color: #ff0000;
    opacity: 1 !important;
}

.hotshot-promotion-container .plus-icon {
    display: none;
}


#hotshotcontainer .product-flag.discount {
    display: none;
}

#hotshotcontainer .product-miniature .product-title {
    border-top: none !important;
    padding-top: 4px;
}

#hotshotslider .product-miniature .product-title {
    padding-top: 4px;
    height: 42px !important;
    min-height: 42px;
}

#hotshotslider .product-miniature:hover .btn.add-to-cart {
    background-color: var(--theme_main) !important;
}

#hotshotcontainer .product-miniature:hover .btn.add-to-cart {
    background-color: var(--theme_main) !important;
}

#index #hotshotslider .add-to-cart-input-group .qty {
    width: 62px !important;
}

#index #hotshotslider .add-to-cart-input-group .qty input.count {
    padding-left: 0 !important;
    font-size: 13px !important;
    height: 30px !important;
    font-weight: 500;
}

#index #hotshotcontainer .add-to-cart-input-group div.qty {
    width: 62px !important;
}

#index #hotshotcontainer .add-to-cart-input-group div.qty input.count {
    padding-left: 0 !important;
    font-size: 13px !important;
    height: 30px !important;
    font-weight: 500;
}

.hotshot-promotion-container .omnibus-wrapper{
    width: 100%;
}

.hotshot-promotion-container .omnibus-wrapper .gm_omniprice {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding-left: 0;
    padding-right: 0;
    color: #777777;
    margin-top: 0;
    margin-bottom: 9px;
}

#hotshotcontainer .omnibus-wrapper .gm_omniprice{
    margin-top: 0;
}

#hotshotslider .omnibus-wrapper .gm_omniprice {
    padding-bottom: 0;
}

.product-miniature .add-to-cart-input-group--hotshot {
    height: auto;
    justify-content: center;
    flex-wrap: wrap!important;
}

.product-miniature .add-to-cart-input-group--hotshot .product-price-and-shipping {
    flex-direction: row;
}

#hotshotcontainer .tebimdeliveryinfo-product{
    display: none;
}

/*SLIDER*/

#hotshotslider .omnibus-wrapper{
    display: flex;
    flex-direction: column;
    height: 86px;
    justify-content: end;
    max-height: 86px;
}

#hotshotslider .omnibus-wrapper .tebimdeliveryinfo-product{
    order: 3;
    padding-top: 3px;
}

#hotshotslider .owl-wrapper{
    display: flex !important;
}

#hotshotslider .owl-item{
    display: flex;
    max-width: fit-content;
}

#hotshotslider .hotshot-item .product-description{
    display: flex;
    flex-direction: column;
    height: 185px;
}

#hotshotslider .hotshot-item .product-description .product-price-and-shipping{
    flex-grow: 1;
    padding-right: 0 !important;
    justify-content: start !important;
}

#hotshotslider .hotshot-item-price-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 40px;
    margin-top: 7px;
}

#index .spinner,
.slick-slider,
.slick-list,
.slick-track,
.flexslider .slides li,
.flexslider .slides img {
    height: 100%;
}
#hotshotcontainer .product-miniature .add-to-cart-input-group--hotshot {
    height: auto !important;
}
@media (min-width: 1200px) {
    .hotshot-promotion-container .customNavigation {
        top: unset;
        bottom: 120px;
    }
}

@media (max-width: 991.98px) {
    .product-miniature.hotshot .add-to-cart {
        flex-grow: 0;
    }
    #hotshotcontainer .qty-cont .values .qty {
        display: inline-block !important;
    }

    .product-miniature.hotshot .product-price-and-shipping .price,
    #hotshotslider .product-price-and-shipping .price,
    #hotshotslider .product-price-and-shipping .regular-price {
        order: unset;
    }
    .product-miniature.hotshot .product-price-and-shipping .price,
    #hotshotslider .product-price-and-shipping {
        margin-top: 10px;
    }

    #hotshotcontainer .product-miniature.hotshot .product-title a {
        margin-top: 0;
    }

    #hotshotcontainer .product-miniature.hotshot span.regular-price {
        margin-left: 0;
    }

    #hotshotcontainer .add-to-cart {
        margin-left: auto;
    }

    #hotshotcontainer .product-miniature .product-price-and-shipping{
        align-items: flex-end !important;
    }

    #hotshotslider .product-miniature .product-price-and-shipping {
        align-items: flex-start !important;
    }

    #hotshotslider .product-miniature .product-price-and-shipping .regular-price {
        color: #777777;
    }

    .hotshot-promotion-container .plus-icon {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 3px;
    }

    #hotshotcontainer .plus-icon{
        top: 2px;
        transform: translate(-2px, 0px);
    }

    #hotshotslider .products .product_list li .btn.add-to-cart{
        position: relative;
        padding: 7px 8px 3px 8px !important;

    }

    #hotshotslider .products .product_list li .btn.add-to-cart img:not(.plus-icon){
        transform: translate(-1px, 0px);
    }

    #hotshotcontainer .add-to-cart {
        position: relative;
        padding: 7px 8px 3px 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #hotshotcontainer .add-to-cart img:not(.plus-icon){
        transform: translateY(1px);
    }

    body#index #hotshotslider .product-miniature .product-price-and-shipping,
    body#index #hotshotcontainer .product-miniature .product-price-and-shipping {
        flex-direction: column !important;
        padding-right: 0;
    }
    #hotshotcontainer .product-miniature .btn.add-to-cart {
        margin-right: 0;
    }

    #hotshotcontainer .product-price-and-shipping {
        width: 100% !important;
    }

    #hotshotslider .products .product_list li .outer-functional,
    #hotshotcontainer .products .product_list li .outer-functional {
        top: 10px;
    }

    #hotshotcontainer .product-flags,
    #hotshotslider .product-flags {
        top: 10px;
    }

    #hotshotcontainer .product-flags {
        left: unset;
        right: 0;
        top: 15px;
    }

    #hotshotcontainer ul.product-flags li.product-flag {
        border-radius: 5px;
    }

    .product-miniature.hotshot .product-description {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .hotshot-promotion-container {
        flex-direction: column;
        column-gap: 0;
        row-gap: 15px;
    }
    .hotshotslider-title {
        background: #45599E;
        color: white;
        letter-spacing: 0;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 29px;
        height: 29px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }
    #hotshotslider .omnibus-wrapper .tebimdeliveryinfo-product {
        padding-bottom: 5px;
    }
    #hotshotslider {
        position: relative;
    }
    #hotshotslider .customNavigation a:before {
        color: rgb(69, 89, 158);
    }
    .hotshot-promotion-container .customNavigation {
        top: 5px;
        bottom: unset;
        display: none;
    }

    #hotshotcontainer .product-miniature.hotshot .product-flags {
        margin-bottom: 5px;
    }

    #hotshotcontainer .hotshot-title {
        text-align: start;
        padding-top: 0;
        font-size: 25px !important;
        padding-bottom: 35px;
    }

    #hotshotslider .products .product_list li .btn.add-to-cart {
        margin-left: auto;
    }

    #hotshot-carousel .item {
        padding-left: 0;
        padding-right: 0;
    }

    #hotshot-carousel .item:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 10px;
    }

    #hotshot-carousel .item:nth-of-type(even) {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    #index #hotshot-carousel .item:nth-of-type(odd) {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    #index #hotshot-carousel .item:nth-of-type(even) {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .hotshot-promotion-container .only-price-wrapper {
        display: flex;
        flex-direction: column-reverse;
        column-gap: 0;
    }
    .item.hotshot-item
    .product-miniature
    .product-price-and-shipping
    .regular-price {
        margin-left: 0 !important;
    }
    #hotshotcontainer .sku-value {
        bottom: 0;
    }
}

.hotshot-popup-main {
    position: fixed;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #000;
    padding: 25px;
    z-index: 99999;
    box-shadow: #000 0 0 50px;
    top: 0;
    bottom: 0;
    height: 200px;
}
.hotshot-popup-main .hotshot-popup {}
.hotshot-popup-main .hotshot-popup .popup-error {}
.hotshot-popup-main .hotshot-popup .popup-error .header {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info {}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info p {margin: 0 0 10px;color: #000;font-weight: 600;}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions {
    display: flex;
}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions button {
    margin-left: 10px;
    border-radius: 6px;
}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions button.btn-success {
    background: #65A80A !important;
}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions button.btn-primary {
    background: #45599E !important;
}
.hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions button:first-child {margin-left: 0px}

.product-customization.js-product-customization {
    display: none !important;
    visibility: hidden !important;
}
#cart .product-line-grid .product-line-grid-body > a {
    display: none !important;
}
.add-to-cart-input-group--hotshot .product-price-and-shipping .add-to-cart-hotsale {
    border-radius: 6px;
    height: 30px;
    width: 30px;
    padding: 4px;
    margin-left: 5px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .hotshot-popup-main {
        height: auto;
        max-height: 350px;
    }
    .hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions {
        display: grid;
    }
    .hotshot-popup-main .hotshot-popup .popup-error .popup-info .btn-actions .btn {
        margin-top: 5px;
        white-space: normal;
        word-break: break-word;
        padding: 10px 15px;
        margin-left: 0 !important;
    }
    .add-to-cart-input-group--hotshot .qty {
        display: flex !important;
    }
}
#header .cart_block .cart-item .cart-info .customizations {
    display: none !important;
}
.add-to-cart-input-group--hotshot .add-to-cart.sold-out {
    margin-left: auto !important;
}
