/*  button */
.button-green {
    background-color: #0165A4;
}
.border-green {
    border-color: #0165A4;
}
.text-green {
    color: #0165A4;
}
.cart-button {
    color: #fff;
}
.cart-button:hover {
    background-color: #fff;
    color: #0165A4;
}
.add-cart-button {
    background-color: #484544;
}
.cart-button-text {
    color: #484544;
}
.home-page-heading{
    color: #ba2441;
}

.bg-primary{
    background:#0165a4;
}
.text-primary{
    color:#0165a4;
}
.border-primary{
    border-color:#0165a4;
}
.btn--2nd{
    background:#0165a4;
}

.red-button{
    background:#E73744;
    border-color:#E73744;
    color:#fff;
    border-width: 2px;
}
.red-button:hover,
.red-button:active{
    background-color:#fff;
    border-color:#E73744;
    color:#E73744;
    border-width: 2px;

}

.red-button-dark:hover{
    background-color:#A72831;
    border-color:#a72831;
    color:#fff;
}
.checkout-button{
    background:#E73744;
    border-color:#E73744;
    color:#fff;
}

.payment-method__view .btn{
    background:#E73744;
    border-color:#E73744;
    color:#fff;
    border-width: 2px;
}
.payment-method__view .btn:active,
.payment-method__view .btn:hover{
    background-color:#A72831;
    border-color:#a72831;
    color:#fff;
}


/* header-logo */
.header-container {
    /* height: 80px; */
    position: sticky;
    top: 0;
}
.header-layout {
    padding: 20px 0;
}

.header-logo {
    max-width: 130px;
    max-height: 65px;
}
.avatar-icon svg, .wishlist svg {
    width: 20px;
    height: 20px;
}
.header-images {
    justify-content: center;
    align-items: center;
}
.header-images img {
    max-height: 65px;
}
.header-images a{
    display:block;
    margin:0 3px;
}

/* container */
.container {
    max-width: 1850px;
    width: 100%;
    margin: 0 auto;
}


/* navigation start */
.navigation {
    background: #484544;
    display: none;
}
/*.megamenu-group .megamenu-dropdown{
    display: none;
    visibility: hidden;
}
.megamenu-group:hover .megamenu-dropdown{
    visibility:visible;
}
.megamenu-group .megamenu-dropdown.active{
    visibility: visible;
}*/
.megamenu-group:hover, .megamenu-group:hover a {
    background: #fff;
    color: #484544;
}
.megamenu-dropdown {
    pointer-events: auto;
}
.navigation a:hover {
    color: #484544;
    background: #fff;
}
.mega-heading:link,
.mega-heading:active,
.mega-heading:hover,
.mega-heading:visited{
    color:#0165A4 !important;
    text-decoration: none;
}
.mobile-menu-bg {
    top: 0;
}
.megamenu-dropdown a {
    color: #0165A4;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 16px;
}
.accordion-toggle span, .accordion-content span {
    color: #fff;
}
.megamenu-dropdown .accordion-toggle span {
    color: #0165A4 !important;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.megamenu-dropdown .accordion-content li a {
    color: #6e6e6e;
}
.megamenu-dropdown .accordion-content span {
    color: #6e6e6e !important;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: unset !important
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
.pagetop-stripbanner {
    background: #0165A4;
    padding: 8px 6px;
}
.special-offer-link a {
    text-decoration: none;
    color: #000000;
}
.special-offer-link a:hover {
    color: #fff;
}
.special-offer a {
    color: #fff;
}


/* home page benefits banner */
.pagetop-featuresbanner {
    background: #0165A4;
}
.pagetop-featuresbanner img {
    width: 50px;
}
.feature-banner-block {
    padding: 15px 0;
}
.banner-block {
    min-width: 308px;
}
/* split top hero banner */
.split-top-hero{
    justify-content: space-between;
}

/* popular category start */
.category-text {
    bottom: 0;
    left: 0;
    background: #0165A4;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.category-text:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
}
.category-text:hover {
    background: #0165A4;
}
.categories-item {
    width: 100%;
    margin-bottom: 20px;
}
.categories-item a {
    display: block;
    height: 100%;
}
.categories-item img {
    object-fit: cover;
    height: 100%;
}
.category-image {
    height: 100%;
}


/* sitewide tabs  */
.toggle-block {
    justify-content: space-evenly;
    margin-left: auto;
    width: 243px;
    color: #fff;
    padding: 7px;
    background: #0165A4;
}
.toggle-block input {
    position: absolute;
}
.block-title a {
    background: #474543;
    color: #fff;
    padding: 7px 26px;
    display: inline-block;
}
.top-header-left {
    border: 1px solid #383d5a;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.top-header-left .block-title a:hover {
    background: #fff;
    color: #474543 !important;
}
.top-header-right {
    border-radius: 6px 6px 0 0;
}

/* relative-product */
.aero-listing-card {
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.more-info {
    cursor: pointer;
    background: #484544;
    display: inline-block;
    color: #fff;
    width: auto;
    max-width: 120px;
    margin: 20px auto 0;
    padding: 3px 15px;
    font-size: 1rem;
    border-radius: 3px;
}
.more-info:hover {
    background: #f9d230;
}
.aero-listing-card__title, .aero-listing-card__prices {
    min-height: 48px;
}
.aero-container .swiper-slide {
    border: 1px solid grey;
    padding: 5px 10px 5px;
    /* max-width: 225px; */
}
.register-signin {
    font-size: 10px;
}


/* swiper slider image */
.swiper-slide img {
    height: 100%;
    object-fit: contain;
    min-height: 250px;
}
.scrolling-touch {
    z-index: 1;
}

/* html.sidebar-open #filters-container, html.sidebar-open body #filters-container {
    display: none;
} */
#filters-container{
    padding-top: 80px;
}
.filter-btn {
    background: #dd3440;
    color: #fff;
    padding: 10px 20px;
    margin-right: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.toggle {
    --active-color: #00aaee;
    --inactive-color: rgb(209 213 219);
    --rail-height: 1.5rem;
    --rail-ratio: 1.8;
    --inset: 2px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    gap: 1em;
    user-select: none;
}

/* checkbox */
.toggle input {
    order: 1;
    cursor: pointer;
    position: relative;
    font-size: 1.2rem;
    width: calc(var(--rail-height) * var(--rail-ratio));
    height: var(--rail-height);

    /* hide default styling */
    /*-webkit-appearance: none;
    appearance: none;*/
    background-color: #808080;
    margin: 0;
    border-radius: 1em;
}


/* checkbox rail */
.toggle input:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--inactive-color);
    border-radius: var(--rail-height);
    z-index: 0;
    transition: all 100ms ease;
}
.toggle input:checked:before {
    background-color: var(--active-color);
}


