* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #777 !important;
    font-family: "Roboto", sans-serif !important;
}
a{
     text-decoration: none !important;
}
/* Nav */
#header_menu{
  background:#333333;
}
.nav {
    display: flex;
    align-items: center;
    transition: top 800ms ease 0s;
    width: 100%;
    height: 110px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.nav-pc{
    display: flex;
    margin-top: 15px;
}
.nav-pc img{
  width:250px;
  height:100%;
}
.nav-list {
    display: flex;
    list-style: none;
    margin-left: 170px;
    align-items:center;
    position: absolute;
    right: 0;
  padding-top:8px;
}

.nav-list a:hover{
    color: #e8d2b8;
}
.nav-link {
    text-decoration: none;
    color: #ffffff;
    font-size: .8em;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
}
.dropdowns a{
    color: #ffffff;
    text-decoration: none;
}
.dropbtn {
    background-color:transparent;
    color: white;
    font-size: 16px;
    border: none;
    padding-left: 45px;
  }
  .dropbtn1 {
    background-color:transparent;
    color: white;
    padding-top: 10px;
    font-size: 16px;
    border: none;
  }
  .dropbtn1 p{
    font-size: .8em;
    letter-spacing: .02em;
    font-weight: bold;
  }
  
  .dropdowns {
    position: relative;
    display: inline-block;
    top:3px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    z-index: 9;
    min-width: 260px;
    left: 0%;
    border-radius: 3px;
    padding: 20px;
    left: -220px;
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
  }
  .dropdown-content1{
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    z-index: 9;
    min-width: 260px;
    left: 0%;
    border-radius: 3px;
    padding: 20px;
    left: -140px;
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
  }
  .dropdown-content1 p{
    font-size: 14px;
    color: #777;
  }
  .dropdown-content1 p:hover{
    color: #777;
  }
  .form-group{
      display: flex;
  }
  .dropdown-content input{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    display: block;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    outline: none;
  } 
  .dropdown-content button{
    background-color: #23282d;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
  }
  .dropdown-content input:hover{
    color: #333;
  }
  
  .dropdowns:hover .dropdown-content {
      display: block;
    }
  .dropdowns:hover .dropdown-content1{
      display: block; 
    }

#nav-pc{
    width: 100%;
    display: none;
    display: flex;
    
}

.nav-bar-btn{
    display: none;
    margin-left: 15px;
    margin-top: 12px;
    color: #ffffff;
   
}
.nav-bar-btn :active{
    color: #e2ba48;
}
.nav-mbl-brand{
    display: none;
    text-align: center;

}
.nav-mbl-brand img{
  width:200px;
}
.nav-mbl-basket{
    display: none;
    text-align:end;
    margin-top: 12px;
    margin-left: 20px;
    color: #ffffff;
}
.nav-mbl-basket :active{
    color: #e2ba48;
}

.nav-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0,0, 0.3);
    display: none;
    animation: fadeIn linear 0.1s ;
}
.nav-overlay-1{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0,0, 0.3);
    display: none;
    animation: fadeIn linear 0.1s ;
}
 .mbl-shopping{
    top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    background-color: white;
    transform: translateX(100%);
    transition: transform linear 0.2s;
    z-index: 100;
    text-align: center;
} 
.close-nav-mbl-1{
    position: absolute;
    top:0.5rem;
    left: 10px;

}
.mbl-shopping-text{
    padding: 5%;
}
.is-dividers{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 8em 1em;
    width: 100%;
    max-width: 30px;
    margin-left:auto;
    margin-right:auto;
}
.nav-mobile{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    background-color: white;
    transform: translateX(-100%);
    transition: transform linear 0.2s;
    z-index: 100;
    overflow-y: scroll;
}
.form-groups{
    display: flex;
    padding-left: 8%;
}
.searchs{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 33px;
    font-size: .97em;
    max-width: 100%;
    width: 230px;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    outline: none;
}
.form-groups .btn {
    border: 1px solid transparent;
    border-color: rgba(0,0,0,0.05);
    border-radius: 0%;
    outline: none;
    width: 34px;
    height: 33px;
   
   
}

