/*front-page*/
.front-slider {
    background: url('../img/banners/front-slider-bg.png');
    background-size: cover;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.front-slider:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right, #9B9585, #35332E);
    opacity: 0.5;
}

.front-slider .slider-wrapper {
    display: flex;
    height: 100%;
}

.front-slider .s-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 15px;
}

.front-slider .s-image {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 15px;
    z-index: 1;
}

.front-slider .s-content .content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.front-slider .s-content .sub-text {
    font-size: 16px;
    font-weight: bold;
    color: #EFCD07;
    margin-bottom: 0;
}

.front-slider .s-content .cb-label {
    font-size: 2.60rem;
    margin-bottom: 15px;
    color: #fff;
}

.front-slider .s-content .content-btn {
    display: inline-block;
    text-decoration: none;
    width: 130px;
    padding: 9px 15px;
/*    background: #0A387C;*/
/*    background: #0e4faf;*/
    background: #3A6DA7;
    color: #fff;
    border: none;
    text-align: center;
    transition: 0.2s all ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 16% 100%, 0 55%);
}

.front-slider .s-content .content-btn:hover {
/*    background: #0e4faf;*/
/*    background: #0A387C;*/
/*    background: #1f5189;*/
    background: #0e4faf;
}

.front-slider .s-image .item {
    position: absolute;
    width: 50%;
}

.front-slider .s-image .item-1 {
    height: 60%;
    left: 0;
    bottom: 8%;
    padding-right: 15px;
}

.front-slider .s-image .item-2 {
    height: 50%;
    right: 0;
    top: 0;
}

.front-slider .s-image .item-3 {
    height: 50%;
    right: 0;
    bottom: 0;
}

.front-slider .s-image .content-wrapper {
    position: relative;
    padding: 15px 15px 15px 25px;
    height: 100%;
}

.front-slider .s-image .content-wrapper:hover .product-name {
    color: #EFCD07;
}

.front-slider .s-image .content-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.front-slider .s-image .item-image,
.front-slider .s-image .item-image a {
    height: 100%;
}

.front-slider .s-image .item-image img {
    mix-blend-mode: normal;
}

.front-slider .s-image .content-label {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.front-slider .s-image .price {
    display: inline-block;
    padding: 5px 15px;
    background: #EFCD07;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.1rem;
    color: #252000;
}

.front-slider .s-image .product-name {
    font-family: Lato-Bold;
    font-size: 1.2rem;
    color: #fff;
}

.front-page .item-image a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-page .item-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}

.front-page .box-section {
    margin-bottom: 15px;
}

/*campaign slider*/
.swiper-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.front-slider-single {
  margin-bottom: 10px;
}

.front-campaign {
  width: 100%;
}

.front-campaign .campaign-image {
  margin: 0 auto;
  width: 100%;
}

.front-campaign .campaign-image a {
    position: relative;
    display: block;
    width: 100%;
}

.front-campaign .campaign-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper pagination styling */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* Mobile: (9:5 Ratio) */
@media (max-width: 520px) {
    .swiper-pagination {
      bottom: 8px !important;
    }
}

/* Smaller phones */
@media (max-width: 460px) {
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
    }
}

/* Very small phones */
@media (max-width: 365px) {
    .swiper-pagination {
      bottom: 5px !important;
    }
}
/*end campaign slider*/

.help-section {
    display: flex;
    flex: 0 0 calc(100% - 815px);
    max-width: calc(100% - 815px);
}

.help-section > div {
    display: flex;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
}

.help-section > div:first-child {
    display: flex;
    flex: 0 0 40%;
    justify-content: center;
    align-items: center;
/*    background: #303030;*/
/*    background: #605a5a;*/
    background: #B4BFCC;
}

.help-section > div:last-child {
    flex: 0 0 60%;
    justify-content: center;
    align-items: center;
    background: #dddcdc;
}

.help-section > div:first-child:before {
    content: "";
    width: 15px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: -14px;
    left: -1px;
    transform: rotate(45deg);
}

.help-section > div:last-child:before {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0;
    background: #B4BFCC;
    transform-origin: bottom left;
    -ms-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
    z-index: 0;
}

.help-section > div:last-child:after {
    content: "";
    width: 15px;
    height: 35px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    right: -1px;
    transform: rotate(45deg);
}

.help-section > div:first-child > div {
    display: flex;
    flex-direction: column;
}

.help-section a {
    text-decoration: none;
    color: inherit;
}

.help-section > div:first-child span.cb-label {
    font-size: 20px;
    color: #070402;
}

.help-section > div:first-child span:last-child {
    font-size: 17px;
    color: #545961;
}

.help-icons {
    display: flex;
    width: -webkit-fill-available;
    gap: 35px;
    justify-content: space-evenly;
}

.help-icons > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.help-icons button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: 0;
    color: #343A40;
    font: inherit;
    line-height: inherit;
    padding: 7px 15px;
    font-family: Almarai-Regular;
    font-size: 14px;
}

.help-icons button i,
.help-icons a i
 {
    color: #49515F!important;
}

.static-box {
    flex: 0 0 815px;
    max-width: 815px;
}

.static-box > div {
    display: flex;
    gap: 5px;
}

.static-box .box-wrapper {
    display: flex;
    padding: 15px;
    background: linear-gradient(#0A387C, #2159AB);
    color: #fff;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.static-box .image-wrapper {
    flex: 0 0 65px;
    max-width: 65px;
    text-align: center;
}

.static-box .content-wrapper {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    text-align: center;
}

.static-box .box1 .image-wrapper:before {
    content: "";
    width: 16px;
    height: 35px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    left: -2px;
    transform: rotate(-42deg);
}

.static-box .box3 .content-wrapper:after {
    content: "";
    width: 15px;
    height: 33px;
    background: #fff;
    position: absolute;
    top: -12px;
    right: -1px;
    transform: rotate(-45deg);
}

.static-box .cb-label {
    font-size: 16px;
}

/*.static-box .box1 {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 9% 100%, 0 73%);
}

.static-box .box3 {
    clip-path: polygon(0 0, 91% 0, 100% 27%, 100% 100%, 0 100%, 0% 50%);
}*/

.front-page .c-wrapper {
    display: flex;
    justify-content: center;
}

.front-page .center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*swiper*/
.front-page .swiper { 
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;

}

/* .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
} */

/*.pb-slider {
    height: 183px;
    overflow: hidden;
}

.pb-slider .swiper-slide {
    width: 183px;
}*/

.frontpage-featured-products,
.most-viewed-products-front {
    height: 317px;
    overflow: hidden;
}

.swiper.frontpage-featured-products:not(.swiper-initialized) .product-wrapper {
    display: flex;
    width: 100%;
}

.swiper.frontpage-featured-products:not(.swiper-initialized) .product-wrapper > div {
    flex: 0 0 33.3333%;
}

.popular-categories-slider {
    height: 210px;
    overflow: hidden;
}

.frontpage-featured-products .swiper-slide,
.most-viewed-products-front .swiper-slide,
.popular-categories-slider .swiper-slide {
/*    width: 190px;*/
    float: left;
}

.front-page .swiper-button-next:after,
.front-page .swiper-button-prev:after {
    font-size: 26px;
}

.front-page .swiper-button-next,
.front-page .swiper-rtl .swiper-button-prev {
    right: -10px;
    left: auto;
}

.front-page .swiper-button-next,
.front-page .swiper-button-prev {
    color: #fdfdfd !important;
    background: #6a6a6abf !important;
/*    background: #cbcbcbbf !important;*/
    width: 45px !important;
    border-radius: 50%;
    /* display: none; */
}

.front-page .swiper-button-next:hover,
.front-page .swiper-button-prev:hover {
/*    background: #6a6a6abf !important;*/
/*    background: #cbcbcbbf !important;*/
    background: #8f8f8fbf !important;
}

.front-page .swiper-button-disabled {
    pointer-events: auto !important;
}

.front-page .swiper-button-disabled:hover {
    background: #6a6a6abf !important;
}

.front-page .swiper-button-next:after,
.front-page .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}

