/** Shopify CDN: Minification failed

Line 1567:0 Expected "}" to go with "{"

**/
@media only screen and (min-width: 1921px) {
  /* ...existing code... */
}

@media only screen and (min-width: 1025px) {
  /* ...existing code... */
}

@media only screen and (max-width: 1750px) {
  /* ...existing code... */
}

@media only screen and (max-width: 1699px) {
  .collect-prev-arrow {
    left: -40px;
  }
  .collect-next-arrow {
    right: -40px;
  }
}

@media only screen and (max-width: 1599px) {
  .collect-prev-arrow {
    left: 10px;
  }
  .collect-next-arrow {
    right: 10px;
  }
  .related-product .container,
  .product-detail .container {
    padding: 0 30px;
  }
  .abt1-row {
    gap: 100px;
  }
  .contact-form-wrapper {
    padding-right: 30px;
  }
  .contact-info {
    padding-left: 30px;
  }
  .container{
    padding: 0 30px
  }
  .hero-banner-image .slide-img img{
    max-height: 800px;
  }
  .shop-look-container{
    margin: 34px 30px 0 0;
    padding: 10px;
  }
  .shop-cart{
    margin: -5px auto auto;
  }
  .shop-img{
    width: 70%;
  }
}

@media only screen and (max-width: 1499px) {
  .main-nav ul li {
    margin-right: 35px;
  }
  .nav-logo {
    width: 170px;
  }
  .nav-link::after {
    height: 7px;
    width: 10px;
  }
  .newsletter-form {
    width: 100%;
  }
  .thumbnail-images {
    padding-right: 50px;
  }
  .abt1-row {
    gap: 80px;
  }
  .abt1-content .sec-title,
  #insta-feed h2{
    font-size: 32px;
  }
  .contact-info {
    padding-right: 50px;
    align-items: start;
  }
  .contact-form-wrapper .sec-title {
    margin-bottom: 45px;
  }
  .contact-info-wrapper {
    min-width: auto;
  }
  .shop-img{
    width: 65%;
  }
