/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.sub-heading {
    position: relative;
    padding-left: 50px;
}

.sub-heading:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5vw;
}

.simple-btn .elementor-button-text {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}

.simple-btn a {
    border: none !important;
}

.home-sec3 .sub-heading:before,
.home-sec8 .sub-heading:before {
    top: 1vw;
}

.cloth-holder {
    position: absolute;
    left: -6.510416666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11.783854166666666vw;
}

.cloth-holder img {
    width: 100%;
}

.home-sec4 .simple-btn .elementor-button-text,
.digital-studio-sec5 .simple-btn .elementor-button-text {
    border-color: #000;
}

.home-sec8 p {
    margin: 0;
}

.footer-sec p {
    margin: 0;
}
.footer_bottom a{color:#CCCCCC;}
.footer_bottom a:hover{color:#fff;}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    height: 25px;
    padding: 0;
    width: auto;
    margin: 0 20px 0 0;
}

.header-right {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: end !important;
}

.header-right p {
    margin: 0;
}

.header-right a {
    color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0)
}

.header-right a:hover {
    border-color: #fff;
}

.line2 {
    right: 0 !important;
    left: auto !important;
}

.line2 img {
    width: auto !important;
    height: 100vh !important;
}

.creativity-btn .elementor-button {
    width: 8.463541666666666vw;
    height: 8.463541666666666vw;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    font-size: 1.3020833333333333vw !important;
}

.brand-img2 {
    box-shadow: 20px 25px 57px 0px rgba(17, 50, 33, 0.29);
    -webkit-box-shadow: 20px 25px 57px 0px rgba(17, 50, 33, 0.29);
    -moz-box-shadow: 20px 25px 57px 0px rgba(17, 50, 33, 0.29);
}

.line3-outer {
    height: 100%;
    min-height: 100vh;
    width: 100%;
}

.line3 {
    top: 0 !important;
    min-height: 100vh;
    height: 100%;
    left: auto !important;
    right: 0 !important;
    width: 100%;
}

.line3 img {
    height: 100%;
    min-height: 100vh;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: inherit;
}

@media (min-width: 2500px) {
    .line3 {
        right: 10vw !important;
    }
}

.sustainability-sec2 .sub-heading:before {
    top: 1vw;
}

.green-text {
    color: #34A853 !important;
}

.sustainability-sec3 .sub-heading:before,
.contact-sec2 .sub-heading:before,
.contact-sec4 .sub-heading:before {
    background: #000;
    top: 1vw;
}

.contact-sec4 .sub-heading:before {
    top: 1vw;
}

.iconbox-outer .elementor-icon {
    width: 12vw;
    height: 12vw;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}



.iconbox-outer .elementor-icon svg {
    width: auto;
    height: 5vw;
    position: relative;
    display: block;
}

.iconbox-outer .elementor-icon-box-icon {
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
}

.iconbox-outer>div {
    max-width: 100% !important;
    padding: 0 8vw !important;
}

.iconbox-outer .elementor-icon-box-description {
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.iconbox-outer .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper:hover .elementor-icon {
    background: #000 !important;
}

.iconbox-outer .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper:hover svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(176deg) brightness(109%) contrast(101%);

}

.iconbox-outer .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper:hover .elementor-icon-box-description {
    opacity: 1;
}

.line4 {
    pointer-events: none;
    top: -7vw !important;
}

.sub-heading p {
    margin: 0;
}


.contact-sec3>.e-con-inner {
    background: #000;
    padding: 3.2552083333333335vw;
    position: relative;
}

.line5>div {
    margin: -1.5vw 0vw 7.161458333333333vw 3.5vw !important;
}

.line5 img {
    max-width: inherit !important;
    width: 30vw !important;
}

.contact-sec3 .sub-heading:before {
    top: 14px;
}

.contact-sec3>.e-con-inner:before {
    background: #212121;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
}

.contact-detail .elementor-align-icon-left {
    margin-top: 3px !important;
}

.contact-detail .elementor-button-link {
    outline: none !important;
    border: none !important;
}

.elementor-counter .elementor-counter-number-suffix {
    padding-left: 10px;
}

.elementor-counter .elementor-counter-title {
    text-align: left !important;
}

.elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 15px;
}

.manufacturing-sec3 .sub-heading:before {
    top: 1vw;
}

.Sustainability-outer .elementor-element {
    border-left: solid 1px #000;
    padding: 40px 30px;
}

.sustainability-sec3 img {
    width: 100%;
}

.Sustainability-outer .e-con-inner {
    display: flex !important;
    align-items: normal !important;
}

.line6 {
    right: 5vw !important;
    left: auto !important;
}

.line6 img {
    width: auto !important;
    height: 100vh !important;
    min-height: 100%;
}

.manufacturing-sec6 {
    position: relative !important;
}

.manufacturing-sec6 .e-con-inner {
    position: static !important;
}

.manufacturing-sec6 .e-con-inner>.elementor-element.line6-container {
    position: absolute !important;
    top: 0 !important;
    height: 100%;
}

.manufacturing-sec6 .e-con-inner>.elementor-element.line6-container .elementor-element {
    bottom: auto !important;
    top: 0px !important;
    z-index: 0;
    height: 100%;
}

.capabilities-outer .elementor-icon {
    width: 12.369791666666666vw;
    height: 12.369791666666666vw;
    display: flex;
    background: #F7FFEC;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.capabilities-outer .elementor-icon:hover {
    background: #000 !important;
}

.capabilities-outer .elementor-icon svg {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    max-height: 6vw;
}

.capabilities-outer .elementor-icon-box-icon {
    margin-bottom: 15px !important;
    display: flex;
    justify-content: center;
}

.capabilities-outer>div {
    max-width: 100% !important;
    padding: 0 15px !important;
}

.capabilities-outer .elementor-icon:hover svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(176deg) brightness(109%) contrast(101%);

}

.capabilities-outer .elementor-icon-box-title {
    margin: 0 !important;
}

