/* Normal  :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {
/*Menu css*/
.starcross-menu > ul > li + li {
    margin-left: 32px;
}

/*slider buton*/
.custom-slider-btn .htslider-slider .slick-arrow {
    left: 15px;
}
.custom-slider-btn .htslider-slider .slick-arrow.slick-next {
    left: 50px;
}
/*other's*/
.custom-bg-heading .elementor-heading-title {
    font-size: 131px!important;
}

}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 95%;
}
.newsletter_subscribe form {
    width: 100%;
}
/*Menu css*/
.starcross-menu > ul > li + li {
    margin-left: 20px;
}
.starcross-menu > ul > li > a{
    font-size: 16px;
}
/*slider buton*/
.custom-slider-btn .htslider-slider .slick-arrow {
    left: 15px;
    bottom: 60px;
}
.custom-slider-btn .htslider-slider .slick-arrow.slick-next {
    left: 50px;
}
.custom-bg-heading .elementor-heading-title {
    font-size: 113px!important;
}

.starcross-blog-content .entry-title {
    font-size: 18px;
}


}

@media (max-width: 991px) {
.starcross-header.is-sticky .starcross-header-inner {
    padding: 0 15px;
}
/*Header*/
.starcross-header-top-inner.d-flex {
    flex-direction: column;
}

/*shop*/
.custom-shop .ht-tab-menus {
    margin-bottom: 40px;
}
.htmove-feature-list.htmove-row .htmove-feature:first-child {
    padding-right: 15px !important;
}
.htmove-feature-list.htmove-row .htmove-feature:last-child {
    padding-right: 0px !important;
    padding-left: 15px !important;
}
.product-details-right {
    margin-top: 24px;
}
.shop-main-column-right {
    margin-bottom: 40px;
}
.related-product-section .single-product, .up-sells .single-product{
    margin-bottom: 40px;
}
.related-product-section {
    margin-top: 59px;
    margin-bottom: 80px;
}
.shop_banner_text h2 {
    font-size: 30px;
    line-height: 32px;
}
.custom-flex .elementor-image-box-wrapper {
    display: flex;
}
/* .shop-page-area {
    padding-top: 60px;
} */

.starcross-blog-content .entry-title {
    font-size: 18px;
}
.starcross-single-blog {
    margin-bottom: 40px;
}
.newsletter_subscribe form {
    width: 100%;
}

.starcross-newsletter-text h2 {
    font-size: 21px;
}
.starcross-newsletter-section {
    padding-top: 70px;
}
.starcross-footer-bottom {
    padding: 0px;
    position: relative;
}
.starcross-header {
    padding: 0;
}
.starcross-sidebar-widget {
    max-width: 400px;
}
.product-details-page{
  padding-top: 70px;
}
.product_zoom_gallery {
    margin-bottom: 40px;
    overflow: hidden;
}

.product-tab-section {
    margin-top: 33px;
}
.woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price {
    font-size: 1.3em;
}


}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .starcross-site-main-mobile-menu{
        width: 100%;
      }
      .woocommerce-product-gallery.product-images .woocommerce-product-gallery__wrapper img {
        width: 100%;
        height: 100%;
       
    }

    .starcross-header-mini-cart {
        position: absolute;
        width: 300px;
        padding: 00px 20px 33px;
        background: #fff;
        z-index: 999;
        left: 0;
        top: 100%;
        transition: 0.5s;
        overflow-y: auto;
        box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        margin-top: 30px;
      }

    .container{
        max-width: 100%!important;
    }   
    /*slider buton*/
    .custom-slider-btn .htslider-slider .slick-arrow,.custom-slider-btn.btn2 .htslider-slider .slick-arrow {
        left: 15px;
        bottom: 0px;
        margin-left: 0;
    }
    .custom-slider-btn .htslider-slider .slick-arrow.slick-next,.custom-slider-btn.btn2 .htslider-slider .slick-arrow.slick-next {
        left: 50px;
        margin-left: 0;
    }


    #product-thumbnails-swiper{
        height: auto;
    }
    
    
    #product-thumbnails-swiper .swiper-wrapper .swiper-slide{
        height: 100% !important;
        max-width: fit-content;
        max-height: 140px !important;
       
    }
    
    .product-thumbnail-wrapper .swiper-button-prev{
        height: 30px;
        font-weight: bold;
        padding: 10px 20px;
        color: inherit;
        margin: 0px;
        color: var(--starcross-dark);
        top: -40%;
        left: 0;
        display: none;
    }
    
    .product-thumbnail-wrapper .swiper-button-next{
        height: 30px;
        font-weight: bold;
        padding: 10px 20px;
        color: var(--starcross-dark);
        top: -40%;
        right: 0px;
        margin: 0px;
        display: none;
    }
    
    
    .product-thumbnail-wrapper  .swiper-button-prev:after, .product-thumbnail-wrapper  .swiper-button-next:after{
        font-size: 20px;
        transform: rotate(0turn);
    }
}

