@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sen:wght@400;500;600;700;800&display=swap');
@font-face {
  font-family: 'AvenirLTProBlack';
  src: url('AvenirLTProBlack.otf');
  src: local('AvenirLTProBlack.otf'), local('AvenirLTProBlack'),
       url('../fonts/AvenirLTProBlack.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTProBook';
  src: url('AvenirLTProBook.otf');
  src: local('AvenirLTProBook.otf'), local('AvenirLTProBook'),
       url('../fonts/AvenirLTProBook.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTProHeavy';
  src: url('AvenirLTProHeavy.otf');
  src: local('AvenirLTProHeavy.otf'), local('AvenirLTProHeavy'),
       url('../fonts/AvenirLTProHeavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTProLight';
  src: url('AvenirLTProLight.otf');
  src: local('AvenirLTProLight.otf'), local('AvenirLTProLight'),
       url('../fonts/AvenirLTProLight.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTProMedium';
  src: url('AvenirLTProMedium.otf');
  src: local('AvenirLTProMedium.otf'), local('AvenirLTProMedium'),
       url('../fonts/AvenirLTProMedium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTProRoman';
  src: url('AvenirLTProRoman.otf');
  src: local('AvenirLTProRoman.otf'), local('AvenirLTProRoman'),
       url('../fonts/AvenirLTProRoman.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
header{
  background:#FFFFFF;
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.dest-menu{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.shipping-card-user{
  display: flex;
  width: 153px;
  align-items: center;
  justify-content: flex-end;
}
.shippping-cart{
  position: relative;
  margin-left: 10px;
}
.shippping-cart .count-cart{
  position: absolute;
  top: -4px;
  right: -12px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background: #0C8C6C;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curreny-icon select{
  background-color: transparent;
  border: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  color: #3C3C3C;
  padding-right: 23px;
  padding-top: 9px;
}
.dropdown-toggle::after {
  content:"";
  background: url(../img/Arrow-Down-2.svg) no-repeat;
  background-size: cover;
  background-position:center center;
  position:absolute;
    
}
@media (min-width: 992px){
  .flex-basis-menu .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
  }
}
.flex-basis-menu .navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 360px;
  margin: auto;
}
.navbar-expand-lg{
  background-color: #fff !important;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0px;
}
.flex-basis-menu{
  padding: 10px 0px;
}
.flex-basis-menu .nav-link {
  color: #3C3C3C;
  font-family: 'AvenirLTProMedium';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
#shipping-card{
  position: absolute;
  right: 0px;
  top: 75px;
}
.navbar .checkout-summ{
  display: none;
}
.navbar .checkout-sum-cart{
  display: block;
  background:#fff;
}
.checkout-sum-cart .oder-total {
  padding: 22px 16px 4px;
}
.navbar .container{
  position: relative;
}
.navbar-collapse .active {
    width: auto;
    height: auto;
    padding: 0px 0px;
    border: 2px solid #D0D0D0;
    border-radius: 4px;
    margin: 0px 10px;
    font-family: 'sen';
    font-size: 16px;
    line-height: 16px;
    color: #3C3C3C;
    font-weight: 700;
    border: 0px solid #D71E04;
    color: #D71E04;
}
/* ------------------------------------aboutus------------------------------- */
.hero-banner{
  height: 938px;
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-bannner-content h2{
  font-family: 'AvenirLTProLight';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 65px;
  color: #3C3C3C;
  font-weight: 300;
}
.hero-bannner-content{
  width: 1013px;
  max-width: 100%;
  margin: auto;
}
.hero-bannner-content h2 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.bg-clip-path{
  background: #fff;
  padding: 43px 0px 24px;
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
}
.hero-bannner-content .red-btn {
    background: #D71E04;
    width: 245px;
    height: 43px;
    padding: 8px 0px;
    clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
}
.bg-clip-path-btn{
    background: #fff;
    padding: 0px 9px 25px 26px;
    clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
    width: 376px;
    margin: auto;
    margin-top: -4px;
}
.relationship-hub-content{
  width: 670px;
  margin: auto;
}
.relationship-hub-content h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  color: #3C3C3C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.relationship-hub-content h2 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.relationship-hub-content p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  letter-spacing: 1px;
  text-align: center;
}
.hero-setion-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 1.5rem;
}
.slider-card-1{
  background: url(../img/slider-1.png) no-repeat;
  background-size: cover;
  background-position:center center;
  height: 733px;
  position: relative;
}
.slider-card-2{
 
  background: url(../img/slider-2.png) no-repeat;
  background-size: cover;
  background-position:center center;
  height: 733px;
  position: relative;
}
.slider-card-3{
 
  background: url(../img/slider-3.png) no-repeat;
  background-size: cover;
  background-position:center center;
  height: 733px;
  position: relative;
}
.slider-card-4{
  background: url(../img/slider-4.png) no-repeat;
  background-size: cover;
  background-position:center center;
  height: 733px;
  position: relative;
}
.slider-content-1{
  background: #3C3C3C;
  width: 391px;
  height: 367px;
  padding: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.owl-slider-one .owl-item{
    width: 1200px;
    max-width:100%;
}
.prev-nav{
  position: absolute;
  top: 20.3rem;
  left: 10.9rem;
}
.next-nav{
  position: absolute;
  top: 20.3rem;
  right: 10.9rem;
}
.home-slider{
  padding: 1rem 0;
}
.slider-content-1 h6{
  font-family: 'AvenirLTProMedium';
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 500;
}
.slider-content-1 h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider-content-1 h2 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.slider-content-1 li{
  font-family: 'AvenirLTProMedium';
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #D0D0D0;
}
.slider-content-1 a {
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.owl-carousel .owl-item .slider-content-1  img {
  display: inline-block;
  width: auto;
}
.slider-content-1  img{
  margin-left: 10px;
}
.slider-img-1, .slider-img-2, .slider-img-3, .slider-img-4{
  display: none;
}
.home-recommend {
  padding: 0.5rem 0 0.5rem !important;
}
.prev-nav, .next-nav{
  border: 1px solid #D0D0D0;
  background: #fff;
  width: 106px;
  height: 49px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 18px 10px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #3C3C3C;
}
.home-recommend .home-recommend-head .btn {
  background: #D71E04;
  width: 247px;
  height: 43px;
  color: #fff;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #D71E04;
  padding: 9px 0px;
  clip-path: polygon(14% 0%, 0% 100%, 100% 100%, 86% 100%, 100% 0%);
}
.home-slider .owl-item{
    height: 733px !important;
}
.home-slider {
    padding: 0rem 0 0;
}
.home-slider .active {
    padding: 0px 0px;
}
.about-recommend-head h2 {
  margin-bottom: 24px;
}
.we-buid-home-content h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  color: #3C3C3C;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.we-buid-home-content h2 b {
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.we-buid-home-content {
    width: 477px;
    max-width: 100%;
    margin: auto;
    border-left: 1px solid #3C3C3C;
    padding-left: 22px;
    padding-top: 6.8rem;
    float: left;
    margin-left: 2rem;
    height: 425px;
}
.we-buid-home-content p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
}
.we-buid-home-content .btn{
  clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
  width: 201px;
}
.we-build-home{
  height: 706px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homel1-part{
  height: 816px;
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 0px 0px 42px;
}
.home-left-content-last {
  width: 640px;
  max-width: 100%;
  border-left: 1px solid #3C3C3C;
  padding-left: 25px;
  padding-top: 3rem;
}
.four-icon-main-sec .four-icon-main .card {
  border: 0px;
  background: transparent;
  border-radius: 0px;
  height: fit-content;
  padding: 22px 33px 0px;
  margin-bottom: 0px !important;
}
.four-icon-main-sec {
  padding: 42px 0px 42px;
}
.home-left-content-last h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 9rem
}
.home-left-content-last p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  margin-bottom: 24px;
}
.home-left-content-last h2 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.about-top{
  height: 699px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}
.home-left-content-last .btn{
  clip-path: polygon(12% 0%, 0% 100%, 100% 100%, 88% 100%, 100% 0%);
  width: 323px;
  padding: 9px 0px;
}
.four-icon-main p {
  margin-bottom: 0px;
}
.love-for-content-head {
  width: 826px;
  margin: auto;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 100%;
}
.love-for-content-head h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.love-for-content-head h2 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.love-for-content-head p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 300;
}
.love-for-content-head .btn{
  padding: 9px 0px;
  clip-path: polygon(13% 0%, 0% 100%, 100% 100%, 87% 100%, 100% 0%);
  background: #fff;
  width: 313px;
  height: 43px;
  color: #3C3C3C;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.left-card h5{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
}
.right-card h5{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.left-card p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: right;
  margin-bottom: 0px;
}
.right-card p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0px;
}
.left-card  .icon-img-love{
  margin-left: 32px;
}
.right-card .icon-img-love{
  margin-right: 32px;
}
.left-card{
  padding: 0px 0px;
}
.icon-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.learn-for-language{
  padding: 3rem 0 3rem;
}
.about-top-left-content .red-btn {
  background: #D71E04;
  width: 245px;
  height: 43px;
  padding: 10px 0px;
  clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
}
.about-top-left-content h1{
  font-family: 'AvenirLTProLight';
  color: #3C3C3C;
  font-size: 48px;
  line-height: 66px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.about-top-left-content b{
  font-family: 'AvenirLTProBlack';
  color: #3C3C3C;
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
  text-transform: uppercase;
}
.about-top-left-content{
  width: 505px;
  max-width: 100%;
}
.about-top-left-content p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: 1px;
}
.larg-point-bg {
  background: url(../img/Large-Point.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 87px 106px 0px;
}
.four-icon-main img{
  width: 92px;
  height: 92px;
  margin: auto;
}
.four-icon-main p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 24px;
  color: #3C3C3C;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}
.four-icon-main h4{
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin: 20px 0px;
}
.four-icon-main h4 b{
    font-family: 'AvenirLTProBlack';
    font-weight: 900;
}
.four-icon-main .card {
  border: 0px;
  background: #F8F8F8;
  border-radius: 0px;
  height: fit-content;
  padding: 30px 47px 16px;
}
.about-top-s2 .container{
  max-width: 90%;
}
.large-point-content p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.large-point-content .white-btn{
  background: #fff;
  width: 189px;
  height: 43px;
  color: #3C3C3C;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #EAE4DA;
  padding: 11px 0px;
}
.large-point-content{
  width: 357px;
  border-left: 1px solid #FFFFFF;
  float: right;
  padding-left: 16px;
}
.large-point-content h1{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.large-point-content h1 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.about-top-s2{
  padding: 60px 0px;
}
.four-icon-main{
  padding-left: 16px;
}
.our-mission-content-left h2{
  font-family: 'AvenirLTProLight';
  color: #3C3C3C;
  font-size: 48px;
  line-height: 66px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.our-mission-content-left b {
  font-family: 'AvenirLTProBlack';
  color: #3C3C3C;
  font-size: 48px;
  line-height: 66px;
  font-weight: 900;
  text-transform: uppercase;
}
.our-mission-content-left p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: 1px;
}
.our-mission{
  height: 706px;
}
.our-mission-content-left{
    border-left: 1px solid #3C3C3C;
    width: 500px;
    padding-left: 36px;
    padding-top: 10rem;
    float: right;
}
.about-recommedation .product-related-details-main {
  padding: 40px 0px;
  border: 0;
  background: transparent;
  margin-top: 0px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  filter: none !important;
}

.about-recommend-head h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-recommend-head h2 b {
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.about-recommend-head .btn {
  background: #fff;
  width: 247px;
  height: 43px;
  color: #3C3C3C;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #EAE4DA;
  padding: 11px 0px;
  clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
}
.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: 0px;
}
.about-recommend-head div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-recommedation{
  padding: 2.5rem 0 1rem;
}
.about-recommend-head{
  padding: 0px 30px;
}
.learn-about-content-right .btn{
  background: #D71E04;
  width: 245px;
  height: 43px;
  padding: 9px 0px;
  clip-path: polygon(16% 0%, 0% 100%, 100% 100%, 84% 100%, 100% 0%);
}
.learn-about-content-right{
  width: 605px;
  max-width: 100%;
  text-align: center;
}
.learn-about-content-right p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.learn-about-content-right h2{
  font-family: 'AvenirLTProLight';
  color: #3C3C3C;
  font-size: 40px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.learn-about-content-right h2 b{
  font-family: 'AvenirLTProBlack';
  color: #3C3C3C;
  font-size: 40px;
  line-height: 55px;
  font-weight: 900;
  text-transform: uppercase;
}
.learn-about{
  height: 636px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-card-four .card {
  width: 286px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  gap: 24px;
  border: 0px;
  border-radius: 0px;
  padding: 0px 24px;
}
.card-round-red h4{
  font-family: 'AvenirLTProLight';
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #3C3C3C;
  text-transform: uppercase;
}
.card-round-red h4 b{
  font-family: 'AvenirLTProBlack';
  font-weight: 900;
}
.round-card-h{
  height: 106px;
  width: 106px;
  margin: auto;
  border: 1px solid #D71E04;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: rotate(45deg);
  margin-bottom: 49px;
  padding: 15px 0px 0px 0px;
  color: #D71E04;
  border-radius: 5px;
  background: #d71e040d;
  box-shadow: 0px 1px 20px -9px red;
}
.card-active .round-card-h{
  background: red;
  border:0px;
  color: #FFFFFF;
}
.round-card-h h3{
  font-family: 'AvenirLTProBlack';
  line-height: 66px;
  font-size: 48px;
  color: #D71E04;
  font-weight: 900;
  transform: rotate(-45deg);
}
.card-active .round-card-h h3{
  color: #FFFFFF;
}
.about-card-four{
  padding: 4rem 0;
}
.about-card-four .col{
  width: 1309px;
  max-width: 100%;
  margin: auto;
}
.about-card-four .card::after {
  content: " ";
  background: url(../img/Line-arrow.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  width: 174px;
  height: 42px;
  left: 222px;
  top: 31px;
  z-index: 1;
}
.last-card::after{
  display: none;
}
@media only screen and (min-width: 786px) and (max-width: 992px){
  .about-card-four .card::after {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1080px){
  .about-card-four .card::after {
    content: " ";
    background: url(../img/Line-arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 113px;
    height: 43px;
    left: 186px;
    top: 31px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .about-card-four .card::after {
    content: " ";
    background: url(../img/Line-arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 128px;
    height: 42px;
    left: 196px;
    top: 31px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .about-card-four .card::after {
    content: " ";
    background: url(../img/Line-arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 139px;
    height: 42px;
    left: 218px;
    top: 31px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .about-card-four .card::after {
    content: " ";
    background: url(../img/Line-arrow.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 139px;
    height: 42px;
    left: 218px;
    top: 31px;
    z-index: 1;
  }
}
/* -----------------------------------product-details----------------------- */
.productdetails-top{
  background: #F8F9FA;
  margin-top: 4rem;
}
.product-details-main{
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 40px 40px;
}
.product-detaisl-img{
  background: #F8F9FA;
  padding: 2.5rem 0px;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.product-detaisl-des{
  width: 617px;
  margin: auto;
  max-width: 100%;
}
.product-detaisl-des .tag-bg{
  font-family: 'AvenirLTProMedium';
  background: green;
  width: fit-content;
  border-radius: 4px;
  padding: 3px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.product-detaisl-des h2{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #3C3C3C;
  text-transform: capitalize;
  margin: 15px 0px 7px;
}
.product-detaisl-des h5{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 33px;
  font-weight: 900;
  color: #3C3C3C;
}
.pro-tag-name-price{
  gap: 15px;
}
.breadcrumb-item a{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  color: #9B9B9B;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb-item{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  color: #9B9B9B;
  font-weight: 500;
  text-decoration: none;
}
.main-qty-box{
  border: 1px solid #E0E0E0;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.plus, .minus{
  width: 40px;
  height: 40px;
  border: 1px solid #E0E0E0; 
  background: transparent;
  color: #9B9B9B;
}
.main-qty-box input{
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: 0px;
  border-right: 0px;
  font-family: 'Inter';
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  align-items: center;
  text-align: center;
  color: #3C3C3C;

}
.main-qty-box input{
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detials-content-right p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: normal;
}
.red-btn{
  background: #D71E04;
  width: 153px;
  height: 43px;
  color: #fff;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.product-detaisls-qty-box .btn{
  background: #D71E04;
  width: 153px;
  height: 43px;
  color: #fff;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 24px;
}
.product-detaisls-qty-box {
  display: flex;
  margin-bottom: 32px;
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  margin-top: 32px;
}
.card-details .tag-bg {
  font-family: 'AvenirLTProMedium';
  background: green;
  width: fit-content;
  border-radius: 4px;
  padding: 3px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.gray-btn {
  background: #656565;
  width: 153px;
  height: 43px;
  color: #fff;
  border-radius: 0px;
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
  width: 100%;
  max-width: 100%;
}
.reladed-products .card{
  width: 218px;
  border: 0px;
  border-radius: 0px;
  height: 100%;
  background: #fff;
}
.product-name-price{
  border: 1.5px solid #E0E0E0;
  padding: 16px 16px 5px;
  gap: 16px;
}
.hover-btn-box {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
.card:hover .hover-btn-box{
  display: block;
}
.card-details{
  position: relative;
}
.card-details .tag-bg {
  position: absolute;
  top: 13px;
  left: 13px;
}
.hover-btn-box{
  transition: all 0.6s;
}
.hover-btn-box .red-btn {
  background: #D71E04;
  width: 100%;
}
.product-name-price h5{
  font-family: 'AvenirLTProMedium';
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #3C3C3C;
}
.reladed-products h1{
  font-family: 'AvenirLTProLight';
  font-size: 40px;
  line-height: 55px;
  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: 40px;
  line-height: 55px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-related-details-main {
  padding: 40px 40px;
  border: 1.5px solid #E0E0E0;
  background: #fff;
  margin-top: 40px;
}
.product-top-bg{
  height: 444px;
  margin-top: 8.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-heade h1{
  font-family: 'AvenirLTProBlack';
  font-size: 48px;
  line-height: 65px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 339px;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 8px 0px 0px;
  clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 74% 100%, 100% 0%);
}
.card-shop-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 27px;
  padding: 26px 26px;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.card-shop-row .card{
  border: 0px solid rgba(0,0,0,.12);
}
.product-card {
    width: 218px;
    /*height: 406px;*/
    max-width: 100%;
    margin: auto;
}
.product-card img{
    height: 336px;
}
.product-list{
  background: #F8F9FA;
}
.page-link {
  width: 32px;
  height: 32px;
  padding: 7px 10px;
  border: 2px solid #D0D0D0;
  border-radius: 4px;
  margin: 0px 10px;
  font-family: 'sen';
  font-size: 16px;
  line-height: 16px;
  color: #3C3C3C;
  font-weight: 700;
}
.pagination-main{
  margin-top: 42px !important;
}
.pagination-main .active{
  border: 2px solid #D71E04;
  color: #D71E04;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 0px;
}

.page-item:last-child .page-link {
  border: 0px;
}
.filter-box{
  display: flex;
  justify-content: space-between;
  border: 1.5px solid #E0E0E0;
  align-items: center;
  background: #fff;
  height: 64px;
  padding: 8px 8px;
  margin-bottom: 34px;
}
.sort-newste{
  justify-content: space-between;
  display: flex;
  width: 284px;
  max-width:100%;
}
.grid-and-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  max-width: 100%;
}
.filter-menu h5{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 26px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.filter-menu h5 img{
  margin-right: 10px;
}
.sort-newste select{
  font-family: 'AvenirLTProMedium';
  font-size: 15px;
  line-height: 20px;
  color: #3C3C3C;
  font-weight: 300;
  border-radius: 0px;
  height: 40px;
  width: 200px;
  max-width: 100%;
  background-image: url(../img/select-icon.svg);
}
.grid-sys, .list-sys{
  width: 38px;
  border: 1px solid #D0D0D0;
  text-align: center;
  height: 40px;
  display: flex;
  padding: 6px;
  max-width: 100%;
}
.form-check-input[type=checkbox] {
  border-radius: 0px;
  border: 1.5px solid #656565;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: none;
}
.filter-option label{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #3C3C3C;
  padding-top: 10px;
  padding-left: 7px;
}
.offcanvas-body-filter h6 {
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #3C3C3C;
}
.offcanvas-title{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #3C3C3C;
}
.offcanvas-body-filter .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.offcanvas-start {
  padding: 16px 16px;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  border-top: 1.5px solid #E0E0E0;
}
.main-range-box{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.min-max{
  width: 48%;
}

.min-max input {
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #fff;
    height: 48px;
    border-radius: 0px;
    padding: 0px 12px;
}
.offcanvas-body-filter .red-btn{
    margin-top: -15px !important;
}
.filter-option p{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  color: #005BB9;
  font-weight: 500;
}
.price-range .btn{
  margin-top: 16px;
}
.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  color: #3C3C3C;
  background: #fff;
}
.price-range{
  border-top: 1.5px solid #E0E0E0;
  padding-top: 1rem;
}
.list-card-details h5 {
  font-family: 'AvenirLTProMedium';
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #3C3C3C;
  margin-bottom: 16px;
}
.list-card-details h4{
  font-family: 'AvenirLTProBlack';
  font-size: 32px;
  line-height: 24px;
  font-weight: 900;
  color: #3C3C3C;
  margin-right: 14px;
}
.del{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #9B9B9B;
}
.list-card-details p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #656565;
  margin-top: 24px;
}
.list-card-details a{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #005BB9;
}
.list-card-img-tag{
  border: 1px solid #E0E0E0;
  width: 286px;
  height: 210px;
  background: #F8F9FA;
  position: relative;
  padding: 10px 0px;
}
.list-card-img-tag img{
  width: 120px;
  height: 185px;
  margin: auto;
  display: block;
}
.list-card-img-tag  .tag-bg {
  font-family: 'AvenirLTProMedium';
  background: green;
  width: fit-content;
  border-radius: 4px;
  padding: 3px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  position: absolute;
  top: 13px;
  left: 13px;
}
.list-sys-list{
  padding: 10px 12px;
  border: 1px solid #E0E0E0;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 24px;
}
.account-head h2 {
  font-family: 'AvenirLTProBlack';
  font-size: 40px;
  line-height: 55px;
  font-weight: 900;
  color: #3C3C3C;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-left: 13px;
}
.account-head-img {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 1.5rem;
}
.account-top{
  margin-top: 3rem;
  padding-bottom: 0px;
}
.account-head-img img{
  height: 54px;
  width: 54px;
}

.tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.tabs-container nav ul li:hover { color: #3e4b58;}

.tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
  padding-bottom: 23px;
}


/* the nitty gritty */

.tabs-container {
  position: relative;
  height: 2.8em;
}

.tabs-container nav {
  position: absolute;
  width: 100%;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}


.tabs-container nav ul.expanded li.active:after{
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}


.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}
.active img {
  filter: brightness(0.5);
}
.tabs-container img{
  margin-right: 3px;
}
.tabs ul img{
  width: 20px;
  height: 20px;
}
.tab-2 img, .tab-3 img, .tab-4 img{
  margin-right: 5px;
}
@media all and (min-width: 42em) {

  nav {
    background: transparent;
  }

  .tabs-container nav ul li.active {
    border-bottom: 3px solid #D71E04;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
  }

  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 2.5rem 0 0rem;
    padding: 0 0 .2rem 0;
    border: none;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
}

.tab-content{
    display: none;
    padding: 15px;
}
.tab-content.current{
    display: inherit;
}
.tabs li{
  font-family: 'AvenirLTProMedium';
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #3C3C3C;
}
.acc-tab-details{
  background: #F8F9FA;
  padding: 2rem 0px;
}
.tab-bg-acc{
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 9px 9px;
}
.tab-acc-form h3{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
}
.tab-acc-form label{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #3C3C3C;
  margin-bottom: 10px;
}
.tab-acc-form input{
  height: 48px;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  font-family: 'AvenirLTProBook';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3C3C3C;
  margin-bottom: 4px;
}
.tab-acc-form  .btn{
  margin-top: 16px;
}
.order-heade-h h3{
  font-family: 'AvenirLTProBlack';
  font-size: 18px;
  color: #3C3C3C;
  line-height: 24px;
  font-weight: 800;
}
.order-sum-detaisl h5{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  color: #3C3C3C;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.order-sum-detaisl h6{
  font-family: 'AvenirLTProMedium';
  font-size: 12px;
  color: #656565;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 6px;
}
.ordr-sum-price h5{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  color: #656565;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.ordr-sum-price h6{
  font-family: 'Inter';
  font-size: 16px;
  color: #3C3C3C;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
}
.ordr-sum-price, .order-summary-order-img {
  display: flex;
  align-items: center;
 
}
.order-summary-order-img{
  padding: 16px 16px;
  border-bottom: 1px solid #F4F4F4;
}
.ordr-sum-price{
  justify-content: space-between;
}
.order-summary-order{
  background: #F8F9FA;
  width: 360px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #E0E0E0;
}
.order-sum-img{
  height: 89px;
  width: 72px;
  padding: 9px;
  background: #fff;
  text-align: center;
}
.order-heade-h{
  border-bottom: 1px solid #E0E0E0;
  padding: 16px 16px 4px;
}
.order-sum-detaisl{
  width: 248px;
  margin: auto;
  padding: 0px 0px 0px 12px;
  max-width: 100%;
}
.order-summary-sub h6{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #656565;
  margin-bottom: 0px;
}
.order-summary-sub{
  padding: 16px 16px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
}
.oder-total h5{
  font-family: 'AvenirLTProBlack';
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #3C3C3C;
  margin-bottom: 0px;
}
.oder-total{
  padding: 0px 16px 16px;
}
.order-row p{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  color: #3C3C3C;
  font-weight: 500;
  margin-bottom:5px
}
.order-row a{
  color:#005BB9;
  padding-left: 12px;
}
.order-row h6{
  font-family: 'AvenirLTProMedium';
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #656565;
  margin-bottom: 0px;
}
.order-row{
  border-top: 2px solid #E0E0E0;
  padding: 16px 8px 16px 8px;
  cursor: pointer;
}
.order-summary-order .current{
  display: block !important;
}
.tab-contents {
  display: none;
}
.tab-contents.current {
  display: inherit;
}
.order-row.current{
  border-top: 2px solid #D71E04;
  background: #F8F9FA;
}
.show-img{
  display: flex;
  margin-top: 12px;
}
.show-img-box {
  background: #F4F4F4;
  padding: 10px 10px;
  margin-right: 10px;
  display: none;
  transition: all .6s;
}
.rder-row-main .current .show-img-box{
  display: block;
} 

.order-top-con {
  background: #F8F9FA;
  margin-top: 7rem;
  padding: 2rem 0px;
}
.rder-p p, .thaks-you p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3C3C3C;
}
.thaks-you p{
  margin-bottom: 0px;
}
.billing-ordr-information p {
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3C3C3C;
}
.billing-details-information h6{
  font-family: 'AvenirLTProMedium';
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #3C3C3C;
}
.billing-ordr-information h3{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
}
.thaks-you h5{
  font-family: 'AvenirLTProBlack';
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #3C3C3C;
  margin-bottom: 4px;
}
.thaks-you{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.col-order-confrim-bg{
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 24px 24px 24px 24px;
  max-width: 100%;
  margin: auto;
}
.thaks-you img{
  margin-right:26px;
}
.col-order-confrim-bg h2{
  font-family: 'AvenirLTProBlack';
  font-size: 40px;
  line-height: 55px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
}
.billing-ordr-information {
  margin-top: 29px;
}
.billing-details-information{
  border: 1px solid #E0E0E0;
  margin-top: 29px;
  padding: 16px 16px 0px;
  gap: 16xp;
}
.col-order-confrim-bg .order-summary-order {
  background: #fff;
  width: 410px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #E0E0E0;
  margin-top: 10px;
}
.navigation-status {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 502px;
  max-width: 100%;
  margin-left: 40px;
  margin-bottom: 26px;
  margin-top: 42px;
  position: relative;
  z-index: 1;
}
.border-rotat h6{
  font-family: 'AvenirLTProMedium';
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #9B9B9B;
}
.rounde-border {
  border: 1px solid #D71E04;
  height: 38px;
  width: 38px;
  padding: 11px 11px;
  border-radius: 7px;
  transform: rotate(45deg);
  margin: auto;
  margin-bottom: 24px;
  background: #d71e040d;
  box-shadow: 0px 1px 20px -9px red;
}
.col-order-confrim-bg .order-sum-img img{
    height: 70px;
}
.rounde-border p{
  font-family: 'AvenirLTProMedium';
  font-size: 12px;
  line-height: 16px;
  color: #D71E04;
  font-weight: 500;
  transform: rotate(-45deg);
  margin-bottom: 0px;
}
.order-active .rounde-border{
  background: #D71E04;
}
.order-active .rounde-border  p{
  color: #fff;
}
.order-active h6{
  color:#3C3C3C;
}
.right-left-arrow::after{
  content: '';
  background: url(../img/arrow-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 44px;
  top: -2px;
  z-index: 2;
  width: 188px;
  height: 42px;
}
.right-left-arrow::before{
  content: '';
  background: url(../img/arrow-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: -2px;
  z-index: 2;
  width: 176px;
  height: 42px;
}
.border-rotat{
  width: 52px;
}
.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: 16px;
}
.checkout-billing-address .form-select{
  background-image: url(../img/select-icon.svg);
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3C3C3C;
  height: 48px;
}
.checkout-billing-address label{
    font-family: 'AvenirLTProLight';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #3C3C3C;
    padding-left: 10px;
}
.checkout-billing-address label a{
  color: #005BB9;
}
.checkout-billing-address .form-check{
  margin-bottom: 20px;
  margin-top: 4px;
}
.checkout-billing-address .form-check-input:checked[type=checkbox] {
  background-image: url(../img/check-icon.svg);
  background-size: auto;
  background-color: transparent;
}
.checkout-billing-address .form-check-input {
  width: 24px;
  height: 24px;
}
.form-check-input:checked {
  background-color: transparent;
  border-color: #656565;
  box-shadow: none;
}
.checkout-summ .order-sum-detaisl {
  width: 283px;
  margin: auto;
  padding: 0px 0px 0px 12px;
  max-width: 100%;
}
.checkout-summ .order-sum-img {
  height: 89px;
  width: 70px;
  padding: 9px;
  background: #F4F4F3;
  text-align: center;
}
.checkout-billing-address h3{
  font-family: 'AvenirLTProBlack';
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.cupoun-box h5{
  font-family: 'AvenirLTProBlack';
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #3C3C3C;
  text-transform: capitalize;
  margin-top: 22px;
  margin-bottom: 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;
}
.cupoun-box .btn{
  height: 48px;
  background: #F4F4F4;
  border: 1px solid #EAE4DA;
  color: #3C3C3C;
}
.checkout-billing-address{
  width: 774px;
  max-width: 100%;
}
.order-sum-mo{
  display: none;
}
.form-check-input:checked[type=checkbox] {
  background-image: url(../img/check-icon.svg);
  background-size: auto;
  background-color: transparent;
}
.ui-widget.ui-widget-content {
  border: 0px solid #005BB9;
  background: #005bb926;
  height: 6px;
}
.ui-widget-header {
  background: #005BB9;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #005BB9;
  background: #fff;
  font-weight: normal;
  color: #454545;
  border-radius: 12px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
}
/* -----------------------------tc-------------------------- */

.tc-content-main {
  background: #F8F9FA;
  padding: 3rem 0 1.5rem;
  margin-top: 8rem;
}
.tc-content-submain p{
  font-family: 'AvenirLTProLight';
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #3C3C3C;
}
.tc-content-main h1{
  font-family: 'AvenirLTProBlack';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 66px;
  font-weight: 800;
  color: #3C3C3C;
  margin-bottom: 24px;
}
.footer-link h6{
  font-family: 'AvenirLTProMedium';
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: #3C3C3C;
}
.footer-link a{
  font-family: 'AvenirLTProLight';
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #656565;
}
.footer-link ul{
  padding-left: 0px;
  list-style: none;
}
.footer-link p{
  font-family: 'AvenirLTProLight';
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #656565;
}
.footer-bottom p{
  font-family: 'AvenirLTProLight';
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #9B9B9B;
}
.footer {
  background-image: linear-gradient(#F4F4F4, #FBFBFB);
  padding: 40px 0px;
  height: 330px;
  width: 100%;
  overflow: hidden;
}
.footer-bottom {
    padding-top: 2rem;
    padding-right: 0rem;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 717px;
        margin: 1.75rem auto;
    }
}
.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;
}
.product-detaisl-img img{
    width: 295px;
    height: 453px;
}
.item .card-details img{
    height:312px;
}
.Contact-Content {
    width: 100%;
    height: auto;
    margin-top: -40px;
}
.contacts2-bg{
  padding: 4rem 0;
}
@media (min-width: 576px){
   #addToCart .modal-dialog {
        max-width: 1128px;
        margin: 1.75rem auto;
        padding: 0px 5rem;
    }
}
.product-modal{
    height:442px;
}
.product-modal .position-relative{
    border:0px;
}
.main-modal-content{
    max-width: 1128px;
    margin: 1.75rem auto;
    background: #fff;
    clip-path: polygon(12% 0%, 0% 100%, 100% 100%, 88% 100%, 100% 0%);
    padding: 0 2rem;
}
.CheckLabel {
    margin-left: 14px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #3C3C3C;
    font-family: 'AvenirLTProMedium';
    padding-top: 6px;
}
.curreny-icon .form-select{
    border:0px;
    position:relative;
    width: 108px;
}
.curreny-icon .dropdown-toggle::after{
   display:none;
}
.c_modal_dialog .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem;
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){}
@media only screen and (min-width: 1081px) and (max-width: 1152px){}
@media only screen and (min-width: 2162px) and (max-width: 2880px){}
@media only screen and (min-width: 1921px) and (max-width: 2160px){}