.difference-outer {
    width: 100%;
    background: url(/wp-content/uploads/2023/10/table-bg.png) no-repeat 0 0;
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.difference-outer table th,
.difference-outer table td {
    border-bottom: none;
    padding: 0.6510416666666666vw 1.953125vw;
    line-height: 1.27;
    color: #fff;
    font-size: 1.0416666666666667vw;
    font-family: "DM Sans", Sans-serif;
}

.difference-outer table td img {
    width: 1.3020833333333333vw;
}

.difference-outer table th {
    text-align: center;
    text-transform: none;
    background: rgba(217, 217, 217, 0.08);
    position: relative;
}

.difference-outer table th:first-child {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}

.difference-outer table th:last-child {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.difference-outer table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

.difference-outer table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}

.difference-outer table td {
    line-height: 1.27;
    font-size: 1.0416666666666667vw;
    position: relative;
}

.difference-outer table td+td {
    text-align: center;
}

.difference-outer table tr:nth-child(even) td {
    background: rgba(217, 217, 217, 0.08);
}

.table {
    margin: 0 !important;
}

.difference-outer table tr td:nth-child(2),
.difference-outer table tr th:nth-child(2) {
    background: #fff;
    color: #5C5C53;
    font-size: 1.3020833333333333vw;
    font-weight: 500;
}


.difference-outer table th:nth-child(2):before {
    background-color: #fff;
    width: 100%;
    height: 28px;
    top: -28px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.difference-outer table tr:last-child td:nth-child(2):before {
    background-color: #fff;
    width: 100%;
    height: 28px;
    bottom: -28px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slick-track {
    display: flex !important;
	    min-width: 100%;
}

.slick-slide {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.953125vw;
    float: none;
    margin-right: 24px;

}

.certificate-logo {
    height: 3.2552083333333335vw;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.certificate-logo img {
    height: auto;
    width: auto;
    max-height: 3.2552083333333335vw;
}

.certification h4 {
    font-family: "DM Sans", Sans-serif;
    color: #000;
    font-size: 1.3020833333333333vw;
    font-weight: 600;
    line-height: 1.56;
    margin: 0 0 6px;
}

.certification p {
    font-family: "DM Sans", Sans-serif;
    color: #444444;
    font-size: 0.9114583333333334vw;
    font-weight: 400;
    line-height: 1.56;
    margin: 0 0 0;
}


.home-sec8 {
    padding-left: calc((100vw - 72%) / 2) !important;
}


.slick-next,
.slick-prev {
    width: 33px !important;
    height: 33px !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: absolute;
    top: -80px;
    right: 150px;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.slick-prev {
    background-image: url(images/prev.png) !important;
    left: auto;
    right: 190px !important;
}

.slick-next {
    background-image: url(images/next.png) !important;
}

.manufacturing-sec3 .slick-slide {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    height: auto;
    margin-right: 5px;

}

.manufacturing-sec3 .slick-list {
    margin-right: -5px;
    width: calc(100% + 5px);
}

.services-img img {
    width: 100%;
}

.services {
    position: relative;
}

.services-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/shadow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding-left: 40px;
    padding-bottom: 94px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.services-text p {
    margin: 0;
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 700;
    line-height: 1.12;
    font-family: "DM Sans", Sans-serif;
}

.manufacturing-sec3 .slick-slide:hover .services-text {
    padding-bottom: 120px;
}






.slick-slider {
    margin-bottom: 0 !important;
}

.gallery-icon {
    width: 100%;
}

.gallery-item a {
    width: 100%;
}
.slick-initialized .slick-slide {
    height: inherit;
}
.contact-sec4 .slick-slide {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    height: auto;
    margin-right: 15px;

}

.contact-sec4 .slick-list {
    margin-right: -15px;
    width: calc(100% + 15px);
}

.contact-sec4 .slick-slide img {
    width: 100%;
}

.slick-dots {
    display: none !important;
}

.contact-sec4 .slick-prev,.products-sec .slick-prev {
    background-image: url(images/prev-black.png) !important;
    left: auto;
    right: 190px !important;
}

.contact-sec4 .slick-next,.products-sec .slick-next{
    background-image: url(images/next-black.png) !important;
    right: 140px;
}

.home-sec8 .slick-prev,
.manufacturing-sec3 .slick-prev {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: -85px;
    left: auto !important;
    right: 190px !important;
}

.home-sec8 .slick-next,
.manufacturing-sec3 .slick-next {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: -85px;
    left: auto !important;
    right: 140px !important;
}





.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    flex-direction: row-reverse;
    z-index: 2;
}

.hfe-nav-menu-icon .fa-align-justify:before {
    color: #FFF;
}

.hfe-nav-menu__layout-horizontal {
    width: 65vw !important;
    height: 100vh !important;
    background: #fff !important;
    opacity: 1 !important;
    display: block !important;
    position: fixed !important;
    left: -100% !important;
    top: 0 !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.hfe-nav-menu div[aria-expanded="true"]+.hfe-nav-menu__layout-horizontal {
    left: 0 !important;
}

.hfe-nav-menu-icon {
    padding: 0;
    width: 2.34375vw;
    height: 2.34375vw;
    background-image: url(images/nav.png) !important;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% auto !important;
}

.hfe-nav-menu div[aria-expanded="true"] .hfe-nav-menu-icon {
    background-image: url(images/nav-active.png) !important;
}

.hfe-nav-menu-icon i {
    display: none;
}

.hfe-nav-menu .screen-reader-text {
    border: 0;
    clip: inherit;
    clip-path: inherit;
    height: auto;
    margin: 0;
    font-size: 1vw !important;
    font-weight: 400;
    overflow: visible;
    padding: 0;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    color: #fff;
    z-index: 1;
    display: block;
    opacity: 1;
    top: 0;
    line-height: 2.34375vw;
    padding-left: 2.34375vw;
    font-family: "DM Sans", Sans-serif !important;
}

.hfe-nav-menu div[aria-expanded="true"] .screen-reader-text {
    color: #000;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 103px 0 0 7.7vw;
}

.hfe-nav-menu li.menu-item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item a {
    margin: 0;
    padding: 0 !important;
    color: #CCCCCC !important;
    font-size: 1.6276041666666667vw !important;
    font-weight: 500 !important;
    font-family: "DM Sans", Sans-serif !important;
    line-height: 2.49 !important;
    outline: none !important;
    box-shadow: none !important;
}

.hfe-nav-menu li.menu-item a:hover,
.hfe-nav-menu li.current-menu-item a {
    color: #000 !important;
}

.header-details {
    width: 32.5vw !important;
    position: fixed !important;
    left: -100% !important;
    top: 0 !important;
}

.active .header-details {
    left: 32.5vw !important;
}

.header-details .e-con-inner {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.active #masthead {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
}
.active #masthead > div > .elementor-element {
    background: rgba(0,0,0,0.5);
}

.header-details {
    height: 100vh !important;
    padding-bottom: 170px !important;
    border-left: solid 1px #CCCCCC;
    padding-left: 97px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

}

.header-details .e-con-inner {
    justify-content: end !important;
}


.elementor-lightbox {
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact-sec4 .slick-slide {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    height: auto;
    margin-right: 4px;
    background-image: url(images/shadow2.png);

}

.services-text {
    padding-left: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}

.contact-sec4 .slick-slide:hover .services-text {
    background: rgba(0, 0, 0, 0.9);
}

.contact-sec4 .services-text h4 {
    margin: 0;
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 700;
    line-height: 1.12;
    font-family: "DM Sans", Sans-serif;
}

.contact-sec4 .services-text p {
    margin: 15px 0 0 0;
    color: #D6D6D6;
    font-family: "DM Sans", Sans-serif;
    font-size: 1.0416666666666667vw;
    font-weight: 400;
    line-height: 1.46em;

}



.txt-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2vw;
    z-index: 2;
    height: 6.510416666666667vw;
    transition: all .2s ease;
}

.contact-sec4 .slick-slide:hover .txt-inner {
    height: 13.020833333333334vw;
    transition: all .2s ease;
}

.txt-inner p {
    height: 0;
    opacity: 0;
    visibility: hidden;

}

.contact-sec4 .slick-slide:hover .txt-inner p {
    height: 6.510416666666667vw;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
}

.contact-sec4 .slick-next,
.contact-sec4 .slick-prev,
.products-sec .slick-next,
.products-sec .slick-prev {
    top: -85px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
    min-height: 2.5vw;
    height: 2.5vw;
    width: 100%;
    font-family: "DM Sans", Sans-serif;
    font-size: 1.3020833333333333vw;
    line-height: 1.8;
    padding: 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #fff;

    resize: none;
    overflow: hidden;
}

.wpcf7-form .form-group {
    margin: 1.8vw 0;
    clear: both;
    float: left;
    width: 100%;
}

.form-footer p {
    margin-top: 0;
}

.form-footer {
    text-align: right;
}

.wpcf7-spinner {
    float: left;
}

input[type=submit] {
    width: 17.252604166666668vw;
    height: 3.90625vw;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 3.90625vw;
    -moz-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
    background: #fff;
    color: #000;
    font-size: 1.0416666666666667vw;
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

input[type=submit]:hover {
    background: #175650;
}

.form-footer p {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}

.wpcf7-form .form-group {
    position: relative;
}

.wpcf7-form label {
    position: absolute;
    top: -0.5208333333333334vw;
    left: 0;
    color: #CDCDCD;
    pointer-events: none;
    transition: .5s;
    font-size: 1.0416666666666667vw;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
}

.focused,
.filled {
    top: -1.5625vw !important;
    font-size: 0.78125vw !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #fff;
}

/*--------------------- contact-form-error-css -------------------------*/

form.wpcf7-form.invalid div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #fff !important;
    clear: both;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-left: 0px;
    padding: 10px 15px;
    line-height: normal;
    margin: 15px 0 0;
    font-size: 14px;
}

.wpcf7-not-valid {
    border-color: red !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 15px;
    background-size: 14px;
}

span.wpcf7-not-valid-tip {
    display: none;
}

form.wpcf7-form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
    display: inline-block;
    width: 100%;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    clear: both;
    margin-left: 0px;
    padding: 10px 15px;
    line-height: normal;
    margin: 15px 0 0;
    font-size: 14px;
}

.screen-reader-response {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}

/*--------------------- close -------------------------*/

.hfe-site-logo-set {
    display: flex;
    justify-content: center;
}

.page-template-design-studio-template .hfe-site-logo-container {
    background-image: url(images/logo-black.png) !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.page-template-design-studio-template .hfe-site-logo-container img {
    opacity: 0;
}

.page-template-design-studio-template .hfe-nav-menu .screen-reader-text {
    color: #000;
}

.page-template-design-studio-template .hfe-nav-menu-icon {
    background-image: url(images/nav-black.png) !important;
}

.page-template-design-studio-template .header-right a {
    color: #000;

}

.page-template-design-studio-template .header-right a:hover {
    border-color: #000;
}


.studio-step1 {
    padding-top: 180px;
    text-align: center;
    width: 100%;
    max-height: 100vh;
}

.studio-step1 h2 {
    font-size: 3.125vw;
    color: #000;
    line-height: 1.21;
    margin-bottom: 50px;
    font-family: 'DM Serif Display', serif !important;
    font-weight: 800;
}

.studio-step1 h6 {
    font-size: 1.0416666666666667vw;
    color: #000;
    line-height: 1.21;
    margin-bottom: 25px;
    font-family: 'DM Sans', Sans-serif !important;
    font-weight: 400;
}

.center-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-80 {
    margin-bottom: 80px;
}

.btn-black-border {
    font-family: 'DM Sans', Sans-serif;
    font-size: 1.0416666666667vw;
    font-weight: 500;
    line-height: 1.2em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 60px 60px 60px 60px;
    padding: 1vw 2vw 1vw 2vw;
    margin: 0 8px;
}

.btn-black-border:hover {
    background-color: #000;
    color: #fff;
}


.btn-white-border {
    font-family: 'DM Sans', Sans-serif;
    font-size: 1.0416666666667vw;
    font-weight: 500;
    line-height: 1.2em;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 60px 60px 60px 60px;
    padding: 1vw 2vw 1vw 2vw;
}

.btn-white-border:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-back,
.btn-next {
    font-family: 'DM Sans', Sans-serif;
    font-size: 1.0416666666666667vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0 18px;
}

.btn-back span,
.btn-next span {
    border-bottom: solid 2px #000;
}

.btn-back {
    background: url(images/back.svg) no-repeat 0 center;
    padding-left: 30px;
}

.btn-next {
    background: url(images/right.svg) no-repeat right center;
    padding-right: 30px;
}

.btn-back:hover,
.btn-next:hover {
    color: #000;
}

.studio-animation {
    margin-top: -556px;
    pointer-events: none;
}


.container {
    width: 72%;
    max-width: 100%;
}

.page-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.page-banner h1 {
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.6458333333333vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0 0 42px;
}

.page-banner h4 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin-bottom: 27px;
    position: relative;
    padding-left: 50px;
    color: #fff;
}

.page-banner h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}


.showroom-sec {
    width: 100%;
    display: block;
    padding: 70px 0;
    position: relative;
}

.showroom-sec .container {
    position: relative;
    z-index: 1;
}

.showroom-line {
    pointer-events: none;
}

.showroom-line img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    z-index: 0;
}

.showroom-line1 img {
    left: 5%;
}

.showroom-line2 img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.showroom-line3 img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


#showroom-sec1 {
    background-color: #175650;
}