.nav-list-mbl{
    margin-top: 50px;
    list-style: none;
    padding-left: 0;
}
.nav-list-mbl li {
    padding: 10px 0;
    box-shadow: 0px 1px rgb(0 0 0 / 10%)
}
.nav-link-mbl{
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: rgba(102,102,102,0.85);
    letter-spacing: .02em;
    font-size: .8em;
    font-weight: 700;
    padding-left: 8%;
}
.nav-link-mbl:hover{
    color: #333;
}
.nav-link-mbl-1 a{
    text-decoration: none;
    color: rgba(102,102,102,0.85);
    font-size: .8em;
    font-weight: 700;
    padding-left: 8%;
}
.nav-link-mbl-1:hover{
    color: #333;
}
.btn-dark{
    position: relative;
}
.search-button{
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
}
.hotline{
    padding-left: 8%;
    padding-top: 2%;
    font-size: 14px;
    font-weight: bolder;
}
.hotline a{
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
.close-nav-mbl{
    position: absolute;
    top:0.5rem;
    right: 10px;

}

.nav-input:checked ~.nav-overlay{
    display: block;
}
.nav-input:checked ~.nav-mobile{
    transform: translateX(0%);
}
.nav-input-1:checked ~.nav-overlay-1{
    display: block;
}
.nav-input-1:checked ~.mbl-shopping{
    transform: translateX(0%);
}
/* End NAV */

/* Carousel */
.main-slide{
    width: 100%;
    height: 650px;
    position: relative;
}
.slide-bg{
    width: 100%;
    height: 70%;
    background-color: #333;
   
}
.slide-1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding-left: 4%;
    padding-right: 4%;
   
}
.carousel-item img{
    object-fit: cover;
    width: 100%;
    height: 650px;           
                    
}
.carousel-caption{
    text-align:left ;
}
#caption-1{
   top: 30%;
   right: 45%;
   
}
#caption-2{
    top: 30%;
    left: 50%;
    right: 0;
}
.carousel-caption p{
   font-size: 16px;
   line-height: 28px;
   color: #c0b7af;
   letter-spacing: 4px;
}
.carousel-caption h3{
   font-size: 27px;
   line-height: 48px;
   font-weight: 400;
   letter-spacing: 0px;
} 
.bt-crs-1{
    width: 40%;
    text-align: center;
    padding: 5%;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    background-color: #2d2a27;
    color: #ffffff;
    border: none;
    margin-top: .5em;
    margin-bottom: .5em;
}
.bt-crs-1:hover{
    background-color: #b8a48d;  
}
.bt-crs-2{
    font-size: 9px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: Karla;
    width: 30%;
    padding: 19px;
    text-align: center;
    background-color:#2d2a27 ;
    color: #ffffff;
    border: none;
}
.bt-crs-2:hover{
    background-color:#ffffff; 
    color: #2d2a27;
}
/* End Carousel */

/* Content */
.content{
    width: 100%;
    height: 500px;
    text-align: center;
    background-size: cover !important;
    background-position: 50% 50%;
    position: relative;
}
.content-caption{
    position: absolute;
    width: 100%;
    top: 20%;
}
.content-caption h6{
    font-size: 16px;
    line-height: 28px;
    color: #c0b7af;
    letter-spacing: 4px;
}
.content-caption h3{
    padding-top: 15px;
    font-family: 'Marcellus','Century Schoolbook L', serif;
    line-height: 34px;
    font-size: 2em;
    color: #555;
}
.content-caption p{
    color: #6a6560;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.bt-ct{
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    color: #fff;
    background-color: #2d2a27;
    padding: 2%;
    box-shadow: none;
}
.bt-ct:hover{
    color: #2d2a27;
    background-color:#fff; 
    transition: 0.3s ;
}
/* End Content */

/* Services */
#services{
    max-width: 1080px;
    padding-top: 5%;
}
#sv-content{
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    font-size: 20px;
    line-height: 34px;
}
#bt{
    text-align: end;
}
.bt-sv{
    background-color: #fff;
    color: #000;
    border: 1px solid;
    box-shadow: none;
    padding: 15px;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder; 
}
.bt-sv:hover{
    color: #fff;
    background-color: #000; 
    transition: 0.5s;
}
.panel-body{
    position: relative;
    text-align: center;
   margin-top: 20px;
}
.panel-content{
    position: absolute;
    width: 100%;
    top: 45%; 
    color: #f1f1f1;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: .9em;
}
/* End Services */