/* checkbox rail (flash on hover) */
.toggle input:hover {
    opacity: 0.7;
}


/* checkbox handle (the white part) */
.toggle input:after {
    content: '';
    background-color: #0165A4;
    position: absolute;
    aspect-ratio: 1;
    top: var(--inset);
    bottom: var(--inset);
    left: var(--inset);
    border-radius: 100%;
    transition: left 200ms ease;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.3);
}

/* checkbox handle (slide when checked) */
.toggle input:checked:after {
    left: calc(100% - var(--rail-height) + var(--inset));
}


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

/* change the color of the span text on check as well! */
.relative {
    position: relative !important;
}
.search_block_div {
    left: 0;
    background: #fff;
    padding: 34px 28px 28px;
    top: 50px;
    display: flex;
    justify-content: space-around;
    margin: 20px;
    max-width: 95%;
    overflow-y: scroll;
    max-height: 750px;
}
.search-by:after {
    content: '';
    position: fixed;
    background: rgb(0 0 0 / 52%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0;
}

/* contact number */
.contact-number {
    display: none;
    width: 233px;
    font-size: 27px;
    color: #a11300;
    align-self: end;
    font-weight: 700;
}

/*Search bar */
#search-input {
    border-radius: 4px 0px 0px 4px;
    height: 54px;
    width: 100%;
    border-color: #0165a4;
    text-align: center;

}
.header-icon {
    width: 25px;
    height: 25px;
}

.search-btn {
    height: 51px;
    padding: 0 30px;
    border-radius: 0px 4px 4px 0px;
}
.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close-icon svg {
    width: 30px;
    height: 30px;
}

input:not([type=radio]):not([type=checkbox]), textarea {
    -webkit-appearance: unset !important;
    -moz-appearance: unset !important;
    appearance: unset !important;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: auto !important
}

/*Cart counter*/
/*Search result */
.filter-background {
    background: #0165A4;
    color:#fff;
}