#showroom-sec2 {
    background-color: #D9D9D9;
}

#showroom-sec3 {
    background-color: #5B3F33;
}

.showroom-sec .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}

.showroom-sec .col-6 {
    width: 50%;
    padding: 0 15px;
}

.showroom-sec-top,
.showroom-sec-bottom {
    width: 100%;
}

.showroom-sec-top h2,
.showroom-sec-top p {
    margin: 0;
}

.showroom-sec-bottom {
    margin-top: 38px;
}

.showroom-sec-top h2 {
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.125vw;
    font-weight: 800;
    line-height: 1.21em;
}

.showroom-sec-top p {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.3020833333333333vw;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    padding-right: 6.510416666666667vw;
    color: #fff;
}

.showroom-sec-top p:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 1vw;
}

.showroom-sec-bottom .slick-prev {
    left: auto !important;
    right: 190px !important;
    top: -85px !important;
}

.showroom-sec-bottom .slick-next {
    left: auto !important;
    right: 140px !important;
    top: -85px !important;
}

.showroom-sec-bottom .container {
    padding-left: calc((100vw - 72vw) / 2) !important;
    width: 100%;
}

.showroom-sec-bottom .slick-slide {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    height: auto;
    margin-right: 30px;
    text-align: center;

}

.showroom-img {
    margin: 0 0 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 7px;
    border: solid 1px transparent;
}

.showroom-img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.showroom-text p {
    margin: 0;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.3020833333333333vw;
    font-weight: 400;
    position: relative;
    color: #fff;
}

.showroom-img:before {
    content: '';
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    position: absolute;
    left: 7px;
    top: 7px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.showroom-sec-bottom .slick-slide:hover .showroom-img:before {
    opacity: 1;
}

.showroom-sec-bottom .slick-slide:hover .showroom-img {
    border-color: #34A853;
}

.eye-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(images/eye.png);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.showroom-sec-bottom .slick-slide:hover .eye-icon {
    opacity: 1;
}

#showroom-sec2 h2,
#showroom-sec2 p {
    color: #000 !important;
}

#showroom-sec2 .slick-prev {
    background-image: url(images/prev-black.png) !important;
    left: auto !important;
    right: 190px !important;
    top: -85px;
}

#showroom-sec2 .slick-next {
    background-image: url(images/next-black.png) !important;
    left: auto !important;
    right: 140px !important;
    top: -85px;
}

#showroom-sec2 .showroom-sec-top p:before {
    background: #000;
}



.showroom-sec2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 28vw;
}

.showroom-sec2 h2 {
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.125vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0 0 42px;
}

