/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.header-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #777;
}

.product-variants .input-color:checked+span,
.product-variants .input-color:hover+span,
.product-variants .input-radio:checked+span,
.product-variants .input-radio:hover+span {
    border: 0px;
    line-height: calc(2em - 4px);
    background: #67a675;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0px 6px;
}

#desktop_logo img.logo {
    max-height: 110px;
}

.product-variants .input-color+span,
.product-variants .input-color:hover+span,
.product-variants .input-radio+span,
.product-variants .input-radio:hover+span {
    border: 0px;
    line-height: calc(2em - 4px);
    background: #ddd;
    color: #777;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 0px 5px;
}


button.sendcloud-spp__pick-button {
    background: #67a675;
    color: #fff;
    width: 100%;
}


.delivery-options .row.delivery-option {
    line-height: 14px;
    font-size: 12px;
}

#thecheckout-confirm #confirm_order {
    min-width: 220px;
}

.row.carrier-extra-content {
    margin-left: 30px !important;
}

.row.carrier-extra-content .sendcloud-spp__selection-details {
    margin-top: 5px;
    margin-left: 0rem !important;
    background: #eee;
    padding: 5px;
}

body.compact-cart #tc-container .product-line-image img {
    max-width: 75px;
}

#credit_table {
    margin: 0px !important;
}

#amazzing_filter {
    background: #eee;
    border: 1px solid #cdcdcd;
}

.product_header_container {
    padding-bottom: 0;
}

#product .btn-primary {
    background: #67a675;
    color: #fff;
}

#product .btn-primary:hover {
    background: #333;
}

.product-sidebar {
    padding-left: 0px;
}

#wrapper .breadcrumb {
    margin-bottom: 0px;
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
    max-height: 35px;
}

.products-grid .product-miniature-default .product-available {
    display: block;
}


.block-iqithtmlandbanners-html ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.block-iqithtmlandbanners-html ul li {
    padding: 5px 0;
    letter-spacing: 0px;
}

.block-iqithtmlandbanners-html ul .fa {
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #008000;
    padding-left: 0px;
    padding-right: 4px;
    line-height: 22px;
}

.block-iqithtmlandbanners-html ul li strong {
    padding-left: 4px;
}

#product .product-variants {
    background-color: #eaeaea;
    margin-bottom: 0;
    padding: 5px 15px;
}

#product .product-add-to-cart.pt-3 {
    background-color: #F7F7F7;
    padding: 15px;
    padding-bottom: 5px;
}

#product .product-variants .form-control-label {
    padding-right: .7rem;
    display: inline-block;
}

#product .stock_box {
    border-top: 1px solid #dddddd;
    border-top-color: rgb(221, 221, 221);
    background-color: #F7F7F7;
    padding: 5px 15px;
    margin-bottom: 10px;
}

#product .product-add-to-cart .btn-secondary,
#product .product-add-to-cart .btn-secondary.disabled,
#product .product-add-to-cart .btn-secondary:disabled {
    background: #e8e8e8;
}

#product .stock_box .fa {
    font-size: 28px;
    color: #008000;
    line-height: 40px;
}

#product .product-quantity>.col {
    margin-bottom: 0rem;
}

/*
.box-info-product-text-points {
    background-color: #E7EFF0;
    padding: 15px;
    margin-bottom: 10px;
}

.box-info-product-text-points span {
    display: inline-block;
    color: #030;
    width: 100%;
    padding: 2px 0;
}
.box-info-product-text-points span i {
    display: inline-block;
    color: #008000;
    font-size: 16px;
    padding: 2px 5px 2px 0;
}
*/

.box-info-product-text-points li i {
    display: inline-block;
    color: #008000;
    font-size: 16px;
    padding: 2px 5px 2px 0;
}


#product .social-sharing {
    margin-top: 10px;
}


#product .social-sharing li:first-child {
    padding: 0 0rem;
}

#product .box-info-product-text {
    background-color: #E7EFF0;
    padding: 15px;
    margin-bottom: 10px;
}

#product .current-price {
    display: inline-block;
    font-size: 24px;
    line-height: 44px;
    color: #333 !important;
    margin-right: 5px;

}

.availability-list {
    font-size: 0.78571rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1.1em;
    color: white;
    position: absolute;
    left: 0;
    top: 23px;
    display: table !important;
    padding: .3125rem .4375rem;
    z-index: 2;
}

.thumbnail-container {
    position: relative
}


.product_header_container .current-price {
    display: none !important;
}



.delivery_info_banner {
    width: 100%;
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 10px 0px 10px;
    margin-bottom: 15px
}

.delivery_info_banner p {
    line-height: 22px;
    font-size: 18px;
}

.delivery_info_banner .fa {
    font-size: 20px;
    line-height: 22px;
    top: 2px;
    position: relative;
}


.product-add-to-cart .current-price-split {
    line-height: 34px
}

.product-add-to-cart .current-price-split img {
    vertical-align: unset;
}


@media (max-width: 479px) {
    .product-add-to-cart .three-times-price-mobile {
        display: inline-block;
    }

    .product-add-to-cart .three-times-price-desktop {
        display: none;
    }

}

@media (min-width: 480px) and (max-width: 9999px) {

    .product-add-to-cart .three-times-price-mobile {
        display: none;
    }

    .product-add-to-cart .three-times-price-desktop {
        display: inline-block;
    }

}

#product .product-reference label.label {
    margin: 0 !important;
    padding: 0 !important;
}


#product .current-price {
    line-height: 29px;
}

div#thecheckout-psgdpr {
    display: block !important;
}


.ets_abancart_container {
    min-width: 800px !important;
    max-width: 100% !important;
    min-height: 800px !important;
    max-height: 100% !important;
}


.horizontal-layout .special .name {
    margin-left: 20px;
}

.product_header_container #product-availability,
.product_p_price_container #product-availability {

    text-wrap: wrap;

}

.product-actions .product-prices klarna-placement {
    display: none;
}

div#thecheckout-cart-summary {
    display: block !important;
}

div#thecheckout-cart-summary .cart-detailed-totals .card-block,
div#thecheckout-cart-summary .card.cart-container {
    display: none;
}

div#thecheckout-cart-summary .card-block.block-promo {
    display: block;
}

.product_header_container .tax-shipping-delivery-label {
    display: none;
}

#cart_page-viewedproducts .bootstrap-touchspin-up,
#cart_page-viewedproducts .bootstrap-touchspin-down {
    display: none;
}

.crosssell_product_list_wrapper.layout-slide article.product-miniature.slick-slide {
    padding: 15px;
}

@media screen and (max-width:991px) {

    /* Second layer - Grey (First submenu items) */
    .mobile-menu__submenu>li.mobile-menu__tab {
        background-color: #d0d0d0;
    }

    /* Third layer - Dark Grey (Second level submenu items) */
    .mobile-menu__submenu .mobile-menu__submenu>li.mobile-menu__tab {
        background-color: #a0a0a0;
        color: #ffffff;
    }

    /* Ensure text color contrast on dark background */
    .mobile-menu__submenu .mobile-menu__submenu>li.mobile-menu__tab a {
        color: #ffffff;
    }

}

#promobar2 {
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px){
    #promobar2{
      background-size: contain;
      height: 52px!important;
    }
}