
/****************************************
*           Global style
/****************************************/

:root{
    --main-color: #4E3022;
    --secondary-color: #dd4939;
    --base-font: "Open Sans";
    --serif-font: "Playfair Display";
}

button{
    padding: 0; 
}

button p, .btn-order p{
  margin: 0;
}

img{
    max-width: 100%;
}
a {
    color: var(--dark-color);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
     color: var(--main-color);
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    line-height: 1.7;
}
body {
    font-family: var(--base-font);
    font-size: 14px;
    color: var(--dark-color);
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
}
/* h1,h2,h3,h4,h5,h6{
    font-family: var(--serif-font);
} */
.container--mini{
  max-width: 960px;
}
textarea.form-control{width: 100%;}
.u-m-b-10{margin-bottom: 10px}
.u-m-b-15{margin-bottom: 15px}
.u-m-b-30{margin-bottom: 30px}
.u-m-b-40{margin-bottom: 40px}
.u-m-b-20{margin-bottom: 20px}
.u-m-b-25{margin-bottom: 25px}
.u-m-b-60{margin-bottom: 60px}

.u-m-t-20{margin-top: 20px}
.u-m-t-25{margin-top: 25px}
.u-m-t-30{margin-top: 30px}
.u-m-t-40{margin-top: 40px}
.u-m-t-50{margin-top: 50px}
.u-m-t-60{margin-top: 60px}

.u-m-l-10{
  margin-left: 10px;
}
.u-m-l-20{
  margin-left: 20px;
}
.u-m-l-25{
  margin-left: 25px;
}

.u-m-r-15{
  margin-right: 15px;
}
.u-p-t-20{padding-top: 20px}
.u-p-t-30{padding-top: 30px}
.u-p-t-60{padding-top: 60px}
.u-p-t-70{padding-top: 70px}
.u-p-t-80{padding-top: 80px}
.u-p-t-100{padding-top: 100px}
.u-p-t-90{padding-top: 90px}
.u-p-t-100{padding-top: 100px}
.u-p-t-110{padding-top: 110px}
.u-p-t-10{
  padding-top: 10px;
}
.u-p-b-30{padding-bottom: 30px}
.u-p-b-40{padding-bottom: 40px}
.u-p-b-50{padding-bottom: 50px}
.u-p-b-60{padding-bottom: 60px}

