/* header */
header.aero-header {
    position: sticky;
    top: 0;
    z-index: 2;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    font-size: 40px;
    width: 40px;
    height: 40px;
}

/* slider styling */
.read-number {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}

.mobile-read-number {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}

.number-increase:empty {
    display: none;
}

.btn-wrap-block {
    justify-content: center;
    align-items: center;

}

.d-flex {
    display: flex;
}

.add_btn {
    display: flex;
    align-items: center;
}

.add_btn span {
    padding: 0 4px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.slick-slider {
    width: 30%;
}

.MagicZoom {
    float: right;
    width: 70%;
    margin-top: 24px;
}

/* .w-full{
    overflow:visible!important;
} */
.slide-img img {
    border: 0 !important;
}

/* .slick-list {
    height: 590px !important;
} */

.custom-flex {
    float: right !important;
    width: 60%;
}

.slider-wrap {
    padding-top: 22px;
    /* max-height: 520px;
    overflow: hidden; */
}


.mz-figure img {
    max-height: 620px !important;
    height: auto !important;
}

/* .slick-list {
    height: 590px !important;
} */

.slider-wrap .slide-img img {
    max-width: 180px;
    width: 100%;
    height: 100px;
    padding-bottom: 8px;
    object-fit: contain;
}

/* variants as buttons */
.variant_buttons {
    background-color: #446c9d;
    color: #ffffff;
    padding: 12px 33px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 20px 10px 0;
    min-width: 166px;
    font-weight: 700;
}

.variant_buttons:hover,
.active {
    background-color: transparent;
    color: #446c9d;
    border-color: #446c9d;
}


.swiper--similarProductsCarousel {
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 24px;
    border-radius: 0;
    background-color: #000000;
}

.slider-wrap {
    justify-content: space-between;
}

.click-buttons {
    display: flex;
}

.click-buttons svg {
    height: 32px;
    width: 32px;
    margin-bottom: 0;
}

.prev-icon svg {
    transform: rotate(90deg);
}

/* variants as list */
.variants_list {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.variants_list td,
.variants_list th {
    border: 1px solid #ddd;
    padding: 8px;
}

.variants_list th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #000000;
    color: white;
}

.buy_button {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 33px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 20px 10px 0;
    min-width: 150px;
    font-weight: 700;
}

/* search result */
.padding-block {
    padding: 80px;
    height: 800px;
    top: 60px;
    overflow-y: scroll !important;
}

.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#featured-products {
    overflow: hidden;
}

.search-by {
    position: relative
}