.link-white-arrow {
    background-image: url(images/arrow-white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px auto;
    padding-right: 35px;
    color: #fff;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.3020833333333333vw !important;
    line-height: 1.953125em !important;
    font-weight: 400;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link-white-arrow:hover {
    color: #fff;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.link-white-arrow:focus {
    border: none !important;
    outline: none !important;
}

.link-white-arrow span {
    border-bottom: solid 1px #fff;
}

a:focus,
input:focus,
button:focus {
    outline: none !important;
}


.simple-btn a {
    font-size: 1.3020833333333333vw !important;
    line-height: 1.953125em !important;
}

.elementor-element {
    max-height: 100vh;
}

.my-slider5>.slick-list {
    padding-left: 0 !important;
}





.garment-showroom-sec3 {
    min-height: 38vw;
    position: relative;
    z-index: 0;
}

.garment-showroom-sec3 .container {
    position: relative;
    z-index: 1;
}

.showroom-line4 img {
    width: auto;
    height: 100%;
    position: absolute;
    right: 2%;
    top: 0;
}

.product-banner img {
    width: 100%;
    height: auto;
}

.product-banner .slick-slide {
    position: relative;
}

.product-banner .slick-slide:after {
    content'';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(/wp-content/uploads/2023/11/banner-top-shadow.png) no-repeat 0 0;
    background-size: 100% auto;
    display: block !important;
}

.product-banner .slick-slide {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    float: none;
    height: auto;
    margin-right: 0;
    text-align: center;

}

.product-banner .slick-next,
.product-banner .slick-prev {
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.product-banner .slick-prev {
    right: auto !important;
    left: 3% !important;
}

.products-sec .product-outer {
    padding: 0 3%;
}

.products-sec {
    padding:70px 0 40px 0;
}

.product_row {
    margin-bottom: 90px;
}

.product_row .row {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}

.productbox {
    width: calc(20% - 14px);
    margin: 0 7px;
}

.productbox img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

.product_img {
    margin: 0 0 0.9765625vw 0;
}

.product_text h5 {
    margin: 0;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1vw;
    font-weight: 500;
    position: relative;
    color: #000;
}

.productPrice {
    font-family: 'DM Sans', Sans-serif !important;
    font-size:1vw;
    font-weight: 400;
    color: #000;
}
.productPrice ins,.product_price ins{text-decoration: none;}
.product-outer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.productList .productbox {
    margin-bottom: 40px;
}

.productbox {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.productbox:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.link-black-arrow {
    background-image: url(/wp-content/uploads/2023/11/arrow-black.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.78125vw auto;
    padding-right: 1.3020833333333333vw;
    color: #000 !important;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.78125vw !important;
    line-height: 1 !important;
    font-weight: 400;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link-black-arrow span {
    border-bottom: solid 1px #000;
}




.product_img {
    position: relative;
    overflow: hidden;
}

.product_img::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -85%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.productbox:hover .product_img::before,
.productbox:focus .product_img::before {
    animation: shine 0.85s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.products-sec h4 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin-bottom: 27px;
    position: relative;
    padding-left: 50px;
    color: #000;
    margin: 0;
}

.products-sec h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}

.products-sec h2 {
    color: #000;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.125vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0 0 42px;
}


.showroom-sec h4 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin-bottom: 27px;
    position: relative;
    padding-left: 50px;
    color: #000;
    margin: 0;
}

.showroom-sec h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}


.fabric-detail-sec {
    padding: 90px 0;
    background: #EDEDED;
}

.fabric-detail-top {
    border-bottom: solid 1px #CECECE;
}

.fabric-detail-top h1 {
    color: #000;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.125vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0 0 2.1484375vw;
}

.fabric-detail-bottom {
    display: flex;
    width: 100%;
}

.fabric-detail-left {
    width: 45%;
    border-right: solid 1px #C0C0C0;
}

.qty_priceBox {
    border-bottom: solid 1px #CECECE;
    widows: 100%;
    padding: 1.4322916666666667vw 0 1.953125vw 0;
    margin-bottom: 1.4322916666666667vw;
}

.product_price {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.3020833333333333vw;
    font-weight: 500;
    color: #000;
    line-height: 1.56;
    display: block;
    margin-bottom: 0.78125vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qty_priceBox .product_price_val{    padding-right: 10px;}

.qty_label {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 1.56;
    display: block;
    margin-bottom: 0.4vw;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.765625vw;
    margin-bottom: 0.6510416666666666vw;
    background: #fff;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    height: 2.6041666666666665vw;
}

.qty-container .input-qty {
    text-align: center;
    padding: 0;
    border: none;
    max-width: 6vw;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.0416666666666667vw;
    font-weight: 400;
    color: #000;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #000;
    padding: 0;
    font-size: 10px;
    height: 1.1067708333333333vw;
    width: 1.1067708333333333vw;
    transition: 0.3s;
    margin: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
}

.qty-container .fa {
    line-height: 1.1067708333333333vw;
}

.qty_info {
    color: #5A5A5A;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.6510416666666666vw;
    font-weight: 400;
    line-height: 0.9114583333333334vw;
    padding-left: 1.3020833333333333vw;
    background: url(/wp-content/uploads/2023/11/info.png) no-repeat 0 center;
    background-size: 0.9114583333333334vw;
}

.fabric-detail-right h5 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.171875vw;
    font-weight: 500;
    color: #000;
    line-height: 1.56;
    margin: 0 0 0.5208333333333334vw;
}

.fabric-detail-right p {
    margin: 0;
    color: #5A5A5A;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    line-height: 1.56;
}

.fabric-detail-right {
    width: 55%;
    padding-left: 3.90625vw;
    padding-top: 1.4322916666666667vw;
}

.fabric-detail-right .descBox {
    width: 100%;
    margin-bottom: 2.1vw;
}

.fabric-detail-left .descBox {
    width: 100%;
    margin-bottom: 1.5625vw;
}

.fabric-detail-left h3 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.171875vw;
    font-weight: 500;
    color: #000;
    line-height: 1.56;
    margin: 0 0 0.5208333333333334vw;
}

.fabric-detail-left h6 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 1.56;
    margin: 0;
}

.fabric-detail-left h5 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.171875vw;
    font-weight: 500;
    color: #000;
    line-height: 1.56;
    margin: 0;
}

.fabric-detail-left .descBox p {
    margin: 0;
    color: #5A5A5A;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.7161458333333334vw;
    font-weight: 400;
    line-height: 1.56;
}

.help_sec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3255208333333333vw;
}

.help_btn {
    margin: 0 0.3255208333333333vw;
    width: calc(33.333% - 0.6510416666666666vw);
    border: solid 1px #D1D1D1;
    text-align: center;
    padding: 1.3020833333333333vw;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    color: #000 !important;
    line-height: 1.21;
}

.help_btn span {
    width: 100%;
    height: 1.3020833333333333vw;
    margin-bottom: 0.6510416666666666vw;
    display: block;
}

.help_btn img {
    width: auto;
    height: 1.3020833333333333vw;
}

.showroom-buttons {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #EDEDED;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 50px;
}

.showroom-buttons .container {
    display: flex;
    align-items: center;
    height: 5.5vw;
}

.showroom-buttons .btn-black-border {
    margin: 0 1.6927083333333333vw 0 0;
}

.showroom-buttons .link-black-arrow {
    font-size: 1.0416666666667vw !important;
    font-weight: 500;
    background-size: 1.0416666666667vw auto;
}

.product-banner {
    position: relative;
}

.product-banner .slider-nav,
.product-banner .slider-nav-two {
    position: absolute;
    bottom: 5.463541666666666vw;
    width: 72%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider_layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72%;
}

.slider_layer .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.slider_heading {
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif !important;
    font-size: 3.6458333333333vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0;
    width: 100%;

}

.slider_layer h4 {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-left: 50px;
    color: #fff;
}

.slider_layer h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}

.product-banner .slider-nav .slick-slide {
    margin: 0 0.6510416666666666vw !important;
    padding-bottom: 2vw;
}

