/** Shopify CDN: Minification failed

Line 451:1 Unexpected "}"
Line 660:2 "line-hegiht" is not a known CSS property

**/
/*about page*/
.type_about .content_about_us .sub_title{
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--color-link-hover);
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
a.card-btn:hover {
    text-decoration: none;
}
/* body#shipping-policy div#shopify-section-breadcrumb {
    background: transparent;
} */
.appointment input#name, .appointment input#phone {
    width: 49.5%;
}
#cookie-policy .page-container .container {
    margin-top: 24px;
}
#refund-policy .page-width .container {
    margin-top: 24px;
}
#terms-of-use .page-width .container {
    margin-top: 24px;
}
#conditions-d-39-utilisation .container {
    margin-top: 24px;
}
.card-btn:hover {
    background: #545555!important;
}
b {
    font-weight: 350;
    color: #000 !important;
}
.rte ul ul li {
    list-style: disc;
}
h1.western {
    font-size: 15px;
    margin: 10px 0;
    color: #000 !important;
    font-weight: 350;
}
.rte p {
    font-size: 15px;
    font-weight: 350;
    color: #000000CC;
}
.template-page .page-width.page-width--narrow .rte {
    max-width: 1112px;
    margin: auto;
}
#order-search p {
    text-align: center;
}

#order-search .track-order {
    text-align: center;
}
.appointment input#name {
    margin-right: 7px;
}
.rte a {
    color: #000;
}
.appointment input {
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
}
button.button.submit {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    height: 51px;
    text-transform: capitalize;
}
.service-decription {
    text-align: center;
    font-family: 'SamsungOne 400';
    font-size: 15px;
    font-weight: 350;
    line-height: 20px;
    margin: 10px 0 30px;
}
h3.service-title {
    font-family: 'SamsungOne 400';
    font-size: 27px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
}
.container.form {
    margin: auto !important;
    max-width: 1038px !important;
    width: 100%;
    padding: 80px 0;
}
.container.vc_column_container .title_faqs.h3.Active {
    border-left: 5px solid #000 !important;
    padding-left: 8px !important;
}
.content .col-xs-12.col-sm-12.col-lg-10 {
    border: 1px solid #B4B4B4;
    padding: 0 !important;
    max-width: 1120px;
    margin-left: 30px;
}
.breadcrumbs.temp_page\.faqs .wrap-breadcrum.h_center.v_middle {
    min-height: max-content;
}

