* {
    font-family: 'Montserrat', sans-serif;
}

.flex-container {
    display: flex;
}

.checkout-attributes-custom dt#checkout_attribute_label_1 {
    display: none;
}

.checkout-attributes-custom ul.option-list {
    display: none;
}

.checkout-attributes:not(.section) {
    min-width: 200px !important;
    padding: 0 20px 0 0 !important;
}

.checkout-attributes textarea {
    min-width: 314px;
}


.shipping-notes textarea {
    width: 100%;
}

.shipping-notes {
    margin: 0 0 15px;
}

.payment-method-page .method-name {
    display: flex;
    gap: 15px;
}

.payment-method-page .payment-logo {
    width: 53px;
    min-width: 53px;
}

.customer-data-item .ui-datepicker-trigger {
    width: 40px;
    height: 40px;
    background-color: #eda187;
    border: 0;
    margin: 0 0 0 16px;
    color: #fff;
}

.customer-data-item label {
    margin: 0 5px 0 0;
    display: inline-block;
}

.customer-data-item input {
    background-color: #eda187;
    color: #384c6b;
    border: 0;
    padding: 12px 10px;
    color: #fff;
}

    .customer-data-item input[type=text] {
        padding: 14px;
        background-color: #fff;
        border: 2px solid #dfe2e6;
        color: #555;
    }

.customer-data-container {
    margin: 0 0 30px;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customer-data-item.type-customer-date-item {
    margin: 0 0 20px;
}

.customer-data-item.type-customer-data-item-search {
    margin: 0 0 30px;
}

.sale-of-the-day-offer button.owl-next {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.SaleOfTheDay/Themes/Element/Content/images/next.png) right center no-repeat !important;
    display: block !important;
    position: absolute;
    top: calc(50% + 52px) !important;
    width: 70px !important;
    height: 24px !important;
    margin: -12px 0 0 !important;
    border: none;
    font-size: 0;
    color: #333;
    cursor: pointer !important;
    transition: all .2s ease;
}

.air-theme .header-logo img {
    background: 0 !important;
}


.sale-of-the-day-offer button.owl-prev {
    display: block !important;
    position: absolute !important;
    top: calc(50% + 52px) !important;
    width: 70px !important;
    height: 24px !important;
    margin: -12px 0 0 !important;
    border: none !important;
    font-size: 0 !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: all .2s ease !important;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.SaleOfTheDay/Themes/Element/Content/images/prev.png) left center no-repeat !important;
}

@media(max-width:1024px) {
    .block.block-account-navigation {
        margin-bottom: 50px !important;
    }
}

@media(max-width:860px) {
    .customer-data-container {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:550px) {
    .customer-data-item label {
        margin: 0 5px 0 0;
    }
}

@media(max-width:370px) {
    .customer-data-item label {
        display: block;
    }
}

.search-page .basic-search .inputs.reversed {
    display: none;
}

div#advanced-search-block {
    display: none !important;
}


.master-column-wrapper {
    & .home-page

{
    & .page-title

{
    background: none;
    position: relative;
    height: unset;
}

}

& .owl-carousel {
    padding-inline: 40px;
    & .owl-nav

{
    & span

{
    font-size: 0;
    background-color: transparent;
}

& .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/Icons/olw-prev.png);
}

& .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/Icons/owl-next.png);
}

}
}
}

.home-page-product-grid, .product-details-page {
    & .item-box

{
    width: 100%;
}

}

.mark-as-new, .mark-as-hot, .mark-as-offer {
    margin-block: 40px;
}

.page.home-page {
    & .home-page-product-grid

{
    & .view-all-products

{
    & span

{
    display: none;
}

& a {
    width: 100%;
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
    border: 1px solid #555;
    padding: 10px 20px;
    transition: all 0.3s ease;
    &:hover

{
    background: #555;
    color: #fff;
}

}
}
}

& .spc-wrapper, & .sale-of-the-day-offer {
    margin-bottom: 0 !important;
}

}

.home-page-product-grid {
    & .page-title

{
    margin-bottom: 30px;
    & strong

{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
    color: #333;
    text-transform:uppercase;
    &::before

{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 4px;
    max-width: 80px;
    background-color: #4c6494;
}

}
}
}

.homepage-manufacturers-wrapper {
    padding-block: 40px;
    & .homepage-manufacturers-container

{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    width: 97%;
    & .homepage-manufacturers-title

{
    & h2

{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
    color: #333;
    &::before

{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 4px;
    max-width: 80px;
    background-color: #eda187;
}

}
}

& .homepage-manufacturers-all {
    margin-top: 30px;
    & a

{
    width: 100%;
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 150px;
    border: 1px solid #555;
    padding: 10px 20px;
    transition: all 0.3s ease;
    &:hover

{
    background: #555;
    color: #fff;
}

}
}
}
}

.product-item {
    position: relative;
    & .details

{
    & h2.product-title

{
    text-align: center;
    & a

{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

}

& .sku {
    text-align: center;
    min-height: 38px;
    display: block !important;
    align-content: center;
    margin-bottom: 15px;
}

& .add-info {
    & .prices

{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

}
}

& .product-ribbon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 10px;
    z-index: 1;
    & .ribbon

{
    background-color: #333;
    padding: 5px 10px;
    color: #fff;
    & span

{
    font-size: 13px;
}

&.ribbon-hot-deal {
    background-color: #4c6494;
    color: #fff;
}

&.ribbon-new {
    background-color: #9baecb;
    color: #fff;
}

}
}
}

.product-details-page {
    & .product-tabs-wrapper

{
    & .product-specs-box

{
    & .title

{
    display: none;
}

}

& .empty-tab {
    display: none;
}

}

& .product-essential {
    & .gallery

{
    position: relative;
}

& .overview {
    & .color-attributes-wrapper

{
    & .flex-color-attributes

{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

}
}
}

& .product-collateral {
    & .product-variant-line

{
    position: relative;
}

}

& .product-grid {
    margin-block: 40px;
}

}

.availability-container-wrapper {
    margin-bottom: 15px;
    min-height: 20px;
    & span

{
    font-size: 14px;
    color: #333;
}

& .availability-container {
    &.availability-10

{
    & span

{
    color: green;
}

}

&.availability-11 {
    & span

{
    color: red;
}

}

&.availability-12 {
    & span

{
    color: orange;
}

}

&.availability-13 {
    & span

{
    color: green;
}

}

&.availability-14 {
    & span

{
    color: orange;
}

}
}
}

.product-ribbon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 10px;
    z-index: 1;
    & .ribbon

{
    background-color: #333;
    padding: 5px 10px;
    color: #fff;
    & span

{
    font-size: 13px;
}

&.ribbon-hot-deal {
    background-color: #eda187;
    color: #333;
}

&.ribbon-new {
    background-color: #9baecb;
    color: #fff;
}

}
}

@media screen and (max-width: 1025px) {
    .product-details-page {
        & .product-collateral

{
    & .product-variant-line

{
    padding-top: 45px;
}

}
}
}