.cate_name {
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9114583333333334vw;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-banner .slider-nav .slick-slide.slick-current .cate_name,
.product-banner .slider-nav-two .slick-slide.slick-current .cate_name {
    opacity: 1;
}

.product-banner .slider-nav .slick-next,
.product-banner .slider-nav .slick-prev,
.product-banner .slider-nav-two .slick-next,
.product-banner .slider-nav-two .slick-prev {
    top: 40%;
    right: -2vw !important;
    width: 1.3020833333333333vw !important;
    height: 1.3020833333333333vw !important;
}

.product-banner .slider-nav .slick-prev,
.product-banner .slider-nav-two .slick-prev {
    right: auto !important;
    left: -2vw !important;
}

.product-banner .slider-nav .slick-prev,
.product-banner .slider-nav-two .slick-prev {
    background-image: url(images/prev2.png) !important;
}

.product-banner .slider-nav .slick-next,
.product-banner .slider-nav-two .slick-next {
    background-image: url(images/next2.png) !important;
}

.product-banner .slider-nav .slick-slide img,
.product-banner .slider-nav-two .slick-slide img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-banner .slider-nav .slick-slide img,
.product-banner .slider-nav-two .slick-slide img {
    height: 5.7982vw;
    width: 5.7982vw;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
}

.product-banner .slider-nav .slick-slide:hover img,
.product-banner .slider-nav .slick-slide.slick-current img,
.product-banner .slider-nav-two .slick-slide:hover img,
.product-banner .slider-nav-two .slick-slide.slick-current img {
    padding: 5px;
    border: solid 2px #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


.filter_nav {
    width: 100%;
    margin-bottom: 80px;
}

.filter_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3255208333333333vw;
}

.filter_nav ul li {
    list-style: none;
    margin: 0.3255208333333333vw;
    display: flex;
    position: relative; cursor: pointer;
}

.filter_nav ul li a {
    border: solid 1px rgba(0, 0, 0, 0.8);
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2vw;
    padding: 0.6vw 1vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.filter_nav ul li.active a,
.filter_nav ul li a:hover {
    color: #fff;
    background: #000;
}

.filter_nav ul li input{opacity: 0;    position: absolute;}
.filter_nav ul li label{border: solid 1px rgba(0, 0, 0, 0.8);
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    color: #000;
    line-height: 1.2vw;
    padding: 0.6vw 1vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;cursor: pointer;}

    .filter_nav ul li input:checked + label{ color: #fff;
        background: #000;}

.product-banner {
    max-height: 100vh;
    overflow: hidden;
}

.banner_category_outer {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 5.463541666666666vw;
}

.banner_category_filter {
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner_category_filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.6510416666666666vw;
}

.banner_category_filter ul li {
    list-style: none;
    margin: 0 0.6510416666666666vw;
    width: 7.161458333333333vw;
}

.banner_category_filter ul li a {
    border: solid 1px #fff;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans', Sans-serif !important;
    width: 100%;
    height: 7.161458333333333vw;
    font-size: 1.0416666666666667vw;
    font-weight: 400;
    color: #000;
    line-height: 1.3020833333333333vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.active_filter .banner_category_filter ul li a {
    border-color: #000;
}

.banner_category_filter ul li.active a,
.banner_category_filter ul li a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.banner_category_filter ul li.selected a {
    background: #D0D0D0;
    border-color: transparent;
}

.banner_category_filter ul li.selected.active a,
.banner_category_filter ul li.selected a:hover {
    background: #000;
    color: #fff;
}

.banner_category_filter ul li.selected a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 107%;
    height: 107%;
    border-radius: 50%;
    background: transparent;
    outline: 0.2vw solid #D0D0D0;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: inherit;
}

.banner_category_filter ul li.selected.active a:before,
.banner_category_filter ul li.selected a:hover:before {
    outline-color: #000;
}

.category_fiter_popup {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    background: #fff;
    width: 46vw;
}

.active_filter .category_fiter_popup {
    display: block;
}

.category_fiter_popup_topbar {
    width: 100%;
    border-bottom: solid 1px #000;
    padding: 20px 2.6041666666666665vw;
}

.logo-black {
    text-align: center;
}

.logo-black img {
    width: 77px;
    height: auto;
}

.popup_close {
    position: absolute;
    left: 2.6041666666666665vw;
    top: 32px;
    font-family: 'DM Sans', Sans-serif;
    font-size: 0.9765625vw;
    font-weight: 400;
    padding-left: 3.5vw;
    color: #000 !important;
    background-image: url(images/nav-active.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.7vw auto;
    line-height: 2.34375vw;
}

.category_fiter_popup_content {
    width: 100%;
    padding: 2.6041666666666665vw;
}

.category_fiter_popup_content h4 {
    font-family: 'DM Sans', Sans-serif;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin-bottom: 27px;
    position: relative;
    padding-left: 50px;
    color: #000;
    margin: 0;
}

.category_fiter_popup_content h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}

.category_fiter_popup_content h2 {
    color: #000;
    font-family: 'DM Serif Display', serif;
    font-size: 3.125vw;
    font-weight: 800;
    line-height: 1.21em;
    margin: 0 0 42px;
}

.category_fiter_popup_footer {
    position: absolute;
    bottom: 2vw;
    right: 6.5vw;
}

.apply_btn {
    font-family: 'DM Sans', Sans-serif;
    width: 100%;
    /* 	height:7.161458333333333vw; */
    font-size: 1vw;
    font-weight: 400;
    color: #000;
    padding: 0.6510416666666666vw 1.3020833333333333vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    line-height: normal;
}

.apply_btn:hover {
    color: #fff;
    background: #000;
}

.category_fiter_popup_footer button[type=submit]{font-family: 'DM Sans', Sans-serif;
    width: 100%;
    background: none !important;
    font-size: 1vw;
    font-weight: 400;
    color: #000 !important;
    padding: 0.6510416666666666vw 1.3020833333333333vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-appearance: none;
    background: transparent;
    border: solid 1px #000 !important;
    line-height: normal;}
    .category_fiter_popup_footer button[type=submit]:hover {
        color: #fff !important;
        background: #000 !important;
    }
.active_filter #masthead {
    pointer-events: none;
}

.active_filter .hfe-site-logo-set {
    opacity: 0;
}

.filter_btn {
    position: fixed;
    z-index: 2;
    bottom: 5.463541666666666vw;
    right: 3%;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans', Sans-serif !important;
    width: 7.161458333333333vw;
    height: 7.161458333333333vw;
    font-size: 1.0416666666666667vw;
    font-weight: 400;
    color: #fff !important;
    line-height: 1.3020833333333333vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.filter_btn span {
    width: 100%;
    display: block;
    text-align: center;
}

.filter_btn img {
    margin-bottom: 0.4vw;
    width: 0.9765625vw;
}


.filter_sidebar {
    position: fixed;
    height: 100vh;
    z-index: 9999;
    top: 0;
    right: -100%;
    display: block;
    background: #fff;
    width: 27.8vw;
    padding: 0 2.6041666666666665vw;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 0;
}

.active_sidebar .filter_sidebar {
    right: 0;
}

.filter_sidebar .category_fiter_popup_content {
    width: 100%;
    padding: 4vw 2vw 0 2vw;
}

.sidebar_close {
    position: absolute;
    left: 1.2vw;
    top: 1vw;
    font-family: 'DM Sans', Sans-serif;
    font-size: 0.9765625vw;
    font-weight: 400;
    padding-left: 3.5vw;
    color: #000 !important;
    background-image: url(images/nav-active.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.7vw auto;
    line-height: 2.34375vw;
}

.filter_sidebar .filter_nav {
    margin-bottom: 1vw;
}

.filter_sidebar h5 {
    font-family: 'DM Sans', Sans-serif;
    font-size: 0.9765625vw;
    line-height: 1.56;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.3255208333333333vw;
}

.filter_sidebar .category_fiter_popup_content h2 {
    margin: 0 0 2vw;
}

.active_sidebar #masthead {
    pointer-events: none;
}

.active_sidebar .header-right {
    opacity: 0;
}

.filter_sidebar .filter_nav ul li a {
    font-size: 0.85vw;
    line-height: 1vw;
    padding: 0.5vw 1.2vw;
}

.filter_sidebar .category_fiter_popup_footer {
    right: 2vw;
}

.tax-fabric_type .footer-width-fixer,
.single-product .footer-width-fixer {
    padding-bottom: 6.510416666666667vw;
}





html,
body,
#wrap {
    overflow-x: hidden !important;
}

img.loaderImgGif {
    width: auto !important;
    margin: 0 auto !important;
    display: block;
}

button[disabled] {
    opacity: 0.5;
}

.product-banner .product-banner-slide {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 95vh;
}

.product-banner .product-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-banner .product-banner-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #000, transparent);
    opacity: 0.3;
}

.term-product-banner .product-banner-slide {
    display: flex;
    align-items: center;
}

.product-banner .product-banner-text {
    position: relative;
    z-index: 1;
}

.product-banner .product-banner-text h4 {
    font-family: 'DM Sans', Sans-serif;
    font-size: 1.0416666666667vw;
    font-weight: 400;
    margin: 0 0 5px;
    position: relative;
    padding-left: 50px;
    color: #fff;
}

.product-banner .product-banner-text h4:before {
    content: ' ';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0.7vw;
}

.product-banner .product-banner-text h2 {
    color: #fff;
    font-family: 'DM Serif Display', serif;
    font-size: 4.2vw;
    font-weight: 800;
    line-height: 1.1em;
    margin: 0 0 42px;
    max-width: 40%;
}

.fabric-product-banner>.slider {
    margin: 0;
}

.product-banner .fabric-banner-slide {
    position: relative;
    width: 100%;
    height: 650px;
    min-height: 95vh;
}

.product-banner .fabric-banner-slide .product-banner-bg:before {
    height: 100%;
    background: #000;
    opacity: 0.3;
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
}






#garment-sec2 {
    background: #fff;
}