.search-by:after {
    content: '';
    position: fixed;
    background: rgb(0 0 0 / 52%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

/* search-box */
.search-box {
    width: 90%;
    margin: 0 auto 10px;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    z-index: 21;
}

.header-logo-resize img {
    max-height: 45px;
}

.header-resize .aero-navbar{
    padding-bottom: 0;
    padding-top: 5px;
}

.cart-item-image {
    object-fit: contain;
    margin: 0 auto;
}

.cart-img-wrap {
    width: 286px;
}

.like-products {
    justify-content: space-between;
}

.mobile-variant-list {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 15px;
    padding: 20px;
}

.mobile-variant-list div {
    margin-bottom: 15px;
}

.mobile-variant-list {
    display: none;
}

#search-input::-webkit-search-cancel-button {
    display: none !important;
    opacity: 1 !important;
}

.search-products .aero-listing-card {
    margin-bottom: 20px;
}

.product-page {
    width: 100%;
}

.admin-edit-button {
    text-decoration: none;
    background-color: #f04144;
    color: #ffffff;
    padding: 12px 33px;
    border-radius: 6px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 1%;
}

.bpa-container a[target=_blank]:after {
    display: none !important;
}

.announcement-strip {
    display: flex;
    background: #fc4242;
    color: #fff;
    font-size: 24px;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*=================== cart popup panel =================*/

.cart-popup-panel {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 16px 16px 50px 16px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
    transform: translateY(100%);
    transition: all ease 0.5s;
    overscroll-behavior: contain;
    overflow-y: auto;
}

.cart-popup-panel.open-cart-popup{
    transform: translateY(50px);
}

.cart-popup-active:after {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.cart-popup-panel .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    z-index: 1;
}

.cart-popup-wrap {
    position: relative;
}

.cart-popup-wrap h2.title {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.cart-popup-outer {
    display: flex;
    flex-direction: column;
}

.cppd-wrap {
    padding-top: 0;
    padding-bottom: 24px;
}

.cppd-card {
    display: flex;
    flex-wrap: wrap;
}

.cppd-left {
    display: flex;
    align-items: flex-start;
}

.cppd-image{
    min-width: 80px;
    max-width: 80px;
    width: 100%;
    padding: 16px 10px 16px 0;
}

.cppd-details {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0%;
}

.cppd-title-size {
    padding: 16px 0;
    flex: 1 1 0%;
    width: 100%;
}

.cppd-right {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 1px;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.price--ex {
    display: none;
}

.cppd-right .qtform{
    display: flex;
}

.cppd-right .qtform select {
    margin-left: 10px;
    font-size: .75rem;
    line-height: 1rem;
    padding: 6px 15px 5px 5px;
    color: #000;
    border: solid 1px #000;
    appearance: auto;
}

.cppd-right .qtform .del-btn {
    margin-left: 10px;
}

.cppd-discount-code{
    padding-bottom: 24px;
}

.cppd-discount-field input {
    padding: 8px 10px;
    border: solid 1px #d1d5db;
    margin: 0 !important;
}

.cppd-discount-field .button {
    border: solid 1px #000;
    padding: 12px 20px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
}

.checkout-button{
    background-color: #303030;
    padding: 8px 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.addCartBtnProduct{
    width: 100%;
}

/***** media q *****/


@media only screen and (max-width:767px) {
    .slider--vertical {
        display: flex;
        max-width: 100%;
        overflow: hidden;
    }



    .desktop-variant-list {
        display: none;
    }

    .mobile-variant-list {
        display: block;
    }

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

    .announcement-strip {
        font-size: 18px;
    }

}

@media all and (max-width: 767px) {
    .mz-figure img {
        height: auto !important;
    }
}

@media all and (min-width: 768px) {

    .mz-figure img {
        height: 600px;
    }

    .product-left {
        width: 55% !important;
    }

    .product-right {
        width: 40% !important;
    }

    .search-products {
        grid-template-columns: 33% 33% 33%;
    }
    /* Cart Popup*/
    .cart-popup-panel {
        max-width: 672px;
        transition: all ease 0.5s;
        transform: translateX(100%);
        padding: 40px 40px 50px 40px;
    }

    .cart-popup-panel.open-cart-popup{
        transform: none;
    }

    .cppd-title-size {
        width: 66.666667%;
        padding: 16px;
    }
    
    .cppd-right {
        width: 33.333333%;
        flex-wrap: wrap;
        text-align: right;
        flex-direction: column;
    }

    .addCartBtnProduct{
        max-width: 270px;
    }
}

@media all and (max-width: 992px) {

    .desktop-product-slider .MagicZoom {
        float: left;
        width: 100%;
    }

    .desktop-product-slider .slick-track {
        display: flex;
    }

    .desktop-product-slider .slick-arrow {
        font-size: 0;
    }

    .desktop-product-slider .slick-arrow:after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: 0;
        height: 15px;
        width: 15px;
        margin: auto 0;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
    }

    .desktop-product-slider .slick-prev:after {
        transform: rotate(135deg);
        left: 4px;
    }

    .desktop-product-slider .slick-next:after {
        transform: rotate(-45deg);
        right: 4px;
    }

    .slider-wrap {
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
    }

    .slick-slider {
        width: 100%;
    }

    .desktop-product-slider .slick-list {
        height: auto !important;
    }

    .desktop-product-slider .slider-wrap .slide-img {
        margin-right: 10px;
    }

    .slider--vertical {
        padding: 0 20px;
    }

}

@media only screen and (min-width: 992px) {
    .slider-wrap {
        height: 505px;
        overflow: hidden;
    }
}



@media only screen and (min-width: 1200px) {
    .custom-flex {
        width: calc(100% - 200px);
    }

    .cppd-right{
        padding: 1rem;
        align-items: center;
        flex-direction: row;
    }
    
}

@media screen and (max-width: 767px) {
    .product-page .product-left {
        width: 100% !important
    }

    .slick-list {
        height: auto !important;
    }


    .mz-figure img {
        height: 500px;
    }

    .product-page .product-right {
        width: 100% !important;
    }

    .product-image img {
        height: 500px;
        max-height: 500px !important;
    }

}

@media only screen and (max-width:400px) {
    .announcement-strip {
        font-size: 14px;
    }
}



/*
    Form style
*/

.field {
    position: relative;
}

.fieldInput {
    width: 100%;
    padding: 12px 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.fieldLabel {
    position: absolute;
    left: 8px;
    top: 20px;
    font-size: 16px;
    background: white;
    color: #718096;
    padding: 0 4px;
    transition: 0.3s ease all;
    pointer-events: none;
    line-height: 1;
}

.fieldInput:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
    box-shadow: 0 0 0 1px #a0aec0, 0 0 0 3px #edf2f7;
}

.fieldInput:focus {
    padding: 1.4rem .75rem .4rem;
}

.fieldInput:focus+.fieldLabel,
.fieldInput:not(:placeholder-shown)+.fieldLabel {
    top: 8px;
    font-size: 12px;
    color: #718096;
}

.faqFormWrap {
    width: 100%;
}

.field-group {
    margin-bottom: 20px;
}

.field-group {
    display: grid;
    grid-gap: 20px;
}

.form-field input {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: .9rem .75rem;
    width: 100%;
    display: block;
    font-size: 16px;
}

.form-field textarea {
    border: solid 1px #ddd;
    padding: .9rem .75rem;
    width: 100%;
    display: block;
    resize: none;
    min-height: 100px
}

.form-field.two-field {
    grid-gap: 20px;
}

.submit-field .btn {
    background-color: var(--base-color);
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;
}

.groupfaq h3 {
    font-size: 18px;
    color: #19005b;
    margin-bottom: 20px;
    font-weight: 600;
}

.askquestion-wrap {
    border: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 30px !important;
    margin-top: 40px;
}

.askquestion-wrap.askquestion-wrap-block {
    padding: 0;
    border: none;
    margin-top: 0;
}

.askquestion-wrap .askquestion-form .faqFormWrap .submit-field button {
    background-color: #25476a;
    color: #fff;
    border: none;
    padding: 18px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 280px;
    border-radius: 6px;
}

.askquestion-block-content {
    padding-left: 0;
}

.gaping-block {
    /* margin: 10px 0; */
    margin-bottom: 15px;
}


.category-block figure {
    margin-top: 10px;
}

.askquestion-btn {
    border: none;
    border-radius: 6px;
    background: #25476a;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    display: block;
    width: 100%;
    color: #fff;
}

.askquestion-btn-cat {
    border: none;
    background: #25476a;
    padding: 18px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 280px;
    border-radius: 6px;
    color: #fff;

}

.askquestion-form {
    display: none;
    padding: 20px 0;
}

.askquestion-form.active {
    display: block;
}

.askquestion-form input,
.askquestion-form textarea {
    border: solid 1px #eee;
    padding: 10px;
    font-size: 16px;
    font-family: system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}

.askquestion-form button[type="submit"] {
    border: none;
    border-radius: 0;
    background: var(--base-color);
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    display: block;
}