/* small mobile :320px. */

@media (max-width: 767px) {

    h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    
    h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    

    .custom-logo {
        height: auto;
        width: 150px;
    } 
    .starcross-header-top {
        background: #1c1c1c;
        padding: 0px;
        position: relative;
        z-index: 6;
    }

    .starcross-header {
        height: 100%;
    }
    .starcross-header .starcross-header-inner {
        /* height: 100%; */
    }

    .container.footer-extra-clumn {
        flex-direction: column;
    }
      hr.section-separator {
        margin-top: 60px;
        margin-bottom: 60px;
      }
      .starcross-site-main-mobile-menu{
        width: 100%;
      }
        .starcross-comment-area {
        padding: 30px 0 40px;
      }

      .starcross-free-shipping-text p {
       
        font-size: 14px;
      }

     .starcross-login i,.search-box-btn:hover i{
            font-size: 20px;
           
        }
       
    .cart_remove i {
        font-size: 12px;
    }

      
      #hero-section{
        /*height: 35vh;*/
        height: auto;
      }

      #hero-home-slider .swiper-button-prev:after,
      #hero-home-slider .swiper-button-next:after{
        font-size: 16px;
      }

      #hero-home-slider .swiper-button-prev, #hero-home-slider .swiper-button-next {
                height: 30px;
                width: 30px;
                font-weight: bold;
                color: var(--starcross-white);
                margin-top: 0px;
                top: 40%;
                text-shadow: -4px 1px 6px rgba(0,0,0,0.35);
        }

      #hero-home-slider .swiper-pagination .swiper-pagination-bullet{
            width: 8px;
            height: 8px;
            margin: 0 8px;
            background-color: var(--starcross-white);
            opacity: .50;
        }
    

      .product-slider-navigation .swiper-button-prev, .product-slider-navigation .swiper-button-next{
            height: 100%;
            font-weight: bold;
            position: static;
            padding: 10px 15px;
            color: inherit;
            margin-top: 0px;
            border: 1px solid black;
        }
        
        
      .product-slider-navigation .swiper-button-prev:after, .product-slider-navigation .swiper-button-next:after{
            font-size: 10px;
      }

    
      .starcross-header-mini-cart {
        position: absolute;
        width: 200px;
        padding: 20px 20px 33px;
        background: #fff;
        z-index: 999;
        left: 0;
        top: 100%;
        transition: 0.5s;
        overflow-y: auto;
        box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        margin-top: 30px;
      }
      .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
            display: table-cell !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " :  ";
        font-weight: 700;
        float: left;
    }
     .woocommerce table.woocommerce-cart-form__contents tr td::before {
        content: '' !important;
        
    }   
        
    .woocommerce table.cart tr .product-quantity, .woocommerce table.cart tr .product-remove, .woocommerce table.cart tr .product-thumbnail   {
        display: table-cell !important;
        text-align: left !important;
    }

    .woocommerce #content table.cart .product-quantity, .woocommerce table.cart .product-quantity, .woocommerce-page #content table.cart .product-quantity, .woocommerce-page table.cart .product-quantity {
         text-align: right !important;
    }

    .woocommerce table.cart tr .product-name,  .woocommerce table.cart tr .product-price,  .woocommerce table.cart tr .product-remove {
        display: none;
    }
    .woocommerce table.cart tr, .woocommerce-page table.cart tr{
        display: table-row;
    }

    .woocommerce table.account-orders-table tr td {
        display: block !important;
        text-align: left !important;
    }


    .woocommerce table.account-orders-table tr, .woocommerce-page table.account-orders-table tr{
        display: table-row;
    }

    .woocommerce table.account-orders-table tr td.woocommerce-orders-table__cell-order-actions::before {
        content: '' !important;
        
    }  

    .woocommerce .account-orders-table-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
    }

    .shop_table .product-thumbnail .mobile-desc{
        font-size: 10px;
        text-align: left;
    }

    .woocommerce-product-gallery.product-images .woocommerce-product-gallery__wrapper img{
        width: 100%;
        height: auto;
       
    }
    /*woolentor overight*/
    .elementor-section .elementor-container {
        padding: 0 0px;
    }
    .container{
        max-width: 100%;
    }  
    .custom-slider-btn .htslider-slider .slick-arrow,.custom-slider-btn.btn2 .htslider-slider .slick-arrow {
        left: 15px;
        top: 50%;
        margin-left: 0;
    }
    .custom-slider-btn .htslider-slider .slick-arrow.slick-next,.custom-slider-btn.btn2 .htslider-slider .slick-arrow.slick-next {
        left: auto;
        right: 15px;
    }

    .woocommerce div.product .product_title {
        font-size: 20px;
    }
    .entry-content.wc-tab h2{
        font-size: 25px;
    }
    .woocommerce .comment-reply-title {
        font-size: 20px;
    }

    /*Feature css*/
    .htmove-feature-list.htmove-row .htmove-feature:last-child {
        padding-left: 0px !important;
    }
    .custom-testimonial .ht-single-testimonial-wrap .ht-client-content p {
        display: block;
    } 
    .comment-form-email {
        width: 100%;
        margin-left: 0 !important;
    }
    .comment-form-author {
        width: 100%;
    }

    .starcross-blog-content-area,.blog-list-bg .starcross-blog-content-area {
        flex-direction: column;
    }
    .starcross-blog-thumb {
        margin-bottom: 25px;
    }
    .starcross-blog-content,.starcross-blog-content.no-thumbnail {
        padding-right: 0;
        padding-left: 0;
    }
    blockquote, .single-blog-area .starcross-excerpt blockquote > p, blockquote p {
        font-size: 25px;
        line-height: 35px;
    }



    .footer-left-content {
        margin-bottom: 40px;
    }

    .starcross-footer-menu ul {
        justify-content: flex-start;
        padding-left: 0;
    }
    ul.starcross-footer-social {
        justify-content: flex-start;
        padding: 5px 0 47px;
    }
    .starcross-copyright {
        text-align: left;
    }

    #product-thumbnails-swiper{
        height: auto;
    }
    
    
    #product-thumbnails-swiper .swiper-wrapper .swiper-slide{
        height: 100% !important;
        max-width: fit-content;
        max-height: 140px !important;
       
    }
    
    .product-thumbnail-wrapper .swiper-button-prev{
        height: 30px;
        font-weight: bold;
        padding: 10px 20px;
        color: inherit;
        margin: 0px;
        color: var(--starcross-dark);
        top: -40%;
        left: 0;
        display: none;
    }
    
    .product-thumbnail-wrapper .swiper-button-next{
        height: 30px;
        font-weight: bold;
        padding: 10px 20px;
        color: var(--starcross-dark);
        top: -40%;
        right: 0px;
        margin: 0px;
        display: none;
    }
    
    
    .product-thumbnail-wrapper  .swiper-button-prev:after, .product-thumbnail-wrapper  .swiper-button-next:after{
        font-size: 20px;
        transform: rotate(0turn);
    }


    .sticky-product-filter{
        position: sticky;
        top: 90px;
        z-index: 4;
        background-color: rgba(255, 255, 255, 0.592);
        backdrop-filter: blur(10px);
    }


    .single-product-box:hover .product-content{
        transform: translateY(0);
      }
      .single-product-box:hover .product-content .pro-button{
        opacity: 0;
      }

      .single-product-box .product-content .cfvsw_variations_form{
         display: none;
      }

      .stores-content-wrapper .archive-featured-image img {
            height: 140px;
            width: 100%;
            max-width: 100%;
        }


        #swiper-single-lookbook-thumbs .swiper-wrapper .swiper-slide img {
            max-height: 150px;
        }

        #swiper-single-lookbook .swiper-wrapper .swiper-slide img {
            height: 30vh;
            width: 100%;
            object-fit: cover;
        }

        #swiper-single-lookbook .swiper-button-next {
            right: 20px;
            top: 40%;
        }

        #swiper-single-lookbook .swiper-button-prev {
            left: 20px;
            top: 40%;
        }

        .product-content h4 {
            font-weight: normal;
            font-size: 12px;
            line-height: 1.2;
            text-transform: uppercase;
            font-family: "Outfit", sans-serif;
            margin-bottom: 9px;
        }

        .price-box span {
            font-weight: 500;
            font-size: 12px;
            line-height: 21px;
            font-family: "Outfit", sans-serif;
        }

        .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation){
            display: flex;
            max-height: 100%;
            flex-direction: column;
        }
           
           .woocommerce-account .woocommerce-MyAccount-navigation {
             float: unset;
             width: 100%;
           }
           .woocommerce-account .woocommerce-MyAccount-content {
             float: unset;
             width: 100%;
             padding: 30px;
             overflow-y: auto;
           }
           .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper {
             min-height: 100%;
             overflow-x: auto;
             height: 100%;
             display: flex;
             flex-direction: row;
             justify-content: stretch;
             padding: 10px 30px;
             background-color: #f4f4f4;
           }
       
           .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper .woocommerce-MyAccount-navigation-link a::before{
                content: unset;
          } 
          
          
          .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper .woocommerce-MyAccount-navigation-link a{
            color: var(--starcross-dark);
            text-decoration: none;
            font-size: 18px;
            font-family: "Outfit", "Serif";
            transition: all .5s ease;
            display: inline-block;
            width: max-content;
           
          } 
          
          
          
          .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper .woocommerce-MyAccount-navigation-link:hover a::before{
           
            width: 0px;
            margin-right: 0px;
          } 
          
          
          .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper .woocommerce-MyAccount-navigation-link.is-active a::before{
            width: 0px;
            margin-right: 5px;
          } 
          
          
          .woocommerce-account .woocommerce-MyAccount-navigation .navigation-wrapper .woocommerce-MyAccount-navigation-link.is-active a{
            color: var(--starcross-red);
          } 
         
          .woocommerce .single-product-box span.onsale {
            font-size: 10px;
            min-width: 35px;
            top: 5px;
            left: 5px;
            border-radius: 0;
            background-color: #ff2f2f;
            padding: 2px;
            position: absolute;
            text-transform: uppercase;
            line-height: 15px;
            min-height: 15px;
            z-index: unset;
            right: revert;
        }

        .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
            float: none;
            width: 100%;
        }


        .starcross-order-actions a.button{
            font-size: 18px;
            line-height: 10px;
            height: 30px;
            min-height: 30px;
            padding: 10px 10px;
            font-weight: normal;
            font-family: "Outfit", serif;
            background-color: transparent ;
            border-radius: 0;
            border: 1px solid #100B00;
            position: relative;
            overflow: hidden;
            color: var(--starcross-dark);
            z-index: 2;
            display: inline-block;
        }
        
        .starcross-order-actions a.button::before{
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          right: 0;
          width: 0;
          height: 100%;
          background: #E93F36;
          color: var(--starcross-dark);
          transition: all .5s ease;
        }
        
        
        .starcross-order-actions a.button:hover::before{
          width: 100%;
          color: var(--starcross-dark);
        }
        
        .starcross-order-actions a.button:hover{
          background-color: var(--starcross-red);
          text-decoration: none;
          color: var(--starcross-white);
        }

        .starcross-site-main .container{
            overflow-x: hidden;
        }
           
         
}