/* Contents IMG */
.contents-img{
    width: 100%;
    margin-top: 5%;
}
#ct-img{
    margin-right: 0;
}
#ct-img-1{
    height: 400px;
    background-image:url(../image/img-content-1.jpg);
    background-size: cover; 
    padding: 4%;  
    
}
#ct-img-1 h2{
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    font-size: 40px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
}
#ct-img-1 h4{
    font-size: 16px;
    line-height: 28px;
    color: rgba(255,255,255,0.4);
    font-weight: 700;
    margin-top: .6em;
    margin-bottom: .6em;
}
#ct-img-1 p{
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
}
#ct-img-2{
    height: 400px;
    background-image: url(../image/img-content-2.jpg);
    background-size: cover;
  
}
#ct-img-3{
    background-image: url(../image/img-content-3.jpg);
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 500px;
    
}
.img-text{
    text-align: center;
    width: 50%;
    position: absolute;
    top: 13%;
    right: 0;
    z-index: 2;
    padding: 7%;
}
.img-text p{
    color: #6a6560;
    font-family: 'Marcellus','Century Schoolbook L', serif;
}
.img-text h3{
    font-size: 28px;
    line-height: 44px;
    color: #000;
    font-weight: normal;
}
.img-text-bt{
    width: 37%;
    padding: 3%;
    background-color: #2d2a27;
    margin-top: 25px;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    color: #fff;
    border: none;
    
}
.img-text-bt:hover{
    background: #b8a48d;
    transition: 0.2s;
}
.bt-ct-img{
    width: 31%;
    padding: 6px;
    color: #b8a48d;
    margin-top: .5em;
    margin-bottom: .5em;
    border: 2px solid currentColor;
    background-color: transparent;
    line-height: 2.19em;
    letter-spacing: .03em;
    font-weight: bolder;
    font-size: 12px;
    border: 2px solid currentColor;
}
.bt-ct-img:hover{
    color: transparent;
    background-color:#b8a48d ;
    color: #2d2a27;
    border-color: #b8a48d;
    transition: 0.3s;
}
/* End Content IMG */

/* Carousel-2 */
.slide-text{
    font-size: 36px;
    text-align: center;
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    padding-top: 5%;
    color: #555; 
}
.slide-2{
    text-decoration: none;
    outline: none;
}
.item{
    padding: 0 15px 30px; 
}
.item-inner{
    transition: all 0.3s linear;
}
.item-inner:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%); 
}
.item-img img{
    width: 100%;
    object-fit: cover;
}
.item-content{
    padding: 1.2em;
    font-size: .9em;
    border-radius: 0 0 10px 10px;
    background-color: #f7f9f8;
}
.item-content h5{
    font-size: 1.5em;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.calendar{
    font-size: .8em;
    color: #777;
}
.text{
    color: #424242;
    overflow: hidden;
} 
.continue-btn{
    font: inherit;
    font-size: .8em;
    color: #2d2a27;
    letter-spacing: .03em;
    font-weight: bolder;
}
.slick-slider{
    position: relative;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.fa-angle-left:before {
    position: absolute;
    top: 45%;
    z-index: 2; 
    color: #111; 
    margin-left: -12px;
}
.fa-angle-right:before {
    position: absolute;
    right: 0;
    top: 45%;
    color: #111;
    margin-right: -12px;
}
.fa-angle-left:before:hover{
    transform:translateX(0%);
}

/* End Carousel-2 */
    
/* Email */
#Email-banner{
    background-image: url(../image/banner.jpg);
    height: 550px;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
}
.banner-text{
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 8%;
}
.banner-text p{
    font-family: 'Karla', 'Nimbus Sans L', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: rgba(255,255,255,0.5); 
}
.banner-text h2{
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    font-size: 32px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 700;
}
#email-box{
    background: #333;
    color: #fff;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    font: inherit;
    outline: none;
    margin-top: 50px;
}
#email-box:focus{
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.email-bt{
   float: left;
   background: #c8b59f;
    color: #000;
    font-size: 9px;
    width: 25%;
    padding: 6px;
    letter-spacing: .03em;
    font-weight: bolder;
    line-height: 2.4em;

    border-color: rgba(0,0,0,0.05);
}
.email-bt:hover{
    background:#000;
    color: #c8b59f;
    transition: 0.3s;
}
.policy{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-weight: 700;
    font-size: 1em; 
}
.policy:hover{
    color: #c8b59f;
}
/* End Email */

/* Footer */
#footer{
    position: relative;
    text-align: center;
    height: 358px;
    background: #2d2a27;
}
.footer-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
}
.footer-text img{
  width:250px;
}
.footer-text a{
    text-decoration: none;
    color: rgba(255,255,255,0.6);
}
.footer-text a:hover{
    color: #c8b59f;
}
.footer-icons{
    letter-spacing: 2px;
    padding-top:1%;
}
.footer-icons a :hover{
    color: black;
}
/* En.d Footer */

