/*============================================================================
   #Webcms
==============================================================================*/
*{
    box-sizing: border-box;
    line-height: 1.6;
  }
  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    padding: 16px;
    margin-top: -40px;
    color: #111;
    font-weight: 10;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;

  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  a.prev:hover,
  a.next:hover{
      color: currentColor;
      opacity: 1;
      text-decoration: none;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.6%;
    
    margin: 5px;
   
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.3);
  }
  .text-fst-product{
    font-size: 0.85em;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 .5em;
  }
  .small-text {
    font-size: 1.7em !important;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    color: #1c1c1c;
   }
   .is-divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
  .price-wrapper{
    color: #C89979;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    height: 1.3em;
    display: table-cell;
    line-height: 120%;
    vertical-align: middle;
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: bolder;
}
.short-description{
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.short-description ul{
    padding-left: 20px;
    font-size: 16px;
}
.short-description li{
    margin-bottom: .6em;
}
.cart {
    display: flex;
}
.box-account{
  margin-top: 20px;
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  color: #353535;
}
.btn a:hover{
  background-color: #c89983 !important;
}
  .detail-infor{
    color: #334562;
    
  }
  /* Style the tab */
.tab {
  overflow: hidden;
  background-color: #fff;
  color: rgba(17,17,17,0.85);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: rgba(0,0,0,0.04);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 0.8em;
  font-weight: 700;
  font-family: "Roboto",sans-serif;  
  border-top: 2px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(102,102,102,0.85);
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  outline: none;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  outline: none;
  border-top: 2px solid #c89979;
  color: rgba(17,17,17,0.85);
}
.tablinks{
  margin-right: 3px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px 15px;
  border: 1px solid #ccc;
  border-top: 1px solid #ddd;
  color: #353535;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}
.review {
  color: #1c1c1c;
  font-size: 1.25em;
  font-weight: 700;
  

}
.signal-review{
  border: 2px solid #C89979;
  padding: 30px 15px 30px 30px;
}


.stars a{
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  color: transparent !important;
  overflow: hidden;
}

/*.star-1::after{*/
/*  color: #ddd;*/
/*  content: '\e005';*/
/*}*/
/*.star-2::after{*/
/*  color: #ddd;*/
/*  content: '\e005\e005';*/
/*}*/
/*.star-3::after{*/
/*  color: #ddd;*/
/*  content: '\e005\e005\e005';*/
/*}*/
/*.star-4::after{*/
/*  color: #ddd;*/
/*  content: '\e005\e005\e005\e005';*/
/*}*/
/*.star-5::after{*/
/*  color: #ddd;*/
/*  content: '\e005\e005\e005\e005\e005';*/
/*}*/
.stars i{
  color:rgba(255, 203, 59, 0.95)
;
}
.form-comment{
  display: flex;
  
}
h3.text-product {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.content-main{
    padding: 30px 0;
   
}
table.shop-table{
   
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    width: 100%;
}
.shop-table thead {
    border-bottom: 3px solid #ececec;
}
table.shop-table th{
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    font-family: "Roboto",sans-serif;
}
table.shop-table td{
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family:sans-serif;
}
.variation-add-to-cart {
	margin: 25px 0;
	display: flex;
}

.quantity input {
	padding: 10px 10px;
	outline: none;
	margin: 0 20px;
}
.remove{
    width: 20px;
    padding: 0;
}
.remove a{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
.remove a:hover{
    color: currentColor;
    text-decoration: none;
}
.place-is-img{
    min-width: 60px;
    max-width: 90px;
    width: 90px;
}
.place-is-img img{
    max-width: 100%;
    height: auto;
}
.product-name a{
    color: #334862;
    font-family: sans-serif;
}
.product-name a:hover{
    text-decoration: none;
    color: currentColor;
}
.price-total{
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    color: #111;
}
.variation-add-to-cart .selection-needed {
	background-color: #666666;
	color: #eee;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	outline: none;
	margin-left: 15px;
}
/*.buttons_added input {*/
/*	height: 100%;*/
/*}*/

.buttons_added {
	opacity: 1;
	display: inline-block;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
}

.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
}

.is-form:focus,
.input-text:focus {
	outline: none;
}

.is-form.minus {
    height: 35px;
}

.is-form.plus {
    height: 35px;
}

.input-qty {
	background-color: #fff;
	height: 2.2rem;
	text-align: center;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 0;
	outline: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.input-qty:focus{
	outline: none;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.continue-shopping{
    line-height: 1.3;
    font-size: .9em;
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    text-shadow: none;
    line-height: 2.4em;
    
}
.continue-shopping a{
    color: #c89979;
    font-family: "Roboto",sans-serif;
    line-height: 2.19em;
    margin-bottom: 1em;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: 700;
    border: 2px solid currentColor;
    background-color: transparent;
    min-height: 2.5em;
    padding: .4em 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
   
}
.continue-shopping a:hover{
    text-decoration: none;
    background-color: #c89979;
    color: #fff;
}
.woocommerce-button{
  padding:0 10px;
    background-color: #c89979;
    opacity: .6;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
    font-family: "Roboto", sans-serif;
    min-height: 2.5rem;
}
.product-name p{
    margin: .5em 0;
    display: none;

}

.shop-choice{
    width: 80%;
}
.shop-table td.extra-total{
    text-align: right;
    color: #111;
    font-weight: bold;
}
.address-delivery{
    float: right;
    color: #666;
    font-size: .9em;
   font-family: sans-serif;
}
.address-delivery p{
    text-align: right;
    padding: .5em 0;
    margin: 0;
}
.change-position{
    text-align: right;
}
.checkout-button{
    min-width: 100%;
    margin-right: 0;
    font-family: "Roboto",sans-serif;
    background-color:#d26e4b; 
    margin: 1.5em 0;
    color: #fff;
    text-align: center;
    border-color: rgba(0,0,0,0.05);
}
.checkout-button.continue-shopping a{
    color: #fff;
    border: none;
}
.checkout-button.continue-shopping a:hover{
    background-color: transparent;
}
.checkout-button:hover{
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.widget-title h3{
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Roboto",sans-serif;
}
.form-row-first input{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none;
    font-family: sans-serif;
}
.form-row-first button{
    padding: 0 .75em;
    height: 2.507em;  
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
}
.form-row-first button:hover{
    outline: none;
    opacity: 1;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
button.more-to-cart{
  font-size: .97em;
  outline:none;
  background-color: #d26e4b;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border-color: rgba(0,0,0,0.05);
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1em;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  outline: none;
}
.is-form.in-product{
  height: 100% !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  
}
.demo.cursor{
  
}
@media (max-width:550px){
    .prc ,
    .price-total,
    .total{
        display: none;
    }
    td.product-name.p{
      display:block;
    }
    table.shop-table th.amount{
        text-align: right;
    }
    .shop-table{
        font-size: 80%;
    }
    .product-name a{
        font-size: 120%;
    }
    .remove {
        position: absolute;
        top: 6%;
        z-index: 1;
        left: 10px;
    }
    .place-is-img img{
        position: relative;
    }

    table.shop-table td.remove{
        border-bottom: none;
    }
}
.new-infor{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
.infor-clock{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.entry-header{
    padding: 1.5em  ;
}
.entry-header a{
    text-decoration: none;
    color: #334862;
    font-size: .7em;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
}
.entry-header a:hover{
    text-decoration: none;
    color: currentColor ;
}
.entry-header h1{
    font-size: 1.7em;
    line-height: 1.3;
    color: #353535;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
}
.entry-content{
    padding: 1.5em;    
    line-height: 1.6;
}
.sapo h2{
    font-size: 1.6em;
    line-height: 1.3;
    margin-left: 0;
    color: #1c1c1c; 
    font-family: "Roboto",sans-serif;  
}
.entry-content p{
    margin-bottom: 1.3em;
    color: #353535;
    font-weight: normal;
}
.social-link {
    display: flex;
    margin: 1em;
    
    
}
.social-link a:hover{
    text-decoration: none;
    color: currentColor;
    
}
.social-link a{
    color: #fff !important;

}
.fb-link{
    padding: 5px 12px 6px 12px;
    margin: 2px 5px 2px 0;  
    font-size: 14px;
    border: 0px solid #314b83;
    background-color: #4769A5;
    border-radius: 3px;
}
.tw-link {
    border: 0px solid #0092ba;
    background-color: #65CCEF;
    padding: 5px 12px 6px 12px;
    margin: 2px 5px 2px 0;
    border: 0px solid #ddd;
    font-size: 14px;
    border-radius: 3px;
}
.gg-link{
    border: 0px solid #ab2b1d;
    background-color: #EA4335;
    padding: 5px 12px 6px 12px;
    margin: 2px 5px 2px 0;
    border: 0px solid #ddd;
    font-size: 14px;
    border-radius: 3px;
}
.next-pre{
    display: flex;
    justify-content:space-between;
    font-size: 14px;
    border-top: 1px solid #ececec;
    padding: .7em 0;
    
}
.next-infor a{
    color: #334862;
    font-size: 1.2em;
    flex: 1;
    line-height: 1;
    
}
.entry-img img{
    max-width: 875px;
    height: auto;
}
.sm-img img{
        height: auto;
        max-width: 500px;
}
.next-infor{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 3px;
    border-right: 1px solid #ececec;
}
.next-infor a:hover{
    text-decoration: none;
    color: currentColor;
}
.comment-respond{
    background-color: rgba(0,0,0,0.05);
    margin-top: 15px;
    padding: 15px 25px 15px 25px;
}
.comment-respond textarea{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    min-height: 120px;
    outline: none;
}
.comment-author{
    display: flex;
}
.name{
    padding-right:  30px;
}
.name input{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    min-width: 100px;
    outline: none;
}
p.form-submit input{
    background-color: #c89779;
    color: #fff;
    border: 1px solid transparent;
    line-height: 2.4em;
}
.old-post{
    display: none;
}
.content-main{
    padding: 30px 0;
   
}
table.shop-table{
   
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    width: 100%;
}
.shop-table thead {
    border-bottom: 3px solid #ececec;
}
table.shop-table th{
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    font-family: "Roboto",sans-serif;
}
table.shop-table td{
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family:sans-serif;
}
.variation-add-to-cart {
	margin: 25px 0;
	display: flex;
}

.quantity input {
	padding: 10px 10px;
	outline: none;
	margin: 0 20px;
}
.remove{
    width: 20px;
    padding: 0;
}
.remove a{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
.remove a:hover{
    color: currentColor;
    text-decoration: none;
}
.place-is-img{
    min-width: 60px;
    max-width: 90px;
    width: 90px;
}
.place-is-img img{
    max-width: 100%;
    height: auto;
}
.product-name a{
    color: #334862;
    font-family: sans-serif;
}
.product-name a:hover{
    text-decoration: none;
    color: currentColor;
}
.price-total{
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    color: #111;
}
.variation-add-to-cart .selection-needed {
	background-color: #666666;
	color: #eee;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	outline: none;
	margin-left: 15px;
}
.buttons_added input {
	height: 100%;
}

.buttons_added {
	opacity: 1;
	display: inline-block;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	vertical-align: top;
}

.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
}

.is-form:focus,
.input-text:focus {
	outline: none;
}

.is-form.minus {
    height: 35px;
}

.is-form.plus {
    height: 35px;
}

.input-qty {
	background-color: #fff;
	height: 2.2rem;
	text-align: center;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 0;
	outline: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.input-qty:focus{
	outline: none;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.continue-shopping{
    line-height: 1.3;
    font-size: .9em;
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    text-shadow: none;
    line-height: 2.4em;
    
}
.continue-shopping a{
    color: #c89979;
    font-family: "Roboto",sans-serif;
    line-height: 2.19em;
    margin-bottom: 1em;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: 700;
    border: 2px solid currentColor;
    background-color: transparent;
    min-height: 2.5em;
    padding: .4em 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
   
}
.continue-shopping a:hover{
    text-decoration: none;
    background-color: #c89979;
    color: #fff;
}
.woocommerce-button{
    background-color: #c89979;
    opacity: .6;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
    font-family: "Roboto", sans-serif;
    min-height: 2.5rem;
}
.product-name p{
    margin: .5em 0;

}

.shop-choice{
    width: 80%;
}
.shop-table td.extra-total{
    text-align: right;
    color: #111;
    font-weight: bold;
}
.address-delivery{
    float: right;
    color: #666;
    font-size: .9em;
   font-family: sans-serif;
}
.address-delivery p{
    text-align: right;
    padding: .5em 0;
    margin: 0;
}
.change-position{
    text-align: right;
}
.checkout-button{
    min-width: 100%;
    margin-right: 0;
    font-family: "Roboto",sans-serif;
    background-color:#d26e4b; 
    margin: 1.5em 0;
    color: #fff;
    text-align: center;
    border-color: rgba(0,0,0,0.05);
}
.checkout-button.continue-shopping a{
    color: #fff;
    border: none;
}
.checkout-button.continue-shopping a:hover{
    background-color: transparent;
}
.checkout-button:hover{
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.widget-title h3{
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Roboto",sans-serif;
}
.form-row-first input{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none;
    font-family: sans-serif;
}
.form-row-first button{
    padding: 0 .75em;
    height: 2.507em;  
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
}
.form-row-first button:hover{
    outline: none;
    opacity: 1;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
@media (max-width:550px){
    .prc ,
    .price-total,
    .total{
        display: none;
    }
    table.shop-table th.amount{
        text-align: right;
    }
    .shop-table{
        font-size: 80%;
    }
    .product-name a{
        font-size: 120%;
    }
    .product-name p{
      display: block;
    }
    .remove {
        position: absolute;
        top: 6%;
        z-index: 1;
        left: 10px;
    }
    .place-is-img img{
        position: relative;
    }

    table.shop-table td.remove{
        border-bottom: none;
    }
}
.page-wrap{
    padding: 30px 0;
    font-family: sans-serif;
    color: #353535;
   
}
.form-asking{
    margin-bottom: 1.3em;
    padding: 0 15px;
   
}
.form-asking span{
    padding-bottom: .5em;
    line-height: 1.3;
    cursor: pointer;
}
p.reginister {
    margin-top: .5em;
    font-family: sans-serif;
    font-size: 16px;
}
p.reginister a{
    font-family: sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    color: #334862;
}
p.reginister a:hover{
    text-decoration: none;
}
.form-sales-hiding{
    margin-top: 0.5em;
    padding: 15px 30px 30px;
    border: 2px dashed #c89979;
}
.first-name.col-md-6 {
    padding-left: 0;
  
}
.col-lg-10.sales-site,
.col-lg-2.sales-site
{
    padding: 0 !important;
    margin-bottom: .5em;
}
.coupon.form-row-first button{
    width: 100%;
    color: #fff;
    background-color: #c89979;
    text-shadow: none;
    font-family: "Roboto",sans-serif;  
}
.infor-cart{
    padding-top: 15px;
    border-top: 2px solid #ddd;
    font-family: sans-serif;
}
.information input,select{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin-bottom: 1em;
    outline: none;
}
.nation select option{
    cursor: pointer;
    padding: 6px;
    color: #353535;
    font-family: sans-serif;
}
.infor-cart h3{
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #1c1c1c;
}
.infor-cart p{
    font-weight: bold;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em;
    color: #222;
}

.note label{
    color: #222;
    font-family: sans-serif;
}
.note input[type="checkbox"]{
    margin-right: .5em;
}
.information textarea{
    margin-bottom: 1em;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
    width: 100%;
    min-height: 120px;
    border: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0.7em .75em;
    height: 2.507em;
    font-size:.97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    font-family: sans-serif;
}
.bill-shop{
    border: 2px solid #c89979;
    padding: 15px 30px 30px;
}
.bill-shop h3{
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #1c1c1c;
}
table.shop-table th.bil-all{
    text-align: right;
}
table.shop-table.bill-detail tfoot{
    font-size: 85%;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid #ececec;
}
table.shop-table.bill-detail tfoot td.bill-transport{
    font-weight: normal;
    margin: 0;
    padding: .5em 0;
    opacity: .8;
    text-align: right;
}
.payment label{
    color: #222;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0.4em;
}
.payment input[type="radio"]{
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 1em;
}
p.pay-guide,
p.pay-atm{
    font-size: .9em;
    margin-bottom: .5em;
}
.infor-bill button{
    background-color: #d26e4b;
    margin-bottom: 1em;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
}


@media (max-width:767px){
    .new-post{
        display: none;
    }
    .comment-author{
        display: block;
    }
    .name{
        width: 100%;
    }
    .old-post{
        display: block;
    }
}
.page-wrap{
    padding: 30px 0;
    font-family: sans-serif;
    color: #353535;
   
}
.form-asking{
    margin-bottom: 1.3em;
}
.form-asking span{
    padding-bottom: .5em;
    line-height: 1.3;
}
p.reginister {
    margin-top: .5em;
    font-family: sans-serif;
    font-size: 16px;
}
p.reginister a{
    font-family: sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    color: #334862;
}
p.reginister a:hover{
    text-decoration: none;
}
.form-sales-hiding{
    margin-top: 0.5em;
    padding: 15px 30px 30px;
    border: 2px dashed #c89979;
}
.col-lg-10.sales-site,
.col-lg-2.sales-site
{
    padding: 0 !important;
    margin-bottom: .5em;
}
.coupon.form-row-first button{
    width: 100%;
    color: #fff;
    background-color: #c89979;
    text-shadow: none;
    font-family: "Roboto",sans-serif;  
}
.infor-cart{
    padding-top: 15px;
    border-top: 2px solid #ddd;
    font-family: sans-serif;
}
.information input,select{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin-bottom: 1em;
    outline: none;
}
.nation select option{
    cursor: pointer;
    padding: 6px;
    color: #353535;
    font-family: sans-serif;
}
.infor-cart h3{
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #1c1c1c;
}
.infor-cart p{
    font-weight: bold;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em;
    color: #222;
}

.note label{
    color: #222;
    font-family: sans-serif;
}
.note input[type="checkbox"]{
    margin-right: .5em;
}
.information textarea{
    margin-bottom: 1em;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
    width: 100%;
    min-height: 120px;
    border: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0.7em .75em;
    height: 2.507em;
    font-size:.97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    font-family: sans-serif;
}
.bill-shop{
    border: 2px solid #c89979;
    padding: 15px 30px 30px;
}
.bill-shop h3{
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #1c1c1c;
}
table.shop-table th.bil-all{
    text-align: right;
}
table.shop-table.bill-detail tfoot{
    font-size: 85%;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid #ececec;
}
table.shop-table.bill-detail tfoot td.bill-transport{
    font-weight: normal;
    margin: 0;
    padding: .5em 0;
    opacity: .8;
    text-align: right;
}
.payment label{
    color: #222;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0.4em;
}
.payment input[type="radio"]{
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 1em;
}
p.pay-guide,
p.pay-atm{
    font-size: .9em;
    margin-bottom: .5em;
}
.infor-bill button{
    background-color: #d26e4b;
    margin-bottom: 1em;
    color: #fff;
    border-color: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
}

.login-site{
    padding: 30px 0;
}
.login-site h3{
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    letter-spacing: .05em;
    font-size: 1.25em;
    color: #1c1c1c;
}
.login-site p{
    color: #222;
    font-weight: bold;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em;
    font-family: "Roboto",sans-serif;
}
.login-form input {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: none;
    margin-bottom: 12px;
}
.login-button label{
    color: #222;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0.4em;
    font-family: "Roboto",sans-serif;

}
#optCity, #optDistrict{
  margin-bottom:15px;
}
#lehoangbach .price-product{
  text-align:inherit;
}
@media (max-width:991px){
  #lehoangbach .text-fst-product{
    display:none;
  }
}
.background-succ {
    background-color: #000000d6;
    color: #fff;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1000;
    border-radius: 5px;
    height: 215px;
    position: absolute;
    display: none;
    justify-content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background-succ .content {
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.background-succ .content img {
    width: 60px;
    height: 60px;
}
.background-succ .content p {
    display: block;
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 500;
    color: #fff;
}
@media (max-width:579px){
  .bachdeptrai{
    line-height:3.5;
  }
  .bachdeptrai span{
    font-size:15px;
  }
}
@media (max-width:550px){
  .form-comment{
    display:block;
  }
  .padding-right{
  padding-right:0 !important;
  }
}
@media (max-width:470px){
  .stars{
    display:grid;
  }
}
@media (max-width:390px){
  .login-email.form-group{
    display:block;
    text-align:center;
  }
  input#btn-gui{
    margin-top:20px !important;
  }
}
@media (max-width:375px){
  .is-form.minus {
    height: 33px !important;
}

.is-form.plus {
    height: 33px !important;
}
.buttons_added input{
  height: 2.2rem;
}
  button.more-to-cart{
    font-size:11px;
  }
  .small-text{
    font-size:19px !important;
  }
}
.w3-overlay{
  z-index:50 !important;
}