#sidebar-content {
    width: 91%;
}
.cart-count:not(:empty) {
    background: #0165A4;
    color: #fff;
}
blockquote {
    font-style: italic;
}
blockquote:before {
    color: #8d63ab;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote:after {
    color: #8d63ab;
    content: close-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

.copyright {
    color: #fff;
}
.bg-color {
    background: #2C6DA9;
    color: #fff;
}
.bg-color p {
    font-size: 15px;
}
.accordion-content li a {
    font-size: 15px;
    color: #fff;
}
.accordion-toggle span, .accordion-content span {
    color: #fff;
}
.accordion-toggle span {
    font-size: 16px;

}
.footer .mega-heading:link,
.footer .mega-heading:active,
.footer .mega-heading:hover,
.footer .mega-heading:visited{
    color:#fff !important;
}
.footerSocial li {
    display: block;
    margin-right: 10px;
}
.footerSocial ul {
    display: flex;
    align-items: center;
    padding: 0;
}
.footerSocial a {
    display: block;
}
.footerSocial path {
    fill: #fff;
}
.footerSocial svg {
    width: 30px;
}
.footerSocial .sprite_linkedin svg {
    width: 36px;
}
.footerSocial .sprite_youtube svg {
    width: 45px;
    height: 37px;
}
.newsletter-button {
    background: #58bf3d;
    margin-top: 15px;
}
.footer .accordion-content a:hover {
    color: #fff;
}
.footer .accordion-toggle {
    color:#fff;
}

.sociallinks {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.sociallinks li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.sociallinks  a.facebook {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/themes/aerocommerce/default-theme/images/social.png");
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: 0px 0px;
}
.sociallinks  a.twitter {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/themes/aerocommerce/default-theme/images/social.png");
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: -44px 0px;
}
.sociallinks  a.gplus {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/themes/aerocommerce/default-theme/images/social.png");
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: -88px 0px;
}
.sociallinks  a.pinterest {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/themes/aerocommerce/default-theme/images/social.png");
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: -132px 0px;
}
.sociallinks  a.instagram {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/themes/aerocommerce/default-theme/images/social.png");
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: -175px 0px;
}
/* annoucement strip  */
.announcement-strip{
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* background:#df3f3f; */
    justify-content: center;
    margin-top: 0;
}
.announcement-text {
    margin: 0 auto;
    color: #df3f3f;
    text-align: center;
    font-size: 18px;
    padding: 20px 10px 0px;
    width: 100%;

}
.announcement-text a {
    color: #f03b3f;
    font-weight: 400;
    font-size: 18px;
}

/* homepage-categories */
.flex-col-gap{
       width:100%;
       margin-bottom: 20px;
}

/* races stripe css */
.race-box{
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* background:#df3f3f; */
    padding-top:10px;
    justify-content: center;
    padding-bottom: 2rem;
}
.race-text {
    /* width: 263px; */
    margin:0 auto;
    margin-bottom: 10px;
    color:#df3f3f;
    text-align:center;
    font-size: 18px;
    padding: 20px;
    width: 100%;

}
.races-wrap {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
.races-wrap div{
    width: 100%;
    /* margin: 0 auto; */
    height: 100%;
    padding: 20px;
    width: 100%;
}


/* Table css */
.table-block tbody tr:nth-of-type(odd) {
     background: #ba2441;

}
.table-block tbody tr:nth-of-type(even) {
    background: #193f93;
}
.table-block table td{
    color:#fff;
    color: #fff;
    font-size: 16px;
    padding: 8px;
     border: none;
}
.table-block h1{
    background: #193f93;
    color: #fff;
    padding: 10px 0;
}
.table-block table th {
    padding: 8px;
}


/* Full Width Double banners */
.relative-img{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;

}
.relative-img img{
    height:100%;
}

.img-relative{
    position:relative;
    width:100%;
    margin-bottom:26px;
}
.img-wrap{
    position:absolute;
    left: 15px;
    bottom: 16px;
    color: white;
    text-align: left;
    font-size: 23px;
}
.offer-block>div{
    width:50%;
}
.full-banner-heading {
    position: absolute;
    top: 300px;
    left: 110px;
    color: #fff;
}

.p-race-menu{
    background:#fff;
    display:flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.p-race-menu a:last-child{
    display: none !important;
}
.p-race-menu a:after {
content: '';
border: solid black;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
right: 0;
position: absolute;
transform: rotate(-45deg);
top: 10px;
}
.p-race-menu a {
position: relative;
}
.p-race-menu a:first-child:after{
display:none;
}
.p-race-menu img {
    max-width:80px;
    max-height:50px;
    width:auto;
}
.p-race-menu a:link,
.p-race-menu a:active,
.p-race-menu a:visited,
.p-race-menu a:hover{
    color:#484544!important;
    font-weight:bold;
    display:block;
    padding:5px 10px;
    margin:0 10px;
}
.page-content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.head-icon{
    height:2rem;
}
.product-videos{
    display:flex;
    flex-wrap: wrap;
}
.table-block table th {color:white;padding:20px;}
.table-block table td {padding:20px;}

/* cart quantity input */
.cart-quantity-input{
    border: 1px solid grey;
    margin-left: 6px;
    margin-right: 6px;
}
/* search-box */
.search-box {
    width: 90%;
    margin: 0 auto 10px;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    z-index: 21;
}

/* product review */
.product-review{
    max-width: 600px;
}
.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
}
.tag-name{
    margin-left: 170px;
    font-size: 20px;
    color: #293f87;
}
/* product flashes */
.product-flashes {
    position: absolute;
    height: 100%;
    right: 8px;
    top: 7px;
}
.product-flashes img {
    width: 50px;
}
.group, .question, .answer{
    color: #476c9d;
}
.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: -27%;
    right: 1%;
}
.swatch {
    padding: 12px;
}
.swatch-filler{
    background-size: contain;
}

.price-breaks{
    border:2px solid #e95b16;
    margin-top:20px;
    padding:20px 15px;
}
.price-break-title{
    color:#e95b16;
    font-size:24px;
    margin:0 0 15px 0;
}
.price-break-price{
    color:#f95558;
    font-weight:bold;
}
.search-box-top {
    z-index: 99;
}
.search-box-top .header-icon {
    position: absolute;
    right: 12px;
}
.search-box-top #search-input{
    text-align: left;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
.search-box-top input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.search-box-top input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
.search-box-top input[type="search"]::-webkit-search-decoration,
.search-box-top input[type="search"]::-webkit-search-cancel-button,
.search-box-top input[type="search"]::-webkit-search-results-button,
.search-box-top input[type="search"]::-webkit-search-results-decoration { display: none; }
.new-header .header-logo{
    max-width: unset;
}
.races-outer .race-image img{
    display: block;
    width: 100%;
}
.alsolike-outer h2{
    font-size: 22px;
    margin-top: 0;
}
.custom-slider .swiper--alsolikeslider{
    padding-right: 40px;
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
}
.productGridSlide .swiper-slide {
    border: solid 1px #ddd;
    padding: 0;
}
.custom-slider .swiper-slide {
    max-width: 100%;
}
.without-slide .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    transform: none;
    padding-bottom: 20px;
}
/***** media q  *****/
@media screen and (min-width: 1200px) {
    .img-relative{
        width:49%;
        margin-bottom:0;
    }
    .full-banner-heading{
        font-size: 30px;
    }
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
    .table-block tbody tr:nth-of-type(odd) {
        background: #193f93;
    }
    .table-block tbody tr:nth-of-type(even) {
        background: #ba2441;
    }
    .table-block table {
        width: 100%;
    }
    .table-block table, .table-block thead, .table-block tbody, .table-block th, .table-block td, .table-block tr {
        display: block;
        width: 100%;
        border: none;
    }
    .table-block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-block tr {
        border: none;
        padding: 14px 12px;
    }
    .table-block table td {
        border: none;
        width: 100%;
        position: relative;
        padding: 3px;
        text-align: center;
    }
    .table-block td:before {
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-title);
        color: #fff;
        font-weight: 500;

    }
    .table-block table tr td:first-child {
        font-size: 26px;
    }
    .table-block table tr.table-head{
        display:none;
    }
    .video-responsive {
        width: 100%;
        display: inline-block;

        margin: 0 -1px;
    }

    .product-videos iframe {
        width: 100%;
        height: 100%;
    }



    div.video {
        position: relative;
        float: left;
        padding: 5px;
        width: 100%;
    }

    div.full-width {
        display: none;
    }

    .mob_view {
        display: block !important;
    }
    .worko-tabs .flex-tabs .panel{
        padding:4px;
    }
    
}
@media all and (max-width: 767px){
    .search_block_div{
        flex-wrap: wrap;
        padding: 54px 28px 28px;
    }
    .alsolike-slider-wrap .custom-slider {
        width: 90%;
        margin: 0px auto;
    }
    .custom-slider .swiper--alsolikeslider{
        padding-right: 20px;
    }
    .without-slide{
        padding: 0 10px;
    }
    .without-slide .swiper-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    
}
@media all and (max-width: 600px){
    .without-slide .swiper-wrapper{
        grid-template-columns: 100%;
    }
}

