


@media(max-width: 990px){
  .main__footer {grid-template-columns: 1fr 1fr; }

.footer__widget--menu__wrapper .footer__widget {
    margin: 0;
}

.breadcrumb__section {
    padding: 30px 0;
    height: unset;
}

ul.image_lists {
    width: 15%;
}

.product_grid .quickview__product--media {
    width: 85%;
}




}
/* 990px */



@media(max-width: 768px){
.main__footer {grid-template-columns: 1fr; }
  
.footer__widget--title__arrowdown--icon path {
  fill: #020501;
}

.footer__widget--title {
    /* margin: 0; */
}

.main__footer {
    gap: 15px;
}

.footer__section {
    padding-bottom: 0;
}

.copyright__content {
    margin: 0 !important;
}
.footer__widget.active{ padding:0; }

.footer__widget--title {
    margin-bottom: 10px !important;
    font-weight: 500;
}

.miIcon {
    display: none;
}

.miSecIn:before {
    display: none;
}

.miInnBox {
    padding: 25px 25px;
    border-radius: 0;
    box-shadow: unset;
}

.miSecIn li {
    line-height: normal;
}

.miSecIn p {
    color: #111;
}

.aboutPage {
    padding: 50px 0px;
}

.breadcrumb__content--title {
  font-size: 25px;
}

.padTB{ padding:50px 0; }

.productPage .product__items--content {
    padding: 5px;
}

.productPage .product__items--content a {
    font-size: 12px;
    padding: 2px 10px;
    height: unset;
    line-height: unset;
}

.select_year {
    display: grid;
    width: 100%;
    row-gap: 5px;
}

a#cartopenbtn {
    font-size: 13px;
    padding: 15px 10px;
    height: unset;
    line-height: normal;
    font-weight: 700;
    background: #d70e0e;
    border-radius: 10px 0px 0 10px;
}

}
/* 768px */




@media(max-width: 575px) {

.header__topbar{ display:none; }  
.home1__slider--bg {
height: 410px;
}

.shipping__section.shipping__style3 {
bottom: unset;
}

.conLoopBox svg {
display: none;
}

#scroll__top {
bottom: 20px;
width: 30px;
height: 30px;
}

#scroll__top svg {
  width: 15px;
}

.breadcrumb__content--title {
  font-size: 22px;
}


.quickview__info .product__details--info__title {
    font-size: 18px;
}

.product__details--info__title a img {
    height: 20px;
}

.modal-title {
    font-size: 15px;
}

a#cartopenbtn {
    font-size: 13px;
}

.partnerProgram .contact__form{ padding:15px; border: 1px solid #ac997e; }

.contact__info--icon {
    padding: 0;
    margin-right: 5px;
}

.contact__info--icon svg {
    width: 15px;
}


}
/* 575px */