.front-page .swiper-button-prev,
.front-page .swiper-rtl .swiper-button-next {
    left: -10px;
    right: auto;
}

.front-page .swiper-button-prev:after,
.front-page .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
/*end*/

/*product list template*/
.product-wrapper {
    display: flex;
    row-gap: 10px;
}

.product-wrapper .product-list {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    transition: 0.2s all ease-in-out;
}

.product-wrapper .product-list .item-image img {
    transition: 0.3s all ease-in-out;
}

.product-wrapper .product-list:hover .content-wrapper {
    background: #EAEFF2;
}

.product-wrapper .product-list:hover .item-image img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-list a {
    text-decoration: none;
}

.product-wrapper .content-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    background: #FAFAFA;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #ececec;
    justify-content: space-evenly;
}

.product-wrapper .on-sale {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;    
}

.product-wrapper .on-sale > span {
    display: inline-block;
    background: #B52025;
    color: #fff;
    padding: 0 15px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: Lato-Bold;
    font-size: 12px;
    clip-path: polygon(100% 0, 100% 52%, 82% 100%, 0% 100%, 0 50%, 0% 0%);
}

.product-wrapper .item-image {
    padding-bottom: 10px;
}

.product-wrapper .item-image a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 122px;
}

.product-wrapper .item-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-wrapper .product-btn {
    position: relative;
}

.product-wrapper .add-cart-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    color: #fff;
    padding: 5px 7px;
    align-items: center;
    justify-content: center;
    background: #0A387C;
    clip-path: polygon(0 0, 90% 0, 100% 60%, 100% 100%, 10% 100%, 0% 40%);
    border: 0;
    width: 100%;
    height: 35px;
    line-height: normal;
    transition: 0.2s all ease-in-out;
}

.product-wrapper .add-cart-btn:hover {
    background: #154a9b;
}

.product-wrapper .add-cart-btn:focus {
    outline: none;
}

.product-wrapper .add-cart-btn i {
    font-size: 14px;
    margin-right: 10px;
}

.product-wrapper .price {
    margin-bottom: 10px;
}

.product-wrapper .price .current-price {
    font-family: Lato-Bold;
    font-size: clamp(16px, -1.5rem + 18px, 3rem);
    color: #212529;
}

.product-wrapper .price .old-price {
    text-decoration: line-through;
    margin-right: 5px;
    color: #6e6e6e;
}

.product-wrapper .category-name {
    font-family: Almarai-Regular;
    color:  #64748B;
}

.product-wrapper .product-name {
    font-family: Lato-Bold;
    margin-bottom: 10px;
    max-height: 65px;
    overflow: hidden;
}

.product-wrapper .product-name a {
    text-decoration: none;
    color: #1B6CCB;
}

.product-wrapper .rating {
    display: none;
    padding-right: 5px;
}

.product-wrapper .rating i {
    color: #FFAF26;
    font-size: 17px;
}

.product-wrapper .rating i.empty {
    color: #D2D2D2;
    font-size: 17px;
}

.product-wrapper .discount {
    position: absolute;
    font-family: Lato-Bold;
    text-align: center;
    background: #07671D;
    padding: 5px;
    rotate: 38deg;
    top: 12px;
    right: -30px;
    color: #fff;
    width: 130px;
}
/*end product list template*/

/*featured products*/
.featured-products-slider {
    flex: 0 0 60%;
    max-width: 60%;
/*    padding: 0 15px;*/
    padding: 0;
}

.featured-products-slider .campaign-wrapper {
    flex: 0 0 230px;
    max-width: 230px;
}

.featured-products-slider .slider-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5px;
    position: relative;
}

.featured-products-slider .slider-wrapper .top-picks {
    flex: 0 0 490px;
    max-width: 490px;
}

.featured-products {
    margin-bottom: 20px;
    font-size: 14px;
}

.frontpage-featured-products .content-label {
    text-align: center;
    margin-bottom: 20px;
    color: #1E293B;
}

.frontpage-featured-products .flex {
    margin-left: -5px;
    margin-right: -5px;
}

/*.frontpage-featured-products .product-wrapper .product-btn:before {
    content: "";
    width: 15px;
    height: 35px;
    background: #FAFAFA;
    position: absolute;
    bottom: -12px;
    left: -2px;
    transform: rotate(-42deg);
    z-index: 1;
}

.frontpage-featured-products .product-wrapper .product-btn:after {
    content: "";
    width: 15px;
    height: 35px;
    background: #FAFAFA;
    position: absolute;
    top: -12px;
    right: -2px;
    transform: rotate(-45deg);
    z-index: 1;
}*/
/*end*/

/*top picks*/
.top-picks {
    flex: 0 0 490px;
    max-width: 490px;
    padding-left: 20px;
}

.top-picks .content-label {
    justify-content: space-between;
    margin-bottom: 15px;
}

.top-picks .content-label > div:first-child {
    font-family: Lato-Bold;
    font-size: 17px;
}

.top-picks .content-label > div:last-child {
    display: flex;
    align-items: center;
}

.top-picks .content-label > div:last-child > span:first-child {
    display: inline-block;
    width: 120px;
    height: 10px;
    border-radius: 8px;
    background: #1B6CCB;
}

.top-picks .content-label > div:last-child > span i {
    margin-left: 10px;
    font-size: 10px;
    color: #CACACA;
}

.top-picks .c-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.top-picks .c-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 305px;
    height: 100%;
    top: 0;
    left: 0;
    background: #D8E6F8;
    transform-origin: bottom left;
    -ms-transform: skew(35deg, 0deg);
    -webkit-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg);
    z-index: -1;
}

.top-picks .c-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e3edfb;
    z-index: -2;
}

.top-picks .c-wrapper > div {
    flex-direction: column;
    width: 100%;
}

.top-picks .product-wrapper .content-wrapper {
    background: transparent;
    border: none;
}

.top-picks .product-list {
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.top-picks .product-list:hover .content-btn a {
    color: #135097;
}

.top-picks .item-image {
    padding-bottom: 20px;
}

.top-picks .item-image a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 145px;
}

.top-picks .item-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.top-picks .content-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: Lato-Bold;
    color: #1B6CCB;
}
/*end*/

/*popular categories*/
.front-top-categories-section {
    margin-bottom: 50px;
}

.top-categories-wrapper > div:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
    margin-bottom: 15px;
}