.loader .circle,
  .loader .circle .outline {
    height: 30px;
    width: 30px;
  }
  .loader .circle .dot{
    height: 12px;
    width: 12px;
  }
  .footer-bottom, .footer-bottom a{
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .main-nav ul li a {
    font-size: 15px;
  }
  .nav-logo {
    width: 150px;
  }
  .nav-link::after {
    top: 6px;
  }
  .hero-prev-arrow,
  .hero-next-arrow {
    width: 50px;
    height: 50px;
  }
  .hero-icon {
    height: 10px;
  }
  .shop-look-container {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1299px) {
  .banner-sec-title {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 0;
  }
  .banner-hero-des {
    font-size: 28px;
    margin-bottom: 0;
  }
  .btn {
    padding: 12px 30px;
  }
  .account-icon,
  .cart-icon,
  .searchIcon {
    font-size: 18px;
  }
  .quantity-container {
    padding-top: 25px;
  }
  .contact-info,
  .contact-info-wrapper {
    gap: 30px;
  }
  .contact-form-wrapper .sec-title {
    margin-bottom: 30px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .contact-info-sec {
    padding-bottom: 80px;
  }
  .contact-info,
  .contact-form-wrapper {
    padding-top: 80px;
  }
  .abt1-content .sub-title {
    font-size: 24px;
  }
  .abt1-content .sub-title:nth-last-child(1) {
    font-size: 20px;
  }
  .hero-banner-content{
    width: 440px
  }
   .hero-banner-image .slide-img img{
    max-height: 700px;
  }
   .footer-bottom, .footer-bottom a{
    margin-top: 50px;
  }
  .about-title {
  font-size: 40px;
}
  .about-content {
    padding-right: 20px;
  }
 
}

@media only screen and (max-width: 1199px) {
  .top-bar {
    display: none;
  }
  .main-header {
    height: 60px;
  }
  .burger {
    display: block;
  }
  .about-section {
    margin-bottom: 60px;
}
  .main-nav ul li {
    margin-right: 0px;
  }
  .nav-logo {
    width: 135px;
  }
  .search-container {
    min-height: 50vh;
    height:auto;
    width: 100%;
  }
  .search-input {
    top: 20%;
    right: 97%;
  }
  .main-nav {
    position: absolute;
    background-color: #ffffff;
    height: 100vh;
    width: 300px;
    top: -0px;
    left: -100%;
    z-index: 9999;
  }
  .main-nav .nav-logo {
    display: block !important;
    background-color: #f5f5f5;
    width: 100%;
    padding: 20px 40px;
  }
  .nav-link::after {
    top: 14px;
    left: 90%;
    transform: rotate(270deg);
  }
  /* .nav-item:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    } */

  .main-nav .close-nav {
    display: block;
  }
  .main-nav ul {
    padding: 30px 0px;
    flex-direction: column;
  }
  .main-nav > ul > li {
    padding: 0 30px;
    margin: 0 !important;
  }

  .main-nav > ul > li:hover {
    background-color: #ffffff;
  }
  .main-nav > ul > li > a {
    padding: 10px 10px;
  }
  .nav-item > .sub-menu {
    max-height: 0;
    width: unset;
    min-width: unset;
    position: unset;
    border: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .sub-menu li a {
    padding: 5px 0;
  }
  .nav-item > .nav-link.active + .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-item:hover > .sub-menu {
    transform: translateY(0px);
  }
  .nav-link.active::after {
    transform: rotate(360deg);
  }
  .sub-menu::before {
    display: none;
  }
  .banner-sec-title {
    font-size: 42px;
    line-height: 50px;
  }
  .banner-hero-des {
    font-size: 26px;
  }
  .btn {
    font-size: 16px;
  }
  .sec-title {
    font-size: 38px;
  }
  .shop-container,
  .instagram .cloth-container {
    padding-bottom: 0;
  }
  .about-icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  .about-title {
    font-size: 32px;
    line-height: 1;
  }
  .about-content p {
    padding-bottom: 0;
    line-height: 1.4;
  }
  .about-content > p{
    font-size: 16px;
  }
  .about-content>.btn {
    margin: 20px 0 0;
    padding: 10px 30px;
  }
  .about-btn {
    margin-top: 15px;
  }
  .shop-img {
    width: 62.5%;
  }
  .shop-img img {
    width: 100%;
    height: 100%;
  }
  .footer-section h4 {
    font-size: 20px;
  }
  .product-head p,
  .product-head .product-title {
    font-size: 34px;
    line-height: 40px;
  }
  .product-detail .main-image {
    width: 100%;
    height: 100%;
  }
  .cms-con p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .cms-con b {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .quantity-box {
    width: 150px;
  }
  .quantity-box input {
    width: 50px;
    height: 100%;
  }
  .product-head .product-title,
  .product-head p {
    font-size: 30px;
    line-height: 34px;
  }
  .quantity-container {
    padding-top: 20px;
  }
  .product-extra-info p {
    margin-bottom: 0;
  }
  .categories {
    padding: 15px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .listing-sec {
    padding: 60px 0;
  }

  .hero-detail-banner{
    padding: 40px 0;
  }
  .banner-content .banner-head .banner-title {
    font-size: 44px;
    line-height: 58px;
  }
  .thumbnail-images {
    padding-right: 30px;
  }

  .abt1-row {
    gap: 40px;
  }
  .abt1-content .sec-title,
  #insta-feed h2{
    font-size: 28px;
  }
  .abt1-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .abt-hero .banner-image .banner-img1 img {
    width: 500px;
  }
  .contact-info,
  .contact-info-wrapper {
    gap: 20px;
  }
  .contact-form-wrapper {
    padding-bottom: 10px;
  }
  .contact-form-wrapper .sec-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .contact-info .sec-title {
    font-size: 32px;
  }
  textarea {
    height: 180px;
  }
  label {
    font-size: 16px;
    line-height: 1;
  }
  .info-title {
    font-size: 20px;
    line-height: 1;
  }
  .info-item p {
    font-size: 16px;
    line-height: 1.5;
  }
  .info-head {
    gap: 5px;
  }
  .phone-icon,
  .email-icon,
  .address-icon {
    font-size: 20px;
  }
  .contact-info {
    justify-content: space-between;
  }
  .msg-btn {
    margin: 20px 0;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group.name-group > .name-label {
    margin-bottom: 12px !important;
  }
  .abt1-content {
    gap: 5px;
  }
  .icon-checkmark{
    top:7px !important;
  }
  .collection-section{
    padding-top: 40px;
  }
  #insta-feed{
  padding-top:40;
}
.hero-banner-image .slide-img img{
    max-height: 600px;
  }
.shop-look{
  margin: 0px 0px;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .shop-look-container{
    height: 100%;
    width: 28%;
  }
  .shop-look-img img {
    height: 300px;
    width: 240px;
  }
  .loader .circle .dot{
    height: 10px;
    width: 10px;
  }
  .loader .circle,
  .loader .circle .outline {
    height: 25px;
    width: 25px;
  }
   .footer-bottom, .footer-bottom a{
    margin-top: 40px;
  }
  
}

@media only screen and (max-width: 991px) {
  .common-sec {
    padding-top: 45px;
  }
   .collection-section{
    padding-top: 20px;
  }
  p {
    margin-bottom: 0px;
  }
  .hero-prev-arrow,
  .hero-next-arrow {
    width: 40px;
    height: 40px;
    top: 35%;
  }
  .hero-banner-content {
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-sec-head {
    padding: 30px 20px;
    width: 450px;
    background-color: rgb(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .clothing-sec .sec-head {
    width: 70%;
  }
  .product-image .cart-icon {
    opacity: 1;
    display: flex;
    bottom: 10px;
    height: 40px;
    width: 40px;
  }
  /* .add-to-cart-btn {
    display: none;
  } */

  .shop-container {
    flex-direction: column;
  }
  .shop-img {
    width: 100%;
    max-width: 100%;
  }
  .shop-slider {
    border: none;
  }
  .shop-look-container .close-icon {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    font-size: 20px;
    z-index: 99;
  }
  .shop-look-img img {
    height: 240px;
    width: 160px;
  }
  .shop-look-container .close-icon i {
    font-size: 20px;
  }
  .shop-pagination {
    position: absolute;
    top: 10px;
    left: 20px;
    transform: translate(0);
    font-size: 20px;
  }

  .shop-look-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    margin: 0;
    width: 100%;
    height: 60%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 40px 20px;
    border-radius: 12px 12px 0 0;
    transition: all 0.4s ease;
  }

  .shop-look-container.open {
    bottom: 0;
  }
  /* .shadow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 998;
        display: none;
    } */
  .collect-prev-arrow,
  .collect-next-arrow {
    height: 35px;
    width: 35px;
  }

  .shadow.active {
    display: block;
  }
  .shop-look {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin: auto;
  }
  .shop-look-container .collect-prev-arrow,
  .shop-look-container .collect-next-arrow {
    display: block !important;
    visibility: visible !important;
    height: 40px;
    width: 40px;
  }
  .shop-look-container .collect-next-arrow {
    right: 10px;
  }
  .shop-look-container .collect-prev-arrow {
    left: 10px;
  }
  .about-content {
    padding-right:15px;
  }
  .about-content p {
    width: 100%;
    margin: auto;
  }
  .about-content > p{
    font-size: 14px;
  }
  .about-content>.btn {
    margin: 15px 0 0;
    text-transform: uppercase;
    padding: 7px 25px;
    font-size: 16px;
}
  .about-title {
    font-size: 28px;
  }
  .footer-section .row .col-lg-2 {
    width: 50%;
  }
  .accounts {
    order: 5;
  }
  .shop {
    order: 2;
  }
  .support {
    order: 3;
  }
  .connect {
    order: 4;
  }
  .sign-up-form {
    order: 1;
    max-width: 580px;
  }
  footer .col-6 {
    margin-top: 20px;
  }
  .footer-section ul li {
    margin-bottom: 8px;
  }
  .collection-content {
    padding: 10px 20px;
  }
  .collection-content .collection-title {
    margin-bottom: 10px;
    min-height: 71px;
  }
  /* .common-prev-arrow,
    .common-next-arrow {
        top: -35px;
    } */
  .collection-btn {
    width: 57%;
    padding: 10px 20px;
  }
  .related-product .container,
  .product-detail .container {
    padding: 0 15px;
  }
  .related-product {
    padding-bottom: 50px;
  }
  .product-detail {
    padding: 50px 0;
  }
  .quantity-container label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-head .product-title,
  .product-head p {
    font-size: 28px;
    line-height: 32px;
  }
  .thumbnails .thumb {
    width: 60px;
    height: 60px;
  }
  .banner-image .banner-img1 {
    width: 230px;
    height: 230px;
  }
  .banner-image .banner-img2 {
    width: 110px;
    height: auto;
  }
  .product-des-container .add-to-cart {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product-extra-info li {
    font-size: 16px;
    line-height: 25px;
  }
  .cat-header {
    font-size: 14px;
  }
  .accordion-button::before {
    height: 10px;
    width: 10px;
  }
  .listing-sec {
    padding: 40px 0;
  }
  .list-item .product-image .cart-icon {
    border: 1px solid #517d90;
    z-index: 99;
  }
  .list-item .product-image .cart-icon .shoping-cart {
    background-color: #517d90 !important;
  }
  .list-item .product-inner .product-info {
    padding: 5px 10px;
  }
  .list-item .product-inner .product-info .product-title a,
  .list-item .product-inner .product-info .product-price {
    font-size: 16px;
    margin-bottom: 0;
  }
  .product-container {
    gap: 8px;
    padding: 0 12px;
  }
  .product-container .product-des p {
    font-size: 16px;
  }
  .banner-content .banner-head .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .cms-con ul li {
    font-size: 16px;
    line-height: 25px;
  }
  .cms-con p,
  .cms-con b {
    font-size: 14px;
  }
  .accordion-button {
    padding: 15px 0px;
  }
  .accordion-body {
    padding: 0 0px 20px;
  }
  .list-item .product-inner {
    padding: 0 12px;
  }
  .thumbnail-images {
    flex-direction: column-reverse;
  }
  .thumbnails {
    flex-direction: row;
    margin-left: 10px;
  }
  .product-detail .container > .row {
    padding: 0 15px;
  }

  .contact-info-sec {
    padding-bottom: 40px;
  }
  .contact-form-wrapper {
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 40px;
  }
  .contact-info {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .contact-info .sec-title {
    font-size: 28px;
    margin: 0;
  }
  .contact-form-wrapper .sec-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  textarea {
    height: 140px;
  }
  label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .info-title {
    font-size: 18px;
  }
  .phone-icon,
  .email-icon,
  .address-icon,
  .info-item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .form-control {
    font-size: 16px;
    padding: 5px 10px;
  }
  .msg-btn {
    margin: 15px 0;
    font-size: 14px;
    padding: 15px 20px;
  }
  .contact-info,
  .contact-info-wrapper {
    margin-bottom: 0px;
    gap: 10px;
  }
  .small-label {
    font-size: 14px;
    margin-top: 0;
  }
  .quantity-container {
    padding-top: 10px;
  }
  .product-head {
    padding-bottom: 10px;
  }
  .banner-sec-title {
    text-align: center;
  }
  .abt1-content .sec-title,
  #insta-feed h2{
    font-size: 20px;
  }
  .abt-sec-2 .container {
    padding: 0 15px;
  }
  .abt1-content .sub-title {
    font-size: 20px;
  }
  .abt1-content .sub-title:nth-last-child(1) {
    font-size: 18px;
  }
  .abt1-content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .abt1-row {
    gap: 20px;
  }
  .container-left {
    padding-right: 15px;
  }
   .product-image .add-to-cart-btn{
        opacity: 1;
        z-index: 2;
        visibility: visible;
        bottom: 20px;
        color: transparent;
        border: 1px solid #517d90;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        left: auto;
         right:10px;
     transform:none;
        bottom: 10px;
     
  }
  .product-image .add-to-cart-btn:hover{
        color:transparent !important;
       background:#fff;
     }
  .product-inner:hover .add-to-cart-btn{
    bottom:10px;
  }
  .add-to-cart-btn i {
    display: flex;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#517d90;
    
  }
   .footer-bottom, .footer-bottom a{
    margin-top: 30px;
  }
    .about-section {
    margin-bottom: 40px;
}
  .header-actions{
    gap: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-sec-head {
    width: 400px;
  }
  .about-title {
        font-size: 32px;
    }
  .about-content > p{
    font-size: 17px;
  }
  .banner-hero-des {
    font-size: 24px;
  }
  .banner-sec-title {
    font-size: 35px;
    line-height: 35px;
  }
  .btn {
    padding: 10px 30px;
  }
  .sec-title {
    font-size: 30px;
  }
  p,
  .sec-head p {
    font-size: 16px;
  }
  .common-prev-arrow,
  .common-next-arrow {
    display: none;
    visibility: hidden;
  }
  .clothing-sec .sec-head {
    width: 100%;
  }
  /* .shop-look-container {
        width: 70%;
    } */
  .shop-look-container {
    overflow-y: scroll;
  }

  .footer-section ul li a {
    font-size: 16px;
  }
  .footer-section {
    padding: 40px 0;
  }
  .cloth-container {
    padding: 30px 0;
  }
  .about-content {
    margin-bottom: 30px;
    margin-top: 0;
    width: 805px;
    padding: 0;
  }
  .shop-container {
    padding-top: 30px;
  }
  .shop-look {
    width: 100%;
  }
  .collection-btn {
    width: auto;
    padding: 8px 20px;
    font-size: 14px;
  }
  .product-container .product-des p {
    font-size: 16px;
  }
  .related-product {
    padding-bottom: 40px;
  }
  .product-detail {
    padding: 40px 0;
  }
  .thumbnail-images {
    padding-right: 0;
  }
  .thumbnail-images .main-image {
    margin: auto;
  }

  .banner-image .banner-img1 {
    width: 200px;
    height: 200px;
  }

  .categories {
    padding: 30px;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    left: -100%;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
  }
  .categories.open {
    left: 0;
  }
  .categories h3 {
    text-align: center;
  }
  .banner-content .banner-head p {
    font-size: 16px;
  }
  .shortby {
    gap: 5px;
  }
  .shortby label {
    font-size: 14px;
  }
  .total-products p {
    font-size: 16px;
  }
  .thumbnails .thumb {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
  .contact-info-sec .container-lg {
    flex-direction: column;
  }
  .contact-info,
  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .contact-info {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .contact-info-wrapper {
    width: 50%;
    gap: 15px;
  }
  #map {
    width: 50%;
    height: 100%;
  }
  #map iframe {
    object-fit: cover;
  }
  .contact-info .sec-title,
  .contact-form-wrapper .sec-title {
    font-size: 22px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .contact-info,
  .contact-form-wrapper {
    padding: 20px 15px 0 15px;
  }
  .contact-form-wrapper {
    padding-bottom: 30px;
  }
  .contact-info-sec {
    padding-bottom: 0;
  }
  .contact-form-wrapper .sec-title {
    margin-bottom: 15px;
  }
  .contact-form-wrapper form {
    max-width: 100%;
  }
  .container-left {
    padding: 15px 15px 0;
  }
  .abt1-row {
    flex-direction: column;
  }
  .abt2-row.abt1-row {
    flex-direction: column-reverse;
  }
  .abt1-column-content,
  .abt1-column-img,
  .abt2-column-content,
  .abt2-column-img {
    width: 100%;
    max-width: 100%;
  }
  .abt1-content .sec-title,
  #insta-feed h2{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .abt1-content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .abt1-content .sub-title:nth-last-child(1) {
    font-size: 18px;
  }
  .abt1-content .sub-title {
    font-size: 20px;
  }

  .abt-hero .banner-image .banner-img1 img {
    width: 100%;
  }
  .abt2-image img {
    width: 350px;
    object-fit: cover;
  }
  .abt2-image {
    display: flex;
    justify-content: center;
  }
  .abt1-content .sec-title {
    font-size: 32px;
    margin: 0;
  }
  .abt1-content {
    gap: 10px;
  }
  .abt1-content p {
    font-size: 16px;
  }
  .list-item .product-inner .product-info{
    padding:5px;
  }
  #insta-feed{
  padding-top:30px;
}
  /* .loader1 {
    top: 21.2% !important;
    left: 19.2% !important;
} */
   .loader .circle .dot{
    height: 8px;
    width: 8px;
  }
  .loader .circle,
  .loader .circle .outline {
    height: 20px;
    width: 20px;
  }
  
}

@media only screen and (max-width: 568px) {
  .search-container {
    padding: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .footer-section .row {
    padding: 0 15px;
  }
  .search-input {
    top: 25%;
  }
  .main-nav ul {
    padding: 0 0;
  }
  .nav-logo {
    width: 130px;
  }
  .banner-sec-title {
    font-size: 32px;
    line-height: 32px;
  }
  .banner-hero-des {
    font-size: 22px;
  }
  .banner-sec-head {
    width: 80%;
  }
  .banner-sec-head .btn {
    padding: 6px 17px;
    font-size: 12px;
  }
  .btn {
    margin-top: 5px;
    padding: 7px 20px;
    font-size: 14px;
  }
  .sec-title {
    font-size: 28px;
  }
  .collection-container {
    margin-bottom: 30px;
  }
  .collection-slider .slick-dots {
    bottom: -40px;
  }
  .collection-slider .slick-dots li button {
    background-color: #ccc;
  }
  /* .collection-image {
    height: 100%;
  } */
  .footer-section ul li a {
    font-size: 14px;
  }
  .footer-section ul li{
    margin-bottom: 5px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .about-content p {
    width: 100%;
  }
  .about-title {
        font-size: 28px;
    }
  .about-content > p{
    font-size: 15px;
  }
  .shop-look-container {
    overflow: hidden;
  }
  .newsletter-form input[type="email"] {
    height: 35px;
  }
  .arrow-icon {
    width: 20px;
    height: 15px;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 16px;
  }
  .footer-section h4 {
    font-size: 18px;
  }
  .product-photo {
    padding: 20px;
  }
  
  .banner-image .banner-img1 {
    width: 170px;
    height: 170px;
  }
  .banner-image .banner-img2 {
    width: 80px;
    height: auto;
  }
  .quantity-box {
    height: 30px;
    width: 120px;
  }
  .quantity-box input {
    width: 40%;
    font-size: 18px;
  }
  .quantity-box button {
    font-size: 25px;
    width: 30%;
  }
  .product-head {
    padding-bottom: 10px;
  }

  .product-container {
    gap: 8px;
  }
  .product-container .product-des p {
    font-size: 14px;
    line-height: 20px;
  }
  .shortby form {
    height: 35px;
    width: 190px;
  }
  .sort-select {
    font-size: 14px;
  }
  .product-head .product-title,
  .product-head p {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-content .banner-head .banner-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 0;
  }
  .banner-content .banner-head p {
    font-size: 12px;
    margin:0;
  }
  .total-products p {
    font-size: 14px;
  }
  .filter-button {
    height: 35px;
    width: 35px;
    flex: auto;
  }
  .icon-filter {
    font-size: 20px;
  }
  .filter-box p {
    font-size: 20px;
  }
  .list-item .product-inner {
    padding: 0 10px;
  }
  
  .collection-content .collection-title {
    min-height: auto;
  }
      .abt1-content .sec-title {
        font-size: 28px;
        max-width: 480px;
    }

  .list-item .product-inner .product-info .product-title a,
  .list-item .product-inner .product-info .product-price,
  .list-item .product-inner .product-info .product-title{
    font-size:14px;
    line-height: 1.2;
  }
    /*.abt-hero .banner-image{
      width:40%;
    }
  .hero-detail-banner .banner-content {
    width: 60%;
  }*/
  .hero-detail-banner:before{
        background-size: 80% auto;
  }
  .banner-content .banner-head .banner-title{
    font-size:20px;
  }
  .hero-detail-banner{
    padding: 20px 0;
  }
  .recipient-checkbox span{
  font-size:20px;
}
  .collection-section{
    padding-top: 0px;
  }
  .loader .circle .dot{
    height: 7px;
    width: 7px;
  }
  .loader .circle,
  .loader .circle .outline {
    height: 15px;
    width: 15px;
  }
  .loader .circle{
    border: solid 1px var(--color);
  }
     .header-actions{
    gap: 15px !important;
  }
}

@media only screen and (max-width: 489px) {
  .common-sec {
    padding-top: 40px;
  }
  .hero-banner-image .slide-img img {
    min-height: 420px;
  }
  .banner-sec-title {
    font-size: 32px;
    line-height: 34px;
  }
  .banner-hero-des {
    font-size: 20px;
  }
  .btn {
    margin-top: 10px;
  }
  .hero-prev-arrow,
  .hero-next-arrow {
    width: 35px;
    height: 35px;
  }
  .hero-prev-arrow {
    left: 15px;
  }
  .hero-next-arrow {
    right: 15px;
  }
  .header-actions img {
    height: 18px;
    object-fit: contain;
  }
  .shop-look-container {
    height: 60%;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 12px;
  }
  .footer-section h4 {
    margin-bottom: 5px;
  }
  .hero-detail-banner .container {
    align-items: center;
  }
  .banner-image .banner-img1 {
    width: 100px;
    height: 100px;
  }
  .banner-image {
    width: 55%;
  }
  .banner-content {
    width: 45%;
  }
  .shortby form {
    height: 35px;
    width: 150px;
  }
  .product-photo {
    padding: 15px;
  }

  .thumbnails .thumb {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .abt1-content p {
    font-size: 14px;
  }
  .abt1-content .sec-title {
    font-size: 22px;
    max-width: 400px;
  }
  .contact-info-wrapper,
  #map {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-info {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
  textarea {
    height: 120px;
  }
  .form-control {
    font-size: 12px;
    padding: 8px 10px;
  }
  .msg-btn {
    margin-bottom: 0;
  }
  .small-label {
    font-size: 12px;
  }
  .info-title {
    font-size: 16px;
  }
  .banner-content .banner-head .banner-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .recipient-checkbox span{
    font-size:18px;
  
    .about-title {
      font-size: 25px;
    }
        .about-content>p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
  .hero-banner-image .slide-img img {
    min-height: 350px;
  }
  .banner-sec-title {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-sec-head {
    width: 90%;
  }
  .banner-hero-des {
    font-size: 18px;
  }
  .nav-logo {
    width: 100px;
  }
  .sec-title {
    font-size: 28px;
  }
  .sec-head p {
    font-size: 16px;
  }
  .product-photo {
    padding: 10px;
  }
  .filter-button {
    margin-right: 5px;
  }
  .related-product .container h3 {
    width: 60%;
  }
  .product-head .product-title,
  .product-head p {
    font-size: 20px;
    line-height: 24px;
  }
}