@media (min-width:768px){
    .col-box-gap{
         margin-left: -20px;
         width: auto;
    }
    .head-icon{
        height:2.5rem;
    }
    .flex-col-gap{
        width:calc(33.33% - 20px);
        margin-left: 20px;
    }
    .races-wrap div{
        width: 25.33333%;
        /* margin: 0 auto; */
        height: 100%;
        padding:0;
    }
    .races-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /* height: 117px; */
        width: 100%;
        flex-direction: row;
    }
    .races-wrap div img {
        width: auto;
        margin: 0 auto;
    }

    .top-header {
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .top-header-left, .top-header-right {
        width: auto;
    }
    .product-flashes img {
        width: 60px;
    }

    .top-header-left {
        margin-right: 60px;
    }

    .categories-item {
        width: 48%;
    }

    .pagetop-stripbanner, .pagetop-featuresbanner, .best-seller {
        display: block;
    }

    .contact-number {
        display: block;
        text-align: right;
    }

    /* Sidebar */
    #sidebar {
        display: flex;
        justify-content: space-between;
    }

    /*Search result */
    .active-search-list {
        width: 79%;

    }

    .search-category-list {
        width: 18%;
    }

    div.video {
        position: relative;
        float: left;
        padding: 5px;
        width: 40%;
    }

    .product-videos iframe {
        vertical-align: top;
        width: 480px;
        height: 270px;
        margin: 5px;
        max-width:100%;
    }
    .filter-btn{
        display: none;
    }
    .announcement-text a {
        font-size: 30px;
    }
    .p-race-menu{
        flex-direction: row;
        align-items: center;
        padding-bottom: 0;
        justify-content: space-around;
    }
    .p-race-menu a:last-child{
        display: block !important;
    }
    .p-race-menu a:after{
    display: none;
    }

    /* search product */
    .search-category-product {
        width: 30%;
    }
    .custom-slider .swiper--alsolikeslider{
        max-width: 85%;
    }

 }

