@media screen and (min-width:701px) {

    .desktop-img,
    .desktop-banner-img {
        display: block;
    }

    .mobile-img,
    .mobile-banner-img {
        display: none;
    }
}

@media screen and (max-width:701px) {

    .desktop-img,
    .desktop-banner-img {
        display: none;
    }

    .mobile-img,
    .mobile-banner-img {
        display: block;
    }
}

.aq-blog-area .aq-blog-meta-cat p {
    font-size: 10px;
    line-height: normal;
}



/* footer mobile screen css */
footer .aq-footer-dropdown-icon {
    display: none;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    footer .aq-footer-dropdown-toggle {
        cursor: pointer;
        align-items: center;
    }

    footer .aq-footer-dropdown-icon {
        display: inline-flex;
    }

    footer .aq-footer-dropdown-content {
        display: none;
        padding-top: 10px;
    }

    footer .aq-footer-dropdown.active .aq-footer-dropdown-icon {
        transform: rotate(180deg);
    }

    footer .aq-footer-widget.aq-footer-dropdown {
        border-bottom: 1px solid #ccc;
    }

    .bestseller-section .aq-product-main .aq-product-content p {
        height: 110px;
    }


}

@media screen and (min-width: 992px) {
    footer .aq-footer-dropdown-content {
        display: block !important;
    }



    .aq-product-arrow {
        display: none;
    }

    footer .aq-footer-widget.aq-footer-dropdown .aq-footer-dropdown-toggle .aq-footer-dropdown-icon {
        display: none;

    }



}

@media screen and (min-width: 768px) {
    .aq-footer-area {
        padding-bottom: 50px;
    }
}

@media screen and (min-width:1441px) {
    footer .footer-bottom .font-heading h1 {
        font-size: 7rem;
    }
}


@media screen and (min-width: 1201px) and (max-width:1440px) {
    footer .footer-bottom .font-heading h1 {
        line-height: 1;
        font-size: 6rem;
    }

}

@media screen and (max-width:1200px) and (min-width:992px) {
    footer .footer-bottom .font-heading h1 {
             font-size: 5rem;
    }
}
.collection-section .collection-image{
    row-gap: 10px;
}

.aq-header-top-account{
    position: relative;
    list-style: none;
}

.account-btn{
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.account-dropdown{
    position: absolute;
    top:40px;
    right: 0;
    width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    z-index: 999;
}

.account-dropdown li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    text-align: start;
}

.account-dropdown li:hover{
    background: #f5f5f5;
}

/* Hover on icon OR dropdown */
.aq-header-top-account:hover .account-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.aqf-slider-content{
    max-width:550px;
    position:absolute;
    top:0;
}
/* @media screen and(max-width:767px) {
    .aqf-slider-content{
    position: relative;
    max-width: 100%;
}
} */

/* sticky-button */

.sticky-icon {
  z-index: 1;
  position: fixed;
  bottom: 10%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}
 
.sticky-icon .Facebook {
  background-color: #259fe2;
  color: #fff;
}

.sticky-icon .Instagram {
  background-color: #259fe2;
  color: #fff;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon #myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #259fe2;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.sticky-icon .fa-arrow-circle-up {
  font-size: 30px;
}

.sticky-icon #myBtn:hover {
  background-color: #555;
}

@media screen and (max-width: 767px) {
  .sticky-icon {
    width: 160px;
    bottom: 85px;
  }
  .sticky-icon a {
    transform: translate(120px, 0px);
    padding: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .sticky-icon a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
  }
}

/* Constrain homepage slider image height on desktop to reduce vertical space */
@media screen and (min-width: 992px) {
    .aqf-slider-5-style .aqf-slider-thumb img.desktop-img {
        aspect-ratio: 926 / 392;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}

/* ============================================
   Pagination active state fix for OpenCart
   ============================================ */
.aq-pagination nav ul li.active span {
    background: #000;
    color: #fff;
    border-color: #000;
}