.top-categories-wrapper .top-product {
    padding-right: 5px;
    position: relative;
}

.top-categories-wrapper .top-product > div {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.top-product .on-sale {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 25px;
    background: #B52025;
    color: #fff;
    font-family: Lato-Bold;
    font-size: 13px;
}

.top-product .item-image {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.top-product .item-image a {
    height: 215px;
}

.top-product .content-details {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    background: #F2E6E6;
    row-gap: 10px;
}

.top-product .product-name a {
    text-decoration: none;
    color: #343A40;
    font-family: Lato-Bold;
}

.top-product .save-more {
    color: #B52025;
    font-size: 13px
}

.top-product .current-price {
    font-family: Lato-Bold;
    font-size: clamp(18px, -1.5rem + 18px, 3rem);
    color: #212529;
}

.top-product .product-btn button {
    background: #B52025;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px 7px;
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.top-product .product-btn button:hover {
    background: #951a1f;
}

/*add to cart effect*/
.add-cart-btn .c-icon {
    position: relative;
    display: inline-block;
}

.add-cart-btn .spinner {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
}

.add-cart-btn .spinner .sk-fading-circle {
    margin: 0 auto;
    width: 15px;
    height: 15px;
}

.add-cart-btn .spinner .sk-fading-circle .sk-circle:before {
    background-color: #fff;
}

.add-cart-btn.adding-item i {
    visibility: hidden;
}

.add-cart-btn.adding-item .spinner {
    display: inline-block;
}
/*end add to cart effect*/

.top-categories-wrapper h2 {
    font-family: Lato-Bold;
    font-size: 20px;
    color: #1B6CCB;
    margin-bottom: 0;
}

.top-categories {
    flex-wrap: wrap;
    row-gap: 15px;
}

.top-categories .product-list {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
}

.top-categories-wrapper .top-product .content-wrapper .item-image img,
.top-categories .product-list .item-image img {
    transition: 0.3s all ease-in-out;
}

.top-categories-wrapper .top-product .content-wrapper:hover .item-image img,
.top-categories .product-list:hover .item-image img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.top-categories .content-wrapper {
    position: relative;
    overflow: hidden;
    padding: 15px 10px;
    border-radius: 5px;
}

.top-categories .content-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EAEFF2;
/*    clip-path: polygon(0 0, 0 0, 100% 78%, 100% 100%, 0 100%, 0% 50%);*/
    clip-path: polygon(0 0, 4% 0, 100% 78%, 100% 100%, 0 100%, 0% 50%);
    z-index: -1;
}

.top-categories .content-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F5F7F8;
    z-index: -2;
}

.top-categories .item-image a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 215px;
}

.top-categories .category-name {
    margin-top: 10px;
}

.top-categories .category-name a {
    color: #1D2D5D;
    font-family: Lato-Bold;
}

.category-shop-banner {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    /*border-radius: 5px;
    background: #EFCD07;*/
}

.category-shop-banner.tablet {
    display: none;
}

.category-shop-banner .banner-wrapper {
    padding: 0 5px;
    border-radius: 5px;
    color: #000000;
    align-items: center;
    justify-content: center;
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
}

.category-shop-banner .banner-wrapper > div {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
    align-items: center;
}

.category-shop-banner .content-label {
    font-family: Lato-Bold;
    font-size: 15px;
}

.category-shop-banner .content-name {
    font-family: Lato-Bold;
    font-size: 20px;
}

.category-shop-banner .content-btn {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    width: 140px;
    padding: 10px 15px;
    background: #0A387C;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.category-shop-banner .content-btn:hover {
    background: #154a9b;
}

.category-shop-banner .content-btn i {
    margin-left: 5px;
    transition: 0.2s all ease-in-out;
    font-weight: 600;
}

.category-shop-banner .content-btn:hover i {
    transform: translateX(50%);
}

/*.category-shop-banner button {
    background: #0A387C;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 130px;
    padding: 10px 15px;
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.category-shop-banner button:hover {
    background: #154a9b;
}

.category-shop-banner button i {
    margin-left: 5px;
}*/
/*end popular categories*/


/* faq | begin */

.front-faq {
    max-width: 1200px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0 , 1fr));
    /* gap: 3rem; */
    padding: 0 15px;
    place-items: center;
}

.front-faq .faq-img {
    height: 100%;
    grid-column: span 2 / span 2;
    position: relative;
    overflow: hidden;
}

.front-faq .faq-img img {
    clip-path: polygon(0 0, 100% 0, 100% 72%, 45% 100%, 0 100%);
}

.front-faq .faq-title {
    margin-bottom: 40px;
}
.front-faq .faq-title h3 {
    font-weight: 600;
}
.front-faq .faq-title span {
    color: #357FD6;
}

.front-faq .faq-accordion {
    grid-column: span 4 / span 4;
    padding: 0 50px;
}

.front-faq .faq-accordion > .faq-list {
    margin-bottom: 40px;
}

.front-faq .faq-accordion .accordion {
    --bs-accordion-btn-icon: url("../img/icons/accordion-circle-plus.svg");
    --bs-accordion-btn-active-icon: url("../img/icons/accordion-circle-minus.svg");
}
.front-faq .faq-accordion .accordion-button {
    padding: 1rem;
    font-size: initial;
    text-transform: none;
}

.front-faq .faq-accordion .accordion .accordion-item {
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.front-faq .faq-accordion .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}



/* faq | end */

/* testimonial */


/* testimonial | end */

