:root {
    --swiper-theme-color: #4b4b4b !important;
}

@media (min-width: 1400px) {
    .container.container__product {
        width: 1370px;
    }
}

.product-container {}
    .product-container h1 {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 1.1;
        font-weight: bold;
    }
    .product-container h2 {
        font-size: 24px;
        line-height: 1.1;
    }
    .product-container .productpageprice {
        margin-top: 24px;
    }
    .product-container .productpageprice #price {
        font-size: 32px;
        line-height: 1.1;
        font-weight: bold;
        color: #292929;
        font-family: 'Roboto Condensed','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .product-container .productpageprice #was {
        color: #EC5624;
        font-size: 16px;
        padding-left: 5px;
    }
    .product-container #add_to_cart {
        margin-top: 24px;
    }
    .product-container #on_sale_date_div {
        display: inline-block;
        border: 2px solid #EC5624;
        color: #EC5624;
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 15px;
        margin-top: 24px;
    }
    .product-container .product-description {
        line-height: 20px;
        text-align: justify;
        overflow: hidden;
        margin-top: 24px;
    }
    .product-container .product-description h1 {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }
    .product-container .product-description h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .product-container .product-description h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .product-container .product-description ul {
        margin-left: 20px;
    }
    .product-container .product-description ul li {
        list-style-type: disc;
    }
    .product-container .product-description ol {
        margin-left: 20px;
    }
    .product-container .product-description ol li {
        list-style-type: decimal;
    }
    .product-container img {
        transition: all .4s;
    }
    .product-container .p-img:hover, .product-container .pdfshadow:hover img, .product-container .details-box a:hover img {
        opacity: .5;
    }
    .product-container #product-videos .product-video {
        cursor: pointer;
        margin-bottom: 20px;
    }
    .product-container #product-videos .product-video img {
        display: block;
        width: 100%;
        height: auto;
    }

.product-is-sale {
    background: #EC5624;
    z-index:10;
    position: absolute;
    top: 0;
    left: 15px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    pointer-events: none;
    font-size: 18px;
}
.product-is-discount-percent {
    background: #EC5624;
    z-index:10;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    pointer-events: none;
    font-size: 24px;
}
@media (max-width: 767px) {
    .product-image {
        margin-top: 24px;
    }
}
.product-image-primary {
    aspect-ratio: 925 / 713;
}
    .product-image-primary > .slider > .product-lightbox:not(:first-child) {
        display: none;
    }
    .product-image-primary > .slider > .product-lightbox:first-child {
        padding: 0 20px;
    }

.product-image-nav {
    margin: 10px 0;
}

