@media screen and (max-width: 1600px){
    .fabric-fixed-sidebar {
        height: 820px;
    }
    .search-category-2 {
        height: 480px;
    }
    .fabric-productdetail .main-slider {
        height: 560px;
    }
}
@media screen and (max-width: 1440px){
    .fixed-slider{
        top: 120px;
        height: 85vh;
    }
    .fabric-fixed-sidebar {
        padding: 50px 0 10px;
    }
    .fabric-search-category{
        margin: 0;
    }
    .fabric-productdetail .nav-slider {
        width: 10% !important;
        height: 560px;
    }
    .fabric-section1 {
        justify-content: flex-end;
    }
    .fabric-productdetail .nav-slider {
        top: 13.8%;
    }
    .fabric-img-setting {
        display: flex;
        align-items: center;
        right: 0%;
    }
    .fabric-setting-sec1 {
        padding: 0 10px;
    }
    .shop-allProducts .prod-images img {
        max-width: 280px;
    }
    .shop-allProducts .product-box {
        max-width: 280px;
    }
    .shop-content-right {
        width: calc(100% - 480px);
    }
}
@media screen and (max-width: 1366px){
    .arrow-img1 {
        left: 30%;
    }    
    .arrow-img2 {
        left: 62%;
    }
    .shop-content-right {
        width: calc(100% - 450px);
    }
}
@media screen and (max-width: 1280px){
    .home-customrow {
        min-height: 600px;
    }
    .shop-content-right {
        width: calc(100% - 400px);
    }
    .fabric-productdetail .main-slider{
        width: 100%;
    }
}
@media screen and (max-width: 1200px){
    .home-banner-content {
        max-width: 500px;
    }
    .main-heading {
        font-size: 70px;
    }
    .home-custom-col1 {
        max-width: 550px;
    }
    .arrow-img1 {
        left: 28%;
    }
    .about-image img {
        max-width: 480px;
    }
    .about-content {
        padding: 0;
    }  
    .product-box {
        max-width: 300px;
    }  
    .prod-images img {
        max-width: 300px;
    }
    .blog-content img {
        max-width: 480px;
    }
    .blog-details .semiBold-text {
        font-size: 25px;
    }
    .subscribe-sect {
        max-width: 600px;
    }
    .subscribe-inputfield {
        width: calc(100% - 700px);
    }
    .title1 {
        font-size: 45px;
    }   
    .title-2 {
        font-size: 35px;
    } 
    .shop-content-left {
        position: absolute;
        left: -100%;
        z-index: 111;
        background: #fff;
        transition: all 0.5s ease-in-out;
    }
    .shop-content-left.show {
        left: 0;
        padding: 10px 20px 50px 20px;
        max-width: 320px;
        box-shadow: 0 2px 20px 0 #ccc;
        margin-left: 0;
    }
    .filter-close, .filter-toggle{
        display: flex;
    }
    .shop-content-right {
        width: calc(100% - 50px);
    }
    .shop-allProducts .product-box {
        max-width: 320px;
    }
    .shop-allProducts .prod-images img {
        max-width: 320px;
    }
}
@media screen and (max-width: 1024px){
    .home-custom-col2 {
        width: calc(100% - 650px);
    }
    .category-slider-content img {
        max-width: 300px;
    }
    .category-slider{
        width: unset;
    }
    .shop-allProducts .product-box {
        max-width: 300px;
    }
    .shop-allProducts .prod-images img {
        max-width: 300px;
    }
    .fabric-search-category {
        max-width: 400px;
    }
    .fabric-section1 {
        justify-content: initial;
        margin-left: 180px;
        flex-direction: column-reverse;
        padding-bottom: 70px;
    }
    .fabric-productdetail .nav-slider{
        width: 20% !important;
        position: unset;
    }
    .fabric-productdetail .main-slider {
        width: 70%;
    }
    .fabric-productdetail {
        width: 100%;
        margin-bottom: 50px;
    }
    .fabric-main-wrap .fabric-img-setting {
        display: none;
    }
    .fabric-main-wrap .fixed-slider{
        position: absolute;
    }
    .cartWrap .col-7 {
        width: 100%;
    }
    .cartWrap .col-5 {
        flex: 0 0 auto;
        width: 60%;
    }
}
@media screen and (max-width: 991px){
    .toggle-btn{
        display: flex;
        position: fixed;
        right: 30px;
        top: 9%;
        z-index: 111;
    }
    .toggle-close-btn{
        display: flex;
    }
    .header-all-Links {
        flex-direction: column;
        width: 350px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -110%;
        background: #850c97;
        z-index: 2222;
        justify-content: center !important;
        transition: all 0.5s ease-in-out;
    }
    .header-all-Links.show{
        right: 0;
    }
    .allLinks .header-all-Links li a{
        color: #fff;
    }
    .main-heading {
        font-size: 60px;
    }
    .home-banner-content {
        max-width: 450px;
    }
    .home-custom-col1 {
        max-width: 480px;
    }
    .home-custom-col2 {
        width: calc(100% - 580px);
    }
    .about-image img {
        max-width: 440px;
    }
    .prod-images img {
        max-width: 280px;
    }
    .product-box {
        max-width: 280px;
    }
    .blog-content img {
        max-width: 430px;
    }
    .title1 {
        font-size: 40px;
    }
    .subscribe-sect {
        max-width: 500px;
    }
    .subscribe-inputfield {
        width: calc(100% - 600px);
    }
    .shop-allProducts .product-box {
        max-width: 270px;
    }
    .shop-allProducts .prod-images img {
        max-width: 270px;
    }
    .blog-text2 {
        font-size: 14px;
    }
    .blog-card-footer ul {
        padding: 10px 5px 0px 6px !important;
    }
    .blog-text2 {
        padding: 15px 25px 20px 25px !important; 
    }
    .blog-card-footer ul li span {
        font-size: 13px;
    }
    .blog-card-footer ul li i {
        font-size: 13px;
    }
    .blog-text1 {
        font-size: 14px;
        padding: 15px 0px 20px 20px;
    }
    .textBox {
        margin-bottom: 30px;
    }
    .contact-form .title1:after {
       display:none;
    }
}
@media screen and (max-width: 910px){
    .home-custom-col1 {
        max-width: 420px;
    }
    .home-custom-col2 {
        width: calc(100% - 450px);
    }
    .arrow-img1 {
        max-width: 95px;
    }
    .arrow-img2 {
        max-width: 95px;
    }
    .about-image img {
        max-width: 350px;
    }
    .title-2 {
        font-size: 28px;
    }
    .prod-images img {
        max-width: 240px;
    } 
    .blog-content img {
        max-width: 350px;
    } 
    .blog-details .semiBold-text {
        font-size: 20px;
    } 
    .subscribe-inputfield {
        width: calc(100% - 500px);
    }
    .banner-btnSec a{
        margin-bottom: 10px;
    }  
    .product-info-content .nav-pills .nav-link{
        margin-bottom: 10px;
    } 
    .unique-col-left .semiBold-text {
        font-size: 25px;
    }  
    .shop-allProducts .product-box {
        max-width: 230px;
    }
    .shop-allProducts .prod-images img {
        max-width: 230px;
    }
    .blog-text2 {
        padding: 15px 5px 20px 25px !important;
    }
    .data-table1 tr td .actionBtns {
        flex-direction: column;
    }
    .data-table1 tr td .actionBtns .genBtn {
        margin-bottom: 10px;
    }
    .data-table1 tr th {
        font-size: 18px;
    }
    .data-table1 tr td .rating {
        flex-wrap: wrap;
    }
    .data-table1 tr td p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .arrow-img1, .arrow-img2{
        display: none;
    }
    .prod-images img {
        max-width: 280px;
    }
    .home-custom-col2 {
        width: 100%;
        margin-top: 30px;
    }
    .home-custom-col1 {
        max-width: unset;
    }
    .home-banner-content {
        max-width: unset;
    }
    .home-customrow {
        flex-direction: column;
        align-items: initial;
        justify-content: center;
    }
    .main-heading {
        font-size: 50px;
    }
    .video-btn {
        width: 100px;
        height: 100px;
    }
    .video-btn a i {
        width: 60px;
        height: 60px;
    }
    .ft-top-content {
        align-items: initial;
        flex-direction: column;
    }
    .subscribe-inputfield {
        width: 350px;
        margin-top: 30px;
    }
    .ft-bottom-content{
        background: #000;
    }
    .category-slider-content img {
        max-width: 280px;
    }
    .cart-listing .regular-text{
        max-width: 220px;
        width: 100%;
    }
    .measurement-select-sect {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .measurement-dialog {
        max-width: 650px;
    }
    .garment-inner{
        flex-direction: column;
    }
    .order-summary-card{
        margin: 0;
        margin-top: 20px;
    }
    .cart-inputfield {
        max-width: 450px;
    }
    .configurator-main-wrap .main-slider {
        width: 75%;
    }
    .blog-card {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .cartWrap .col-5 {
        flex: 0 0 auto;
        width: 80%;
    }
}
@media only screen and (max-width:660px){
	.login-modal{
		min-height: auto;
		padding-top: 140px;
	}
	.login-modal button.slide-button {
		padding: 10px 30px;
	}
	.login-modal .overlay{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transform: none !important;
	}
	.login-modal .overlay-panel h1,
	.login-modal .overlay-panel p{
		display: none;
	}
	.login-modal .overlay-container{
		width: 100%;
		left: 0;
		height: 150px;
	}
	.login-modal .overlay-panel{
		width: 100%;
	}
	.login-modal .sign-up-container,
	.login-modal .sign-in-container {
		width: 100%;
		padding: 30px 0;
	}
	.login-modal .sign-up-container{
		position: absolute;
		transform: translateY(-100%);
	}
	.login-modal .sign-in-container{
		position: relative;
	}
	.login-modal.right-panel-active .sign-in-container {
		transform: translateY(100%);
		position: absolute;
	}
	.login-modal.right-panel-active .sign-up-container {
		transform: none;
		position: relative;
		transform: translateY(0%);
	} 
	.login-modal .overlay-left {
		transform: translateY(-100%);
	}
	.login-modal .overlay-right{

	}
	.login-modal.right-panel-active .overlay-left{
		transform: translateY(0%);
	}
	.login-modal.right-panel-active .overlay-right{
		transform: translateY(-100%);
	}
	.login-modal.right-panel-active .overlay-container {
		transform: none;
	}
}
@media screen and (max-width: 575px){
    .main-heading {
        font-size: 40px;
    }
    .cta-bgwhite{
        margin-top: 20px;
    }
    .about-image img {
        max-width: 300px;
    }
    .blog-content img {
        max-width: 300px;
    }
    .subscribe-inputfield {
        width: 280px;
    }
    .cutome-prev-next{
        display: none;
    }
    .product-box{
        margin: 0 auto;
    }
    .video-btn{
        margin-left: 0%;
    }
    .home-customrow {
        padding: 70px 0;
    }
    .productDetail-sec2 .swiper-container.nav-slider {
        width: 18%;
    }
    .productDetail-sec2 .swiper-container {
        height: 430px;
    }
    .banner-btnSec a{
        margin-bottom: 20px;
    }
    .reviews-section .title1:after{
        display: none;
    }
    .our-unique-collection {
        align-items: initial;
        flex-direction: column;
    }
    .select-sort{
        margin-left: 0;
        margin-right: 10px;
    }
    .unique-col-right {
        padding: 10px 0;
    }
    .measurement-dialog {
        max-width: 450px;
        margin: 30px auto;
    }
    .garment-inner-left {
        width: 100%;
    }
    .garment-inner-right {
        width: 100%;
    }
    .product-toggle-close {
        display: flex;
    }
    .product-toggle {
        display: flex;
    }
    .fixed-slider {
        left: -50%;
        transition: all 0.3s ease-in-out;
    }
    .fixed-slider.show{
        left: 0;
    }
    .fabric-section1 {
        margin-left: 30px;
      }
    .configurator-main-wrap .nav-slider{
        width: 18% !important;
    }
    .configurator-main-wrap .main-slider{
        width: 70%;
    }
    .fabric-img-setting{
        bottom: 7%;
    }
    .contact-sec-1 .paragraph {
        max-width: 250px;
        margin: 0 auto;
    }
    .contact-sec-1 .semiBold-text {
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }
    .privacy-sec-1 .sec-2content .semiBold-text {
        text-align: center;
        font-size: 30px;
    }
    .data-table1 tr td .rating i {
        font-size: 10px;
        color: #ffa800;
    }
    .cartWrap .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media screen and (max-width: 386px){
    .regular-text {
        font-size: 20px;
    }
    .title1 {
        font-size: 30px;
    }
    .home-section5 .title1::after {
        display: none;
    }
    .toggle-btn{
        top: 5%;
    }
    .cartlinks {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #850c97;
        z-index: 1111;
        border-radius: 10px 10px 0px 0px;
        padding: 0 20px;
    }
    .cartlinks img {
        filter: invert(1);
    }
    .cartlinks ul li a span {
        background: #000;
    }
    .header-all-Links {
        width: 320px;
    }
    .productDetail-sec2 .swiper-container.nav-slider {
        width: 16%;
    }
    .productDetail-sec2 .swiper-container {
        height: 400px;
    }
    .shop-allProducts .product-box {
        max-width: 270px;
    }
    .shop-allProducts .prod-images img {
        max-width: 270px;
    }
    .garment-inner-right img {
        max-width: 220px;
    }
    .measurement-modalBody .title-2 {
        font-size: 20px;
    }
    .measurement-dialog .title1 {
        font-size: 28px;
    }
    .measurement-select {
        padding-bottom: 10px;
    }
    .fabric-search-category {
        max-width: 320px;
    }
    .fabric-category-items {
        flex-direction: column;
    }
}
@media screen and (max-width: 386px){
    .fabric-search-category {
        max-width: 280px;
    }
}