.front-testimonials {
    max-width: 1440px;
    margin: 80px auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

.front-testimonials .testimonials-head h2 {
    font-weight: 600;
}

.front-testimonials .testimonials-head {
    font-weight: 600;
}

.front-testimonials .testimonials-head h2 > span {
    color: #357FD6;
}

.front-testimonials .box-ratings  {
    /* max-width: 50px; */
    max-width: 50%;
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.front-testimonials .box-ratings svg {
    width: 12px;
}
.front-testimonials hr {
    margin: 2.1rem 0;
}

.front-testimonials small {
    margin: 2rem 0;
    font-style: italic;
}

.front-testimonials .testimonials-items-text h5 {
    font-weight: 600;
}
.front-testimonials .testimonials-items-text p {
    color: #212529;
}

.front-testimonials .position-relative {
    margin: 1.8rem 0;
}
.front-testimonials .testimonials-items  {
    width: 100%;
}
.front-testimonials .testimonials-items .items-head-deco {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.front-testimonials .testimonials-items i.fa-quote-right {
    font-size: xxx-large;
}

.front-testimonials .testimonials-items small {
    font-style: italic;
}

.front-testimonials .swiper-button-next {
    right: -25px;
}

.front-testimonials .swiper-button-prev {
    left: -25px;
}

@media only screen and (max-width: 600px) {
    .front-faq {
        grid-template-columns:  repeat(1, minmax(0 , 1fr))
    }
    .front-faq .faq-img {
        display: none;
    }
    .front-faq .faq-accordion {
        padding: 0 15px;
    }
    .front-testimonials .swiper-button-next {
        right: -14px;
    }
    .front-testimonials .swiper-button-prev {
        left: -14px;
    }

}

/*  */


/*car-fitment*/
.car-fitment-front {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 15px;
}

.car-fitment-front .car-fitment-wrapper {
    background-image: url(../img/bg-car-finder.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 8% 100%, 0 84%);
/*    padding: 60px 40px;*/
    padding: 55px 40px;
}

.car-fitment-front .car-finder-form {
    width: 430px;
    max-width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.car-fitment-front .car-finder-form .content-label {
    font-family: Lato-Bold;
    text-align: center;
    font-size: 1.8rem;
    color: #1D2D5D;
    margin-bottom: 10px;
}

.car-fitment-front .car-finder-form .form-group {
    margin-bottom: 10px;
}

.car-fitment-front .car-finder-form select {
    line-height: normal;
}

.car-fitment-front .sk-fading-circle .sk-circle:before {
    background-color: #1D2D5D;
}
/*end car-fitment*/

/*featured brands*/
.featured-brands {
    position: relative;
    margin-bottom: 50px;
    padding: 25px 45px 25px;
/*    background: #E5EAEC;*/
    background: url('../img/top-brands-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
/*    background: linear-gradient(to right, #E5EAEC, #BABBBC);*/
    clip-path: polygon(0 0, 95% 0%, 100% 32%, 100% 100%, 4% 100%, 0 67%)
}

.featured-brands .content-label {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.featured-brands .content-label h4 {
    font-family: Lato-Bold;
    font-size: 20px;
    color: #1B6CCB;
    margin-bottom: 5px;
}

.featured-brands .swiper.content-wrapper {
    display: flex;
    width: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: space-around;
}

/*.featured-brands img {
    width: auto;
    height: 130px;
    max-width: 100%;
    mix-blend-mode: darken;
}*/

.featured-brands img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    max-width: 100%;
    mix-blend-mode: darken;
}

.featured-brands .swiper-slide {
    padding: 0 15px 10px;
}

.featured-brands .swiper-pagination {
    bottom: -3px !important;
}

.featured-brands .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 7px !important;
}
/*end featured brands*/

/*popular products*/
/*.mv-products-wrapper {
    margin-bottom: 50px;
}*/

.mv-products-wrapper > div:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #CED4DA;
    margin-bottom: 15px;
}

.mv-products-wrapper h2 {
    font-family: Lato-Bold;
    font-size: 20px;
    color: #1B6CCB;
    margin-bottom: 0;
}

.mv-products {
    flex-wrap: wrap;
    row-gap: 15px;
}

.mv-products .product-list {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    overflow: hidden;
}

.mv-banner {
    position: relative;
    padding-left: 5px;
}

.mv-banner .banner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 30px 5px;
    color: #fff;
    background: linear-gradient(to bottom, #2A6BCC, #09377A);
}

.mv-banner .content-label {
    text-align: center;
}

.mv-banner .content-label h4 {
    color: #fff;
    font-family: Lato-Bold;
    font-size: 2.4rem;
}

.mv-banner .sale-duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv-banner .sale-duration > div:last-child {
    padding: 3px 10px;
    background: #fff;
    font-family: Almarai-Bold;
    color: #205BB3;
}

.mv-banner .content-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 15px;
    padding: 30px 10px;
}

.mv-banner .item-image img {
    mix-blend-mode: darken;
}

.mv-banner .content-name a {
    color: #205BB3;
    font-family: Lato-Bold;
    font-size: 1.6rem;
    text-decoration: none;
}

.mv-banner .content-btn a {
    display: inline-block;
    background: #0A387C;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 135px;
    max-width: 100%;
    padding: 10px 15px;
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.mv-banner .content-btn a:hover {
    background: #154a9b;
}

.mv-banner .content-btn a {
    text-decoration: none;
    color: #fff;
}

.mv-banner .content-btn a i {
    margin-left: 5px;
    transition: 0.2s all ease-in-out;
}

.mv-banner .content-btn a:hover i {
    transform: translateX(50%);
}
/*end popular products*/

/*end front-page*/

/* Gian - product star rating */

.star-ratings-css {
    line-height: 16px;
    height: 16px;
    position: relative;
    color:#1B6CCB!important;
} 

.star-ratings-css::before { 
    content: ' ';
    background: url('../img/box-empty.svg') repeat-x;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 0;
    height: 16px;
    width: 85px;
    z-index: 0;
    opacity: .3;
}

.star-ratings-css::after {
    content: ' ';
    background: url('../img/box-solid.svg') repeat-x;
    height: 16px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: var(--rating);
}

.star-ratings-css span {
    padding-left: 95px;
}

/* End of Gian - product star rating */

/* start-ian upsell */
.upsell-capsulated {
    background-color: #F1F3F4;
}
.upsell-capsulated .upsell-top {
    margin: 0 0 3rem;
}
.upsell-capsulated .c-sm-upsell {
    margin: 0 10px;
}
.c-upsell > div:first-child > div {
    margin: 1rem 10px;
    background-color: #ffff;
    border-radius: 5px;
}
.c-upsell .product-item2 > img, 
.c-upsell .product-item1 > img {
    width: min-content ;
}
.c-upsell .product-item1, 
.c-upsell .product-item2 {
    margin: 20px 10px;
    border: 1px solid rgb(160, 150, 150);
    padding: 1rem;
} 
.upsell-capsulated .upsel-lg-item {
    margin: 1rem 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.upsell-capsulated .upsel-sm-item {
    margin: 1rem 10px;
    background-color: #fff;
    border-radius: 5px;
}
.upsell-capsulated .upsel-lg-item  {
    padding: 15px;
    gap: 1rem;
    justify-content: space-evenly;
}
.upsell-capsulated .upsel-sm-item{
    padding: 5px 1rem;
    justify-content: space-around;
}
.upsell-capsulated .upsel-lg-item > div:nth-child(2),
.upsell-capsulated .upsel-lg-item > div:first-child,
.upsell-capsulated .upsel-lg-item > div:last-child,
.upsell-capsulated .upsel-lg-item > div:first-child img,
.upsell-capsulated .upsel-lg-item > div:nth-child(2) img ,
.upsell-capsulated .upsel-lg-item > div:last-child img {
    width: -webkit-fill-available;
}
.upsell-capsulated .product-c-image img {
    transition: 0.3s all ease-in-out;
    padding: 1rem;
}
 .product-title-item:hover .product-c-image {
    transform: scale(1.1);
}
.r-sale {
    font-size: 14px;
    font-family: 'Almarai-Regular';
}
.upsell-capsulated .sale {
    position: absolute;
    background-color: #B52025;
    padding: 2px 1rem;
    top: 0;
    margin-top: 1rem;
    left: 11px;
    clip-path: polygon(100% 0, 100% 50%, 83% 100%, 0 100%, 0 0);
    color: #ffff;
    font-family: 'lato-bold';
    border-radius: 5px 0 0 0;
}
.upsell-capsulated .r-sale {
    position: relative;
    font-family: Lato-Bold;
}
.upsell-capsulated .s-top-upsale {
    margin: 2rem 10px 10px;
}
.upsell-capsulated .offsell-price {
    background-image: url("../img/offsale-promo.svg");
    background-repeat: no-repeat;
    height: 350px;
    align-content: center;
}
.upsell-capsulated .free-shipping {
    font-size: xx-large;
    font-family: 'Almarai-Bold';
}
.upsell-capsulated .percent-off {
    font-size: 80px;
    font-family: Lato-Bold;
}
.upsell-capsulated .offsell-price > div {
    padding: 0 4rem;
    
}
.upsell-capsulated .offsell-price > div > div:first-child {
    margin-bottom: 3.5rem;
    font-family: 'Almarai-Regular'
}
.upsell-capsulated .same-day{
    border-right: 1px solid white;
    padding: 0 1rem;
    margin-bottom: 3.5rem;
    height: 200px;
    font-family: 'Almarai-Regular'
}

.upsell-capsulated .f-ships {
    padding: 0 1rem;
    font-family: 'Almarai-Regular'
}
.upsell-capsulated .learn-more {
    width: fit-content;
    padding: 8px 1rem;
    margin-top: 1rem;
    background-color: transparent;
}
.upsell-capsulated .learn-more:hover {
    background-color: #265fb4;
}
.upsell-capsulated .learn-more a {
    text-decoration: none;
}
.upsell-capsulated .s-top-upsale > div:only-child a,
.upsell-capsulated .product-title-item > span > a {
    text-decoration: none;
}
.upsell-capsulated > div > div:first-child {
    padding: 3rem 1rem .5rem;
    color: #3A6DA8;
    font-family: Lato-Bold;
    font-size: 20px;
}
.product-upsell-image > img {
    transition: 0.3s all ease-in-out;
}
.upsell-capsulated .product-title-item .price {
    color: #000000;
}
.upsel-lg-item:hover .product-c-image > img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .m-sm-con {
        align-items: center;
    }
    .m-sm-con > div,
    .upsell-capsulated .f-ships  {
        width: 100%;
    }
    .m-sm-con .c-sm-upsell > div:first-child, 
    .m-sm-con .c-sm-upsell > div:last-child { 
        width: 50%;
    }
    .upsell-capsulated .same-day, 
    .upsell-capsulated .offsell-price > div > div:first-child {
        margin-bottom: 0;
        width: 100%;
    }
    .upsell-capsulated .offsell-price > div > div:first-child {
        flex-direction: column;
        align-items: center!important;
    }
}
/* @media (max-width: 884px) { */


@media (max-width: 860px) {
    .m-wrap-upsell {
        flex-wrap: wrap;
    }
    .m-wrap-upsell > div:first-child,
    .m-wrap-upsell > div:last-child {
        max-width: 50%;
    }
    .offsell-price > div,
    .upsell-capsulated .same-day {
        flex-wrap: wrap;
    }
    .upsell-capsulated .upsell-capsulated .same-day {
        margin-bottom: 0;
    }
    /* .upsell-capsulated .f-ships  {
        width: 100%;
    } */
    .upsell-capsulated .m-delivery  {
        max-width: 50%;
    }
    .upsell-capsulated .free-shipping {
        font-size: large;
    }
}
@media (max-width: 576px) {
    .upsell-capsulated .m-delivery {
        max-width: 100%;
    }
}
@media (max-width: 437px) {
    .upsell-capsulated .upsell-top, 
    .upsell-capsulated > div > div:first-child {
        display: none!important;
    }
    .c-sm-upsell {
        flex-wrap: wrap;
    }
    /* .m-wrap-upsell > div:first-child, .m-wrap-upsell > div:last-child {
        width: 100%;
    } */
    /* .m-sm-con .c-sm-upsell > div:first-child, .m-sm-con .c-sm-upsell > div:last-child {
        width: 100%;
    } */
    .upsell-capsulated .percent-off {
        font-size: 50px;
    }
    .upsell-capsulated .offsell-price > div {
        padding: 0;
    }
    .upsell-capsulated .m-delivery  {
        width: 100%;
    }
    .upsell-capsulated .upsel-lg-item,
    .upsell-capsulated .upsel-sm-item {
        margin: 1rem 5px;
    }
    .c-upsell > div:first-child > div {
        margin: 0;
    }
    .m-wrap-upsell,
    .c-sm-upsell {
        flex-direction: column;
    }
    .m-wrap-upsell > div:first-child, .m-wrap-upsell > div:last-child {
        max-width: 100%;
    }
    .m-sm-con .c-sm-upsell > div:first-child, .m-sm-con .c-sm-upsell > div:last-child {
        width: 100%;
    }
    /* .m-sm-con .c-sm-upsell > div:first-child, 
    .m-sm-con .c-sm-upsell > div:last-child { 
        max-width: 50%;
    } */
   
}
/* @media (max-width: 585px) {
    .upsell-capsulated .m-delivery {
        width: 100%;
    }
   
} */
/* @media (max-width: 471px) {
    .m-wrap-upsell,
    .c-sm-upsell {
        flex-direction: column;
    }
    .m-wrap-upsell > div:first-child, .m-wrap-upsell > div:last-child {
        max-width: 100%;
    }
    .m-sm-con .c-sm-upsell > div:first-child, .m-sm-con .c-sm-upsell > div:last-child {
        max-width: 100%;
    }
} */
/* END Ian upsell*/

/* why-choose us start */
.c-choose-us {
    margin-top: 50px;
}

.c-choose-us .c-choose-us-title h3 {
    color: #3a3c3f;
}

.c-choose-us .c-choose-us-title h3 > span {
    color: #357FD6;
}

.c-choose-us .c-see-why-us .fs-1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: normal;
}
.c-choose-us .c-choose-us-text {
    color: #2b2b2b;
}

.c-choose-us .package-deliver > img {
    max-width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}
.c-choose-us .c-see-why-us {
    padding-left: 2.5rem;
}

@media screen and (max-width: 550px) {
    .c-choose-us .c-see-why-us .fs-1 {
        font-size: 48px !important;
    }
}


@media (max-width: 1200px ) {
    .c-choose-us .info-item {
        width: min-content;
    }
}
@media (max-width: 931px) {
    .c-choose-us .info-item {
        justify-content: left;
        /* width: 100%; */
        justify-content: center;
    }
}
@media (max-width: 991px ) {
    .c-choose-us .package-deliver,
    .c-choose-us .context-deliver {
            width: 50%;
    }
    .c-choose-us .con-item {
        gap: 1rem;
        display: flex;
    }
}
@media (max-width: 767px) {
    .c-choose-us > div {
        flex-direction: column;
        padding: 1rem;
    }
    .c-choose-us .package-deliver,
    .c-choose-us .context-deliver, 
    .c-choose-us .package-deliver > img  {
            width: 100%;
    }
    .c-choose-us .c-see-why-us {
        padding-left: 0;
    }
    .c-choose-us {
        margin-top: 2rem;
    }
   
}


/* discover banners */

.discover-banners {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0 , 1fr));
    gap: 1.1rem;
    font-family: 'Lato';
}
.discover-banners > div {
    height: 100%;
    display: flex;
    align-items: center;
}
.discover-banners > div > div:first-child {
    padding: 16px 0 16px 48px;
    width: 70%;
}