.u-relative{
  position: relative;
}
.u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.u-flex--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.u-flex--content-center {
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.u-flex--content-between {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.u-flex--content-start {
    -webkit-box-pack: start;
       -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.u-flex--content-end {
    -webkit-box-pack: end;
       -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.u-flex--item-center {
    -webkit-align-items: center;
            align-items: center; 
    -webkit-box-align: center;
       -moz-box-align: center;
    -ms-flex-align: center;
}

.clear::before,.clear::after,
section::before,section::after  {
    display: block;
    clear: both;
    content: "";
}
.img-block{
  width: 100%;
  display: block;
}

.has-border-top{
  border-top: 1px solid #e5e5e5;
}
.u-overflow-hidden{
  overflow: hidden;
}
.u-pointer{
  cursor: pointer;
}
.u-shadow{
  box-shadow: 0 0 30px rgba(82, 92, 118, 0.3);
  background: #fff;
}
@keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  main{
    width: calc(100% - 44px);
    margin: 0 auto;
    background: #000;
  }
/****************************************
*           Header
/****************************************/
.dr_header {
  padding: 5px 50px;
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
}
.dr_header__social ul{}
.dr_header__social ul li{}
.dr_header__social ul li a{
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}
.dr_header__social ul li a:hover{
  background: var(--main-color);
  color: #fff;
}
.dr_header__nav ul li a{
  font-weight: 700;
  margin-left: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dr_header__nav ul li a:hover{
  color: var(--secondary-color);
}
.dr_header__nav ul .has_icon a{
  font-size: 18px;
  position: relative;
}
.dr_header__nav ul .has_divider a {
  font-size: 18px;
  line-height: 1;
  border-left: 1px solid #ddd;
  padding-left: 25px;
  position: relative;
}
.dr_header__nav ul li .cart-count {
  position: absolute;
  background: var(--secondary-color);
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -12px;
  left: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
.scroll_menu{
}
.scroll_menu ul{
  top: 50%;
  right: 40px;
  z-index: 99;
  margin-top: 25px;
  transform: translateY(-50%);
  position: fixed;
}
.scroll_menu ul li{}
.scroll_menu ul li a{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  transform: translate(0,0);
  font-size: 0;
}
.scroll_menu a:after, .scroll_menu a:before {
  content: '';
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.scroll_menu a:before {
  left: -5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #9b9b9a;
  opacity: 1;
  transform: scale3d(0,0,1);
}
.scroll_menu a:after {
  left: 0;
  height: 0;
  width: 0;
  background: #9b9b9a;
  border: 3px solid #9b9b9a;
  border-radius: 50%;
  transition: all .1s ease-out;
}
.scroll_menu li.current a:before {
  opacity: 0;
  transform: scale3d(1,1,1);
  transition: all .5s ease-out;
}
.scroll_menu li.current a:after {
  height: 9px;
  width: 9px;
  background: 0 0;
  border-width: 2px;
}


/* mobie menu */
.mobile-menu-area {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  right: -322px;
  width: 300px;
  height: 100%;
  padding: 30px 0;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background: var(--main-color);
  -webkit-box-shadow: -5px 0 10px rgba(0,0,0,.1);
  box-shadow: -5px 0 10px rgba(0,0,0,.1);
}
.JS-show-menu .mobile-menu-area {
  -webkit-transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
  transition-timing-function: cubic-bezier(.7,0,.3,1);
  -webkit-transform: translate3d(-322px,0,0);
  transform: translate3d(-322px,0,0);
}
.JS-show-menu .mobile-menu-area::before {
  position: fixed;
  top: 0;
  right: 100%;
  width: 120vw;
  height: 100%;
  content: "";
  -webkit-transition: 0s;
  transition: 0s;
  opacity: .9;
  background: #fff;
}
.mobile-menu-area .btn-wrap {
  padding-bottom: 18px;
  text-align: center;
}
.mobile-menu-area .btn-wrap button {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  border: 0;
  background: 0 0;
  font-size: 30px;
  line-height: 1;
}
.mobile-menu-area .mobile-menu ul {
  border-top: 1px solid #5a4135;
  border-bottom: 1px solid #4e3022!important;
}
.mobile-menu-area .mobile-menu ul li a {
  display: block;
  height: 54px;
  padding: 0 20px;
  color: #fff;
  border-top: 1px solid #38251c;
  border-bottom: 1px solid #5a4135;
  font-size: 17px;
  font-weight: 400;
  line-height: 54px;
}
.mobile-menu-area .mobile-menu ul li a:hover{
  opacity: .7;
}
.menu__bar{
  display: none;
  font-size: 26px;
  color: #444;
  cursor: pointer;
}

.mobile_nav{
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  background: #fff;
}

.mobile_nav li a{
  padding: 12px;
    display: block;
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.exp_mo{
    display: none;
}

@media (max-width: 900px){
      /*.menu__bar{display: block;}*/
      /*    nav.dr_header__nav ul li {*/
      /*      display: none;*/
      /*  }*/
      /*  nav.dr_header__nav ul li:last-child {*/
      /*    display: block;*/
      /*  }*/
      
      
      .menu__bar{display: block;}
      nav.dr_header__nav ul li {
        display: none;
    }

    nav.dr_header__nav ul li.has_icon,
    nav.dr_header__nav ul li.exp_mo {
      display: block;
    }
    
    nav.dr_header__nav ul li.exp_mo a{
        font-size: 18px;
        border-left: 1px solid #ededed;
        padding-left: 25px;
    }
    
}
/****************************************
*           Intro
/****************************************/

.intro{
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}
.intro__video{
  overflow: hidden;
  height: calc(100vh - 80px);
}
.intro__video video{
  width: 100%;
}
.sec_home.sec__artisan{
  height: 650px;
}
.intro_content{
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 60px;
}
.intro_content .inner{
  max-width: 650px;
  /*position: relative;
  top: 60px;*/
}
.intro_content .logo img{
  width: 140px;
}
.intro_content h3,
.intro_content h3 p {
  margin: 30px 0 5px;
  font-size: 32px;
}
.intro_content h1,.intro_content h1 p{
  margin-bottom: 30px;
  color: var(--secondary-color);
  font-size: 44px;
}
.intro_content p{
  font-size: 17px;
  font-weight: 500;
}

.btn_set{
  padding-top: 15px;
}
.btn_set a{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 30px 15px 30px;
  width: 200px;
  display: inline-block;
  margin: 0 5px;
  transition: .3s;
}
.btn_set a:last-child{
  background: var(--secondary-color);
}
.btn_set a:hover{
  opacity: .7;
}
.scroll_down{
  padding-top: 40px;
}
.scroll_down img{
  width: 35px;
}
.scroll_down h6,.scroll_down h6 p{
  font-family: var(--base-font);
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.sec_home{
  height: 550px;
  overflow: hidden;
  position: relative;
}


.sec_home .figure img{
  transform: translateY(-150px);
}
.sec_home__content{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 77;
}
.content_right .container{
  justify-content: flex-end;
}
.sec_home__content .container{
  display: flex;
}
.sec_home__content .wrap{
  width: 50%;

}
.content_right .sec_home__content .wrap{
  border-left: 1px solid rgba(255,255,255,.4);
  padding-left: 80px;
}
.content_left .sec_home__content .wrap{
  border-right: 1px solid rgba(255,255,255,.4);
  padding-right: 80px;
}

.sec_home__content .wrap h2{
  color: #ffffff;
  margin-bottom: 35px;
}


.sec_home__content .wrap p{
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
.sec_home__content .wrap h6{
  color: #fff;
  line-height: 1.8;
  font-size: 20px;
  font-family: var(--base-font);
}



@media(max-width: 1366px){
  .intro_content p {
    font-size: 15px;
}
.intro_content .logo img {
  width: 120px;
}
.intro_content h1,.intro_content h1 p {
  margin-bottom: 13px;
  font-size: 36px;
}
.intro_content h3,
.intro_content h3 p {
  margin: 21px 0 5px;
  font-size: 25px;
}
.btn_set a {
  padding: 10px 30px 10px 30px;
  width: 178px;
  font-size: 13px;
}
}




.js-parallaxslow,
.js-parallaxzoom {
  transition: all 0.2s ease;
  overflow: hidden;
}

/****************************************
*           Header
/****************************************/
.footer{
  
}
.footer__top{
  background: #fff !important;
  padding: 80px 0 30px;
}
.footer__block h2{
  font-family: var(--base-font);
  font-size: 23px;
  line-height: 1.4;
}
.footer__block h2 span{
  display: block;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.footer__block h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-family: var(--base-font);
  color: 333;
}
.footer__block .list{

}
.footer__block .list li{

  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
}

.item__a{
  padding-right: 15px;
}
.item__c{
  padding-left: 15px;
}
.item__b{
  padding-right: 15px;
  padding-left: 15px;
}
.list.addr li i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 20px;
  color: var(--secondary-color);
  opacity: .8;
}
.list.addr li{
  position: relative;
  padding-left: 30px;
}
.footer__social ul{}
.footer__social ul li{}
.footer__social ul li a{
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
}
.footer__social ul li a:hover{
  background: var(--secondary-color);
}
.footer__bottom .logo{
  margin-bottom: 20px;
}
.footer__bottom .logo img{
  width: 180px;
}
.footer__bottom{
  background: #fff;
  text-align: center;
  border-top: 1px solid #efefef;
  padding: 30px 0;
}

.footer__bottom p{
  margin-bottom: 0;
  line-height: 2;
}

.list.has_style{
  list-style: circle;
  padding-left: 18px;
}



/*sec__pastry*/
.sec__pastry{
  height: 500px!important;
}
.pastry__content .pastry__ico img{
  width: 150px;
}
.inner.pastry__content{
  width: 100%;
}
.inner.pastry__content h3 {
  color: #fff;
  text-shadow: 0 0 1px #000;
  font-size: 34px;
  font-family: var(--main-color);
  text-transform: uppercase;
  max-width: 377px;
  margin: 25px auto;
  font-weight: 600;
}
.pasty__btn a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 100px 100px 100px 100px;
    padding: 15px 30px 15px 30px;
    width: 200px;
    display: inline-block;
    margin: 0 5px;
    transition: .3s;
}
.pasty__btn a:hover{
  box-shadow: 0 0 0 2px #fff;
}

.artisan__content{
  width: 100%;
  padding-bottom: 60px;
}
.artisan__content p{
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}
.artisan__content h2,.artisan__content h2 p{
  color: #fff;
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
}
.salad__content {
  width: 100%;
}
.salad__content .salad__ico img{
  width: 120px;
}
.franchise__content h3, .franchise__content h3 p,
.salad__content h3,.salad__content h3 p{
  color: #fff;
  font-size: 36px;
  margin: 25px 0;
}
.franchise__content p,
.salad__content p{
  max-width: 520px;
  margin: auto;
  color: #fff;
  font-size: 17px;
  margin-bottom: 25px;
}

.salad__content .meta{
  color: #fff;
  font-style: italic;
}

.def_btn a{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: var(--secondary-color);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  margin: 0 5px;
  transition: .3s;
}
.def_btn a:hover{
box-shadow: 0 0 0 2px #fff;
}
.franchise__content *{
  color: #fff;
}
.franchise__content .texts{
  max-width: 520px;
  margin: 0 auto;
}
.franchise__content{
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}

.card__content {
  width: 100%;
  padding-bottom: 80px;
}
.card__content h2{
  color: #fff;
  margin-bottom: 30px;
}
.card__content p:nth-of-type(1){
  font-size: 19px;
}
.card__content p{
  color: #fff;
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn_set_alt a:last-child {
  background: var(--secondary-color);
}

.btn_set_alt {
  padding-top: 25px;
}
.btn_set_alt a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 30px 15px 30px;
  width: 200px;
  display: inline-block;
  margin: 0 5px;
  transition: .3s;
}



/****************************************
*           Menu Page
/****************************************/
.page__menu__banner{
  max-height: 260px;
  overflow: hidden;
}
.page__menu__banner img{
  width: 100%;
}
.row10{
  margin: 0 -10px;
}
.sec-head {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-left: 4px solid var(--main-color);
    padding: 10px 15px;
    margin-bottom: 5px;
}
.sec-head h4{
  font-weight: 700;
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 0;
}
.sec-head .Btn {
    color: var(--main-color);
    font-size: 12px;
    border-radius: 4px;
    height: 26px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.sec-head .Btn i{
    font-size: 10px;
    margin-left: 2px;
}
.section--home{
  padding-bottom: 20px;
}
.section:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.categories{
}
.categories .title{}
.categories .title h4 {
  display: block;
  padding: 11px 0 11px 15px;
  font-size: 16px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.87;
  color: var(--main-color);
  font-weight: 700;
}
.categories .parent_ul{}
.categories .parent_ul li{
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.categories .parent_ul>li:last-child{
 border-bottom: 1px solid #e5e5e5;
}
.cat-more {
    position: absolute;
    height: 47px;
    width: 30px;
    text-align: center;
    right: 0;
    top: 0;
    font-size: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.open .cat-more {
  transform: rotate(180deg);
}
.cat-more i {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.33);
    border-radius: 3px;
    height: 15px;
    width: 15px;
    line-height: 14px;
}
.categories .parent_ul li a{
  display: block;
  padding: 11px 0 11px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.87;
}
.categories .parent_ul li.open>a{
  color: var(--main-color);
}
.categories .parent_ul li a:hover{
  color: var(--main-color);
  background: rgba(0,0,0,.02);
}
.categories .parent_ul ul{
  padding-left: 15px;
  display: none;
}
.categories .parent_ul ul a{
  font-size: 12px;
}
.col-cat{
  flex: 0 0 235px;
  max-width: 235px;
  padding: 0 10px;
}
.sidebr{
  background: #fff;
  height: calc(100vh - 80px);
}
.col-content{
  flex: calc(100% - 235px);
  padding: 0 10px;
}
.products{
  margin: 0 -7px;
}
.product a{
  background: #fff;
  display: block;
}
.product figure{
  margin-bottom: 0;
}

.product figure {
    height: 280px;
}
.product figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
	.product figure {
    height: 222px;
}


}

@media (max-width: 991px) {
	.product figure {
    height: 338px
}


}

@media (max-width: 767px) {
	.product figure {
    height: 248px
}


}

@media (max-width: 575px) {
	.product figure {
    height: auto
}
.product figure img {
    width: auto;
    height: auto;
    object-fit: inherit;
}


}

.product{
  width: 33.333%;
  max-width: 33.333%;
  padding: 7px;
}
.design-tab .product{
  flex: 0 0 50%;
  max-width: 50%;
}
.product .content p{
  margin-bottom: 10px;
  white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.product .content {
  padding: 15px 15px;
}
.product .content h5 {
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product .price{}
.product .price .top{
  display: flex;
}
.product .price .old{
  font-size: 12px;
  color: #aaa;
  text-decoration: line-through;
}
.product .price .save{
  color: var(--hot-color);
  font-size: 12px;
  padding-left: 10px;
}
.product .price .bottom{
  font-size: 16px;
}
@media (max-width: 800px) {
    .product {
        width: 50%;
        max-width: 50%;
    }
    .col-content {
        flex: 0 0 100%;
    }
    .col-cat{
        display: none;
    }
}

.menu__page__content{
  background: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 40px;
}
.has-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  background: #fff;
}


/*
  cart aside
*/

/*cart-aside*/
.cart-open{
  /*  overflow: hidden;
    height: 100vh;*/
  }
  .cart-aside{
      z-index: 300;
      position: fixed;
      overflow: hidden;
      margin-top: 65px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      display: block;
      width: 100%;
      padding: 0;
      border: 0;
      cursor: pointer;
      transition: .5s;
  
  }
  #overlay{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
  }
  .cart-open .cart-aside{
    visibility: visible;
    opacity: 1;
  }
  .cart-aside .inner{
      width: 360px;
      padding-left: 20px;
      padding-right: 20px;
      cursor: default;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #fff;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition: .3s;
  }
  .cart-open .cart-aside .inner{
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: .3s;
  }
  .cart-aside .head{
    padding: 15px 10px 0;
  }
  .cart-aside .head h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}
  .cart-aside .head .list-close{
    font-size: 20px;
    cursor: pointer;
  }
  .cart-aside .head .list-close:hover{
    color: var(--secondary-color);
  }
  .items-cart {
    max-height: calc(100% - 193px);
    height: 100%;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
.items-cart .item {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  padding: 10px 0 10px 10px;
  margin-bottom: 20px;
  border-left: 4px solid #cbbebc;
  border-radius: 3px 0 0 3px;
  position: relative;
}
  .items-cart .item .top{
    position: relative;
    align-items: center;
  }
.items-cart .item figure {
    flex: 0 0 70px;
    margin-right: 10px;
    margin-bottom: 0;
    height: 46px;
}
.items-cart ._content {
  flex: 0 0 165px;
  max-width: 165px;
}
.items-cart ._remove {
  width: 24px;
  color: var(--secondary-color);
  cursor: pointer;
  margin-left: auto;
}
.items-cart .item figure img {
  object-fit: cover;
  height: 100%;
}
  .items-cart .item .top .item-close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 9px;
  }
  .items-cart .item h5 {
    font-size: 15px;
    padding-right: 10px;
    line-height: 1.5;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.items-cart .item .cart__count {
  position: absolute;
  left: -13px;
  top: -12px;
  background: var(--secondary-color);
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 88888;
  color: #fff;
  font-size: 12px;
}
  .items-cart .item p{
    margin-bottom: 0;
  }
  .price-calc{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .price-calc .fs{
    font-size: 15px;
  }
  .price-calc .btn-set{
    display: flex;
    align-items: center;
  }
  .price-calc .btn-set button{
      text-align: center;
      cursor: pointer;
      border: 0;
      background-color: transparent;
      font-weight: 400;
      padding-top: 10px;
      padding-bottom: 10px;
      color: rgba(0,0,0,.44);
      fill: rgba(0,0,0,.44);
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      background-color: rgba(0,0,0,.1);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 30px;
      width: 24px;
      border-radius: 0;
  }
  .price-calc .btn-set span{
    padding: 0 8px;
    font-size: 13px;
  }
  .item-meta{
      color: #888;
      font-size: 13px;
      height: 31px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .cart-footer .total-count:nth-child(1) div,
  .cart-footer .total-count:nth-child(2) div {
    font-size: 14px;
}
  .cart-footer{
    padding: 10px 10px 0;
  }
  .cart-footer .total-count {
    margin-bottom: 6px;
}
  .cart-footer .total-count div{
    font-size: 18px;
  }
  .cart-footer .act{
  
  }
  .cart-footer .act p{}
  .cart-footer .order-end{}
  .cart-footer .order-end .text{
    font-size: 13px;
      line-height: 1.55;
      color: rgba(0,0,0,.44);
  }
  .cart-footer .order-end .btn-order {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    fill: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--secondary-color);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
    border-radius: 50px;
}
  
  .cart-footer .order-end .btn-order:hover{
    opacity: .7;
  }
  
  .radio input {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
  }
  .radio input:focus + label {
    background: #eeeeff;
  }
  .radio input:focus + label .checker {
    border-color: var(--main-color);
  }
  .radio input:checked + label .checker {
    box-shadow: inset 0 0 0 6px var(--main-color);
  }
  .radio label {
    display: flex;
    align-items: center;
    height: 28px;
    border-radius: 14px;
    margin: 10px;
    padding: 0 8px 0 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .radio label:hover {
    background: #eeeeff;
  }
  .radio label:hover .checker {
    box-shadow: inset 0 0 0 2px var(--main-color);
  }
  .radio .checker {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: inset 0 0 0 2px var(--main-color);
    transition: box-shadow 0.3s ease;
  }
  
/*modal*/
.det__modal{
  background: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 99999999999999;
}
.det__modal .wrap{
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  width: 800px;
  max-height: 400px;
  position: relative;
}
.modal__close {
  position: absolute;
  right: 50%;
  z-index: 99999;
  top: -50px;
  font-size: 28px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(50%);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.det__modal__left{
  flex: 0 0 50%;
  max-width: 50%;
}
.det__modal__left .content{
  padding: 15px;
}
.det__modal__left .figure {
  padding: 15px 15px 0;
}
.det__modal__left .figure img{}
.det__modal__left h3{}
.det__modal__left p{
    white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.det__modal__right {
  border-left: 1px solid #efefef;
  padding: 30px 15px 30px 30px;
  flex: 1;
}
.det__modal__right .provides {
  flex-wrap: wrap;
  overflow-y: auto;
  height: 307px;
}
.provides__block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.provides__block h4 {
  font-size: 18px;
}
.provides__block .radios{}
.radio label {
  display: flex;
  align-items: center;
  height: 28px;
  border-radius: 14px;
  margin: 0 10px;
  padding: 0 8px 0 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cart-count{}
.cart-count .counter{
  width: auto;
}
.counter span:hover{
  opacity: .7;
}
.counter span {
  border: 0;
  font-size: 13px;
  line-height: 37px;
  height: 36px;
  width: 36px;
  background: var(--main-color);
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
input:focus,button:focus{
  outline: none;
}
.counter input {
    height: 36px;
    width: 36px;
    color: #333;
    text-align: center;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}
.btn-cart button:hover {
  opacity: .7;
}
.btn-cart button {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  width: 80%;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
}
.cart-count {
  flex: 1;
  text-align: center;
}
.design-tab .modal__act.u-flex{
  display: none
}
.design-tab .det__modal__right .provides {

  height: 341px;
}

.modal__act.u-flex {
  padding-top: 10px;
}
.btn-cart {
  flex: 1;
}
  @media (max-width: 767px) {
      .mobile-cats {
          display: block;
      }
  }
  
  
  .footer-logo img {
      width: 220px;
  }
  
  
  
/*checkout*/
.checkout-step{
  /*padding: 10px 0;*/
      padding: 50px 0;
    margin-top: 30px;
}
.step-left{
  flex: 1;
  padding: 0 5px;
}
.step-right {
    width: 370px;
    flex: 0 0 370px;
    padding: 0 5px;
    max-height: calc(100vh - 86px);
}
.checkout-cart {
    height: 100%;
}
.step-right .inner{
  padding: 20px;
  height: 100%;
}
.step-right .inner .head{
  padding: 0 7px;
  padding-bottom: 10px;
}

.step-right .items-cart {
    max-height: calc(100% - 205px);
    height: auto;
}
.step-right .cart-footer .act p{
  color: rgba(0,0,0,.44);
}

.step-box{}
.step-box .title{
  padding: 15px 20px;
  
}
.step-box .title span{
      width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-color: #e5e5e5;
    border-radius: 500em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
    font-weight: inherit;
}
.step-box.complete .title span{
  background: var(--secondary-color);
  color: #fff;
}
.step-box .title h6{
  margin-left: 15px;
  margin-bottom: 0px;
}
.step-box .step-body{
  padding: 30px;
  border-top: 1px solid #ddd;
}
.fb-verify figure{
  flex: 0 0 320px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.fb-verify figure img{
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  max-width: 1000px;
}
.step-box .step-body .fb-content{
  padding-left: 30px;
  flex: 1;
}
.step-box .step-body .fb-content .login__fb{
  padding: 20px 0;
}
.step-box .step-body .fb-content .login__phone{
  padding: 0px 0 20px;
}
.u-m-t-15 {
  margin-top: 15px;
}

.u-m-b-15 {
  margin-bottom: 15px;
}
.delivery-det {}
.delivery-det .top{
  margin-bottom: 10px;
}
.delivery-det .top li{}
.delivery-det .top li.gray{
  font-size: 15px;
    color: #999;
}
.delivery-det .address{
  margin-bottom: 15px;
}
.delivery-det .address figure{
  margin-right: 15px;
  margin-bottom: 0;
}
.delivery-det .address .text{}
.delivery-det .address .text span{
  display: block;
}
.set-address{}
.set-address a{
display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    background-color: transparent;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0,0,0,.44);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #d9d9d9;
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    color: #333;
    fill: #333;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 30px;
} 

.note__ad{}
.note__ad label{
    display: block;
    color: #333;
    fill: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    letter-spacing: .04em;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .06em;
    font-weight: 700;
}
.note__ad input{
      -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    height: 36px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 0px 15px;
    position: relative;
    vertical-align: top;
    background-color: #fcfcfc;
    border-color: #e5e5e5;
    color: #333;
    fill: #333;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    height: auto;
    min-height: 36px;
    outline: none;
    overflow: auto;
    white-space: nowrap;
    resize: none;
    height: 36px;
}
.conform-order{
  text-align: right;
  padding-top: 40px;
}
._payment button {
  height: 46px;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  fill: #fff;
  background-color: var(--main-color);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
  width: 310px;
  border-radius: 50px;
  margin-top: 15px;
  cursor: pointer;
  transition: .3s;
}
._payment button:hover {
opacity: .7;
}
.login .f-row .input:focus,
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 2px var(--main-color);
}
.conform-order .terms{    
  margin-top: 15px;
    font-size: 13px;
    color: rgba(0,0,0,.44);
    fill: rgba(0,0,0,.44);
    text-align: right;
}
.conform-order .terms a{
  color: rgba(0,0,0,.44);
  text-decoration: underline;
}

.page__checkout{
  background: #F5F5F5;
  padding-top: 80px;
}
.datepicker--day-name{
  color: var(--main-color);
}
.datepicker--cell.-current-{
  color: var(--secondary-color);
}
.datepicker--cell.-focus-,
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: var(--secondary-color);
}
.user__meta .def_btn a:hover{
  opacity: .7;
}
.user__meta .def_btn a {
  background-color: var(--main-color);
  padding: 12px 30px 12px 30px;
}


/*page__user*/
.page__user{
  background: #F5F5F5;
  padding: 130px 0 60px 0;
}
.page__user .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 30px 0px;
  border-radius: 6px;
}
.login:nth-child(2) {
  border-left: 1px solid #efefef;
}
.login {
  width: 100%;
  max-width: 380px;
  padding: 0 25px;
}
.login .inner {

}
.login .inner .top p {
  font-size: 20px;
  text-align: center;
}
.login .f-row select,
.login .f-row .input {
  font-size: 14px;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.login .f-row .sub-text {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
}
.login .f-row .sub-text,
.login .f-row .sub-text a {
  
}
.login .f-submit button {
  width: 100%;
  height: 42px;
  cursor: pointer;
  color: #fff;
  border: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: var(--main-color);
  transition: .3s;
}
.login .f-submit button:hover {
  opacity: .7;
}
.login .form-meta {
  padding-top: 10px;
}
.login .form-meta p a,
.login .form-meta p {
  font-size: 14px;
  margin-bottom: 0;
}
.login a:hover {
  color: var(--secend-color)!important;
}
.login .logo img{
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100px;

}
.bd {
  margin: 0 -5px;
}
.bd div{
  flex: 0 0 50%;
  padding: 0 5px;
}
.bd input{
  font-size: 14px;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: #333;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.gap10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gap10>div {
  padding-left: 5px;
  padding-right: 5px;
}





.guest__login .custom-control{
  margin-top: 20px;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid var(--main-color);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: var(--main-color);
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: var(--main-color);
}
#guest__form{
  display: none;
}
.form-control[readonly]:focus{
  outline: 0!important;
  box-shadow: none!important;
  background: #e9ecef;
  border: 1px solid #ced4da
}
.payment__opt .first__opt{
  margin-left: 0;
}
/*modal__init*/
.modal__init{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
}
.modal__init .wrap{
  background: #fff;
  max-width: 550px;
  border-radius: 6px;
  padding: 30px;
}
.modal_act button{
  font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 5px;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    transition: .3s;
    border: 0;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
    transition: .3s;
}

.modal_act button:hover{
  opacity: .7;
}
.init .modal__init{
  display: flex;
}
/*.init{*/
  /*overflow: hidden;*/
/*}*/


/*thank you page*/

.page__tanks{
  background: #F5F5F5;
  padding: 150px 0 70px;
}
.confirmation__box{
  max-width: 500px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: 6px;
}
.confirmation__box img{
  width: 100px;
  margin-bottom: 30px;
}
.confirmation__box h3{
  margin-bottom: 18px;
}


/*About*/
.about__video{
  overflow: hidden;
  margin-top: 80px;
}

.about__video video{
  width: 100%;
}
.dna__text{
  padding: 60px 0;
}
.dna__text .wrap{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.dna__text .wrap h4{
  margin-bottom: 15px;
}
.dna__text .wrap p{
  line-height: 1.9;
  font-size: 15px;
}
._title{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  position: relative;
  justify-content: center;
  margin-bottom: 30px;
}
._title h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
  text-shadow: -1px 0px 3px rgb(255, 255, 255);
  z-index: 9999;
  font-size: 38px;
  font-family: var(--base-font-rg);
  font-weight: 600;
  color: #e1483a;
}
._title:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  background: url(../img/396x58.svg) center center no-repeat;
  width: 100%;
  max-width: 299px;
  height: 58px;
  z-index: 1;
  transform: translateX(-50%);
  opacity: .5;
}
.content_wrap{
  border: 40px solid #efefef;
  width: 100%;
}
.content_wrap .texts{
  flex: 0 0 40%;
  padding: 40px;
  padding-right: 30px;
}
.content_wrap .texts h4 {
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.5;
  color: var(--secondary-color);
}

.content_wrap .texts p {
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 19px;
}
.content_wrap .figure {
  position: relative;
}
.about__review{
  margin-top: 50px;
}
.review__facebook{
  flex: 0 0 50%;
  position: relative;
}
.btn__review{
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.btn__review h4{
  font-size: 22px;
}
.btn__review a{
  color: #fff;
}
.btn__review a i{
  font-size: 40px;
}
.btn__review a:hover{
  opacity: .7;
}
.review__desc{
  padding: 40px 60px;
}
.review__desc h3{
  margin-bottom: 15px;
}
.review__desc p{
  margin-bottom: 30px;
}
.about__end{
  margin-top: 70px;
}


/*page__contact*/
/*contact page*/
.u-radius{
  border-radius: 4px;
}
.page__contact .parent{
  padding-bottom: 80px;
}
.page__contact{
  padding-top: 120px;
  background: #F5F5F5;
}

.form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 30px;
    border: 1px solid #eae9e9;
    border-left: 4px solid var(--main-color);
    border-top: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}
.form-title h4 {
    margin: 0;
    font-weight: 400;
}
.form-body {
    padding: 30px;
    border-top: 0;
}
.address-body {
    padding: 30px 30px 40px;
    border-top: 0;
}
.address-body ul li {
    margin-bottom: 35px;
}


.form-submit button{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 100px 100px 100px 100px;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  margin: 0 5px;
  transition: .3s;
  border: 0;
  cursor: pointer;
}
.our_branches{
  background-color: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #efefef;
}
.brach__block iframe{
  width: 100%;
  height: 300px;
}


/****************************************

*           Gallery Page

/****************************************/

.gallery-page{

  padding: 80px 0;

  background: var(--gray-color);

}

.gallery-wrap{}

.gallery-wrap ul{

  margin: -5px;

}

.gallery-wrap ul li{

  flex: 0 0 25%;

  padding: 5px;

}

.gallery-wrap ul li .inner{}

.gallery-wrap ul li .inner a{

  position: relative;

  display: block;

  overflow: hidden;

}

.gallery-wrap ul li .inner a:before{

  content: "\f0c1";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  position: absolute;

  height: 60px;

  width: 60px;

  font-size: 22px;

  text-align: center;

  line-height: 60px;

  color: #fff;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  transition: .3s;

  transform: scale(3);

  opacity: 0;

}

.gallery-wrap ul li .inner a:hover:before{
  transform: scale(1);
  opacity: 1
}

.page__gallery{
  padding-top: 150px;
  background: #F5F5F5;
  padding-bottom: 70px;
}
.ab-page-title h3:before,
.ab-page-title h3:after{
    display: none;
}
.ab-page-title{
    text-align: right;
}

.ab-page-title h3{
    max-width: 50%;
    font-size: 34px;
    line-height: .9;
    padding-top: 0;
    margin: 0;
    padding-right: 30px;
    position: relative;
    font-weight: 700;
}
.ab-page-title h3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  border-radius: 50px;
  right: 0;
  top: 0;
  background: var(--secondary-color);
  display: block!important;
}
.ab-page-title h3 span{
    display: block;
    margin-bottom: 13px;
}
.ab-page-title h3 span:last-child{
    margin-bottom: 0;
}

.ab-page-title h3 span:nth-child(2) {
  font-size: 29px;
}
.ab-gallery .top-text{
  padding-left: 35px;
  font-size: 15px;
}
.ab-gallery .top-figure{
  position: relative;
}
.ab-gallery .top-figure img {
  width: 100%;
}
.ab-gallery .figure__border {
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-right: 10px solid #e4e1e1;
  border-left: 10px solid var(--secondary-color);
}
.ab-gallery .figure__border:after, .ab-gallery .figure__border:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: '';
  background-image: linear-gradient(90deg,var(--secondary-color) 0,#e3e3e3);
}
.ab-gallery .figure__border:after{
  top: auto;
  bottom: 0;
}
.ab-page-title {
  margin-bottom: 80px;
}


/*page__pastry*/
.page__pastry{
  padding: 120px 0 0;
  background: #F5F5F5;
}
.pastry__items{
  padding-bottom: 60px;
}
.pastry__block{
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.pastry__block figure img{
  width: 100%;
}
.pastry__block .sign img{
  width: 80px;
  margin-bottom: 10px;
}
.pastry__block .content{
  padding: 10px 20px 15px;
}
.cta{
  background-image: url(../img/pat.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

.cta h2{
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 27px;
}
.cta__btn a{
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  text-transform: uppercase;

}
.cta__btn a:hover{
  opacity: .7;
}
.text__mark{
  text-align: center;
}
.text__mark h3{
  margin-bottom: 35px;
  color: var(--secondary-color);
  font-weight: 700;
}
/*language__menu*/
.language__menu{
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 999999;
}
.language__menu button {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  min-width: initial;
}




/*responsive*/
@media (max-width: 991px){
  .scroll_down {
      display: none;
  }
  .intro_content{
    padding-bottom: 0;
  }
  .intro__video video {
    width: auto;
    height: 100%;
  }
  .content_wrap .texts {
    flex: 0 0 100%;
  }
  .content_wrap .figure{
  display: none;
  }
  .review__facebook {
    flex: 0 0 100%;
}
.content_wrap{
  flex-wrap: wrap;
}
.step-right{
  flex: 0 0 100%;
}
.checkout-step .row10 {
  flex-wrap: wrap;
}
.contact-address.u-shadow.u-radius {
  margin-top: 40px;
}
.brach__block{
  margin-bottom: 30px;
}
}
@media (max-width: 500px){
  .radios.u-flex.u-m-b-20 {
    flex-wrap: wrap;
}
  ._title h3 {
    font-size: 32px;
  }
  .content_wrap {
    border: 20px solid #efefef;
}
.review__desc {
  padding: 29px 30px;
}
  .btn_set a:first-child {
    margin-bottom: 12px;
  }
  .sec_home {
    height: 700px;
  }
  .card__content h2 {
    font-size: 26px;
  }
  .card__content p,
  .card__content p:nth-of-type(1) {
    font-size: 14px;
  }
  .btn_set_alt a:first-child {
    margin-bottom: 12px;
  }
  .btn_set_alt a {
    padding: 10px 30px 12px 30px;
  }
  .sec_home.sec__artisan {
    height: 900px;
  }
  .franchise__content h3,.franchise__content h3 p, .salad__content h3, .salad__content h3 p,
  .artisan__content h2,.artisan__content h2 p {
    font-size: 28px;
  }
  .franchise__content p, .salad__content p,
  .artisan__content p {
    font-size: 14px;
  }
  .items-cart ._content {
    flex: 0 0 129px;
    max-width: 147px;
  }
  ._payment button{
    width: 100%;
  }
  .hide-mob{
    display: none;
  }
  .det__modal__left{
    display: none;
  }
}


@media (max-width: 1100px){
  .sec_home .figure img {
    transform: translateY(0);
    height: 600px;
    width: auto;
    max-width: initial;
  }
}
@media (max-width: 991px){
  .page__user .wrap {
    flex-wrap: wrap;
}
.login {
  width: 100%;
  max-width: 100%;
  padding: 0 25px;
  flex: 0 0 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.login:last-child{
  border-bottom: 0px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 0;
}
  .footer__block {
    margin-bottom: 40px;
  }
  main{width: 100%;}
  .gallery-wrap ul li {
    flex: 0 0 50%;
    padding: 5px;
}
.ab-page-title h3 {
  max-width: 100%;
  text-align: center;
}
.ab-gallery .top-figure {
  margin-bottom: 40px;
  margin-right: 54px;
}
.ab-page-title h3:before{display: none!important;}
.pastry__block{
  margin-bottom: 30px;
}
}
@media (max-width: 767px){
  #guest__form input {
      margin-top: 15px;
  }
  .ab-page-title h3 span:nth-child(2),
  .ab-page-title h3{
    font-size: 22px;
  }

}


/*steps*/
.page__steps{
  margin-top: 76px;
  border-top: 1px solid #efefef;
  padding-top: 50px;
}
.page__steps .title h2{
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

.page__steps ul li ._container{
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  align-items: center;
  
}
.page__steps ul li figure img{
  width: 150px;
}
.page__steps ul li figure{
  display: inline-block;
}
.page__steps ul{}
.page__steps ul li .left{
  text-align: center;
}
.page__steps ul li ._container>div{
  flex: 0 0 50%;
}

.page__steps ul li:nth-child(even){
  background: #F9F8F7;
}
.page__steps ul li:nth-child(even) .left{
  order: 2
}

.page__steps ul li .text{
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  counter-reset: section;
}

.page__steps ul li:nth-child(even) .text span{
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  right: -30px;
  top: 0;
  line-height: .8;
  color: #efefef;
}
.page__steps ul li:nth-child(odd) .text span{
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  left: -80px;
  top: 0;
  line-height: .8;
  color: #efefef;;
}

#guest__form.show{
  display: flex;
}
.def_btn.hidden{
  display: none;
}

.btn_next {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 100%;
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  fill: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--main-color);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
  border-radius: 50px;
  margin-top: 15px;
}

.def_btn p,.cta__btn p{
  margin: 0;
}

._tc p{
  display: inline-block;
}

.total-count p{
  margin: 0;

}

.total-count{
      margin-bottom: 6px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.total-count:last-child{
  border-bottom-color: transparent;
}

.title h6 p{
  margin-bottom: 0;
}

label p{
  display: inline-block;
  margin-bottom: 0;
}

.dr_header .logo img{
  width: 80px !important;
}


/*custom*/

.sidebr{
      max-height: 600px;
    overflow-y: auto;
    /*overflow-x: hidden;*/
}

.product .content{
  max-width: 300px;
}

.franchise__content p, .franchise__content h3 p strong{
  color: #000 ;
}


.dario_card h2 p {
    color: #fff;
    font-size: 36px !important;
}

.btn_set_alt a p{
  margin-bottom: 0;
}