@font-face {
  font-family: 'SF Pro Text Bold';
  src: url("../fonts/SF-Pro-Text-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text Regular';
  src: url("../fonts/SF-Pro-Text-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text Semibold';
  src: url("../fonts/SF-Pro-Text-Semibold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text Medium';
  src: url("../fonts/SF-Pro-Text-Medium.otf") format("opentype");
  font-display: swap;
}

.font_regular, .font_semibold, .font_bold {
  font-family: 'SF Pro Text Regular', 'SF Pro Text Semibold', 'SF Pro Text Bold', 'SF Pro Text Medium';
}

/* Main Style */
html, body {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  font: 27px 'SF Pro Text Regular', sans-serif;
  color: #111111;
  margin: 0 auto;
  padding: 0 90px;
  width: 100%;
  max-width: 1920px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: transparent;
  border: 2px solid #111111;
}

.prev img {height: 10px; }
.next img {height: 10px; }

input {
  outline: none;
}


#item_wrapper {
  transition: top 0.3s ease;
}
  
.preload {
  display: none;
}
.main-header-container {
    position: relative;
    width: 100%;
    z-index: 1001;
    display: flex;
    height: auto;
}

.header-paddings {
    padding: 15px 0;
    width: 100%;}
    
.logo-description-container {
    display: flex;
    align-items: center;
    width: 50%;
    height: 75px;}

.logo-img{
    cursor:pointer;
    width: 191px;
    height: auto;
}

.header-dropdown-button-container{
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.header-logo-description {
    font-family: 'SF Pro Text Medium';
    margin-top: 5px;
    margin-left:20px;
    font-size: 22px;}
.header-submit-button {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 60px;
    font-size: 22px;
    font-family: 'SF Pro Text Medium';
    border: 2px solid #111111 ;
    margin-top: 8px;
    border-radius: none !important;
  
}

.main-content-container {
    margin-top: 0px;}
.main-page-image{
    width: 100%;
}

.submit-form-container {
    margin-top: 30px;
    padding-top: 40px;}
.submit-form-left-part {
    flex-grow: 1;
    border: 2px solid #f1f1f1;
    padding: 50px 50px 0px 50px; }
.submit-form-title {
    font-family: 'SF Pro Text Bold';
    font-size: 30px;
    margin-bottom: 0.6em; }
.submit-form-input {
    margin-top: 18px;
    width: 100%;
    border: none;
    caret-color: #111111 !important;
    outline: none;
    padding: 0px !important;
    margin-left: 0px !important;
    font-size: 22px; 
  
}

.submit-form-input::placeholder{
    padding-left: 0px !important;
    margin-left: 0px !important;
    color:#c5c5c5;
}
.submit-form-buttons {
    margin-top: 1.5em;}
.submit-form-button {
    width: 100%;
    padding: 0.6em 0;
    color: white;
    font-family: 'SF Pro Text Medium';
    font-size: 1.2vw;
    background-color: #111111;
    transition: 0.3s;}
.submit-form-result {
    margin: 8px 0;
    text-align: center;}
.submit-form-result-type {
    font-size: 1.2vw;
    font-weight: bold;
    text-align: center; }
.submit-form-result-text {
    font-family: 'SF Pro Text Medium';
    font-size: 1.2vw;
    margin-left: 6px; }
.dragdrop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f1f1f1;
    margin-left: 20px;
    flex-grow: 3;
    cursor: pointer; }
.submit-form-button {
    font-size: 21px;
    font-family: 'SF Pro Text Medium';}
.dragdrop-text {
    font-size: 19.35px;
    font-family: 'SF Pro Text Medium';
    word-break: break-all;}
.dragdrop-icon {
    width: 10%;
    margin-bottom: 1.5em;}
.dragdrop-span {
    font-size: 16.35px;
    font-family: 'SF Pro Text Regular';
    color: #686868;}

.open-file-button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    font-size: 18.21px;
    color:#111111;
    width: 100%;
    font-family: 'SF Pro Text Medium';
    margin-right: 10%;
    height: auto;
    display: none;}
.open-file-button-span {
    font-size: 14px; color: #686868; }

/* SUBMIT FORM END -------------------------------------------------------------------------------------------------------------------------------------------------------- */
.notification-line-container{
    margin: 75px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fffb92;
    padding: 0.8em 2em;}
.notification-bold-text {
    margin: 0;
    font-size: 28px;
    font-family: 'SF Pro Text Bold'; }
 .notification-bold-text-mobile {
    font-family: 'SF Pro Text Bold'; }
.notification-span {
    font-size: 25px;
    font-family: 'SF Pro Text Regular';}
.notification-span-mobile {
    font-family: 'SF Pro Text Regular';}
.notification-button {
    border: 2px solid #111111;
    font-size: 22px;
    font-family: 'SF Pro Text Medium';
    padding: 15px 30px;}
.notification-button-link{
    color: #111111;
    font-size: 22px;
    font-family: 'SF Pro Text Medium';
    display: flex;
}
.bottom-logo {
    width: 100%;
    margin-bottom: 75px; }
.bottom-logo-image {
    width: 191px; }
.contact-us-title {
    font-size: 22px;
    font-family: 'SF Pro Text Semibold';
    margin-bottom: 17px;}
.contact-us-list {
    display: flex;
    justify-content: space-between;
}
.list-two-item-container {
    display: flex;
    justify-content: space-between;
    width: 48%; }
.contact-us-item {
    margin-bottom: 60px;
    width: 46%;
    border-top: 7px solid #111111; }
.contact-us-item-title {
    font-size: 28px;
    font-family: 'SF Pro Text Bold';
    margin-top: 1.111em;
    margin-bottom: 0.3em; 
 }
.contact-us-description {
    color: #686868;
    font-size: 22px;
    font-family: 'SF Pro Text Medium'; }
.contact-us-email {
    margin-top: 100px;
    font-family: 'SF Pro Text Medium';
    font-size: 22px;
    text-decoration: underline; }
.whatsapp-contact{
    display: flex;
    align-items: center;
    font-size: 19.35px;
    font-family: 'SF Pro Text Medium';
    margin-top: 1em;}
.green_circle{
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #79de02;
    border-radius: 50%;
}
.online{
    font-size: 14px;
    font-family: 'SF Pro Text Regular';
    margin-left: -5px;}

        
/* FOOTER STYLES START ----------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer-icon-container {
    margin-bottom: 70px; }
.footer-social-icon {
    margin-right: 12px; }
.footer-icon-img {
    width: 40px;
    height: 40px;
    }
.footer-description {
    font-size: 18px;
    font-family: 'SF Pro Text Regular';
    margin-bottom: 100px;
    color: #686868;
    line-height: 100%; }
.footer-description > p:nth-child(1) {
    color: #111111;font-size: 21px;
    margin-bottom: 1.2em; font-family: 'SF Pro Text Medium'; }
/* FOOTER STYLES END ------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mobile-none{
    display: none;
}
.new-dropdown{
    border: none !important;
    background-color: white !important;
    color: #111111 !important;
    font-family: 'SF Pro Text SemiBold';
    font-size: 24px;
    width: 9.5%;
    margin-right: 3%;
    cursor: pointer;
}
.new-dropdown option{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #424242;
}

/* Product detail container */
.product-detail-container {
    display: flex;
    width: 100%;}
.product-detail-carousel {
    width: 55%;
    display: flex;
    height: auto;}
.slider-for{
    width: 80%;
    height: 100%;
    background-color: #f1f1f1;
    margin-right: 2%;}
.slider-for img{
    width: 100%;
    height: 100%;
    max-height: 700px;
    margin: 0px auto;}
.slider-nav-arr{
    width: 16%;
    display: flex;
    flex-direction: column;
}
.slick-slide{
    outline: none !important;
}
.slider-nav{
    width: 100%;
    display: flex;
    flex-direction: column;}
.prev, .next{
    border: none;
    background-color: #f1f1f1;}
.prev{
    margin-bottom: 0em;}
.next{
    margin-top: 0.5em;}
.slick-list{
    display: flex;
    flex-direction: column;}
.product-detail-carousel .slider-nav div {
    width: 100% !important;
    cursor: pointer;
    line-height: 20px;}
.product-detail-carousel .slider-nav div img{
    width: 100%;
    padding: 0%;
    margin-top: 0.5em;
    background-color: #f1f1f1;}
    /* Product detail description */
.product-detail-info {
    width: 45%;}
.product-detail-title{
    font-family: 'SF Pro Text Bold';
    font-size: 28px;}
.product-detail-contain-info{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 1em;
}
.product-detail-symbol{
    font-family: 'SF Pro Text Bold';
    margin-left: 4px;
    margin-right: -3px;
    font-size: 14px;}
.product-detail-price{
    font-size: 18px;
    font-family: 'SF Pro Text Bold';}
.product-detail-moq{
    font-size: 14px;
    margin-left: 10px;
    font-family: 'SF Pro Text Regular';
    color: #8e8e8e}


#tabContainer{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 1px solid rgba(128, 128, 128, 0.245);
}
.tab {
    cursor: pointer;
    color: #686868;
    font-size: 18px;
    margin-right: 0%;
}
.tab.active {
    color: black;
}
.content {
    display: none;
    margin-top: 20px;
}
.content.active {
    display: block;
}
.content-description{
    font-size: 16px;
    line-height: 140%;
}


/* SWIPER */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    width: auto;
    height: auto;
    border: 2px solid #f1f1f1;
    padding: 15px;
    margin-top: 45px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide:hover{cursor: pointer; border-bottom: 2px solid #111111;}
.swiper-slide img{
    width: 100%;
    background-color: #f1f1f1;}
.swiper-slide h3{
    margin-top: 15px;
    margin-bottom: -5px;
    font-family: 'SF Pro Text Bold';
    font-size: 19.35px;}
.swiper-currency {
    font-size: 16.50px;
    font-family: 'SF Pro Text Regular';}
.from-currency {
    font-size: 16.50px;
    font-family: 'SF Pro Text Regular';}
.currency-symbol {
    margin-right: -5px;
    font-family: 'SF Pro Text Bold';
    font-size: 15.2px;}
.swiper-price, .swiper-price1, .swiper-price2, .swiper-price3, .swiper-price4, .swiper-price5, .swiper-price6 {
        font-size: 19.35px;
    font-family: 'SF Pro Text Bold';}
.swiper-description{
    font-family: 'SF Pro Text Regular';
    font-size: 15.2px;
    color: #8e8e8e;
    margin-top: -12px;}
.swiper-button-prev, .swiper-button-next {
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;}
.swiper-button-prev img{
        width: 18px;
    }
.swiper-button-next img{
    width: 18px;
}
.ontop-title{
    display: flex;
}
.slider-ontop-title{
    position: relative;
    top: 40px;
}
.slider-ontop-title h2{
    font-size: 28px;
    font-family: 'SF Pro Text Bold';}
.slider-ontop-title p{
    color: #686868;
    font-size: 22px;
    font-family: 'SF Pro Text Regular';}
.swiper-buttons-container{
    top: 4px;
    right: -7px; 
    position: relative;
    display: flex !important;
    justify-content: end !important;
}
.swiper-button-prev{
    left: auto;
    right: 4%;
}
.swiper-button-next{
    left: auto;
}

/* Specifications */
.thread-size-contain,.lenght-contain, .material-contain, .threading-contain, .product-id--contain {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    margin: 0px auto;
    font-size: 16px;
    font-family: 'SF Pro Text Regular';
    gap: 10px;}
    
.person-count-contain,.glass-contain, .cabinet-contain, .chair-contain, .product-id--contain {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    margin: 0px auto;
    font-size: 16px;
    font-family: 'SF Pro Text Regular';
    gap: 10px;}    
    
    
    
.specifications-title{
    margin: 0px;
    font-size: 18px;
    font-family: 'SF Pro Text Regular';
}
.spec-border-padding{
    padding: 5px 8px 5px 8px;
    border: 2px solid #8888882e;}
.spec-border-padding:hover{
    cursor: pointer;}
    .spec-border-padding.active {
        border-color: #111;
      }
.warning-select{
    width: 70%;
    display: flex;
    margin-top: 3em;
    border-left: 7px solid #111111;
    background-color: #f1f1f1;
    padding: 0.5em;
    justify-content: space-between;
    align-items: center;
}
.warning-select p{
    margin: 0;
    font-family: 'SF Pro Text Regular';
    font-size: 13px;}
.warning-select .close{
    border: 1px solid #111;
    border-radius: 50%;
    padding: 1px 3px;
    font-size: 8px;
    cursor: pointer;
}

.slider-nav div img{
    border: 2px solid #c1c1c12f;
}
.slider-nav div img:hover{
    border: 2px solid #111;
}


.some-dropdown-contain{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5%;
    width: 50%;
}

/* MODAL */
.modal-butt{
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: auto;
    margin-right: 2%;
    font-size: 22px;
    font-family: 'SF Pro Text Medium';
}

.modal-butt img{
    width: 15px;
    margin-left: 4px;
    margin-top: 2px;
}

.modal-butt span {
    pointer-events: none;
}

.modal {
    display: none;
    position: absolute;
    z-index: 10;
    left: -200px; 
    top: 70px; 
    width: 200px;
    height: auto;
    overflow: auto;
}
.list-abr{
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-right: 5%;
    padding-left: 0;
    text-align: center;
    font-size: 17.5px;
    line-height: 200%;
    margin-bottom: 0;
    color: #8e8e8e;
}
.list-abr li:hover{
    cursor: pointer;
    color: black;
}

/* Styling for the modal content */
.modal{
    box-shadow: 0px 5px 14.5px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.modal-content {
    background-color: #fff;
    padding: 1em 0.5em;
    width: 100%;

}
/* Styling for the close button */
.close {
    color: #111;
    float: right;
    cursor: pointer;
}

/* Style for custom text in price section */
.price-custom-text {
    
}

/* Styles for loading elements */
.spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 99999;
    transition: visibility 0.5s, opacity 0.5s;
}

/* 
.spinner::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #ddd;
    border-top-color: #fffb92;
    border-radius: 75px;
    animation: rotatespinner 0.75s ease infinite;
} */

.spinner.spinner-hidden {
    opacity: 0;
    visibility: hidden;
}

@keyframes rotatespinner {
    from { transform: rotate(0turn); }
    to { transform: rotate(1turn); }
}