#garment-sec2 .productbox {
    width: 100%;
    margin: 0;
}

#garment-sec2 .showroom-sec-bottom .container {
    padding-left: 0 !important;
    width: 94%;
}

#garment-sec2 .showroom-sec-top h2 {
    color: #000;
}

#garment-sec2 .slick-prev {
    background-image: url(images/prev-black.png) !important;
    left: auto !important;
    right: 45px !important;
    top: -50px;
}

#garment-sec2 .slick-next {
    background-image: url(images/next-black.png) !important;
    left: auto !important;
    right: 0 !important;
    top: -50px;
}

#garment-sec2 .product_text {
    text-align: left;
}

.no-icon {
    padding-left: 0 !important;
    background: none !important;
}

.info-icon {
    padding-right: 1.3020833333333333vw;
    background: url(/wp-content/uploads/2023/11/info.png) no-repeat right center;
    background-size: 0.9114583333333334vw;
    width: 5.6vw;
}

.taxes {
    color: #5A5A5A;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.6510416666666666vw;
    font-weight: 400;
    line-height: 0.9114583333333334vw;
}

#garment-sec2 .showroom-sec-bottom .slick-slide {
    margin-right: 15px;
}

#garment-sec2 .product_text h5 {
    font-size: 1vw;
}

#garment-sec2 .productPrice {
    font-size: 1vw;
}

.slick-slider {
    margin-bottom: 0;
}

/* Accordion
================================================== */
.acc {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.acc__card {
    margin: 0;
    position: relative;
}

.acc__title {
    background: #EDEDED;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 1.171875vw;
    font-weight: 500;
    color: #000;
    line-height: 1.56;
    cursor: pointer;
    display: block;
    padding: 20px 0;
    padding-right: 60px;
    position: relative;
    text-align: left;
    border-bottom: solid 1px #C0C0C0;
}

.acc__title::after {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    content: " ";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2023/11/plus.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    background-image: url(/wp-content/uploads/2023/11/minus.png);
}

.acc__title.active {
    border: none;
}

.acc__panel {
    background: #EDEDED;
    color: #000;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    line-height: 1.56;
    display: none;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
}
.acc__panel strong{display: block; margin-bottom: 15px;}
.acc__card ul {
    margin: 0;
    padding: 0 0 15px 15px;
}

.acc__card ul li {
    color: #5A5A5A;
    font-family: 'DM Sans', Sans-serif !important;
    font-size: 0.9765625vw;
    font-weight: 400;
    line-height: 1.56;
    list-style: disc;
}

.goBack_sec {
    position: absolute;
    top: 7vw;
    left: 0;
    width: 100%;
}

.goBack_sec .container {
    width: 94%;
}

.goBack {
    color: #fff !important;
    font-family: "DM Sans", Sans-serif !important;
    line-height: 2.34375vw;
    font-size: 1vw !important;
    font-weight: 400;
    background: url(/wp-content/uploads/2023/11/back-white.png) no-repeat 0 center;
    background-size: 1vw;
    padding-left: 1.5vw;
}

.goBack span {
    border-bottom: solid 1px #fff;
}

.size ul {
    display: flex;
    flex-wrap: wrap;
    margin:0 0 20px;
    padding: 0;
}

.size ul li {
    list-style: none;
    margin-right: 7px;
    margin-bottom: 10px;
}

.size ul li a {
    border: solid 1px #787878;
    color: #787878;
    font-size: 0.9765625vw;
    font-family: 'DM Sans', Sans-serif !important;
    font-weight: 400;
    width: 3.90625vw;
    height: 45px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.size ul li a:hover,.size ul li.active a{background: #808080; color: #fff;}

.product-attr-row.color ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.product-attr-row.color ul li {
    list-style: none;
    margin-right: 7px;
    margin-bottom: 10px;
}

.product-attr-row.color ul li a {
    background: var(--color);
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px var(--color);
}
.product-attr-row.color ul li.active a {
    box-shadow: inset 0 0 0 3px #ededed;
}

.custom-range-slider {
    position: relative;
    width: 100%;
    height: 0.39999vw;
    margin: 0 !important;
    border-radius: 100px;
    background: #eaeaea;
}

.custom-range-slider input {
    opacity: 1 !important;
    position: absolute !important;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    transform: translateY(-50%);
    z-index: 1;
}

.custom-range-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1vw;
    height: 1vw;
    background: #000;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
	border: none;
}

.custom-range-slider .range-slider-progress {
    position: absolute;
    height: 100%;
	left: var(--left);
	right: var(--right);
    background: #000;
	border-radius: 100px;
}

.custom-range-label {
    display: inline-block;
    margin-left: 1vw;
    opacity: 0.7;
}

.no-result {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1vw;
}

/* Responsive */


@media (max-width:1299px) {
    .certificate-container {
        margin-top: 80px !important;
    }

    /* .slick-next,
    .slick-prev {
        top: -40px;
        right: auto !important;
        left: 0 !important;
    }

    .slick-next {
        right: auto !important;
        left: 50px !important;
    } */

    .showroom-sec-bottom {
        margin-top: 80px;
    }

    .showroom-sec-top p {
        padding-right: 0;
    }

    
    .contact-sec4 .slick-prev {
        top: -40px;
        left: 15px !important;
    }
    .contact-sec4 .slick-next{
        top: -40px;
        left: 65px !important;
    }

    .products-sec .slick-prev {
        top: -40px;
        left: 7px !important;
    }
    .products-sec .slick-next{
        top: -40px;
        left: 57px !important;
    }

    .page-id-737 .contact-sec4 .slick-prev {
        left: 0 !important;
    }
    .page-id-737 .contact-sec4 .slick-next{
        left: 50px !important;
    }

    .contact-sec5 {
        margin-top: 80px !important;
    }

    .contact-sec4 .slick-list {
        margin-right: -15px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .contact-sec5 {
        padding-left: 15px !important;
    }

    .home-sec8 .slick-prev {
        top: -60px;
        left: 0 !important;
        right: auto !important;
    }

    .home-sec8 .slick-next {
        top: -60px;
        left: 50px !important;
        right: auto !important;
    }

    .manufacturing-sec3 .slick-prev {
        top: -60px;
        left: 15px !important;
        right: auto !important;
    }

    .manufacturing-sec3 .slick-next {
        top: -60px;
        left: 65px !important;
        right: auto !important;
    }
    .manufacturing-sec3 .my-slider2{    margin-top: 30px}

    .showroom-sec-bottom .slick-prev,
    #showroom-sec2 .slick-prev {
        left: 0 !important;
        right: auto !important;
        top: -50px !important;
    }

    .showroom-sec-bottom .slick-next,
    #showroom-sec2 .slick-next {
        left: 50px !important;
        right: auto !important;
        top: -50px !important;
    }

    #garment-sec2 .slick-prev {
        right: auto !important;
        left: 0 !important;
        top: -50px;
    }
    #garment-sec2 .slick-next {
        right: auto !important;
        left:50px !important;
        top: -50px;
    }
}

