/*============================================================================
   #Webcms
==============================================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue','Noto Sans', sans-serif;
}

/* Header */
#header-top {
  background-color: #fff;
}
#top-header{
  color: #666;
  font-size: 13px;
  line-height: 36px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
#top-header a{
  display: inline-block;
  padding-right: 10px;
}
#top-header a{
  color: #333e48 ;
  text-decoration: none ;
}
.wrapper .container {
  padding-right: 5px ;
  padding-left: 5px ;
  margin-right: auto;
  margin-left: auto;
}
.wrapper .row {
  margin-right: -5px ;
  margin-left: -5px ;
}
 .row>*{
  padding-left: 0 ;
  padding-right: 0 ;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  position: relative;
  min-height: 1px;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
#main-header {
  padding:20px 0;
}
#main-header .visible-xs {
  display: none;
}
.visible-xs {
  display: none;
}
#main-header .logo {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 42px;
  color: #ffe100!important;
  /*height: 50px;*/
  display: block;
  /*width: 248px;*/
  /*text-align: right;*/
  letter-spacing: 0;
}
.logo img{
  width: 90%;
}
#header-search {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
#header-search .form_search {
  width: 100%;
}
#header-search .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#header-search .input-group_1 {
  position: relative;
  display: table;
  border-collapse: separate;
}
#main-header .form{
  border-radius: 6px;
}
#search-top {
  border: 1px solid #ffe100;
  border-right: none;
  box-shadow: none;
  color: #333;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  background: #fff;
}
.input-group .form-control {
  position: relative;
  float: left;
  z-index: 2;
  margin-bottom: 0;
  display: table-cell;
}
.input-group_1 .form-control_1 {
  position: relative;
  float: left;
  z-index: 2;
  margin-bottom: 0;
  display: table-cell;
  height: 34px;
  padding: 0 15px;
}
.form-control {
  display: block;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.is-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.head-action {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
.head-action .head-action-li {
    position: relative;
    margin-left: 15px;
}
.head-action .head-action-li:first-child {
    margin-left: 0;
}
.head-action .head-action-li .count-cart {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ffe100;
    border-radius: 50%;
    background: #ffe100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.head-action .head-action-li .option-account {
    position: absolute;
    top: 100%;
    left: -60px;
    display: block;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    width: 150px;
    list-style: none;
    z-index: 99;
    transform: translateY(10px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.head-action .head-action-li:hover .option-account {
    transform: translateY(0);
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}
.head-action .option-account li {
    position: relative;
    margin-bottom: 5px;
}
.head-action .option-account li:last-child {
    margin-bottom: 0;
}
.head-action .option-account li a {
    color: #000;
    text-decoration: none;
}
.head-action .option-account li a:hover {
    font-weight: 600;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 20%;
  vertical-align: middle;
  display: table-cell;
}
.cart-nav {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px;
    text-align: center;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}
.cart-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.cart-nav .cart-nav-title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
    position: relative;
}
.cart-nav .cart-nav-title .cart-nav-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-nav .cart-nav-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.cart-nav .cart-nav-content .cart-nav-list {
    position: relative;
    list-style: none;
    padding-left: 0px;
    max-height: 300px;
    overflow-y: auto;
}
.cart-nav .cart-nav-content .item-cart {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #cdcdcd;
}
.cart-nav .cart-nav-content .item-cart:last-child {
    border-bottom: 0;
}
.cart-nav .cart-nav-content .item-cart img {
    width: 90px;
    object-fit: cover;
}
.cart-nav .cart-nav-content .item-cart .content {
    width: calc(100% - 100px);
    margin-left: 10px;
    text-align: left;
}
.cart-nav .cart-nav-content .title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-nav .cart-nav-content .sku {
    font-size: 10px;
    line-height: 15px;
    color: #7f7f7f;
}
.cart-nav .cart-nav-content .sku label {
    color: #000;
}
.cart-nav .cart-nav-content .price {
    font-size: 10px;
    line-height: 15px;
    color: #000;
}
.cart-nav .cart-nav-content .old {
    text-decoration: line-through;
    color: #7f7f7f;
    margin-left: 5px;
}
.cart-nav .cart-nav-content .variant {
    font-size: 10px;
    line-height: 15px;
    color: #000;
}
.cart-nav .cart-nav-content .cart-total {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.cart-nav .cart-nav-content .cart-total .cart-total-title {
    position: relative;
    font-weight: 600;
}
.cart-nav .cart-nav-content .cart-total .cart-total-price {
    position: relative;
    color: red;
    font-weight: 600;
}
.cart-nav .cart-nav-content .cart-nav-button {
    padding: 10px 20px;
    position: relative;
    font-size: 18px;
}
.cart-nav .cart-nav-content .cart-nav-button .cart-view {
    border: 1px solid #ffe100;
    background: #ffe100;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
}
.cart-nav .cart-nav-content .cart-nav-button .checkout-view {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 10px;
}
.breadcrumb .wrapper {
    width: 100%;
    padding: 0 10px;
}
.breadcrumb .wrapper a {
    text-decoration: none;
    color: #000;
}
.account-form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.account-form h3 {
    text-align: center;
}
.account-form .form-item:not(:last-child) {
    margin-bottom: 10px;
}
.account-form .form-item label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}
.account-form .form-item input {
    width: 100%;
    padding: 0 10px;
    height: 42px;
}
.account-form .btn-primary  {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.wrapper {
    /* max-width: 1100px; */
    /*display: flex;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
.breadcrumb-ul {
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    list-style: none;
    border-radius: 4px;
    margin-bottom: 0;
}
.w-100 {
    width: 100%!important;
}
.account-area--left {
    flex: 1 1 20%;
    width: 20%;
    max-width: 267px;
}
.account-area--right {
    flex: 1 1 80%;
    width: 80%;
    max-width: 1069px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-left: 15px;
}
.mgb-15 {
    margin-bottom: 15px;
}
.is-text-center {
    text-align: center !important;
}
.title-account {
    margin-bottom: 5px;
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}
.account-info__phone-number.active {
    background: #eee none repeat scroll 0 0;
    border-color: #64adce;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 3px;
}
.adn_account_mn i {
    padding-left: 10px;
}
.fa-envelope:before {
    content: "\f0e0";
}
.adn_account_mn span a {
    margin-left: 10px;
    font-weight: 400;
    color: #ce8564;
}
.account-area--table {
    border-top: 10px solid #ddd;
}
.mgb-10 {
    margin-bottom: 10px;
}
table#history-order tr th {
    border-bottom: 1px solid #ddd;
    height: 60px;
}
.account-area--info ul {
    list-style: none;
}
.input-group-btn .btn {
  z-index: 2;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.input-group-btn .btn-search-top {
  display: inline-block;
  background-color: #ffe100;
  color: #000!important;
  height: 40px;
  box-shadow: none!important;
  padding: 0 15px;
  z-index: 4;
  font-size: 16px;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.s-icon i{
  font-size: 17px;
}
.header-nav {
  background: #ffe100;
  border: none;
  margin-bottom: 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
.header-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
  height: 40px;
  position: relative;
  overflow: hidden;
  display: flex; 
  align-items: center;
  flex-wrap: wrap;
}
.header-nav .menu>li{
  display: inline-flex;
  vertical-align: bottom;
}
.header-nav .menu>li>a {
  color: #000 ;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 9px 15px;
  border: none;
  width: 100%;
}
.header-nav .menu .li-child .cha-child:hover {
  color: #fff;
  background-color: #cd0000;
  border: none;
}
.li-child .cha-child.hover {
  color: #fff;
  background-color: #cd0000;
  border: none; 
}
.dropdow-menu li .con-child:hover {
  color: #fff;
  background-color: #cd0000;
  border: none;
}
.li-child .dropdown-menu {
  width: auto;
}
.dropdow-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.li-child .dropdow-menu li {
  width: 100%;
}
.dropdow-menu li {
  display: inline-block;
}
.dropdow-menu li a{
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overlay {
  position: fixed;  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 10;
  display: none;
}
.overlay.open {
    display: block;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}