.heading_content .title_faqs.h3 {
    font-family: SamsungOne 400!important;
    font-size: 15px;
    font-weight: 350;
    line-height: 20px;
    padding: 12px;
    text-align: left;
    margin: 0 !important;
    text-transform: capitalize !important;
}
.heading_content .title_faqs.h3:first-child {
    border: 0 !important;
}
.heading_content {
    border: 1px solid #b4b4b4;
    max-width: 280px;
}
.breadcrumbs.temp_page\.faqs h1.h3 {
    color: #000;
    font-size: 27px;
    font-weight: 900;
}
.NavBreadCrumb.temp_page\.faqs {
    display: block !important;
}
.breadcrumbs.temp_page\.faqs .container {
    background: #fff;
}
.type_about .content_about_us .title {
  /* color: var(--color-main); */
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
}
.type_about .content_about_us .content p{
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.type_about .content_about_us .content ul{
	padding-top:20px;
}
.type_about .content_about_us .content li{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom:10px;
  
}
.type_about .content_about_us .content li i{
  display: inline-flex;
  width: 25px;
  height: 25px;
  background: var(--color-hover);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.content-text .about-title{
    color: var(--color-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.03em;
}
.content-text .about-subtitle{
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--color-link-hover);
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
.content-text .content p{
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.alo-image{
  overflow:hidden;
  line-height: 1;
  border-radius: 10px;
}
.alo-image img{
  transform: scale(1);
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
.image_card .alo-image:hover img,
.banner_img .alo-image:hover img{
      transform: scale(1.05);
}
.content-text .content{
  
}
.image_card .about-btn,
.content-text .about-btn{
  padding:0;
}
.image_card .about-btn a,
.content-text .about-btn a{
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.image_card .about-btn a:before,
.content-text .about-btn a:before{
  content: "";
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: capitalize;
  background-color: var(--color-link);
  display: block;
  position: absolute;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
.image_card .about-btn a:hover:before,
.content-text .about-btn a:hover:before{
  right: 100%;
  opacity:0;
}
.image_card .about-btn a:after,
.content-text .about-btn a:after{
  content: "";
  height: 2px;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: var(--color-link-hover);
  display: block;
  position: absolute;
  opacity:0;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}
.image_card .about-btn a:hover:after,
.content-text .about-btn a:hover:after{
  left:0;
  opacity:1;
}

.image_card .about-btn{
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 15px;
}
.image_card .alo-image{
  line-height: 1;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.image_card .about-title{
  margin: 0 0 10px;
  /* color: var(--color-main); */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.image_card .about-subtitle{
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
/*end about page*/

 /*============== FAQ'S page ============== */

.page-faqs{
}
.page-faqs .head {
	margin:0;
}
.page-faqs .head .title{
    font-size: 48px;
    color: var(--color-main);
    font-weight: 600;
    line-height: 100px;
    text-align: center;
    margin-bottom: 30px;
}
.page-faqs .faqs_block:last-child{
  padding-bottom: 0;
}  
  .page-faqs .content-offset-right  {
    margin-left: auto;
    order: 2;
  }
  @media (min-width: 1024px){
   #about-us .banner-img img
    {
      /* min-width:1303px; */
              width: 100%;
    }
    #about-us .container {
    max-width: 92.2% !important;
}
    .page-faqs .content-offset-right{
      padding-left: 90px;
      position:relative;
    }
    .page-faqs .content-offset-right:before{
      content: "";
      border-left: 1px solid #E5E8EC;
      position: absolute;
      top: 0;
      left: 40px;
      bottom: 0;
      width: 1px;
    }
  }
  .page-faqs .title_faqs{
    margin: 30px 0 10px;
    border-top: 1px solid #00000033;
    padding-top: 30px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  } 
.page-faqs .content .item{
}
  .page-faqs .content .item.active{
  }
.page-faqs .content .item:last-child{
	margin-bottom:0;
}	
.content .col-xs-12.col-sm-12.col-lg-10 .faqs_block:nth-child(2), .page-faqs .content .item:first-child {
    border-top: 0 !important;
}
.page-faqs .content .item .heading-title{
  	margin: 0;
  	padding:0;
    line-height: 1;
}
.title_faqs.h3 a {
    color: #000;
}

.content .col-xs-12.col-sm-12.col-lg-10 .faqs_block, .js-item-faq.item {
    border-top: 1px solid #b4b4b4;
}
.page-faqs .content .item a{
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: color .2s ease-in-out;
  border: none;
  box-shadow: none;
  align-items: center;
  justify-content: space-between;
  line-height: 20px;
  margin-top: -1px;
  padding: 15px;
  font-weight: 350;
  font-size: 15px;
  color: var(--color-text-body);
}
heading_content .title_faqs.h3.Active {
    border-left: 5px solid #000 !important;
    padding-left: 7px !important;
}
.page-faqs .content .item.active a {
    font-weight: 900;
}
.title_faqs.h3.Active a {
    font-weight: 900;
}
.page-faqs .content .item.active a{color: var(--color-link-hover);}
.page-faqs .content .item.first a{border-top: none;}
.page-faqs .content .item:last-child a{border-bottom: none;}
 .page-faqs .content .item  a .faqs-icon {
    font-size: 20px;
}
.page-faqs .content .item.active  a .faqs-icon i:before {
    content: "\e9c0"; 
}

 .page-faqs .content .item .content-faqs{
  padding:0 15px;
  text-align: justify;
  box-sizing: content-box;   
  overflow: hidden;
  padding: 0 15px 15px;
  background: #fff !important;
  border: 0 !important;
  color: var(--color-text-body);
  display: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 350;

}
  .page-faqs .content .item.active .content-faqs{
    display: block;
  }
 }
.page-faqs .content .item.active .content-faqs p {
    margin: 0;
    font-size: 15px;
    font-weight: 350;
    line-height: 20px;
    text-align: left;
}
.page-faqs .content .item.active .content-faqs p strong{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
}
  .page-faqs  .faq_content{}
  .page-faqs .faq_content  h3{
    margin: 0;
    color: var(--color-main);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-transform: uppercase; 
      }
  .page-faqs .faq_content .faq_desc{}
  .page-faqs .faq_content .faq_desc p{
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
  }
  .page-faqs .faq_content .faq_desc ul{
  	padding:0;
    margin-bottom: 15px;
  }
  .page-faqs .faq_content .faq_desc ul li{
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
  }
  .page-faqs .nav-accordion{
  	border: 0
    padding: 0 30px;
    border-radius: 10px;
  }
  .page-faqs .nav-accordion li{border-bottom:1px solid #E6ECF0;position: relative;}
  .page-faqs .nav-accordion li:last-child{border-bottom:none;}
  .page-faqs .nav-accordion li a{
    line-height: 60px;
    display: block;
    font-weight: 600;
    font-size: 14px;
  }
  .page-faqs .nav-accordion li span.expand,
  .page-faqs .nav-accordion li span.collapse{
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    cursor: pointer;
  }
  .page-faqs .nav-accordion li span.collapse:before{
    content:'\e94f';
    font-family: icon-dukamarket;
    font-size: 14px;
  }
  .page-faqs .nav-accordion li span.expand:before{
    content:'\e952';
    font-family: icon-dukamarket;
    font-size: 14px;
  }
  .page-faqs .nav-accordion ul{
  	padding-left:15px;
  }
/* End FAQ'S */
 /*============== contat page ============== */
.errorForm p{
      color: var(--color-secondary);
}
.contact-page{
  
}
.contact-page .map{
  border-radius: 10px;
  overflow: hidden;
  margin-top:80px;
}
 .contact-page .successForm {
	 margin-bottom: 15px;
	 color: green;
}
.contact-page .contact-info{
  padding:80px 0 0 0;
}
.contact-page .information-form{
  padding:80px 15px 0 0 ;
}
.contact-page .info-item{
  margin-bottom: 20px;
  margin-left:auto;
}
.contact-page .contact-info h2{
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-page .contact-info p{
  margin-bottom: 15px;
  position: relative;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  color: var(--color-text-body);
}
.contact-page .contact-info p a{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-text-body);
}
.content-form .contact-info h3,
.content-form .information-form .main-title {
  color: var(--color-main);
  border: none;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
.content-form .contact-info .content,
.content-form .information-form .content{
  margin-bottom: 25px;
  padding: 0;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  font-family: SamsungOne 400;
}  
  .content-form .information-form .address{ 
    font-size: 16px;
    color: #222222;
    margin-bottom: 15px;
  }
  .content-form .information-form .work_time{
  	color:#57575c;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .content-form .information-form  .phone{
    font-size: 20px;
    color: var(--color-main);
      font-weight: 500;
   }
  .content-form .information-form  .phone{
  	color:#222222;
    font-size:14px;
  }
.contact-form {
    border: 1px solid #6D7581CC;
    padding: 52px 40px;
  max-width:600px;
} 
.group-button button.button.submit {
    width: 100% !important;
    border-radius: 0 !important;
    font-family: 'SamsungOne 400';
    font-size: 15px;
    font-weight: 500;
} 
.contact-info h3, .contact-info p {
    margin: 0 !important;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  padding-left:30px !important;
}
.info-item span {
    width: 55px;
    height: 55px;
    display: flex;
    background: #CFCFCF99;
    border-radius: 50%;
    line-height: 55px;
    justify-content: center;
    align-items: center;
}
.contact-page .content-form .input-info {
    border: 1px solid #CFCFCF !important;
    border-radius: 0 !important;
    background: #fff !important;
}  
.main-title.h3 {
    color: #000!important;
    text-align: left;
    font-family: 'SamsungOne 400';
    letter-spacing: 1px!important;
    font-size: 27px !important;
    font-weight: 900 !important;
  line-hegiht:32px;
}
.contact-page .contact-info p a, .addressContent p{
    font-size: 15px ;
  font-weight:900;
}
.contact-page .info-item {
    max-width: 398px;
}
.info-item {
    border: 1px solid #6D7581CC;
    padding: 20px;
}  
.contact-page .content-form .input-info{
  border: none;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
  min-width: 100%;
  background: #F1F5F6;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text-body);
}
.contact-page .content-form  textarea.input-info{
	padding: 20px;
    min-height: 75px;
}
.contact-page .content-form .group-button .submit{
  min-width:200px;
  border-radius: 30px;
  width: auto;
} 

.contact-page .map iframe{
  width:100%;
}
.sc-hihest-quality .text-content{}
.sc-hihest-quality .text-content h3{
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: var(--color-main);
  margin-bottom: 10px;
}
.sc-hihest-quality .text-content .rte-setting p{
  margin: 0 0 10px 0;
  line-height: 1;
}
.nb_sale {height:auto;}
.content-nb-sale {}
.content-nb-sale .about-subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  margin-bottom:20px;
  color: var(--color-link-hover);
}
.content-nb-sale .about-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom:10px;
  color:var(--color-main)
}
.content-nb-sale .subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.collection-wishlist .collection-wishlist-empty{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.collection-wishlist .collection-wishlist-empty p{
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
 /*============== end contat page ============== */
/* ipad pro */
@media only screen and (min-width : 992px) and (max-width : 1199px){

}
/* ipad  */
@media only screen and (min-width : 768px) and (max-width : 991px){
  .contact-page .contact-info,
  .contact-page .information-form{
    padding:30px 0;
  }

}
/* mobile  */
@media only screen and (max-width : 767px){
  
  .info-item p {
    font-size: 14px!important;
}
  #contact-us .parts-support .parts-heading {
    line-height: 40px!important;
}
  .about-content .page-title{
    font-family: 'Samsung Sharp Sans Bold' !important;
  }
  .card-wrapper{
    flex-direction: column;
    gap:20px!important;
  }
  #about-us section.section-wrapper .container {
    padding: 0 20px;
}
  .NavBreadCrumb.temp_page\.about-us .container {
    padding: 0 20px;
}
.contact-page .contact-info,
.contact-page .information-form{
  padding:30px 0;
}
   #about-us section.desc-buttons .container {
    padding: 0 10px;
}
  .buttons-wrapper a {
     max-width: 100%!important;
    padding:0!important;
    }
.heading_content .title_faqs.h3 {
    border: 1px solid #000;
}  
.page-faqs .content .item a .faqs-icon {
    font-size: 14px;
    color: #888888;
}  
  .desc-1
{
  padding: 0 15px;
}
.heading_content {
    display: flex;
    gap: 10px;
    overflow: auto;
    border: 0 !important;
    padding: 0 0 5px;
}
.title_faqs.h3 a {
    width: max-content;
    display: block;
}  
.appointment input#name, .appointment input#phone {
    width: 100%;
}
.container.vc_column_container .title_faqs.h3.Active {
    padding: 12px 15px !important;
    border-left:0 !important;
    background: #000000;
}  
.container.vc_column_container .title_faqs.h3.Active a {
    color: #fff;
    font-weight: 350 !important;
}
  
.appointment input {
    max-width: 320px !important;
    margin: 0 auto 8px !important;
    display: block;
}  
.group-button button.button.submit {
    width: 74px !important;
    display: block;
    height: 40px;  
    margin: auto;
}

.service-decription {
    max-width: 280px;
    margin: 10px auto 30px;
}  
  
.container.form {
    max-width: 100% !important;
    padding: 50px 15px !important;
}  
.heading_content {
    max-width: 100% !important;
}
.content .col-xs-12.col-sm-12.col-lg-10 {
    margin: 20px 7px 0 !important;
    max-width: 96% !important;
    width: 100% !important;
}  


  
  
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
  .contact-form {
    margin: 0 auto;
  }
  .contact-page .info-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
/* about us page css starts from here */
.section-wrapper{
  background-color: #F7F7F7;
  padding-bottom: 352px;
  padding-top: 73px;
}
.banner-img{
  margin-top: -275px;
  position: relative;
  z-index: 1;
}
.banner-img img{
  width: 100%;
}
.content-image{
  display: flex;
  /* gap: 11%; */
  justify-content:space-between;
  align-items: flex-end;
}
.content-image .buttons,.content-image .about-content{
  width: 100%;
  max-width: 50%;
}
.content-image .buttons{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.content-image .buttons button{
  background: #ECECEC;
  border-radius: 10px;
  border: none;
  outline: none;
  text-align: start;
  max-width: 45.665%;
  width: 100%;
  padding: 15px 0px 15px 16px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.button-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 20px; /* Space between SVG and text */
}

.button-text {
  font-family: 'SamsungOne 400';
  font-size: 18px;
  font-weight: 700;
  line-height: 21.59px;
  text-align: left;
  color: #000;
}

.content-image .button-img{
  padding: 12px 8px;
  border-radius: 50%;
  background-color: #000;
}
.about-content .store-name{
  font-family: 'SamsungOne 700';
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-align: left;
}
.about-content .page-title{
  font-family: 'Samsung Sharp Sans Medium'!important;
  font-size: 50px;
  font-weight: 700;
  line-height: 20px;
  margin:25px 0;
  text-align: left;
}
.page-desc{
  padding-right: 20px;
  font-family: 'SamsungOne 400';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.mob-none{
  display: block;
}
.desk-none{
  display: none;
}
.desc-1{
  font-family: 'SamsungOne 400';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  max-width: 1023px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 70px;
}
.buttons-head{
  font-family: 'SamsungOne 400';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 49px;
}
.buttons-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.5px 50px;
  justify-content:space-between;
}
.buttons-wrapper a{
  max-width: 32.3%;
  display: block;
  width: 100%;
  padding:0;
}
.buttons-wrapper .btn-img-text{
  width: 100%;
  padding: 16.5px 18px;
  text-align: start;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0px 4px 10px 0px #0000000F;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.buttons-wrapper .btn-img-text img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.buttons-wrapper .btn-img-text span{
  font-family: 'SamsungOne 400';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.19px;
  text-align: left;
  margin-left: 20px;
  text-transform: capitalize;
}
.bottom-text{
  margin-top: 50px;
  margin-bottom: 80px;
  font-family: 'SamsungOne 400';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media (max-width:1024px) {
  .section-wrapper{
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .content-image{
    flex-direction: column;
  }
  .content-image .buttons,
  .content-image .about-content{
    max-width: 100%;
  }
  .content-image .buttons button{
    max-width: 100%;
  }
  .about-content .store-name{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .about-content .page-title{
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .page-desc{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding:0;
  }
  .desk-none{
    display: block;
    width: 100%;
  }
  .mob-none{
    display: none;
  }
  .desc-1{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
  }
  .buttons-wrapper{
    margin-bottom: 50px;
  }
  .buttons-head{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .buttons-wrapper .btn-img-text{
    max-width: 100%;
    padding: 11.5px 18px;
    margin-bottom:10px;
  }
}
/* about us page css ends here */

/* contact-us page css starts from here */
.parts-support{
  background-color: #F7F7F7;
  padding-top: 33px;
  padding-bottom: 232px;
}
.parts-support .parts-heading{
  font-family: Samsung Sharp Sans bold !important;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  max-width: 40.6%;
  width: 100%;
  margin-bottom: 32px;
}
.parts-support .parts-desc{
  max-width: 61.4%;
  width: 100%; 
  margin: 0 auto;
  font-family: 'SamsungOne';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.card-wrapper{
  display: flex;
  justify-content: center;
  gap: 50px;
}
.parts-support-cards{
  margin-top: -182px;
}
.support-card:nth-child(1) .card-img img {
    width: 72px;
    object-fit: contain;
}
.support-card:nth-child(2) .card-img img {
    width: 60px;
    object-fit: contain;
}
.support-card:nth-child(3) .card-img img {
    width: 78px;
    object-fit: contain;
}
.support-card:nth-child(1) .card-btn
{
  width:118px;
}
.support-card:nth-child(2) .card-btn
{
  width:137px;
}
.support-card:nth-child(3) .card-btn
{
  width:131px;
}
.support-card{
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 41px 50px 42px 50px;
  background-color: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
}
.card-img{
  margin-bottom: 25px;
  text-align: center;
}
.card-img img{
  height: 60px;
}
.card-head{
  font-family: 'SamsungOne 400' !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.59px;
  text-align: center;
  margin-bottom: 19px;
}
.card-desc{
  font-family: 'SamsungOne 400' !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.card-desc p{
  margin: 0;
}
.card-btn{
  padding:14px 30px;
  font-family: 'SamsungOne 400';
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  color: #FCFBFF !important;
  border-radius: 20.5px;
  background-color: #000;
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: 0.5s;
}
.card-btn:hover{
  box-shadow: -1px 3px 3px 0px #0000005e;
  color: #fff;
}
.contact-details{
  max-width: 337px;
  padding: 0px;
}
.contact-page .contact-details .info-item{
  padding: 0px;
  border: none;
  padding-left: 0px !important;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-details .info-item span {
  width: auto;
  height: auto;
  display: flex;
  background: transparent;
}
.content-form .contact-info h3{
  font-family: 'SamsungOne 400' !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 35px !important;
  color: #000;
}
.contact-page .contact-info .item-head{
  font-family: 'SamsungOne 400' !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: -5px;
}
.contact-page .contact-info p,
.contact-page .contact-info a{
  font-family: 'SamsungOne 400';
  font-size: 14px ;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.contact-form-wrapper{
  max-width: 65%;
  width: 100%;
  padding: 0px;
}
.contact-page .contact-form-wrapper .information-form{
  max-width: 100%;
  padding-right: 0px;
}
.contact-form-wrapper .contact-form{
  max-width: 100%;
  border: none;
  padding: 0px;
}
.content-form .pr_center{
  justify-content: space-between;
  margin-right: 0px;
  margin-left: 0px;
}
#contact-us .content-form .pr_center{
  justify-content: center;
  max-width:100%!important;
}
.contact-details {
    /* max-width: 100%; */
}
#contact-us .parts-support .parts-heading
{
  line-height: 60px;
}
.input-full{
  width: 100%;
}
.input-full label{
  color: #000;
  font-family: 'SamsungOne 400';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  height: fit-content !important;
  margin-bottom: 10px !important;
}
.contact-page .contact-form-wrapper #contact-form .input-info{
  height: 40px;
  border: 1px solid #C0C0C0 !important;
  border-radius: 6px !important;
  font-family: 'SamsungOne 400';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.39px;
  text-align: left;
  padding: 16px 20px;
  opacity: 0.5;
}
.contact-page .content-form textarea.input-info{
  min-height: 128px;
  padding-top: 16px;
}
.content-form .information-form .main-title{
  font-family: 'SamsungOne 400';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.contact-form-wrapper .row-10{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.contact-page .content-form .group-button .submit{
  min-width: 105px;
  height: auto;
  padding: 14px 30px;
  border-radius: 20px !important;
  font-family: 'SamsungOne 400';
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
}
@media (max-width:1024px) {
  .parts-support{
    padding-top: 30px;
    padding-bottom: 110px;
  }
  .parts-support-cards{
    margin-top: -80px;
  }
  .parts-support .parts-heading{
    max-width: 96%;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .parts-support .parts-desc{
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;  
  }

  .support-card{
    max-width: 100%;
    flex-direction: row;
    gap: 31px;
    padding: 30px 15px 30px 37px;
  }
  .support-card:nth-child(1) .card-img img
  {
    min-width:60px!important;
    height:50px!important;
  }
  .support-card:nth-child(2) .card-img img
  {
        min-width:54px!important;
    height:54px!important;
  }
  .support-card:nth-child(3) .card-img img
  {
        min-width:65px!important;
    height:42px!important;
  }
  .card-img img{
    height: auto;
  }
  .card-head,.card-desc{
    text-align: left;
    margin-bottom: 8.5px;
  }
  section.parts-support-cards .container {
    padding: 0 20px;
}
  .card-head{
    padding-right: 90px;
  }
  .card-btn{
    margin-left: 0px;
  }
  .content-form .pr_center{
    flex-direction: column;
    padding:0;
  }
  .contact-page .contact-info{
    padding-top: 50px !important;
  }
  .map {
    padding: 0 8px;
}
  .contact-page .contact-details .info-item{
    margin-bottom: 34px !important;
  }
  .contact-details{
    padding-bottom: 16px !important;
    /* border-bottom: 1px solid #D9D9D9; */
  }
  .contact-form-wrapper {
    max-width: 100%;
  }
  .information-form .contact-form{
    padding: 0px !important;
  }
  .contact-page .contact-form-wrapper .information-form{
    padding-top: 50px !important;
  }
  .contact-page .content-form .input-info{
    margin-bottom: 20px !important;
  }
  .input-full-submit{
    margin-bottom: 20px;
  }
}
/* contact-us page css ends here */
/* Return/Cancel A Part css starts from here */
.NavBreadCrumb.temp_page\.return-cancel-part,
.NavBreadCrumb.temp_page\.return-order-copy{
  display: block !important;
}
.form-head{
  font-family: 'SamsungOne 400' !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 37px;
}
.rte .privacy_page p{
  display: flex;
  flex-direction: column;
}

@media (max-width:1024px) {
  .form-head{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-right: 25px;
  }
}
/* Return/Cancel A Part ends here */

/* static--page--css */

.rte h2{
  font-family: 'SamsungOne';
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.01em;
text-align: left;
margin-bottom:30px;
margin-top:40px;
color:#252525;

}
#retourner-annuler-une-piece button.submit.get-order {
    width: max-content;
    max-width: max-content !important;
    padding: 0 20px;
}
.rte p, .rte ul li .rte , .rte li, .rte h3{
  font-family: "SamsungOne 400"!important;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.01em;
text-align: left;
color: #363636 !important;

}
.template-page .page-width--narrow .rte a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rte a{
  color: #363636;
}

.rte ul li, .rte li{
  list-style: disc;
  margin-bottom:10px;
}
#contactez-nous a.card-btn {
    width: max-content!important;
}

#contactez-nous .card-desc {
    min-height: 66px;
}
@media screen and (max-width: 640px){
  .template-page .page-width--narrow .rte p, 
  .template-page .page-width--narrow .rte ul li{
    font-size: 12px;
    line-height: 18px;
  }
}


@media only screen and (min-width: 1025px) and (max-width: 1100px){
.parts-support .parts-heading
  {
    max-width: 50%!important;
  }

}
@media only screen and (min-width:768px) and (max-width:1024px)
{
    .support-card
  {
    flex-direction: column!important;
    padding: 30px 20px!important;
     justify-content: space-between;
  }
.card-wrapper
  {
    gap:20px!important;
  }
  .card-head {
        padding-right: 0!important;
        text-align: center;
    }
  .card-btn
  {
    margin-left:auto!important;
  }
  .card-desc p
  {
     text-align: center!important;
  }
}
@media only screen and (min-width:1600px) 
{
  #refund-policy .page-width.page-width--narrow .rte {
    max-width: 100%;
  }
   #privacy-policy .page-width.page-width--narrow .rte {
    max-width: 100%;
  }

  #terms-of-use .page-width.page-width--narrow .rte {
    max-width: 100%!important;
  }
}