.discover-banners > div > div:first-child button {
    border-radius: 0;

}

.discover-banners > div> div:first-child button:hover {
    color: #fff;
}

.discover-banners > div > div:first-child  + div {
    padding: 1rem;
}

.discover-banners > div h6 {
    margin-bottom: 1rem;
}
.discover-banners > div h6,
.discover-banners > div button {
    color: #fff;
}

.discover-banners > div:first-child {
    background: rgb(41,106,202);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 8% 100%, 0% 40%);
    background: linear-gradient(180deg, rgba(41,106,202,1) 0%, rgba(33,73,120,1) 100%);
}

.discover-banners > div:first-child > div:first-child button {
    background-color: #3E79B0;
    border-radius: 0;
    width: max-content;
}
.discover-banners > div:first-child > div:first-child button:hover {
    background-color: #106bbf;
    color: #fff;
}

.discover-banners > div:first-child + div {
    background: rgb(191,40,40);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 40%, 92% 100%, 0% 100%);
    background: linear-gradient(180deg, rgba(191,40,40,1) 0%, rgba(120,33,33,1) 100%);
    align-items: center;
}

.discover-banners > div:first-child + div button {
    background-color: #B30202;
}
.discover-banners > div:first-child + div button:hover {
    background-color: #730505;
}
@media (max-width: 897px) {
    .discover-banners > div > div:first-child + div {
        display: none;
    }
    .discover-banners > div > div:first-child {
        width: 100%;
    }
}
@media only screen and (max-width: 600px)  {
    .discover-banners {
        display: none;
    }
}

