@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: 'Inter', sans-serif !important;
    overflow-x: hidden;
    line-height: 1.1em !important;
}
/*
.header {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    padding: 20px;
}
*/

.header h4{
    font-size: 30px;
    margin-right: 30px;
}
/*
.header .search-container{
    margin-right: 40px;
}
*/
@media (min-width:767px){
    .header input[type='search']{
        width: 50%;
    }
}

.header input[type='search']{
    background: #FFFFFF;
    border: 2px solid #0D6EFD;
    height: 35px; 
    padding: 10px;
    transition: all 0.3s;
    border-radius: 4px;
}
.header input[type='search']::placeholder{
    font-size: 15px;
    font-family: Inter;
}
.header input[type='search']:focus{
    outline: none;
    border-color: 2px solid #4a90e2;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
    
}
.header .search-btn{
    background: linear-gradient(180deg, #0d6efd 0%, #0067FF 100%);
    width: 100px;
    margin-top: 5px;
    color: white ;
    height: 35px;
    border: none;
}
.header select{
    background: #FFFFFF;
    border: 2px solid #0D6EFD;
    height: 35px;
    width: 100px;
    font-family: Inter;
}
.second-nav{
    display: flex;
    flex-wrap:wrap;
    gap: 1em ;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 10px; 
    padding-bottom: 15px;
    padding-right: 30px; 
    justify-content: space-around;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.second-nav a{
    margin-right: 10px;
    margin-left: 10px;
}

.second-nav select{
    border: none;
    font-family: 'inter';
    outline: none;
    font-size: 16px;
    margin-right: 50px;  
}

.avatar-container{
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatar{
    text-align: center;
}

.avatar span{
    display: block;
    text-align: center;
    color: #8B96A5;
}

.search-info{
    background-color: #F2F2F2;
    margin-top: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
}

.search-info h1{
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 700;
    color: #000;
}
@media (max-width:600px){
    .search-info h1{
        font-size: 30px;
    }
    .checkout{
        padding: 10px;
    }
    .checkout-controls-1{
        margin-right: 10px;
    }
}


.avatar-container{
    display: flex;
}

.avatar{
    text-align: center;
    margin-right: 20px;
}

.avatar span{
    display: block;
    text-align: center;
    color: #8B96A5;
}

.second-nav{
    display: flex;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 15px;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-right: 50px;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.second-nav a{
    margin-right: 10px;
    margin-left: 10px;
}

.second-nav select{
    border: none;
    font-family: 'inter';
    outline: none;
    font-size: 16px;
    margin-right: 50px;  
}

.product-grid{
    background: #fff;
    padding: 20px 0px;
    border-radius: 6px;
    border: 1px solid #DEE2E7;
}
.product-grid-img img{
    max-height: 370px;
    max-width: 100%;
    border-radius: 6px;
}
.product-grid-img-list img{
    margin-right: 5px;
}
.parent-div .product-grid-img-list .active-img{
    border: 1px solid #505050;
}

.parent-div .product-grid .product-description a{
    color: #00B517;
}

.parent-div .product-grid .product-description{
    line-height: 28px;
}

.product-grid .product-description .priceing{
    margin-top: 15px;
    padding: 20px;
    background: #FFF0DF;
    color: #FA3434;
    border-radius: 6px;
}

.product-grid .product-description .priceing p{
    font-size: 18px;
    font-weight: bold;
}

.product-description h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  font-weight: bold; 
}

.product-grid .product-description .product-info{
    border-bottom: 1px solid #E0E0E0;
    flex-direction: column;
    width: 90%;
}

.product-grid .product-description .product-info .product-info-child p{
    color: #8B96A5;
    margin: 0;
    word-wrap: break-word;
}

.product-info .product-info-child span{
    color: #505050;
}

.product-grid .supplier-info{
    border: 1px solid #DEE2E7;
    height: max-content;
    padding-bottom: 25px;
    border-radius: 6px;
}

.supplier-info .supplier-photo{
    display: flex;
    gap: 20px;
    margin: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.supplier-info .supplier-photo a{
    background: #C6F3F1;
    color: #4CA7A7;
    font-size: 28px;
    font-weight: 600;
    /* padding: 15px 5px; */
    border-radius: 6px;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.supplier-info .supplier-photo p{
    color: #1C1C1C;
    margin: 5px;
}

.supplier-info .shipping-info-box{
    padding-left: 10px;
    padding-right: 16px;
}


.supplier-info .shipping-info-box .shipping-info{
    display: flex;
    align-items: center;
    color: #8B96A5;

}
 
.shipping-info-box .shipping-info .shipping-img{
    text-align: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 7px;
}
.shipping-info-box .shipping-info p {
    padding-top: 0;
    margin-bottom: 0;
}

.supplier-info .sellers-number{
    width: 80%;
    text-align: center;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
}

.supplier-info .sellers-button{
   text-align: center;
   margin-top: 5px; 
}

.sellers-number-2{
    width: 80%;
    text-align: center;
    background: #fff;
    color: #0D6EFD;
    border: 1px solid #DEE2E7;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 10px;
}

.save-later{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #0D6EFD;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.ultra-parent{
    background-color: #Eff2f4;
    padding: 0px;
}
@media (min-width:600px){
    .ultra-parent{
        background-color: #Eff2f4;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 767px){
    table.table{
        width: 60%;
    }
}


.description-grid .description-grid-1{
    background: #fff;
    border-radius: 6px;
    border: 1px solid #DEE2E7;
}

.description-grid .description-grid-1 .description-grid-1-1{
    border-bottom: 1px solid #DEE2E7;
}

.description-grid-1 .description-grid-1-1 h4{
    border-bottom: 2px solid #0D6EFD;
    width: max-content;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0D6EFD;
    font-size: 18px;
    font-weight: 800;
}

.description-grid-1 .product-full-description{
    padding: 15px; 
    color: #505050;
    width: 95%;
    line-height: 24px;
}
.description-grid{
    margin-top: 20px;
    gap: 60px;
}

.parent-div .directory{
    color: #8B96A5;
    padding-bottom: 10px;
    width: 100%;
}

.description-grid .description-grid-1 .checks{
    margin-left: 20px;
    line-height: 24px;
    color: #505050;
    padding-bottom: 20px;
}

.checks .checks-sym{
    margin-right: 7px;
    
}
.checks p{
    margin-bottom: 0;
}

.description-grid .description-grid-2{
    flex: 2;
    padding: 20px;
    background: #FFFFFF;
    width: max-content;
    border: 1px solid #DEE2E7;
    border-radius: 6px;
}

.description-grid-2-1{
    display: flex;
    gap: 10px;
    padding-top: 20px;
    cursor: pointer;
}

.description-grid-2 .description-grid-2-1 img{
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 5px;
}

.description-grid-2 h4{
    color: #000;
    font-family: 'Inter' sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.description-grid-2 .description-grid-2-1 a{
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}

.description-grid-2-1 p{
    font-size: 16px;
    line-height: 24px;
    color: #8B96A5;
}


.related-product{
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #DEE2E7;
}

.related-product>.container .row {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.parent-div .related-product h4{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.parent-div .related-products-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.parent-div .related-product .related-products-1-1{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-products-1 .related-products-1-1 a{
    color: #505050;
    padding-top: 20px; 
}

.related-product .related-products-1-1 p{
    color: #8B96A5;
}


.parent-div .ads{
    background: #005ADE;
    align-items: center;
    margin-top: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.ads .ads--1{
    padding: 30px;
    background: #237CFF;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 95% 1%);  
    line-height: 32px;
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ads .ads--1 h4{
    font-size: 24px;
}
@media (max-width: 600px){
    .ads .ads--1 h4{
        font-size: 16px;
    }   
}

.parent-div .ads--1 p{
    font-weight: 400;
}

.ads .ads--2{
    padding: 30px;
    background: #005ADE;
    text-align: end;
}

.ads .ads--2 button{
    outline: none;
    padding: 10px;
    color: #fff;
    background: #ff9017;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
}

.footer{
    padding-top: 0;
    margin-top: 20px;
    font-family: 'Inter';
    padding-left: 25px;
    padding-right: 25px;
}
.footer span{
    margin: 2px ;
}
.title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
}
li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #8B96A5;

}
.footer ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.item{
    margin: 20px;
}
.footer{
    display: flex;
    flex-wrap: wrap
}

@media (max-width:768px){
    .footer{
        display: block ;
        margin-top: 50px ;
    }

    .related-product .related-products-1-1 img {
        background-color: #fff;
        max-height: 90px;
        max-width: 90px;
        object-fit: contain;
    }

    .sale-price {
        right: 30px;
    }
}

@media(min-width: 769px){
    .footer{
        margin-top: 60px ;
    }
}
.item1{
    flex: 4;
}
.item2{
    flex: 2;
}
.item3{
    flex: 2;
}
.item4{
    flex: 2;
}
.item5{
    flex: 2;
}
.item6{
    flex:2;
}

.final--footer a{
    text-decoration: none;
}

@media(min-width:500px) and (max-width:767px){
    .row .col-md-2 {
        width: 50%;
      }
}

.sellers-number.disabled{
    cursor: not-allowed;
    opacity: 0.6;
}

.fs-6{
    font-size: 30px !important;
}

.save-later:hover span {
    color: #dc3545 !important;
  }

  .sale-pricee {
    padding: 5px 10px;
background: #FFE3E3;
border-radius: 29px;
color: red;
font-size: 14px;
font-weight: 600;
  }

  .youMayAlso a{
    text-decoration: none;
  }

  .related-products-1-1{
    position: relative;
  }

  .related-products-1-1 a{
    color: inherit;
    text-decoration: none;
  }

  .product-full-description img {
    width: 100% !important;
  }

  .related-products-1-1 .ecllipse {
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
  }

  
  .parent-div .related-product img {
      max-width: 100%;
      height: 80px;
  }

  @supports (-webkit-touch-callout: none) {

    /* CSS rules specifically for iOS browsers */
    input {
        font-size: 16px;
    }
}