@media (max-width: 576px) {
.container{
    max-width: 100%;
 }  
 .starcross-free-shipping-text {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 8px;
}
.starcross-header-contact-info ul {
    flex-direction: column;
    text-align: center;
}
.starcross-header-contact-info ul li + li {
    margin-left: 0;
}
/*Header css*/
.starcross-login + .starcross-login {
    margin-left: 4px;
}
.starcross-login>i, .starcross-login>img{
    margin-left: 9px;
}

.starcross-header-mini-cart {
    width: 300px;
}

.starcross-page-header-content .title {
    font-size: 25px;
    line-height: 30px;
}
.menu-login-menu-container {
    left: auto;
    right: 0;
}
.woocommerce div.product form.cart .button {
    padding: 0px 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
}
.starcross-blog-content .entry-title {
    font-size: 20px;
    line-height: 28px;
}
.starcross-excerpt p {
    font-size: 15px;
    line-height: 28px;
}
blockquote {
    display: block;
}
.starcross-newsletter-inner {
    flex-direction: column;
    align-items: unset!important;
}
.starcross-newsletter-text {
    margin-bottom: 23px;
}
.htslider-slider .slick-arrow {
    display: none!important;
}

.htmove-banner-six.position-left-middle .htmove-banner-info {
    left: 4px!important;
}
.htmove-banner-title br {
    display: none;
}

.starcross-shop-topbar p.woocommerce-result-count{
    display: none;
}
.grid_list .single-product-box {
    display: block;
    margin-bottom: 40px;
}
.grid_list .product_list_content {
    padding-left: 0;
    margin-top: 22px;
}
.shop_banner {
	min-height: 150px;
    padding: 15px 0 ;
}
.shop_banner_text {
	padding-left: 20px;
}
.shop_banner_text h2 {
	font-size: 25px;
}

.footer-logo img{
  width: 200px;
}

.footer-contact-list p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.footer-contact-list a {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: inline-block;
    font-weight: 400;
}

ul.starcross-footer-social li a {
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: inline-block;
    color: #666666;
    border: 1px solid #666666;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}

ul.starcross-footer-social li a i {
    font-size: 14px;
    line-height: 1;
}

.woocommerce .single-product-box span.onsale {
    font-size: 10px;
    min-width: 35px;
    top: 5px;
    left: 5px;
    border-radius: 0;
    background-color: #ff2f2f;
    padding: 2px;
    position: absolute;
    text-transform: uppercase;
    line-height: 15px;
    min-height: 15px;
    z-index: unset;
    right: revert;
}

}