@media (max-width:1199px) {
    .header-details {
        padding-left: 5vw;
    }
}

@media (max-width: 1024px) {

    .simple-btn a {
        font-size: 16px !important;
    }

    .elementor-element {
        max-height: inherit;
    }

    .difference-outer table th,
    .difference-outer table td {
        padding: 10px;
        font-size: 11px;
    }

    .difference-outer table td {
        font-size: 12px;
    }

    .difference-outer table td img {
        width: 16px;
    }

    .difference-outer table tr td:nth-child(2),
    .difference-outer table tr th:nth-child(2) {
        font-size: 14px;
    }

    .sub-heading:before {
        top: 8px;
    }

    .home-sec3 .sub-heading:before,
    .home-sec8 .sub-heading:before {
        top: 14px;
    }

    .header-right {
        display: none !important;
    }

    #masthead .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
    }

    .hfe-site-logo-set {
        justify-content: left;
    }

    .header-left {
        justify-content: center !important;
        align-items: flex-end !important;
        width: 50% !important;
    }

    .hfe-nav-menu-icon {
        width: 25px;
        height: 25px;
    }

    .hfe-nav-menu .screen-reader-text {
        font-size: 16px !important;
        line-height: 25px;
        padding-left: 15px;
    }

    .header-center {
        width: 50% !important;
    }

    .active .header-details {
        left: 0 !important;
        display: none !important;
    }

    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        padding: 70px 20px;
    }

    .hfe-nav-menu__layout-horizontal {
        width: 270px !important;
    }

    .hfe-nav-menu li.menu-item a {
        font-size: 16px !important;
    }

    .hfe-nav-menu__layout-horizontal {
        left: auto !important;
        right: -100% !important;
    }

    .hfe-nav-menu div[aria-expanded="true"]+.hfe-nav-menu__layout-horizontal {
        left: auto !important;
        right: 0 !important;
    }

    .home-sec8 .slick-slide {
        padding: 20px;
    }

    .home-sec8 {
        padding-left: 15px !important;
    }

    .certificate-logo {
        height: 50px;
    }

    .certificate-logo img {
        max-height: 50px;
    }

    .certification h4 {
        font-size: 20px;
    }

    .certification p {
        font-size: 14px;
    }

    .creativity-btn .elementor-button {
        width: 110px;
        height: 110px;
        font-size: 16px !important;
        margin: 5px;
    }

    .creativity-row .e-con-inner {
        justify-content: center !important;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .page-banner h4 {
        font-size: 16px;
    }

    .page-banner h4:before {
        top: 12px;
    }

    .btn-white-border {
        font-size: 16px;
        padding: 10px 20px;
    }

    .showroom-sec-bottom .container {
        padding-left: 15px !important;
        padding-right: 0;
    }

    .showroom-sec {
        padding: 70px 0;
    }

    .page-banner h1 {
        font-size: 40px;
    }

    .showroom-sec-top h2,
    .showroom-sec2 h2 {
        font-size: 36px;
    }

    .showroom-sec-top p {
        font-size: 16px;
    }

    .showroom-sec-top p:before {
        top: 14px;
    }

    .showroom-text p,
    .link-white-arrow {
        font-size: 16px !important;
        ;
    }

    .btn-black-border {
        font-size: 16px;
        padding: 10px 20px;
    }

    .link-black-arrow {
        font-size: 16px !important;
        background-size: 16px auto;
        padding-right: 25px;

    }

    .showroom-buttons .link-black-arrow {
        font-size: 16px !important;
        background-size: 16px auto;
    }

    .showroom-buttons {
        height: auto;
        padding: 10px 0;
    }

    .tax-fabric_type .footer-width-fixer,
    .single-product .footer-width-fixer {
        padding-bottom: 74px;
    }

    .showroom-sec h4 {
        font-size: 16px;
    }

    .showroom-sec h4:before {
        top: 12px;
    }

    .iconbox-outer>div {
        padding: 0 0 !important;
    }

    .line4 {
        display: none !important;
    }

    .iconbox-outer .elementor-icon-box-icon {
        margin-bottom: 10px !important;
    }

    .sustainability-sec4 h3 {
        font-size: 14px !important;
    }

    .contact-sec4 .sub-heading:before {
        top: 14px;
    }

    .contact-sec4 .services-text h4 {
        font-size: 20px;
    }

    .contact-sec4 .services-text p {
        font-size: 16px;
    }

    .txt-inner {
        height: 90px;
    }

    .contact-sec4 .slick-slide:hover .txt-inner {
        height: 230px;
    }

    .contact-sec4 .slick-slider {
        margin-bottom: 0;
    }

    form input[type=text],
    form input[type=password],
    form input[type=email],
    form input[type=url],
    form input[type=date],
    form input[type=month],
    form input[type=time],
    form input[type=datetime],
    form input[type=datetime-local],
    form input[type=week],
    form input[type=number],
    form input[type=search],
    form input[type=tel],
    form input[type=color],
    form select,
    form textarea {
        min-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    input[type=submit] {
        width: 150px;
        height: 40px;
        padding: 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 16px;
    }

    .wpcf7-form label {
        top: -8px;
        font-size: 16px;
    }

    .focused,
    .filled {
        top: -20px !important;
        font-size: 12px !important;
    }
    .sustainability-sec3 .sub-heading:before, .contact-sec2 .sub-heading:before, .contact-sec4 .sub-heading:before,.manufacturing-sec3 .sub-heading:before {
        top: 14px;
    }

    .counter_sec .counterBox{width: 50% !important;}

    .Sustainability-outer .e-con-inner {
        flex-wrap: wrap !important;
    }
    .Sustainability-outer .elementor-element {
        border-top: solid 1px #000;
        padding:30px;
        width: 50% !important;
    }
    .Sustainability-outer .elementor-element:last-child {
        width: 100% !important;
    }
    .Sustainability-outer{border-top: none !important;}
    .services-text p {
        font-size: 20px;
    }
    .slider_layer h4 {
        font-size: 16px;
    }
    .slider_layer h4:before {
        top: 12px;
    }
    .slider_heading {
        font-size: 36px;
    }
    .fabric-detail-sec {
        padding: 70px 0;
    }
    .fabric-detail-top h1 {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .product_price {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .qty_label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .qty-container {
        width: 100px;
        margin-bottom: 6px;
        height: 36px;
    }
    .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
        font-size: 10px;
        height: 18px;
        width: 18px;
    }
    .qty-container .input-qty {
        max-width: 50px;
        font-size: 18px;
    }
    .qty_info {
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        padding-left: 15px;
        background-size: 10px auto;
    }
    .fabric-detail-left h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .fabric-detail-left .descBox {
        margin-bottom: 15px;
    }
    .fabric-detail-left h6 {
        font-size: 14px;
    }
    .fabric-detail-left h5 {
        font-size: 13px;
    }
    .fabric-detail-left .descBox p {
        font-size: 10px;
    }
    .fabric-detail-right h5 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .fabric-detail-right p {
        font-size: 14px;
    }
    .help_sec {
        margin: 0 -10px;
    }
    .help_btn {
        margin: 0 10px;
        width: calc(33.333% - 20px);
        padding: 15px;
        font-size: 14px;
    }
    .help_btn span {
        height: 20px;
        margin-bottom: 10px;
    }
    .help_btn img {
        height: 18px;
    }


    .product_text .link-black-arrow {
        font-size: 12px !important;
        background-size: 14px auto;
        padding-right: 20px;
    }
    .product_text h5 {
        font-size: 18px;
    }
    .productPrice {
        font-size: 16px;
    }
    .products-sec h4 {
        font-size: 16px;
    }
    .products-sec h4:before {
        top: 12px;
    }
    .products-sec h2 {
        font-size: 36px;
    }

    .goBack {
        line-height: 20px;
        font-size: 14px !important;
        background-size: 15px auto;
        padding-left: 25px;
    }
    .size ul li a {
        font-size: 14px;
        width: 60px;
        height: 36px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .taxes {
        font-size: 10px;
        line-height:1;
    }
    .info-icon {
        padding-right: 20px;
        background-size: 12px auto;
        width: 78px;
    }
    .acc__title {
        font-size: 16px;
    }
    #garment-sec2 .product_text h5 {
        font-size: 18px;
    }
    #garment-sec2 .productPrice {
        font-size: 16px;
    }
    .product_img {
        margin: 0 0 15px 0;
    }
    .product-banner .product-banner-text h4 {
        font-size: 16px;
    }
    .product-banner .product-banner-text h4:before {
        top: 12px;
    }
    .product-banner .product-banner-text h2 {
        font-size: 36px;
    }
    .banner_category_filter ul li {
        width:70px;
    }
    .banner_category_filter ul li a {
        height:70px;
        font-size:14px;
    }
    .category_fiter_popup {
        width: 350px;
    }
    .popup_close {
        left: 2.6041666666666665vw;
        top: 32px;
        font-size: 14px;
        font-weight: 400;
        padding-left: 25px;
        background-size: 18px auto;
        line-height: 25px;
    }
    .active_filter .hfe-site-logo-set {
        opacity: 1;
    }
    .category_fiter_popup_topbar {
        padding: 20px 20px;
    }
    .category_fiter_popup_content h4 {
        font-size: 16px;
    }
    .category_fiter_popup_content h4:before {
        top: 12px;
    }
    .category_fiter_popup_content h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .category_fiter_popup_content {
        padding: 20px;
    }
    .category_fiter_popup_footer {
        bottom: 10px;
        right: 20px;
    }
    .apply_btn {
        font-size: 14px;
        padding: 7px 15px;
    }
    .filter_nav ul {
        margin: 0 -5px;
    }
    .filter_nav ul li {
        margin: 5px;
    }
    .filter_nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px;
    }
    .banner_category_outer {
        padding-bottom: 50px;
    }

    .filter_sidebar {
        width: 300px;
        padding: 0 20px;
    }
    .filter_sidebar h5 {
        font-size: 14px;
    }
    .category_fiter_popup_footer button[type=submit] {
        font-size: 14px;
        padding: 7px 15px;
    }
    .filter_nav ul li label,.filter_sidebar .filter_nav ul li a {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px;
    }

    .filter_sidebar .category_fiter_popup_content {
        padding: 40px 0 0 0;
    }
    .sidebar_close {
        left: 20px;
        top: 15px;
        font-size: 14px;
        padding-left: 25px;
        background-size: 14px auto;
        line-height: 20px;
    }

    .acc__panel,.acc__card ul li {
        font-size:14px;
    }
    .productbox {
        width: calc(33.333% - 14px);
    }
    .productbox img {
        height: 46vw;
    }
	
	.filter_btn {
    bottom:50px;
    right:15px;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height:18px;
}
.filter_btn img {
    margin-bottom: 6px;
    width: 14px;
}

    
}

