h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  /*color: #23a1d1;*/
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
}
#alert .alert {
  min-width: 400px;
  position: relative;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* content */
#content {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 991px) {
  #content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  color: #dc512c;
  font-weight: 600;
}
.price-old {
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */

#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.toast-container {
  pointer-events: auto!important;
}

.form-control.is-valid, .was-validated .form-control:valid{
  border: 1px solid #ced4da!important;
  background-image:none!important;
}
#cart-body{
  width: 320px;
}
#shopping-cart .table{
  width: 500px;
}
@media (min-width: 576px) {
  #cart-body{
    width: 500px;
  }
  #shopping-cart .table{
    width: 100%;
  }
}
#cart-body .table td{
  vertical-align: middle;
}

/* shopping cart */
.checkout-section {
  border-radius: 0;
  border: 1px solid #ededed;
  margin-bottom: 20px;
  background-color: white;
}

.shopping-cart .section-header {
  padding: .65rem 1rem;
  border-bottom: 1px solid #ededed;
  background-color: #f8f8fa;
  line-height: 26px;
}
.section-title {
  font-size: 1.175rem;
  font-weight: bold;
  margin: 0;
}

.shopping-cart .table-header, .shopping-cart .table-row {
  padding: 1rem;
}
.shopping-cart .table-row{
  border-top: 1px solid #EDEDED;
}

.shopping-cart .table-header, .shopping-cart .table-row{
  display: flex;
  justify-content: space-between;
}

.shopping-cart .table-footer {
  border-top: 1px solid #EDEDED;
}

.card {
  border-radius: 0!important;
  border: 1px solid #ededed;
}
.card .card-header {
  border-radius: 0!important;
  font-size: 1.175rem;
  font-weight: bold;
  padding: .65rem 1rem;
  background-color: #f8f8fa;
  border-bottom: 1px solid #ededed;
}



@media(min-width: 768px) {
  .shopping-cart .table-header-title, .shopping-cart .item {
    width: 18%;
  }

  .shopping-cart .item-img {
    width: 90px;
  }
  .shopping-cart .item-name {
    width: 24%;
  }
  .shopping-cart .item-price {
    text-align: center;
  }
  .shopping-cart .item-quantity {
    text-align: center;
  }
  .shopping-cart .item-total {
    text-align: center;
  }
  .shopping-cart .item-action {
    width: 40px;
  }

  .shopping-cart .quantity-wrapper {
    align-items: center;
    justify-content: center;
  }
}
.quantity-down,.quantity-up{
  cursor: pointer;
}

@media (max-width: 767px) {
  .shopping-cart .table-header {
    display: none;
  }
  .shopping-cart .section-header {
    border-bottom: none;
  }
  .table-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cart-item .item-name > a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .shopping-cart .table-body .item-img {
    width: 24%;
  }
  .shopping-cart .table-body .item-name {
    width: 72%;
  }
  .shopping-cart .table-body .item-price {
    width: 100%;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .shopping-cart .table-body .item-action {
    position: absolute;
    right:0;
    top:10px;
  }

  .shopping-cart .table-row {
    position: relative;
  }

}

.checkout-product-wrapper {
  padding-left:0.75rem;
  padding-right:0.75rem;
}
.checkout-product-wrapper .item{
  display: flex;
  flex-direction: row;
  width:100%;
  padding:0.75rem 0;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ededed;
}
.checkout-product-wrapper .item .image {
  width: 80px;
  margin-right:5px;
}
.checkout-product-wrapper .item .info {
  padding-top:3px;
  width: 80%;
}

.checkout-product-wrapper .item .name {
  font-size:16px;
}

.checkout-product-wrapper .item .price-qty {
  font-size:14px;
  text-align: right;
  color:#e85667;
}

.checkout-total-wrapper {
  padding:0 0.75rem;
}
.checkout-total-wrapper .item {
  width: 100%;
  margin:5px 0;
}
.checkout-total-wrapper .item:last-child {
  margin-top: 10px;
  color:#e85667;
  font-size:20px;
}

.quick-checkout-wrapper .checkout-section, .common-pad-1{
  padding:0.75rem;
}
.quick-checkout-wrapper .checkout-section.checkout-cart-section{
  padding:0;
}

.quick-checkout-wrapper .title-wrapper {
  color:#b29170;

  border-bottom: 1px solid #ededed;
  margin-bottom: 1rem;
}
.quick-checkout-wrapper h2 {
  font-size: 1.175rem;
}
.quick-checkout-wrapper .title-wrapper h2 {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
}
.quick-checkout-wrapper .title-wrapper h2:before {
  content: '';
  position: absolute;
  left:0;
  top:1px;
  width: 4px;
  height: 80%;
  background-color:#b29170;
}

.checkout-cart-section .section-header {
  padding: 1rem;
  text-align: center;
  background-color: #b29170;
  color:#fff;
}

.button-submit-wrapper {
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom: 1.5rem;
}

.checkout-border-line {
  border-top: 1px solid #ededed;
  padding-top: 1rem;
}

.quick-checkout-wrapper .checkout-section .radio {
  position: relative;
  display: inline-block;
  border: 1px solid #d2d2d2;
}
.quick-checkout-wrapper .checkout-section .radio.active {
  border: 2px solid #b29170;
}

.quick-checkout-wrapper .checkout-section .radio label {
  padding: 8px 11px;
  margin:0;
}
.quick-checkout-wrapper .checkout-section .radio.active label {
  padding: 7px 10px;
}
.quick-checkout-wrapper .checkout-section .radio input {
  display: none;
}

.checkout-address-list li {
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding:8px 5px;
  cursor: pointer;
}
.checkout-address-list li .item {
  width: 93%;
  position: relative;
  padding-left:30px;
}
.checkout-address-list li .item:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 100%;
  position: absolute;
  left:0;
  top:1px;
}
.checkout-address-list li.active .item:before {
  background-color: #fff;
  border: 1px solid #b29170;
}
.checkout-address-list li.active .item:after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #b29170;
  border-radius: 100%;
  position: absolute;
  left:4px;
  top:5px;
}

