@media only screen and (max-width: 600px){
    html,body{
        overflow-x: hidden;
    }
    section {
        overflow-x: hidden;
    }
    .p-mo{
      padding: 0px;
    }
  .mobile-head {
    height: 80px;
    z-index: 99 !important;
    padding: 14px 23px 10px 23px;
  }
  .mobile-slide-menu .mobile-slide-head .menuactive {
    position: relative;
    top: 17px;
    float: right;
    z-index: 1;
    transition: .3s all;
  }
  .inactive{
    transition: all 0.3s ease 0s;
  }
  .header-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .mobile-slide-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    height: 15% !important;
    z-index: 5;
    opacity: 1;
}
.use-mobile-cart-user .dropdown{
    width: 95px;
    position: relative;
}
.dropdown-toggle::after {
    content: "";
    background: url(../img/Arrow-Down-2.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    border: 0px;
    height: 5px;
    width: 10%;
    top: 19px;
    right: 25px;
}
.mobile-slide-menu .mobile-slide-head {
    position: absolute;
    width: 100%;
    height: 90px;
    padding: 14px 22px 9px 22px;
}
.mobile-slide-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    height: 15% !important;
    z-index: 5;
    opacity: 1;
}
.dest-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0px 0px;
}
.shipping-card-user {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
}
.nav-item.active{
    border-bottom:2px solid #D71E04;
    border-radius: 0px;
    margin: 0px 0px;
}
.shippping-cart {
  position: relative;
  margin-left: 0px;
}
.curreny-icon select{
  display: none;
}
.dest-menu .user-icon{
  display: none;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border: 0px;
  padding: 0px;
  border: 0px;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  margin-right: 0px;
}
.curreny-icon{
  width: 10%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.shipping-card-user{
  width: 10%;
}
.flex-basis-menu {
  padding: 0px 0px;
}
#webmobile-menu {
    padding: 19px 18px 14px;
    text-align: center;
    transition: 1s ease-in-out;
    background-size: cover;
    background-position: center center;
    margin-top: 81px;
    height: 94px;
    background-color: #FFFFFF;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-light .navbar-toggler-icon {
  background-image:url(../img/menu-icon.svg) !important;
}
.navbar-toggler .navbar-toggler-icon.close-icon {
  background-image:url(../img/close.svg) !important;
}
.flex-basis-menu .navbar-nav {
    display: block;
    justify-content: space-between;
    flex-direction: row;
    width: 375px;
    margin: auto;
    height: 375px;
    background: #F8F9FA;
    padding: 26px 22px 26px 20px;
}
.flex-basis-menu .nav-link {
  color: #3C3C3C;
  font-family: 'AvenirLTProMedium';
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0px
}
.use-mobile-cart-user{
  display: flex !important;
  justify-content: flex-start;
}
.use-mobile-cart-user .shippping-cart {
  position: relative;
  margin-left: 9px;
}
.use-mobile-cart-user .shipping-card-user {
  width: 16%;
}
.use-mobile-cart-user .btn{
    color: #3C3C3C;
    font-family: 'AvenirLTProMedium';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
}
.use-mobile-cart-user .dropdown-menu.show {
  display: flex !important;
  padding: 10px 11px;
}
.dropdown-item.dactive{
  border-bottom: 2px solid #D71E04;
  color: #3C3C3C;
  font-family: 'AvenirLTProLight';
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
#shipping-card {
  position: absolute;
  right: 7px;
  top: 75px;
  padding: 0px 10px;
}

}
@media only screen and (max-width: 600px){
  .about-top-left-content h1 {
    font-family: 'AvenirLTProLight';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .about-top-left-content b {
    font-family: 'AvenirLTProBlack';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .about-top {
    height: 679px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.8rem;
    padding: 18rem 12px 1rem;
  }
  .about-top-left-content {
    width: 307px;
    max-width: 100%;
  } 
  .about-top-left-content p{
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
    font-weight: 300;
  }
  .about-top-left-content .red-btn {
    background: #D71E04;
    width: 214px;
    height: 43px;
    padding: 10px 0px;
    clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
  }
  .larg-point-bg {
    background: url(../img/Large-Point-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 24px 21px 0px;
    height: 526px;
    width: 327px;
    margin: auto;
  }
  .large-point-content {
    width: 279px;
    border-left: 1px solid #FFFFFF;
    float: right;
    padding-left: 24px;
  }
  .large-point-content h1 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
  }
  .about-top-s2 {
    padding: 40px 0px;
  }
  .four-icon-main .card {
    border: 0px;
    background: #F8F8F8;
    border-radius: 0px;
    height: 312px;
    padding: 22px 9px;
  }
  .four-icon-main {
    padding-left: 0px;
  }
  .four-icon-main {
    padding-left: 0px;
    width: 328px;
    margin: auto;
    margin-top: 23px;
    padding-right: 0px;
  }
  .four-icon-main h4 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #3C3C3C;
    text-transform: uppercase;
    margin: 12px 0px;
    letter-spacing: 1px;
  }
  .four-icon-main img {
    width: 70px;
    height: 71px;
    margin: auto;
  }
  .four-icon-main p {
    font-family: 'AvenirLTProLight';
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3C;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    padding: 0px 15px;
  }
  .our-mission {
    height: 660px;
    padding: 14.5rem 10px 2rem;
  }
  .our-mission-content-left {
    border-left: 1px solid #3C3C3C;
    width: 491px;
    padding-left: 36px;
    padding-top: 1rem;
    max-width: 100%;
  }
  .our-mission-content-left h2 {
    font-family: 'AvenirLTProLight';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
  }
  .our-mission-content-left b {
    font-family: 'AvenirLTProBlack';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
  }
  .our-mission-content-left {
    border-left: 1px solid #3C3C3C;
    width: 350px;
    padding-left: 23px;
    padding-top: 33px;
    max-width: 100%;
  }
  .our-mission-content-left p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
    font-weight: 300;
    letter-spacing: .5px;
  }
  .about-recommend-head{
    padding: 0px 33px;
  }
  .about-recommend-head h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 30px;
  }
  .about-recommend-head div {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .about-recommend-head p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #FFFFFF;
    width: 583px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .about-recommedation {
    padding: 2rem 0 0.5rem;
  }
  .learn-about-content-right h2 {
    font-family: 'AvenirLTProLight';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 37px;
  }
  .learn-about-content-right h2 b {
    font-family: 'AvenirLTProBlack';
    color: #3C3C3C;
    font-size: 24px;
    line-height: 32px;
  }
  .learn-about-content-right {
    width: 605px;
    max-width: 100%;
    text-align: center;
    padding: 0px 12px;
  }
  .learn-about {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 19rem;
    padding-bottom: 33px;
  }
  .round-card-h {
    height: 75px;
    width: 75px;
  }
  .card-round-red h4 {
    font-family: 'AvenirLTProLight';
    font-size: 16px;
    line-height: 21px;
  }
  .about-card-four .card {
    width: 286px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    gap: 24px;
    border: 0px;
    border-radius: 0px;
    padding: 22px 15px;
  }
  .round-card-h h3 {
    font-family: 'AvenirLTProBlack';
    line-height: 66px;
    font-size: 48px;
    color: #D71E04;
    font-weight: 900;
    transform: rotate(-45deg);
  }
  .about-card-four .card::after {
    content: " ";
    background: url(../img/Line-arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 67px;
    height: 43px;
    left: 143px;
    top: 38px;
    z-index: 1;
  }
  .second-card::after {
    display: none;
  }
  .about-card-four {
    padding: 2.5rem 0 1rem;
  }
  .about-recommend-head h2 {
    margin-bottom: 12px;
  }
  .hero-bannner-content h2 {
    font-family: 'AvenirLTProLight';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    color: #3C3C3C;
    font-weight: 300;
    padding: 0px 65px;
  }
  .hero-banner {
    height: 436px;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 14px;
    padding-top: 6rem;
  }
  .bg-clip-path {
    /*background: linear-gradient(#fff, #F8F9FA);*/
    background: linear-gradient(181deg, #fff, #fff, transparent);
    padding: 20px 0px 2px;
    clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
  }
  .hero-bannner-content .red-btn {
    background: #D71E04;
    width: 213px;
    height: 43px;
    padding: 8px 0px;
    clip-path: polygon(14% 0%, 0% 100%, 100% 100%, 86% 100%, 100% 0%);
    margin-top: 16px;
  }
  .bg-clip-path-btn {
    background: transparent;
    padding: 0px 0px;
    clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
    width: 214px;
    margin: auto;
    margin-top: -1px;
  }
  .relationship-hub-content h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    padding: 0px 13px;
    margin-bottom: 16px;
  }
  .hero-setion-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0;
  }
  .we-build-home {
    height: 628px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12rem 0px 0rem;
  }
  .we-buid-home-content h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #3C3C3C;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 3rem;
  }
  .we-buid-home-content {
    width: 332px;
    max-width: 100%;
    margin: auto;
    border-left: 1px solid #3C3C3C;
    padding-left: 23px;
    padding-top: 3rem;
    height: fit-content;
  }
  .home-left-content-last h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    padding-right: 0rem;
  }
  .home-left-content-last .btn {
    clip-path: polygon(12% 0%, 0% 100%, 100% 100%, 88% 100%, 100% 0%);
    width: 223px;
    padding: 11px 42px;
    height: 69px;
  }
  .home-left-content-last {
    width: 614px;
    max-width: 100%;
    border-left: 1px solid #3C3C3C;
    padding-left: 27px;
  }
  .homel1-part {
    height: 584px;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 1px 12px 42px;
  }
  .slider-content-1 {
    background: #3C3C3C;
    width: 334px;
    height: 290px;
    padding: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .slider-content-1 h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
  }
  .slider-card-1, .slider-card-2, .slider-card-3, .slider-card-4{
    background:none;
    height: 711px;
  }
  .slider-img-1{
    background: url(../img/slider-img-1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 327px;
    height: 327px;
  }
  .slider-img-2{
    background: url(../img/slider-img-2.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 327px;
    height: 327px;
  }
  .slider-img-3{
    background: url(../img/slider-img-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 327px;
    height: 327px;
  }
  .slider-img-4{
    background: url(../img/slider-img-3.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 327px;
    height: 327px;
  }
  .slider-img-1, .slider-img-2, .slider-img-3, .slider-img-4{
    display: block;
  }
  .slider-content-1 {
    background: #3C3C3C;
    width: 327px;
    height: 290px;
    padding: 24px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .prev-nav {
    position: absolute;
    top: 35.5rem;
    left: 3rem;
  }
  .next-nav {
    position: absolute;
    top: 35.5rem;
    right: 3rem;
  }
  .home-slider {
    padding: 1rem 0 0px;
    height:724px;
  }
  .four-icon-main-sec .four-icon-main .card {
    border: 0px;
    background: transparent;
    border-radius: 0px;
    height: fit-content;
    padding: 22px 12px 0px;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .four-icon-main-sec .col-6{
    padding: 0px 0px;
  }
  .four-icon-main p {
    padding: 0px 4px;
  }
  .four-icon-main-sec {
    padding: 29px 0px;
  }
  .love-for-content-head h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    padding: 0px 39px;
  }
  .love-for-content-head p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 0px 10px;
  }
  .icon-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column-reverse;
  }
  .right-card .icon-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .left-card h5 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .left-card p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 35px;
  }
  .right-card h5 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .right-card p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 35px;
  }
  .left-card .icon-img-love {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .right-card .icon-img-love {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .learn-for-language {
    padding: 2rem 0 0rem;
  }
  .item .card-details img {
    height: 170px;
  }
  .about-recommedation .product-card {
    width: 175px;
    height: 240px;
    max-width: 100%;
    margin: auto;
  }
  .home-recommend .owl-item {
      width: 190px !important;
      margin-left: 10px;
  }
  .home-recommend .product-card {
    width: 175px;
    height: 240px;
    max-width: 100%;
    margin: auto;
 }
 .home-recommend .product-card .card{
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
 }
  .about-recommedation .item .card-details img {
    height: 124px;
 }
 .home-recommend .item .card-details img {
    height: 124px;
 }
 .reladed-products .product-card {
    width: 175px;
    height: 240px;
    max-width: 100%;
    margin: auto;
 }
 .reladed-products .item .card-details img {
    height: 124px !important;
 }
 .product-related-details-main .reladed-products .card {
    width: 165px;
    border: 0px;
    border-radius: 0px;
    height: 100%;
    background: #fff;
 }
 .product-related-details-main .owl-item {
      width: 190px !important;
      margin-left: 10px;
 }
 .reladed-products .card {
    width: 165px;
    border: 0px;
    border-radius: 0px;
    height: 100%;
    background: #fff;
 }
}
@media only screen and (max-width: 600px){
  .productdetails-top {
    background: #F8F9FA;
    margin-top: 3.3rem;
    padding: 0px 0px 40px;
  }
  nav .breadcrumb{
    display: none !important;
  }
  .product-detaisl-img {
    background: #F8F9FA;
    padding: 1.2rem 0px;
    text-align: center;
    border: 1px solid #E0E0E0;
    width: 327px;
    height: 327px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 26px;
  }
  .product-detaisl-des {
    width: 617px;
    margin: auto;
    max-width: 100%;
    padding: 0px 14px;
  }
  .product-detaisl-img img{
    width: 183px;
    height: 281px;
    margin: auto;
    max-width: 100%;
  }
  .product-details-main {
    background: #FFFFFF;
    border: 1.5px solid #E0E0E0;
    border-left: 0px;
    border-right: 0px;
    padding: 40px 10px 20px;
  }
  .product-detaisl-des h2 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #3C3C3C;
    text-transform: capitalize;
    margin: 12px 0px 7px;
  }
  .product-detaisl-des h5 {
    font-family: 'AvenirLTProBlack';
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #3C3C3C;
  }
  .product-detaisls-qty-box {
    display: flex;
    margin-bottom: 24px;
    border-top: 1px solid #E0E0E0;
    padding-top: 23px;
    margin-top: 14px;
  }
  .product-detials-content-right p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
    font-weight: 300;
    letter-spacing: normal;
  }
  .reladed-products h1 {
    font-family: 'AvenirLTProLight';
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #3C3C3C;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
  }
  .reladed-products h1 strong {
    font-family: 'AvenirLTProBlack';
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #3C3C3C;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .card-details {
    position: relative;
    background: #F8F9FA;
    padding: 10px 30px;
    border: 1.5px solid #E0E0E0;
  }
  .product-related-details-main {
    padding: 40px 0px 24px;
    border: 1.5px solid #E0E0E0;
    background: #fff;
    margin-top: 40px;
  }
  .about-recommedation .product-related-details-main {
    padding: 37px 0px 30px;
    border: 0;
    background: transparent;
    margin-top: 0px;
  }
  .product-top-bg {
    height: 251px;
    margin-top: 3.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .grid-sys-list-main .product-card img {
    height: 156px;
    width: 124px;
    margin: auto;
    display: block;
  }
  .grid-sys-list-main .product-card {
    width: 218px;
    height: 240px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .card-shop-row.list-sys-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 27px;
    padding: 10px 10px;
    border: 1px solid #E0E0E0;
    background: #fff;
    width: 342px;
    margin: auto;
    height: 120px;
    margin-bottom: 18px;
    border-radius: 7px;
  }
  .list-sys-list .list-card-details{
    margin-top: -19px;
  }
  .shop-heade h1 {
    font-family: 'AvenirLTProBlack';
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #3C3C3C;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 225px;
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 11px 0px 8px;
    clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 74% 100%, 100% 0%);
  }
  .product-top-bg .bg-image{
    height:100% !important;
  }
  .product-list {
    background: #F8F9FA;
    padding: 0px 0px 36px;
  }
  .sort-newste {
    justify-content: space-between;
    display: flex;
    width: 255px;
    max-width: 100%;
  }
  .sort-newste select {
    font-family: 'AvenirLTProMedium';
    font-size: 15px;
    line-height: 20px;
    color: #3C3C3C;
    font-weight: 300;
    border-radius: 0px;
    height: 40px;
    width: 173px;
    max-width: 100%;
    background-image: url(../img/select-icon.svg);
  }
  .filter-box {
    display: flex;
    justify-content: space-between;
    border: 1.5px solid #E0E0E0;
    align-items: center;
    background: #fff;
    height: 64px;
    padding: 8px 16px;
    margin-bottom: 34px;
  }
  .card-shop-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 27px;
    padding: 31px 23px;
    border: 1px solid #E0E0E0;
    background: #fff;
    width: 284px;
    margin: auto;
  }
  .pagination-main {
    margin-top: 35px !important;
    width: 315px;
    overflow: scroll;
  }
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: auto;
    width: 300px;
  }
  .list-card-img-tag {
    border: 1px solid #E0E0E0;
    width: 237px;
    height: 210px;
    background: #F8F9FA;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .list-sys-list .list-card-img-tag {
    border: 1px solid #E0E0E0;
    width: 98px;
    height: 98px;
    background: #F8F9FA;
    position: relative;
    padding: 10px 8px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .list-sys-list .list-card-img-tag img {
    width: 57px;
    height: 77px;
    margin: auto;
    display: block;
  }
  .list-sys-list .list-card-details h4 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    color: #3C3C3C;
    margin-right: 14px;
  }
  .list-sys-list{
    margin-bottom: 20px;
  }
  .list-card-details p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #656565;
    margin-top: 9px;
    margin-bottom: 10px;
  }
  .account-head h2 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    color: #3C3C3C;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-left: 13px;
  }
  .account-head-img img {
    height: 32px;
    width: 32px;
  }
  .tabs-container nav {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .account-top {
    margin-top: 0.7rem;
    padding-bottom: 20px;
    overflow: visible;
  }
  .tabs .actvie{
    color: #3C3C3C !important;
  }
  .tabs li{
    font-family: 'AvenirLTProMedium';
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
  }
  .tabs-container nav ul li.active:after {
    width: 13px;
    height: 26px;
    border: 0px;
    border-top: 0px;
    content: '';
    position: absolute;
    right: 23px;
    background: url(../img/two-icon.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 10px;
    z-index: 9999;
  }
  .tabs-container nav ul.expanded li.active:after {
    border-top:0px;
    border-bottom:0px;
    width: 13px;
    height: 26px;
    border: 0px;
    border-top: 0px;
    content: '';
    position: absolute;
    right: 23px;
    background: url(../img/one-icon.png) no-repeat;
    background-size: contain;
    background-position: center center;
    top: 10px;
    z-index: 9999;
  }
  .tabs-container nav ul li {
    padding: 13px 0px 13px;
    width: 336px;
    margin: auto;
  }
  .tabs-container nav ul li.active {
    padding-bottom: 11px;
  }
  .account-top .container{
    padding: 0px 0px;
  } 
  .tabs-container nav ul {
    border: 0px solid #ccc;
    padding: 0px 19px;
  }
  .tabs-container nav ul li {
    border-top: 0px solid #eee
  }
  .account-head{
    padding: 0px 19px;
  }
  .tabs .active{
    border-bottom: 3px solid #D71E04;
  }
  .tab-bg-acc {
    border: 0px solid #E0E0E0;
    background: #F8F9FA;
    padding: 0px 0px 12px;
  }
  .tab-content {
    padding: 24px;
  }
  .tab-acc-form h3 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
    color: #3C3C3C;
    text-transform: uppercase;
  }
  .acc-tab-details {
    background: #F8F9FA;
    padding: 0rem 0px;
  }
  #tab-3{
    background:#fff;
  }
  .order-summary-order .current {
    display: none !important;
  }
  .show-img {
    display: none !important; 
    margin-top: 12px;
  }
  .order-row {
    border-top: 2px solid #E0E0E0;
    padding: 16px 0px 16px 0px;
    cursor: pointer;
  }
  .pad-mo{
    padding: 0px 9px;
  }
  .order-row h6 {
    font-family: 'AvenirLTProMedium';
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 0px;
    padding-left: 11px;
  }
  .order-row .order-sum-detaisl h6 {
    font-family: 'AvenirLTProMedium';
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 7px;
    padding-left: 0px;
  }
  .order-row .ordr-sum-price h6 {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #3C3C3C;
    margin-bottom: 7px;
    padding-left: 0px;
  }
  .order-sum-detaisl {
    width: 248px;
    margin: auto;
    padding: 5px 0px 0px 12px;
    max-width: 100%;
  }
  .ordr-sum-price h5 {
    font-family: 'AvenirLTProMedium';
    font-size: 12px;
    color: #656565;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .order-sum-detaisl h5 {
    font-family: 'AvenirLTProMedium';
    font-size: 16px;
    color: #3C3C3C;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
  }
  .order-row .order-summary-sub h6 {
    font-family: 'AvenirLTProMedium';
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .oder-total {
    padding: 0px 16px 0px;
  }
  .order-sum-mo {
    display: none;
  }
  .rder-row-main .current .order-sum-mo{
    display: block;
  }
  .tab-acc-form .btn {
    margin-top: 8px;
    margin-bottom: 11px;
  }
  .order-top-con {
    background: #F8F9FA;
    margin-top: 5.3rem;
    padding: 0rem 0px;
  }
  .col-order-confrim-bg h2 {
    font-family: 'AvenirLTProBlack';
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #3C3C3C;
    text-transform: uppercase;
    text-align: center;
  }
  .thaks-you img {
    margin-right: 13px;
    height: 31px;
    width: 31px;
  }
  .col-order-confrim-bg {
    border: 0px solid #E0E0E0;
    background: #fff;
    padding: 24px 0px 24px 0px;
    width: 1257px;
    max-width: 100%;
    margin: auto;
  }
  .billing-ordr-information h3 {
    font-family: 'AvenirLTProBlack';
    font-size: 16px;
    line-height: 21px;
    font-weight: 900;
    color: #3C3C3C;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
  }
  .billing-details-information {
    border: 1px solid #E0E0E0;
    margin-top: 21px;
    padding: 16px;
    gap: 16xp;
    margin-bottom: 24px;
 }
  .rder-p p, .thaks-you p {
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #3C3C3C;
    margin-bottom: 10px;
  }
  .thaks-you {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0px 20px;
  }
  .rder-p{
    padding: 0px 20px;
  } 
  .billing-ordr-information {
    margin-top: 29px;
    padding: 0px 20px;
  }
  .col-order-confrim-bg .order-summary-order {
    background: #fff;
    width: 375px;
    max-width: 100%;
    margin: auto;
    border: 0px solid #E0E0E0;
  }
  .col-order-confrim-bg .order-sum-img {
    height: 91px;
    width: 75px;
    padding: 9px;
    background: #F4F4F4;
    text-align: center;
  }
  .right-left-arrow::before {
    content: '';
    background: url(../img/arrow-bg-mo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 52px;
    top: 1px;
    z-index: 2;
    width: 131px;
    height: 25px;
  }
  .right-left-arrow::after {
    content: '';
    background: url(../img/arrow-bg-mo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 1px;
    z-index: 2;
    width: 116px;
    height: 25px;
  }
  .rounde-border {
    border: 1px solid #D71E04;
    height: 26px;
    width: 26px;
    padding: 6px 9px;
    border-radius: 7px;
    transform: rotate(45deg);
    margin: auto;
    margin-bottom: 24px;
  }
  .navigation-status {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 502px;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 26px;
    margin-top: 42px;
    position: relative;
    z-index: 1;
    padding: 0px 14px;
  }
  .border-rotat {
    width: 71px;
  }
  .border-rotat h6 {
    font-family: 'AvenirLTProMedium';
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #9B9B9B;
    text-align: center;
  }
  .order-active h6 {
    color: #3C3C3C;
  }
  .oder-total .btn{
    margin-top: 13px;
  }
  #shipping-card .oder-total .btn{
    margin-top: -8px;
  }
  .checkout-billing-address {
    width: 774px;
    max-width: 100%;
    padding: 0px 24px;
    margin-top: 40px;
  }
  .checkout-billing-address img{
      margin-top:20px;
  }
  .checkout-billing-address .form-control {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #3C3C3C;
    height: 48px;
    margin-bottom: 12px;
  }
  .checkout-billing-address .form-select {
    margin-bottom: 12px;
  }
  .checkout-billing-address img{
    margin-bottom: 15px;
  }
  .checkout-summ .order-summary-order-img {
    padding: 16px 24px;
    border-bottom: 1px solid #F4F4F4;
  }
  .cupoun-box{
    padding: 0px 18px;
  }
  .cupoun-box .form-control {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #3C3C3C;
    height: 48px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 600px){
  .footer {
    background-image: linear-gradient(#F4F4F4, #FBFBFB);
    padding: 40px 12px;
    height: 100%;
  }
  .footer-logo{
    margin-bottom: 2rem;
  }
  .footer-link h6 {
    font-family: 'AvenirLTProMedium';
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  .footer-link ul{
      margin-top:-6px;
  }
  .tc-content-main h1 {
    font-family: 'AvenirLTProBlack';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #3C3C3C;
    margin-bottom: 20px;
  }
  .tc-content-main {
    background: #F8F9FA;
    padding: 2rem 12px 1.5rem;
    margin-top: 5rem;
  }
  .footer-bottom p {
    font-family: 'AvenirLTProLight';
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #9B9B9B;
    text-align: center;
  }
  .footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid #E0E0E0;
    margin-top: 0.5rem;
  }
  .absolute-close-btn{
    float: right;
    border: none;
    background: transparent;
    padding: 10px;
    margin-top: 1px !important;
 }
 .my-button {
    background: #D71E04;
    width: 215px;
    height: 43px;
    padding: 10px 0px;
    clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
    color: #fff;
    border-radius: 0px;
    font-family: 'AvenirLTProMedium';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 9px 0px;
    margin-bottom: 13px;
    /* margin: auto; */
    display: block;
}
.reladed-products .item .card-details img {
    height: 234px;
}
.SHead {
    color: var(--neutral-800, #3C3C3C);
    font-family: 'Avenir';
    font-size: 16px;
}
.main-modal-content {
    max-width: 1128px;
    margin: 1.75rem auto;
    background: #fff;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 100%, 100% 0%);
    padding: 0px 1rem;
    border-radius: 0px;
}
.curreny-icon .form-select {
    border: 0px;
    position: relative;
    width: 108px;
    display: none;
 }
}
@media only screen and (min-width: 300px) and (max-width: 600px){
    
}
@media only screen and (min-width: 786px) and (max-width: 991px){
    
}
@media only screen and (min-width: 992px) and (max-width:1079px){
    
}