/* Scroll nav */
.stuck {
	top: 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	animation-name:stick;
  animation-duration:0.5s;
	transition: top 0.5s linear 0s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	background-color:  #000000;
	
}
@media (max-width :1200px){
    .nav-bar-btn{
        display: block;
    }
    .nav-pc{
        display: none;
    }
    
    .nav-mbl-brand{
        display: block;
    }
    .nav-mbl-basket{
        display: block;
    }
    .content{
        height: 550px;
    }
    .bt-crs-2{
        width: 35%;   
    }
   
    
}  
@media (max-width:768px){
    .carousel-item img{
        height: 550px;
    }
    .main-slide{
        height: 550px;
    }
    .bt-ct-img{
        width: 34%;
        padding: 6px;
        top: -30px;
    }
    .carousel-caption p {
        font-size: 10px;
    }
    .carousel-caption h3 {
        font-size: 21px;
        line-height: 30px;
    }
    #footer{
        height: 334px;
    } 
    .bt-crs-2{
        width: 47%;  
    }
    .bt-crs-1{
        width: 35%;
        padding: 3%;
    }
}
@media (max-width:600px){
    .carousel-item img{
        height: 450px;
    }
    .main-slide{
        height: 450px;
    }
    #bt{
        text-align: start;
    }
    .bt-crs-2{
        width: 50%;  
    }
    .carousel-caption{
        width: 60%;
    }
   
    
    
}
@media (max-width:550px){
    #ct-img-3{
        height: 233px;
        opacity: 0.5;
    }
    #ct-img-1{
       padding-top: 25%;
    }
    #ct-img-1 h2{
        font-size: 20px;
    }
    #ct-img-1 h4{
        font-size: 10px;
    }
    #ct-img-1 p{
        font-size: 10px;
    }
    .bt-ct-img{
        width: 36%;
        padding: 0px;
        top: 0;
    }
    
    #footer{
        height: 334px;
        padding-top: 10%;
    }
    .img-text{
        width: 100%;
        top: 5px;
        padding: 1%;
    }
    .img-text-bt{
        font-size: 5px;
        padding: 3%;
        margin-top: 0;
    }
    .carousel-caption p {
        font-size: 8px;
    }
    .carousel-caption h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .bt-crs-1{
        font-size: 5px;
        padding: 3%;
    }
    #caption-2{
        left: 40%;
    }
}

@media (max-width:414px){
    .carousel-item img{
        height: 350px;
    }
    .main-slide{
        height: 350px;
    }
    
    .banner-text{
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 15%;
    }
    .banner-text p{
        font-size: 10px;
    }
    .banner-text h2{
        font-size: 15px;
    }
    #email-box{
        padding: 0 .75em;
        height: 30px;
        font-size: .97em;
    }
    .email-bt{
        font-size: 10px;
        width: 28%;
        padding: 1px;
    }
    .policy{
        font-size: 13px; 
    }
    .bt-crs-2{
        display: none;
    }
 } 
 @media (max-width:375px){
    .carousel-item img{
        height: 350px;
    }
    .main-slide{
        height: 350px;
    }
    
    .text{
        padding-right: 10%;
    }
     
 }
@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }

}
@keyframes stick{
    from{
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
    }
    to{
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
    }
  }
.cart-product{
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
   
}
.cart-image{
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.info-product{
    display: flex;
    font-size: 14px;
    position: relative;
    text-align: left;
    padding-right: 15px;
}
.info-product span{
    padding-left: 5%;
}
.remove{
    right: 0%;
    text-decoration: none;
    position: absolute;
    width: 24px;
    height: 24px;
    font-size: 15px!important;
    line-height: 19px!important;
    border-radius: 100%;
    color: #ccc!important;
    font-weight: 700;
    text-align: center;
    border: 2px solid currentColor;
}
.remove:hover{
    color: #111!important;
}
.total-price-pc{
    text-align: center;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}
.total-price-pc span{
    font-size: 14px;
    color: #696b6b;
    font-weight: bold;
}
.cart-btn button{
    width: 100%;
    margin-top: 5%;
   padding:2%;
}
#cart-pc{
    border: none;
    background-color:#2d2a27 ;
}
#cart-pc a{
    color: #fff;
}
#pay-pc{
    background-color: #23282d;
    border: none;
}
#pay-pc a{
    color: #fff;
}
.article-content img{
  width:100%;
}
.design-by {
    padding-top: 1rem;
    text-align: end;
    margin: 0 5%;
}
.design-by img {
    width: 100px;
}