.checkout-address-list li .address-action {
  width: 5%;
  text-align: right;
  cursor: pointer;
}

.checkout-address-list i {
  color:#b29170;
}

.btn-new-address {
  cursor: pointer;
}

@media (min-width: 992px) {
  #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
    max-width: 800px;
  }

  #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
    overflow: hidden;
    margin: 0 auto;
  }
}

.success-items {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.success-items h1{
  font-size:1.725rem;
}
.success-items .icon-wrapper {
  font-size: 4rem;
  text-align: center;
  color:#4cb64c;
}
.success-items a {
  color: #192c56;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

@media(min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}


.card.card-style {
  margin-bottom: 1rem;
}

.card.card-style .card-header {
  padding:0;
  border-bottom: none;

}
.card.card-style .card-header .card-link {
  display:block;
  padding: .65rem 1rem;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.card.card-style .card-header .card-link:after {
  content: '';
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-down.png);
  background-size: 100%;
  position: absolute;
  right:1rem;
  top:.55rem;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.card.card-style .card-header .card-link.collapsed:after {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}
.card.card-style .card-header .card-link.collapsed {
  border-bottom: none;
}




.checkout-checkout {
  background-color: #f5f5f5;
}
.checkout-step {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.checkout-step .step {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  max-width: 33%;
  margin-left: -2px;
  margin-right: -2px;
  color: black;
}
.checkout-step .step .badge {
  position: relative;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.checkout-step .step span {
  display: block;
  padding: 0 5px;
}
.checkout-step .step .badge .text {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.checkout-step .step .badge::before {
  content: " ";
  background-color: #cccccc;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.checkout-step .step .badge::after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: " ";
  background-color: #cccccc;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 0;
}
.checkout-step .step:first-child .badge::before {
  width: 50%;
  left: 50%;
}
.checkout-step .step:last-child .badge::before {
  width: 50%;
  right: 50%;
}
.checkout-step .step.visited .badge::after, .checkout-step .step.active .badge::after {
  background-color: #d9b189;
}
.checkout-step .step.active {
  color:#fff;
}
.checkout-step .step.active .badge-title {
  color:#d9b189;
}
.checkout-step .step.active .badge::before{
  background: #d9b189;
}

/*** min cart start ****/
#box-min-cart {
  position: absolute;
  right:0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9999;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media(min-width:768px){
  #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;/*margin:10px 0;*/border-bottom:1px solid #ddd;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: #c7a37e;font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;cursor: pointer;/*position: absolute;right:10px;top:2px;*/}
#cart.active #box-min-cart {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color:#222;
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
  position: fixed;
  top:0;
  left:0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
  #box-min-cart{position: fixed;top:0;}
  .head-height{height:55px;}
  .foot-height{height:48px;}
}

#cart.active .min-cart-backdrop {
  visibility: visible;
  opacity: 1;
}

#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
  padding:10px;
  border-top:0;
  background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
  background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
/**** min cart end ****/
div.required .control-label:after {
  content: '* ';
  color: #f00;
  margin-left: 2px;
  font-weight: bold;
}

.full-loading {
  position:fixed;
  left:0;
  top:0;
  z-index:99999;
  width:100%;
  height:100%;
  background: #fff url('../images/loading.gif') no-repeat center center;
}
/**** checkout & cart end ****/

/**** account start ****/

.account-info {
  /*padding-top:1rem;*/
  margin-bottom: 2rem;
}

.account-info .hello span {color:#23a1d1;font-weight: bold;}
.account-main-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #ededed;
  padding:10px;
  height: 100%;
}
.account-information-wrapper {
  padding-left:15px;
  padding-top: 15px;
}
.account-info .account-avatar {
  padding-top:6px;
  text-align: center;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.account-info .account-avatar .fa {
  font-size: 5rem;
}
.account-base-info-wrapper {
  border: 1px solid #ededed;
  padding:10px;
}
.account-base-info-wrapper .item {
  border-bottom: 1px dashed #ededed;
  padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
  width: 18px;
  text-align: center;
  color:#aeb1bb;
}

.account-inner-buttons > .row{
  justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
  text-align: center;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  color:#fff!important;
}
.account-inner-buttons .item a .fa {
  font-size: 36px;
  margin-top: 8px;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
.account-inner-buttons .item:hover a .fa {
  font-size: 44px;
  opacity: 1;
  margin-top: 2px;
  -webkit-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.account-inner-buttons .item:hover a {
  text-decoration: none!important;
}

.account-wrapper {
  border: 2px solid #ededed;
  padding:1rem;
}
/**** account end ****/
/* theme color */
.accordion{
  --bs-accordion-btn-focus-border-color: #b29170;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #d9b189;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(178, 145, 112, 0.25);
}
.form-control:focus{
  border-color: #b29170;
  box-shadow: 0 0 0 0.25rem rgba(178, 145, 112, 0.25);
}

/* theme color */

#product-page .pagination .page-item{
  margin-right: 10px;
}
#product-page .pagination{
  --bs-pagination-padding-x: 0.95rem;
  --bs-pagination-padding-y: 0.475rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #85393a;
  --bs-pagination-bg: #f4f4f4;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: fff;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #85393a;
  --bs-pagination-active-border-color: #85393a;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
}
.spinner-border,.loading  .btn-text{
  display: none;
}
.loading .spinner-border,.btn-text {
  display: block;
}