@media (min-width: 768px) {
    .product-image-nav .swiper-wrapper {
        flex-wrap: wrap;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .product-image-nav .swiper-slide {
        cursor: pointer;
        margin-bottom: 10px !important;
        width: calc(16.66666% - 10px) !important;
    }
    .product-image-nav :not(.swiper-initialized) .swiper-slide {
        /* 8.33333 leaves the 10px margin on the right outside the visible block for 6 items */
        width: calc(16.66666% - 8.33333px);
    }
    .product-image-nav .swiper-button-next,
    .product-image-nav .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-image-nav :not(.swiper-initialized) .swiper-slide {
        /* 7.5 leaves the 10px margin on the right outside the visible block for 4 items */
        width: calc(25% - 7.5px);
    }
}
    .product-image-nav .swiper-slide {
        margin-right: 10px !important;
    }
    .product-image-nav .swiper-slide img {
        border: 1px solid transparent;
    }
    .product-image-nav .swiper-slide.swiper-slide-thumb-active img {
        border: 1px dashed #ccc
    }

.product-variant-select {
    font-size: 16px;
    position: relative;
}
    .product-variant-select select {
        border-radius: 0;
        border: 2px solid #292929 !important;
        padding: 10px 15px;
        min-height: 50px;
    }
    .product-variant-select .arrow {
        background: #fff;
        bottom: 5px;
        position: absolute;
        right: 5px;
        top: 9px;
        width: 50px;
        pointer-events: none;
    }
    .product-variant-select .arrow:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -5px;
        pointer-events: none;
        border-top: 9px solid #292929;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }

    .product-variant-select .arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 27px;
        margin-top: -5px;
        pointer-events: none;
        border-top: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

.product-atc {
    display: flex;
    margin-top: 24px;
}
    .product-atc .product-atc-quantity {
        width: 150px;
        padding-right: 10px;
    }
        .product-atc .product-atc-quantity .input-group {
            border: 2px solid #292929;
        }
        .product-atc .product-atc-quantity .input-group .input-group-addon {
            border-radius: 0;
            background: transparent;
            border: 0;
            user-select: none;
            padding: 0;
        }
        .product-atc .product-atc-quantity .input-group .input-group-addon button {
            background: transparent;
            border: 0;
            font-size: 16px;
            font-weight: bold;
            color: #292929;
            padding: 6px 15px;
            height: 50px;
            margin: 0;
        }
        .product-atc .product-atc-quantity .input-group input.form-control {
            font-size: 16px;
            font-weight: bold;
            border-radius: 0;
            background: transparent;
            border: 0 !important;
            text-align: center;
            color: #292929;
            height: 50px;
            padding: 6px 6px;
        }
        .product-atc .product-atc-quantity .input-group .input-group-addon.product-quantity-minus {
            cursor: pointer;
        }
        .product-atc .product-atc-quantity .input-group .input-group-addon.product-quantity-plus {
            cursor: pointer;
        }
    .product-atc .product-atc-button {
        flex-grow: 1;
    }
        .product-atc .product-atc-button .btn {
            font-size: 20px;
            margin: 0;
            width: 100%;
            text-transform: initial;
            font-weight: normal;
            letter-spacing: 0;
            border-radius: 0 !important;
            height: 54px;
        }
.product-atc-error {
    color: #cb3908;
    margin-top: 10px;
    border: 2px solid #cb3908;
    border-radius: 5px;
    padding: 10px;
}
    .product-atc-error::before {
        content: 'Error: ';
        display: inline-block;
        font-weight: bold;
        padding-right: 3px;
    }

.product-pdf-brochures {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
    .product-pdf-brochures .product-pdf-brochure {
        width: 33.33%;
        padding: 5px;
    }
    .product-pdf-brochures .product-pdf-brochure > a {
        display: block;
        height: 100%;
        padding: 10px 15px;
        color: #333;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        text-align: center;
        line-height: normal;
    }
    .product-pdf-brochures .product-pdf-brochure > a > img {
        max-height: 118px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

.product-details-box {
}
    * + .product-details-box {
        margin-top: 24px;
    }
    .product-details-box .product-details-box-title {
        font-size: 16px;
        line-height: 1.1;
        font-weight: bold;
        color: #4b4b4b;
        font-family: 'Roboto Condensed','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 10px;
    }
    .product-details-box .product-details-box--pdf-brochures .product-details-box-title {
        margin-bottom: 5px;
    }

.product-contact {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px 15px;
    margin-top: 24px;
}
    .product-contact > .product-contact-col {
        width: 50%;
        text-align: center;
        font-size: 14px;
        color: #767676;
    }
        .product-contact > .product-contact-col a {
            color: #4b4b4b;
            text-decoration: underline;
            font-weight: normal;
            display: inline-block;
        }

.product-dandm {
    display: flex;
    align-items: center;
    border: 2px solid #f5f5f5;
    color: #4b4b4b;
    margin-top: 24px;
}
    .product-dandm img {
        padding: 1px;
    }
    .product-dandm a {
        color: #4b4b4b;
        text-decoration: underline;
        font-weight: normal;
        font-size: 14px;
    }
    .product-dandm .product-dandm-manufacturer {
        width: 27%;
    }
    .product-dandm .product-dandm-detail {
        flex-grow: 1;
        padding-right: 1%;
        padding-left: 1%;
    }
    .product-dandm .product-dandm-designer {
        width: 27%;
    }

.product__stock {
}
    .product__stock svg {
        vertical-align: middle;
    }
    .product__stock__title {
        font-size: 20px;
        line-height: 1.1;
        font-weight: bold;
        color: #4b4b4b;
        font-family: 'Roboto Condensed', 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 15px;
    }
    .product__stock__location {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 15px;
        align-items: center;
        padding: 10px 10px 10px 10px;
        border: 2px solid #f5f5f5;
    }
        .product__stock__location + .product__stock__location {
            padding-top: 10px;
            border-top: none;
        }
        .product__stock__location__icon {
            width: 24px;
            display: flex;
            order: 2;
            color: #ccc;
        }
        .product__stock__location__name {
            flex-grow: 1;
            font-size: 18px;
            color: #292929;
            order: 1;
        }
        .product__stock__location__name .product__stock__location__name__info {
            display: inline-block;
            margin-left: 5px;
            color: #767676;
            outline: 0;
        }
        .product__stock__location__name .product__stock__location__name__info:hover {
            color: #292929;
        }
        .product__stock__location__name .popover-content p {
            margin-bottom: 0;
        }
        .product__stock__location__name .popover-content p + p {
            margin-top: 10px;
        }
        .product__stock__location__name .popover-content a {
            font-weight: normal;
        }
        .product__stock__location__name .popover-content br {
            display: inline !important;
        }
        .product__stock__location__text {
            width: 100%;
            font-size: 15px;
            order: 3;
            color: #292929;
        }
    .product__stock__status {
        line-height: 1em;
    }
        .product__stock__status--in-stock { color: #309130; }
        .product__stock__status--backorder { color: #d88519; }
        .product__stock__status--not-available { color: #611919; }
        .product__stock__status .fa {
            width: 1em;
            margin-right: 10px;
            font-size: 1.75rem;
        }

.product-availability {
    margin-top: 24px;
}
    .product-availability .product-availability-notify-info {
        margin-top: 20px;
        text-align: center;
    }

.product-variant-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .product-variant-images img {
        cursor: pointer;
        border: 2px solid #fff;
        height: 100px;
        margin-top: 4px;
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .product-variant-images img {
        height: 90px;
    }
}
    .product-variant-images img:hover {
        border-color: #ccc;
    }
    .product-variant-images .product-option-highlight img {
        border-color: #000;
        opacity: 1;
    }

.g-recaptcha div.error {
    border-bottom: 1px solid orangered !important;
}

.product-btn-black {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.product-btn-black:focus,
.product-btn-black.focus {
    color: #292929;
    background-color: #fff;
    border-color: #292929;
}
.product-btn-black:hover {
    color: #292929;
    background-color: #fff;
    border-color: #292929;
}
.product-btn-black:active,
.product-btn-black.active {
    color: #292929;
    background-color: #e6e6e6;
    border-color: #292929;
}
.product-btn-black.disabled,
.product-btn-black[disabled],
fieldset[disabled] .product-btn-black,
.product-btn-black.disabled:hover,
.product-btn-black[disabled]:hover,
fieldset[disabled] .product-btn-black:hover,
.product-btn-black.disabled:focus,
.product-btn-black[disabled]:focus,
fieldset[disabled] .product-btn-black:focus,
.product-btn-black.disabled.focus,
.product-btn-black[disabled].focus,
fieldset[disabled] .product-btn-black.focus,
.product-btn-black.disabled:active,
.product-btn-black[disabled]:active,
fieldset[disabled] .product-btn-black:active,
.product-btn-black.disabled.active,
.product-btn-black[disabled].active,
fieldset[disabled] .product-btn-black.active {
    color: #fff;
    background-color: #292929;
    border-color: #ccc;
}

.product-btn-black-invert {
    color: #292929;
    background-color: #fff;
    border-color: #292929;
}
.product-btn-black-invert:focus,
.product-btn-black-invert.focus {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.product-btn-black-invert:hover {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}
.product-btn-black-invert:active,
.product-btn-black-invert.active {
    color: #e6e6e6;
    background-color: #292929;
    border-color: #292929;
}
.product-btn-black-invert.disabled,
.product-btn-black-invert[disabled],
fieldset[disabled] .product-btn-black-invert,
.product-btn-black-invert.disabled:hover,
.product-btn-black-invert[disabled]:hover,
fieldset[disabled] .product-btn-black-invert:hover,
.product-btn-black-invert.disabled:focus,
.product-btn-black-invert[disabled]:focus,
fieldset[disabled] .product-btn-black-invert:focus,
.product-btn-black-invert.disabled.focus,
.product-btn-black-invert[disabled].focus,
fieldset[disabled] .product-btn-black-invert.focus,
.product-btn-black-invert.disabled:active,
.product-btn-black-invert[disabled]:active,
fieldset[disabled] .product-btn-black-invert:active,
.product-btn-black-invert.disabled.active,
.product-btn-black-invert[disabled].active,
fieldset[disabled] .product-btn-black-invert.active {
    background-color: #fff;
    border-color: #ccc;
}

#atb-modal {
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate3d(0, -10px, 0);
    border-radius: 15px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
#atb-modal .atb-modal__heading {
    background: #fff;
}
#atb-modal .atb-modal__heading .atb-modal__close {
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}
#atb-modal .atb-modal__body {
    background: #fff;
}
#atb-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -15;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    #atb-modal {
        position: fixed;
        top: 15px;
        right: 15px;
        width: 430px;
    }
    #atb-modal-overlay {
        position: fixed;
    }
}
@media (max-width: 991px) {
    #atb-modal {
        position: fixed;
        top: 15px;
        right: 15px;
        left: 15px;
    }
    #atb-modal-overlay {
        position: fixed;
    }
}
#atb-modal.atb-modal--open {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
}
#atb-modal.atb-modal--open + #atb-modal-overlay {
    z-index: 200;
    opacity: 1;
    visibility: visible;
}
#atb-modal .atb-modal__heading {
    padding: 15px 15px 0 15px;
}
#atb-modal .atb-modal__body {
    padding: 15px;
}
#atb-modal .atb-modal__contents .btn {
    margin-bottom: 0;
}
#atb-modal .atb-modal__contents .atb-modal__contents__overview li {
    display: flex;
}
#atb-modal .atb-modal__contents .atb-modal__contents__overview li + li {
    margin-top: 15px;
}
#atb-modal .atb-modal__contents .atb-modal__contents__overview .atb-modal__contents__overview__image {
    width: 25%;
}
#atb-modal .atb-modal__contents .atb-modal__contents__overview .atb-modal__contents__overview__description {
    width: 75%;
    padding: 0 15px;
}
#atb-modal .atb-modal__contents .atb-modal__contents__controls {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
