/** Shopify CDN: Minification failed

Line 451:1 Unexpected "}"
Line 661: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;
}
section.genral_return p span {
    font-weight: 500;
}

section.genral_return h3.western span b {
    font-weight: 600;
}

section.genral_return  p {
    color: #000;
}

section.genral_return ul li {
    list-style: disc;
    margin-left: 30px;
}

section.genral_return h4 span b {
    font-weight: 600;
}
section.genral_return h4 {
    margin: 10px 0;
}

section.genral_return li::marker {
    color: grey;
    font-size: 18px;
}
.appointment input#name, .appointment input#phone {
    width: 49.5%;
}
.add_text p a {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 30px;
}
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: 14px;
    font-weight: 350;
    color: #333333;
}
.template-page .page-width.page-width--narrow .rte {
    max-width: 1468px;
    margin: auto;
}

.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: 'Avenir-Book';
    font-size: 15px;
    font-weight: 350;
    line-height: 20px;
    margin: 10px 0 30px;
}
h3.service-title {
    font-family: 'Avenir-Book';
    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: Avenir-Book!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: 34px;
    color: #000;
    font-weight: 500;
    line-height: 40.8px;
    /* text-align: center; */
  background: #F7F9FD;
  padding: 36px 70px;
    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){
    .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;
  
}
 .contact-page .successForm {
	 margin-bottom: 15px;
	 color: green;
}
.contact-page .contact-info{
  padding:121px 0 0 15px;
}
.contact-page .information-form{
  padding:80px 0 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: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}  
  .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: 0;
    padding-top: 41px!important;
  max-width:600px;
} 
.group-button button.button.submit {
    border-radius: 0 !important;
     font-family: "Lato", sans-serif;
     font-size: 14px;
    font-weight: 700;
    line-height: 12px!important;
} 
.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 #C0C0C0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-family: "Lato", sans-serif;
}  
.main-title.h3 {
    color: #000!important;
    text-align: left;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px!important;
    font-size: 24px !important;
    font-weight: 700 !important;
  line-hegiht:30px!important;
}
.contact-page .contact-info p a, .addressContent p{
    font-size: 15px !important;
  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;
    margin-bottom: 20px;
    min-width: 100%;
    padding: 20px;
    line-height: 14.4px;
    /* background: #F1F5F6; */
    /* border-radius: 30px; */
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}
.contact-page .content-form  textarea.input-info{
	padding: 20px;
    min-height: 124px;
}
.contact-page .content-form .group-button .submit{
    min-width: 130px;
    background: #0046BE;
    width: 104px;
  height:40px;
    border-radius: 5px!important;
  border:0;
} 

.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: var(--color-main);
    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){
.contact-page .contact-info,
.contact-page .information-form{
  padding:30px 0;
}
.heading_content .title_faqs.h3 {
    border: 1px solid #000;
}  
.page-faqs .content .item a .faqs-icon {
    font-size: 14px;
    color: #888888;
}  
.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: 100% !important;
    display: block;
    height: 45px;  
    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;
}  

.contact-page .content-form .input-info
  {
    height: 40px;
    padding: 19px;
  }
  
  
}
@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;
  }

}

.icon_add {
    display: flex;
    gap: 50px;
      margin-top: 25px;
}
.add_text p {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 30px!important;
}
.cont_detail {
    margin-top: 23px;
}
.add_text h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}
.text_column_with_img {
    box-shadow: 0px 0px 4px 0px #0000002E;
      padding: 36px 0 26px 0;
    height: 346px;
    width: 90%;
    margin: 0 auto;
}
.add_icon_img {
    margin-top: 8px;
}

   @media only screen and (min-width: 426px) and (max-width: 768px) {
.laber_text-column-with-image .text_column_with_img
{
      justify-content: space-between!important;
}
     .alo-item {
    padding: 0 10px!important; 
     width: 100%!important;
}
     .loading_bg, .laber_bg_lz {
   position: relative;
        background-size: cover!important;
    /*  background-size: 45px 45px!important;
    background-repeat: no-repeat!important;
    background-position: center!important; */
}
   }
  @media only screen and (width: 1920px) {
.template-page .page-width.page-width--narrow .rte {
    max-width: 100%!important;
}
     h1.main-page-title.page-title.h3
     {
       padding: 30px 90px!important;
     }
   }