@media all and (min-width: 992px) {
    .megamenu-group .megamenu-dropdown:before {
        display: none;
    }

    .navigation {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .avatar-icon svg, .wishlist svg {
        width: 30px;
        height: 30px;
    }

    .max-w-3xl {
        max-width: 116rem;
    }

    #sidebar-content {
        background: transparent;
    }

    .header-layout .max-w-3xl {
        max-width: 90rem;
    }

    .header-layout .xl\:w-1\/5 {
        width: 13%;
    }

    .header-layout .lg\:w-auto {
        width: 80%;
    }

    .header-layout .bg-white {
        width: 100%;

    }

    .header-layout .lg\:w-2\/5 {
        width: 35%;
    }

    .header-layout .toggle {
        width: 100%;
        justify-content: space-evenly;
    }

    .header-layout .w-1\/4 {
        width: 33%;
    }

    .header-layout .tax-toggler {
        position: absolute !important;
    }

    /* search bar*/
    .search-input {
        min-width: 200px;
    }

    /* contact-number*/
    .contact-number {
        width: 260px;
    }

    /* Sidebar */
    #sidebar {
        padding-left: 60px;
    }
    .custom-slider .swiper--alsolikeslider{
        max-width: 92%;
    }
}

@media all and (min-width: 1024px) {
    .categories-item {
        width: 32%;
    }
    /* breadcrumbs */
    .breadcrum-pages{
        margin-top: 0px;
    }
    .product-quantity{
        justify-content: space-between;
    }
}

@media all and (min-width: 1200px) {
    /*Sidebar */
    #sidebar {
        padding-left: 140px;
    }
    /* breadcrumbs */
    .breadcrum-pages{
        margin-top: 0px;
    }

    /*search input */
    .search-input {
        min-width: 300px;
    }

    .search-category-product {
        width: 23%;
    }

    .search-category-product img {
        max-height: 250px;
        height: 100%;
        object-fit: contain;
        min-height: 250px;
    }
    .search-category-product .product-flashes img{
        min-height: fit-content;
        height: auto;
    }
    .product-flashes img {
        width: 80px;
    }
    .custom-slider .swiper--alsolikeslider{
        max-width: 95%;
    }
}


/*
    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: #000557;
    color: #fff;
    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;
    margin-top: 40px;
}

.askquestion-btn{
    border: none;
    border-radius: 0;
    background: #e31914;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
}

.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: #000557;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
}