/* end discover banners */


/* exclusive amps & kits */

.exclusive-amps-kits  {
    display: grid;
    grid-template-columns: repeat(4 , minmax(0 ,1fr));
    gap: 0.5rem;
}

.exclusive-amps-kits > div {
    height: 100%;
}

.exclusive-amps-kits > div:first-child,
.exclusive-amps-kits > .exclusive-amps-kits-products {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 0;
    gap: 1rem;
}



.exclusive-amps-kits > div:first-child h3 {
    font-size: 30px;
    font-weight: 600;
}

.exclusive-amps-kits > div:first-child .amps-highlight-text {
    padding: 10px 0;
}

.exclusive-amps-kits > div:first-child small {
    font-size: 14px;
    font-weight: bold;
}

.exclusive-amps-kits > div:first-child .amps-highlight-text > span {
    background-color: #1A509D;
    padding: 8px 18px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 10% 100%, 0% 40%);
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    font-family: 'Almarai';
}

.exclusive-amps-kits > .amps-title > div:last-child {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Lato';
}

.exclusive-amps-kits > .exclusive-amps-kits-products  {
    border: 1px solid #CED4DA;
    padding: 10px;
}

.exclusive-amps-kits > .exclusive-amps-kits-products > div:first-child {
    display: flex;
    justify-content: center;
}

.exclusive-amps-kits > .exclusive-amps-kits-products a {
    text-decoration: none;
    font-size: 14.3px;
    font-family: 'Lato-Bold';
    color: #1B6CCB;
}

.exclusive-amps-kits > .exclusive-amps-kits-products a:hover {
    color: #378cf1;
}