@media (max-width: 991px) {
.product-banner .slider-nav .slick-slide img, .product-banner .slider-nav-two .slick-slide img {
    height: 8.7982vw;
    width: 8.7982vw;
    margin-bottom: 10px;
}
.cate_name {
    font-size: 12px;
}
.product-banner .slider-nav .slick-next, .product-banner .slider-nav .slick-prev, .product-banner .slider-nav-two .slick-next, .product-banner .slider-nav-two .slick-prev {
    right: -30px !important;
    width: 20px !important;
    height: 20px !important;
}
.product-banner .slider-nav .slick-prev, .product-banner .slider-nav-two .slick-prev {
    right: auto !important;
    left: -30px !important;
}
.productbox {
    width: calc(50% - 14px);
}
.product-outer .row {
    margin-top: 80px;
}
.products-sec .product-outer {
    padding: 0 15px;
}
.productbox img {
    height: 64vw;
}
}

@media (max-width: 767px) {

    .brand-img2,
    .space-img {
        display: none !important;
    }

    .showroom-sec .col-6 {
        width: 100%;
    }

    .showroom-sec2 {
        min-height: 55vw;
        background-position: center;
    }

    .iconbox-outer .elementor-icon-box-icon {
        margin-bottom: 10px !important;
    }

    .sustainability-sec4 h3 {
        margin: 0;
    }

    .iconbox-outer .elementor-icon {
        width: 100px;
        height: 100px;
    }

    .iconbox-outer .elementor-icon svg {
        height: 50px;
    }

    .sustainability-sec4 .elementor-icon-box-description {
        display: none !important;
    }

    .txt-inner {
        padding: 20px;
    }

    .contact-sec3>.e-con-inner:before {
        display: none;
    }

    .contact-sec3>.e-con-inner {
        padding: 30px;
    }

    .wpcf7-form .form-group {
        margin: 15px 0;
    }
    .manufacturing-sec3 .elementor-widget-icon-box{width: 33.333% !important; margin-bottom:30px !important;}
    .capabilities-outer .elementor-icon {
        width: 100px;
        height: 100px;
    }
    .capabilities-outer .elementor-icon svg {
        max-height: 50px;
    }
    .product-banner .slider-nav .slick-slide img, .product-banner .slider-nav-two .slick-slide img {
        height: 12vw;
    width: 12vw;
    }
    .btn-black-border {
        font-size: 13px;
        padding: 10px 15px;
    }
    .showroom-buttons .container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .showroom-buttons {
        height: 82px;
        padding: 10px 0;
    }
    .showroom-buttons .link-black-arrow {
        font-size: 13px !important;
        min-width: 150px;
        margin-top: 10px;
    }
    .product-banner .product-banner-text h2 {
        max-width: 60%;
    }


}

@media (max-width: 479px) {

    .elementor-heading-title br,
    .elementor-widget-container br {
        display: none !important;
    }

    .creativity-btn .elementor-button {
        width: 90px;
        height: 90px;
    }
    .counter_sec .counterBox{width: 100% !important;}
    .Sustainability-outer .elementor-element {
        padding:20px;
    }
    .manufacturing-sec3 .elementor-widget-icon-box{width: 50% !important;}
.showroom-sec2 h2 {
        font-size: 30px;
    }
    .cate_name {
        font-size: 10px;
    }
    .slider_heading {
        font-size: 26px;
    }
    .fabric-detail-bottom {
        flex-wrap: wrap;
    }

    .fabric-detail-left {
        width: 100%;
        border-right: none;
    }
    .fabric-detail-right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        border-top: solid 1px #C0C0C0;
    }
    .active_filter .hfe-site-logo-set {
        opacity: 0;
    }
    .product_text h5 {
        font-size: 15px;
    }
    .productPrice {
        font-size: 14px;
    }
    .productList .filter_nav ul li {
        width: calc(50% - 10px);
    }
    .productList .filter_nav ul li a {
        width: 100%;
        text-align: center;
    }
    .productList .filter_nav {
        margin-bottom: 50px;
    }
    .productbox img {
        height: 64vw;
    }
    #garment-sec2 .showroom-sec-bottom .slick-slide {
        margin-right: 0;
    }
}
.garment-showroom-slider .productbox {
    padding: 0;
}

.privacy-policy-sec{max-height: inherit !important;}
.privacy-policy-sec .elementor-element {
    max-height: inherit;
}

.custom-modal .modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: -9;
}

.custom-modal .modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.custom-modal .modal-inner {
    position: relative;
    width: 100%;
    max-height: 75vh;
    max-width: 45vw;
    background: #fff;
    border-radius: 0.55555vw;
    padding: 0.899999vw;
}
.modal-close{    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: 20px;}