.exclusive-amps-kits > .exclusive-amps-kits-products .amps-price {

    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.exclusive-amps-kits > .exclusive-amps-kits-products .amps-price > span:first-child {
    font-size: 25px;
    font-weight: 600;
    color: #212529;
}

.exclusive-amps-kits > .exclusive-amps-kits-products .amps-price > span:last-child {
    color: #6c757d;
    text-decoration: line-through;
}

.exclusive-amps-kits > .exclusive-amps-kits-products .amps-button-cart button {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'Lato';
    color: #495057;
}

.exclusive-amps-kits > .exclusive-amps-kits-products .amps-button-cart button:hover {
    color: #35393d;
}




@media only screen and (max-width: 991px) {
    .exclusive-amps-kits > div:first-child h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 760px) {
    .exclusive-amps-kits {
        grid-template-columns: repeat(1 , minmax(0 ,1fr));
    }

    .exclusive-amps-kits > div:first-child h3 {
        font-size: 20px;
    }

    .exclusive-amps-kits > div:first-child .amps-highlight-text > span {
        font-size: 14px;
    }
}
/* end exclusive amps & kits */

/*responsive css*/
@media only screen and (min-width: 2000px) {
    .front-campaign-slider .campaign-image > div {
        height: 530px;
    }
}

@media only screen and (min-width: 2300px) {
    .front-campaign-slider .campaign-image > div {
        height: 700px;
    }
}

@media only screen and (min-width: 3000px) {
    .front-campaign-slider .campaign-image > div {
        height: 800px;
    }
}

@media only screen and (max-width: 1440px) {
    .help-icons {
        display: flex;
        gap: 20px;
    }
}

@media only screen and (max-width: 1380px) and (min-width: 992px) {
    .help-section > div:first-child span.cb-label {
        font-size: 18px;
    }

    .help-section > div:first-child span:last-child {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1320px) {
    .front-slider:after {
        clip-path: polygon(31% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .front-slider .s-content {
        padding-right: 25px;
    }

    .box-section .help-section {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }

    .box-section .static-box {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 10px;
    }

    .box-section .help-icons {
        gap: 55px;
    }

    .static-box .box1 .image-wrapper:before {
        width: 15px;
        height: 35px;
        top: -13px;
        left: -1px;
        transform: rotate(45deg);
    }

    .static-box .box3 .content-wrapper:after {
        width: 15px;
        height: 33px;
        top: -12px;
        right: -1px;
        transform: rotate(-45deg);
    }

    .static-box .cb-label {
        font-size: 18px;
    }

    .help-section > div:first-child:before {
        width: 16px;
        height: 35px;
        bottom: -12px;
        left: -2px;
        top: auto;
        transform: rotate(-42deg);
    }

    .car-fitment-front .car-finder-form .content-label {
        font-size: 1.6rem;
    }

    .top-categories-wrapper .top-product {
        display: none;
    }

    .top-categories {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-categories .product-list {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .top-categories .item-image a {
        height: 185px;
    }

    .category-shop-banner {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .category-shop-banner .banner-wrapper {
        height: 215px;
    }
}

@media only screen and (max-width: 1160px) {
    .front-slider:after {
        display: none;
    }

    .car-fitment-front {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .featured-products-slider {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mv-banner {
        display: none;
    }

    .mv-products {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mv-products .product-list {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .front-slider {
/*        background-position: right;*/
        background-position-x: 98%;
        background-repeat: no-repeat;
    }

    .front-slider .s-content {
        flex: 0 0 57%;
        max-width: 57%;
    }

    .front-slider .s-image {
        display: none;
    }

    .front-campaign-slider .campaign-image > div {
        height: 410px;
        background-size: cover!important;
    }

    .car-fitment-front {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .featured-products-slider {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .car-fitment-front .car-fitment-wrapper {
        clip-path: none;
        padding: 60px 20px;
    }

    .car-fitment-front .car-finder-form .content-label {
        font-size: 1.4rem;
    }

    /*.featured-brands {
        display: none;
    }*/

    .top-categories .item-image a {
        height: 160px;
    }

    .category-shop-banner {
        display: none;
        padding: 0;
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-shop-banner.tablet {
        display: block;
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-shop-banner.tablet .banner-wrapper {
        height: 245px;
        background-position: center;
    }

    .category-shop-banner.tablet .banner-wrapper > div {
        row-gap: 3px;
    }

    .category-shop-banner.tablet .content-label,
    .category-shop-banner.tablet .content-name,
    .category-shop-banner.tablet .discount-text {
        text-transform: uppercase;
    }

    .category-shop-banner.tablet .discount-text {
        font-family: Lato-Regular;
    }

    .discover-banners {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .mv-products .product-list {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .static-box .cb-label {
        font-size: 17px;
    }

    .car-fitment-front .car-finder-form .content-label {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .front-slider {
        background-position-x: 78%;
        height: 340px;
    }

    .front-slider .s-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .front-page .box-section {
        display: none;
    }

    .front-page .center-wrapper {
        flex-wrap: wrap;
    }

    .front-campaign-slider .campaign-image > div {
        height: 325px;
    }

    .car-fitment-front {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .featured-products-slider {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .featured-products-slider .slider-wrapper {
        padding-left: 0;
    }

    .front-page .swiper-button-prev {
        left: -5px;
    }

    .front-page .swiper-button-next {
        right: -5px;
    }

    .top-categories {
        row-gap: 25px;
    }

    .top-categories .content-wrapper:before,
    .top-categories .content-wrapper:after {
        display: none;
    }

    .top-categories-wrapper > div:first-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 25px;
    }

    .top-categories-wrapper h2 {
        text-align: center;
    }

    .top-categories .product-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-categories .item-image {
        height: 100%;
    }

    .top-categories .item-image a {
        height: 100%;
        padding: 6px;
    }

    .top-categories .content-wrapper {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background: #EAEFF2;
    }

    .top-categories .product-list:hover .content-wrapper {
        background: #F5F7F8;
    }

    .front-top-categories-section {
        margin-bottom: 30px;
    }

    .mv-products-wrapper > div:first-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 25px;
    }

    .mv-products-wrapper h2 {
        text-align: center;
    }

    .mv-products .product-list {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .featured-brands {
        background: transparent;
        padding: 0;
    }

    .featured-brands .swiper.content-wrapper {
        padding: 0;
    }

    .featured-brands .content-label {
        text-align: center;
    }
}

@media only screen and (max-width: 670px) {
    .top-categories .product-list {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .top-categories .content-wrapper {
        height: 107px;
        width: 107px;
    }
}

/*@media only screen and (max-width: 520px) {
    .top-categories .content-wrapper {
        height: 75px;
        width: 75px;
    }
}

@media only screen and (max-width: 460px) {
    .top-categories .content-wrapper {
        height: 55px;
        width: 55px;
    }
}*/

@media only screen and (max-width: 420px) {
    .top-categories .product-list {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .top-categories .content-wrapper {
        height: 107px;
        width: 107px;
    }

    .category-shop-banner {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .category-shop-banner .banner-wrapper {
        height: 245px;
        background-position: center;
    }

    /*.category-shop-banner.tablet {
        display: none;
    }*/
}

@media only screen and (max-width: 380px) {
    .front-campaign-slider .campaign-image > div {
        height: 295px;
    }

    .car-fitment-front .car-fitment-wrapper {
        padding: 30px 20px;
    }

    .top-categories .content-wrapper {
        height: 90px;
        width: 90px;
    }

    .mv-products .product-list {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-wrapper .add-cart-btn {
/*        clip-path: polygon(0 0, 90% 0, 100% 60%, 100% 100%, 5% 100%, 0% 50%);*/
        clip-path: polygon(0 0, 94% 0, 100% 45%, 100% 100%, 5% 100%, 0% 50%);
    }

    .front-slider .s-content .cb-label {
        font-size: 34px;
    }
}
/*end responsive css*/

/* jeff overrides */
/* .product-wrapper.mv-products > div,
.exclusive-amps-kits > div,
.front-top-categories-section {
    display: none;
}

.product-wrapper.mv-products > div.scrollShow,
.exclusive-amps-kits > div,
.front-top-categories-section.scrollShow {
    display: block;
} */

/* password recovery */

.help-layout-container .password-recovery .title-header,
.help-layout-container .password-old-version .title-header {
    color: #343A40;
    font-weight: 600;
    
}
.help-layout-container .password-recovery .submit-btn,
.help-layout-container .password-old-version .submit-btn {
    background-color: #3A6DA7;
    color: #fff;
}
.help-layout-container .password-old-version .submit-btn {
    width: 100%;
}

.help-layout-container .password-old-version .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
/* end password recovery */
/* car fitment page area */

.car-fitment-container .car-fitment-change {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #E2E8ED;
    padding: 13px;
    margin: 0.5rem 0;
}

.car-fitment-container .car-fitment-change > div:first-child {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.car-fitment-container .car-fitment-change > div:first-child p {
    padding: 10px;
    margin: 0;
}

.car-fitment-container .car-fitment-change > div:first-child p:last-child {
    font-size: 1.23rem;
    font-weight: 600;
}

.car-fitment-container .car-fitment-selector .btn-link {
    text-decoration: none;
}
.car-fitment-container {
    max-width: 1440px;
    margin: 2rem auto;
    padding: 0 15px;
}

.car-fitment-container .top-selling-prods {
    margin: 1.5rem 0;
}

.car-fitment-container .top-selling-prods .btn-product {
    clip-path: polygon(0 0, 90% 0, 100% 60%, 100% 100%, 10% 100%, 0% 40%);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0;
    background-color: #0A387C;
    border: 1px solid #0A387C;
    color: white;

}

.car-fitment-container .top-selling-prods .btn-product:hover {
    background-color: #154a9b;
    color: white;
}

/* CAR TYPES CATEGORIES */
.car-fitment-container .car-fitment-car-categories {
   width: 100%;
   display: grid;
   grid-template-columns: repeat(5, minmax(0 , 1fr));
}

.car-fitment-container .car-fitment-car-categories .item-image {
    height: 383px;
    display: grid;
    place-items: center;
    background-color: #F5F7F8;
    transition: 0.3s ease-in-out;
}


.car-fitment-container .car-fitment-car-categories .item-category:hover .item-image  {
    background-color: #E6E7E9;
    transition: 0.3s ease-in-out;
}

.car-fitment-container .car-fitment-car-categories .item-category img {
    transition: 0.3s ease-in-out;
    object-fit: contain;
}

.car-fitment-container .car-fitment-car-categories .item-category:hover .item-image img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}


.car-fitment-container .car-types-categories .car-types-items a {
    text-decoration: none;
    color: #002B4E;;
    padding: 20px;
    display: block;
    height: 100%;
    transition: 0.3s all ease-in;
}

.car-fitment-container .car-types-categories .car-types-items a:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}



.car-fitment-container .car-types-categories .car-types-items a > .t1 {
    color: #002B4E;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.car-fitment-container .car-types-categories .car-types-items a > .t2 {
    color: #4a5568;
}

.car-fitment-container .car-types-categories .car-types-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

.car-fitment-container .car-types-categories .car-types-item {
    flex: 1 1 calc(20% - 10px); /* 5 columns on large screens */
    max-width: calc(20% - 10px); /* Prevents items from exceeding their size */
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px; /* Optional for a modern look */
    /* padding: 20px; */
    text-align: center;
    box-sizing: border-box; /* Ensure padding and border are included in width */
}


.car-fitment-container .grid-mv-products {
    display: grid;
    grid-template-columns: repeat(5, minmax(0 , 1fr));
 
}

.car-fitment-container .grid-mv-products .bg-shop-category {
    height: 100%;
    background-color: var(--pale-sky-100);
}

.car-fitment-container .grid-mv-products  .product_item {
    display: flex;
    flex: 0 0 25%;
    padding: 1rem 0.5rem;
    text-align: center;
    transition: all 1s ease-in-out;
}

.car-fitment-container .grid-mv-products  .product_item img {
    mix-blend-mode: multiply;
    transition: all 0.3s ease-in-out;
}

.car-fitment-container .grid-mv-products  .product_item:hover > div {
    background-color: #EAEFF2;
    transition: all 0.3s ease-in-out;
}


.car-fitment-container .grid-mv-products  .product_item:hover img {
    transform: scale(1.1);
}

/* Medium screens: Reduce to 3 columns */
@media (max-width: 992px) {
    .car-fitment-container .car-types-categories .car-types-item {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
    .car-fitment-container .grid-mv-products {
        grid-template-columns: repeat(3, minmax(0 , 1fr));
    }
    .car-fitment-container .car-fitment-car-categories {
        grid-template-columns: repeat(3, minmax(0 , 1fr));
    }
}

/* Small screens: Reduce to 2 columns */
@media (max-width: 768px) {
    .car-fitment-container .car-types-categories .car-types-item {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .car-fitment-container .grid-mv-products {
        grid-template-columns: repeat(2, minmax(0 , 1fr));
    }
    .car-fitment-container .car-fitment-car-categories {
        grid-template-columns: repeat(2, minmax(0 , 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .car-fitment-container .car-fitment-car-categories .item-image {
        height: 250px;
    }.car-fitment-car-categories img {
        width: 100%;
        height: 150px;
    }.car-fitment-container .grid-mv-products .product_item img {
        width: 150px;
    }
}

@media only screen and (max-width: 480px) {
    .car-fitment-car-categories img {
        width: 100%;
        height: 100px;
    }
}

/* Extra small screens: Stack items in a single column */
@media (max-width: 320px) {
    .car-fitment-container .car-types-categories .car-types-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .car-fitment-container .grid-mv-products {
        grid-template-columns: repeat(1, minmax(0 , 1fr));
    }
    .car-fitment-container .car-fitment-car-categories {
        grid-template-columns: repeat(1, minmax(0 , 1fr));
    }.car-fitment-container .car-fitment-car-categories .item-image {
        height: 200px;
    }
}

.offcanvas-carfitment-selector .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.offcanvas-carfitment-selector .offcanvas-body h2 {
    font-weight: 600;
    font-family: 'Lato-Bold', sans-serif;
    color: #000;
}

.offcanvas-carfitment-selector .offcanvas-body form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.offcanvas-carfitment-selector .offcanvas-body form select {
    line-height: normal;
}

.title-separator {
    color: #000;
    margin: 10px 15px;

}

/* end |car fitment page area  */


/* login */
.homepage-alert-signin {
    cursor: pointer;
}

/* login canvas responsive */

@media only screen and (max-width: 430px) {
    #offcanvasRightSignIn:not(.hiding),
    .offcanvas-carfitment-selector.show:not(.hiding) {
        width: 100%;
    }    
}

/* end login canvas */

/*giveaway promo*/
.has-promo .top-product {
    display: none;
}

.has-promo .top-categories {
    width: calc(100% - 420px);
}

.has-promo .top-categories > :nth-last-child(3),
.has-promo .top-categories > :nth-last-child(4) {
    display: none;
}

.giveaway-promo {
    position: relative;
    padding-right: 5px;
    width: 420px;
}

.giveaway-promo .content-wrapper {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #F5F7F8 0%, #BBBCC1 100%);
    overflow: hidden;
    display: flex;
    position: relative;
}

.promo-img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    position: relative;
    z-index: 1;
}

.promo-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@font-face {
    font-family: Almarai-ExtraBold;
    src: url(../fonts/Almarai/Almarai-ExtraBold.ttf);
}

.giveaway-promo .section-heading {
    color: #1A2A40;
    font-family: Almarai-ExtraBold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.giveaway-promo .section-heading span {
    color: #1B6CCB;
}

.giveaway-promo .section-heading span:first-of-type {
    color: #1877F2;
}

.giveaway-promo .section-heading span:last-of-type {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.giveaway-promo .btn-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.social-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 10px;
}

.social-btns a {
    display: inline-block;
    width: 185px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.social-btns a:first-child {
    background-image: url('../img/promo-fb-btn.png');
}

.social-btns a:last-child {
    background-image: url('../img/promo-ig-btn.png');
}

.cta-btn {
    display: inline-block;
    width: 95%;
    height: 35px;
    text-decoration: none;
    background-image: url('../img/giveaway-promo-btn.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.social-btns a:hover,
.cta-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.giveaway-promo .btn-wrapper p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1320px) {
    .has-promo .top-categories {
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
    }

    .giveaway-promo {
        width: 400px;
    }

    .giveaway-promo .section-heading {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1320px) and (min-width: 992px) {
    .has-promo > div > div:nth-child(2) {
        flex-wrap: wrap;
    }

    .giveaway-promo {
        width: 100%;
        order: 2;
        padding: 0;
        max-width: 460px;
        margin: 30px auto 0;
    }

    .has-promo .top-categories {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .giveaway-promo .btn-wrapper {
        margin-bottom: 0;
    }

    .social-btns a {
        width: 185px;
    }
}

@media only screen and (min-width: 992px) {
    .has-promo .top-categories .product-list,
    .category-shop-banner {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .has-promo > div > div:nth-child(2) {
        flex-wrap: wrap;
    }

    .giveaway-promo {
        width: 100%;
        order: 2;
        padding: 0;
        max-width: 460px;
        margin: 30px auto 0;
    }

    .has-promo .top-categories {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .giveaway-promo .btn-wrapper {
        margin-bottom: 0;
    }

    .social-btns a {
        width: 185px;
    }

    .has-promo .top-categories > :nth-last-child(3) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .has-promo .top-categories > :nth-last-child(3) {
        display: flex;
    }

    .giveaway-promo {
        max-width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .promo-content {
        padding: 15px;
    }

    .giveaway-promo .section-heading {
        font-size: 20px;
    }

    .social-btns a {
        width: 155px;
        height: 25px;
    }

    .cta-btn {
        height: 30px;
    }

    .giveaway-promo .btn-wrapper p {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 450px) {
    .giveaway-promo .section-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .promo-content {
        padding: 15px 10px;
    }

    .promo-img {
        top: -2px;
    }

    .giveaway-promo .btn-wrapper p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 390px) {
    .promo-content {
        padding: 8px 10px;
    }

    .giveaway-promo .section-heading {
        font-size: 16px;
        line-height: 24px;
    }

    .promo-img {
        top: 12px;
    }

    .social-btns a {
        width: 125px;
        height: 20px;
    }

    .cta-btn {
        height: 25px;
    }

    .giveaway-promo .btn-wrapper p {
        display: none;
    }
}
/*end responsive css*/
