body {
  font-family: Lato, sans-serif;
  font-weight: normal;
  color: #555555;
  font-size: 1.5em;
  line-height: 20px;
  width: 100%;
}

header {
  height: 110px;
}

.alert-success {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #555555;
}

/* default font size */
.fa {
  font-size: 1.05em;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 1.35em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.15em;
}

h6 {
  font-size: 1.1em;
}

a {
  color: #555555;
}

a:hover {
  text-decoration: none;
  color: black;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-weight: normal;
}

.buttons {
  max-width: 600px;
}

select.form-control,
textarea.form-control,
input[type=text].form-control,
input[type=password].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control,
input[type=week].form-control,
input[type=number].form-control,
input[type=email].form-control,
input[type=url].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=color].form-control {
  font-size: 14px;
  max-width: 400px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
}

.input-group .btn {
  padding: 6px 12px;
}

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/* content */
#content {
  min-height: 600px;
}

/* alert */
.alert {
  padding: 1em 3em 1em 2em;
  font-size: 1.2em;
}

/* breadcrumb */
.breadcrumb {
  margin: 2px 0 20px 0;
  padding: 8px 0;
  border: 0px solid #ddd;
  font-size: 1.2em;
  background-color: #FFF;
}

.breadcrumb i {
  font-size: 1.2em;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .breadcrumb > li {
    padding: 0 7px;
  }
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

/*@media (min-width: 768px) {
      .breadcrumb > li: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);
      }
  }
  @media (max-width: 767px) {
  }*/
.breadcrumb > li {
  line-height: 2em;
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -5px;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.pagination > li > a {
  border: 0;
  color: black;
  float: none;
}

.pagination current {
  border: 0;
  color: orange;
  float: none;
  padding: 6px 12px;
  font-weight: bold;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  z-index: 3;
  color: black;
  background-color: #eee;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  border-radius: 4px;
  border: 0px solid #cccccc;
  /*
      font-size: 12px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
      */
}

.btn-xs {
  font-size: 1em;
}

.btn-sm {
  font-size: 1.1em;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 1.2em;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 1em;
}

.btn-group > .btn-xs {
  font-size: 1em;
}

.btn-group > .btn-sm {
  font-size: 1.1em;
}

.btn-group > .btn-lg {
  font-size: 1.15em;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #333;
  background-color: #fff;
  border: #888 solid 1px;
  /*
      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:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: black;
  background-color: #fff;
  background-position: 0 -15px;
  text-decoration: underline;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.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-color: #000;
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  border-color: #000 #000 #000;
  /*background-color: #da4f49;
      background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
      background-repeat: repeat-x;
      border-color: #bd362f #bd362f #802420;*/
}

.btn-danger:hover,
.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-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.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-color: black;
  /*
      background-color: #df5c39;
      background-image: linear-gradient(to bottom, #e06342, #dc512c);
      background-repeat: repeat-x;
      */
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.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 {
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  background-color: black;
  border: 0px;
  /*
      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:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #555555;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: black;
  /*background-color: #df5c39;*/
}

html[dir=rtl] .checkbox input[type=checkbox],
html[dir=rtl] .checkbox-inline input[type=checkbox],
html[dir=rtl] .radio input[type=radio],
html[dir=rtl] .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-right: -20px;
  margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir=rtl] .navbar-nav > li {
    float: right;
  }
}
.float-left {
  float: left;
}

/*
.table .td-bottom {
  vertical-align: bottom;
}

.table .text-right {
  text-align: right;
}

.remove-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../image/remove-s.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  cursor: pointer;
  border: 1px solid #ddd;
}
  */
.cart-product .cart-row {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 1em;
}
.cart-product .cart-row:last-child {
  border-bottom: 0;
}
.cart-product .cart-row .product-img {
  width: 20%;
}
.cart-product .cart-row .product-info-div {
  width: 80%;
  padding-left: 1em;
}
.cart-product .cart-row .product-info-div .product-info {
  font-size: 1.15em;
}

.option-box {
  border: 0px solid #ddd;
  padding: 0 1em;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 0.5em;
}

.option-box-selected {
  border: 0px solid black;
}

.mask {
  display: none;
  background-color: #b3b3b3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.cart-text div {
  margin-bottom: 0.6em;
  font-size: 1.15em;
}

.home-top-box {
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
}

.home-title {
  font-weight: normal;
}

.register-has-account {
  font-size: 1.1em;
}

.register-has-account a {
  text-decoration: underline;
}

.btn-grey1 {
  border: 1px solid #666;
  border-radius: 3px 3px 3px 3px;
  font-size: 1.1em;
  padding: 0;
  background-color: #fff;
  margin: 0 5px 0 5px;
  width: 23px;
  height: 23px;
}

.btn-grey2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.7em;
  height: 100%;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#new-address:hover,
#more-address:hover {
  cursor: pointer;
}

#shipping-address-list .option-box {
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #aaa;
}

#div-shipping-address {
  margin-bottom: 0.5em;
}

.margin-top1 {
  margin-top: 0.5em;
}

#contact {
  border: 0;
}

#contact td {
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  padding: 0.3em 0 0.3em 0;
}

#contact .contact-icon {
  font-size: 1.5em;
  text-align: center;
  width: 3em;
}

#contact .contact-icon2 {
  font-size: 1.8em;
  text-align: center;
  width: 3em;
}

@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}
@media (min-width: 1024px) {
  .fixed-search {
    position: fixed;
    top: 10px;
    z-index: 901;
    min-width: 180px;
    width: 12%;
  }
  .fixed-cart {
    position: fixed;
    top: 10px;
    z-index: 901;
    width: 15%;
  }
}
#filterdiv .panel-heading {
  font-size: 1.2em;
}
#filterdiv .checkbox {
  display: inline-block;
  /*	margin-right: 2em;*/
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0.5em;
}
#filterdiv .checkbox label {
  display: flex;
  align-items: center;
}
#filterdiv .checkbox label input[type=checkbox] {
  margin-top: 0;
}
#filterdiv .panel-default > .panel-heading, #filterdiv .filter-title {
  font-size: 1.2em;
}

.slide-header {
  width: 100%;
  background-color: #fdd5d5;
}

.slide-header > div {
  padding: 0.3em 0 0.2em 0;
  margin: 0 0 1px 0;
}

.slide-header a {
  color: #555555;
}

.swiper-viewport .swiper-button-prev {
  left: 10px;
}

.swiper-viewport .swiper-button-next {
  right: 10px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  font-size: 20px;
}

.information h1 {
  font-size: 1.6em;
}

@media (max-width: 767px) {
  .filter-price {
    width: 5em;
  }
  #divAccount {
    position: absolute;
    top: 0.7em;
    right: 0em;
    font-size: 1.5em;
  }
  #show-mod-left {
    position: fixed;
    left: 0.2em;
    top: 50%;
    z-index: 99;
    background-color: #fdd5d5;
    color: #990066;
    font-weight: bold;
    width: 1.2em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    border-radius: 0 1em 1em 0;
  }
  #show-mod-left .fa {
    margin-left: 0.4em;
  }
  #column-left {
    display: none;
    position: fixed;
    left: 0.5em;
    bottom: 1em;
    z-index: 9999;
    width: 20em;
  }
  #hide-mod-left {
    display: none;
    position: fixed;
    left: 0.2em;
    top: 50%;
    z-index: 99999;
    background-color: #fdd5d5;
    color: #990066;
    font-weight: bold;
    width: 1.2em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    border-radius: 1em 0 0 1em;
  }
  #hide-mod-left .fa {
    margin-left: 0.4em;
  }
}
.auto-x {
  overflow-x: auto;
}

#menu .move-right {
  margin-left: 140px;
}

.nav-tabs {
  margin-bottom: 15px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #555555;
  background-color: #fdd5d5;
  font-size: 1.2em;
}

/*
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: $nav-tab-color;
  background-color: $nav-tab-bgcolor;
  font-size: 1.2em;
}
  */
@media (max-width: 1500px) {
  .product-thumb .add-to {
    display: none;
  }
}
@media (max-width: 768px) {
  .show-2-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .show-2-img img {
    width: 50%;
  }
}
#product-latest .image {
  padding: 0.3rem;
}

.product-grid .image img {
  width: 100%;
  aspect-ratio: 1/1;
}

#chat-div {
  position: fixed;
  right: 1em;
  bottom: 5em;
  width: 5em;
  height: 3em;
  z-index: 99999;
}

#chat-div .chat {
  background-color: #fdd5d5;
  text-align: center;
  padding: 0.6em 0;
  border-radius: 0.5em;
}

.combo-box {
  position: relative;
  font-size: 1.1em;
  max-width: 400px;
}

.combo-box .down-arrow {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 999;
  font-size: 1em;
}

.combo-box .dropdown-c {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  max-height: 20em;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 999;
}

.combo-box .options-c {
  list-style: none;
  padding: 0.5em 0.5em 0 1em;
}

.swiper-container {
  border: 0px;
  box-shadow: 0 5px 15px -2px #fdd5d5;
}

.mod-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

.common-banner {
  width: 100%;
  aspect-ratio: 1920/450;
}

.header-text {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "DIN Next", sans-serif;
}

.common-text {
  font-size: 1.2em;
  font-family: "Avenir Next", sans-serif;
  line-height: 1.8em;
}

#information-description {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 97%;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 98%;
  }
}
.cart-text {
  font-size: 1.1em;
}

#collapse-shipping p {
  font-size: 1.15em;
}

.total-data {
  font-size: 1.1em;
}

.top-line {
  width: 100%;
  background-color: #fdd5d5;
  text-align: center;
  color: #555555;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #393939;
  /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;*/
}

/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

.btn-currency {
  padding: 0px;
  font-size: 1.1em;
  color: #555555;
}
.btn-currency:hover {
  color: #000;
  text-decoration: none;
}
.btn-currency:visited {
  color: #555555;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
  font-size: 1em;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  background-color: #eee;
  /*
        color: #ffffff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        */
}

#top .btn-link,
.top-links li,
.top-links a {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
.top-links a:hover {
  color: #000;
}

.top-links .dropdown-menu a {
  text-shadow: none;
}

.top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

.top-links {
  padding-top: 6px;
}

.top-links a + a {
  margin-left: 15px;
}

#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 30px;
  line-height: 15px;
  padding: 0 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  outline: none;
  color: #555;
  background-color: #fff;
  border-radius: 0;
  width: 98%;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 12px;
  padding: 4px 5px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* cart */
#cart {
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 0px;
  background-color: #fff;
}

#cartbtn {
  background-color: #fff;
  border: 0;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 1em;
}

#cart table {
  background-color: #fff;
}

#cart .img-thumbnail {
  width: 100px;
  border: 0;
}

#cart .edit-area {
  display: flex;
  align-items: center;
}

#cart .edit-area .unit-price {
  width: 33%;
  border: 0px solid red;
}

#cart .edit-area .qty-line {
  width: 40%;
  border: 0px solid red;
}

#cart .edit-area .mini-sub-total {
  width: 27%;
  border: 0px solid red;
  text-align: right;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  /*background: #eee;*/
  z-index: 10001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 3em;
  }
  #cart .edit-area {
    display: block;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#divmenu {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid rgba(70, 59, 85, 0.2196078431);
  border-bottom: 0px solid rgba(70, 59, 85, 0.2196078431);
  /*
        background-color: black;
        background-color: #393939;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
        height: 43px;
        */
}

#dropdownMenu1 {
  background-color: #f2f3f6;
}

.menu-shadow {
  box-shadow: 0 5px 15px -2px #463b56;
}

.menu2 {
  left: 165px;
}

#menu {
  position: relative;
}

#menu .nav {
  width: 100%;
  /* Safari */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

#menu li {
  border-bottom: 1px solid #ddd;
}

.dropdown-menu > li > a {
  padding: 7px 10px 7px 10px;
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  min-height: 15px;
  background-color: transparent;
  font-size: 1.3em;
  /*font-family: "SofiaProBold",arial,sans-serif;*/
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: #eee;
  /*rgba(0, 0, 0, 0.1);*/
}

.dropdown-submenu > .dropdown-menu2 li {
  padding: 0.7em 1em;
  list-style: none;
}

@media (min-width: 768px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 350px;
    padding: 0;
    /*margin: 2px 0 0;*/
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: -36px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
  }
  /*.dropdown-submenu:hover .dropdown-menu2{
            display:block;
        }*/
  .dropdown-submenu .dropdown-menu2 a i {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu2 {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
  }
  #menu .dropdown-submenu.not-select .fa-angle-down {
    display: none;
  }
  #menu-right {
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .slideshow img.img-responsive {
    width: 100%;
    aspect-ratio: 1920/575;
    border: 0;
    min-height: 250px;
    border-radius: 0;
  }
  #pc-menu2 {
    display: none;
    position: absolute;
    z-index: 1001;
    min-width: 350px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #pc-menu2 li {
    padding: 0.53em 0.6em;
    list-style: none;
    font-size: 1.2em;
  }
  #pc-menu2 li a i {
    margin: 0 0.5em 0 0;
  }
  li.dropdown-submenu.select a {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #header-div {
    padding: 1em 0 0 0;
    height: 60px;
    position: relative;
  }
  #shopByCategory,
  #menu-right,
  #top,
  #whatsapp-div,
  .slide-header {
    display: none;
  }
  .search-line {
    position: absolute;
    top: 70px;
    left: 50px;
    width: 80%;
  }
  .cart-line {
    margin-top: 0;
    margin-left: 41%;
    width: 50%;
  }
  #search {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 901;
    width: 100%;
  }
  .logo-line {
    width: 40%;
    position: absolute;
    top: 1em;
    left: 0;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #divmenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 68px;
    z-index: 999;
    border: 0;
  }
  #divmenu .row {
    top: 60px;
    display: flex;
    flex-direction: row;
  }
  #menu .btn {
    padding: 0.2em 0.3em;
  }
  #menu button .fa {
    font-size: 1.8em;
  }
  #menu .dropdown-menu {
    overflow-y: auto;
  }
  #menu .dropdown-submenu .dropdown-menu2 {
    position: static;
    width: 100%;
    padding: 0 0 0.2em 1em;
  }
  #menu .dropdown-submenu.not-select .dropdown-menu2 {
    display: none;
  }
  #menu .dropdown-submenu.select .dropdown-menu2 {
    display: block;
  }
  #menu .dropdown-submenu.not-select .fa-angle-right {
    display: block;
  }
  #menu .dropdown-submenu.not-select .fa-angle-down {
    display: none;
  }
  #menu .dropdown-submenu.select .fa-angle-right {
    display: none;
  }
  #menu .dropdown-submenu.select .fa-angle-down {
    display: block;
  }
  #menu .dropdown-submenu .dropdown-menu2 a i {
    margin: 0 0.5em 0 0;
  }
  .slideshow img.img-responsive {
    width: 100%;
    border: 0;
    min-height: 50px;
    border-radius: 0;
  }
}
#menu-right div {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
}

#divAccount {
  text-align: center;
}
#divAccount a {
  font-size: 1em;
}

@media (min-width: 1200px) {
  header {
    display: flex;
    justify-content: center;
  }
  header .header-container {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  #header-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  .logo-line {
    text-align: center;
  }
  #whatsapp-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #whatsapp-div .time {
    font-size: 13px;
    white-space: nowrap;
  }
  #whatsapp-div a {
    width: 8rem;
  }
  #whatsapp-div a div {
    display: flex;
    justify-content: center;
  }
  #whatsapp-div a .whatsapp i {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdd5d5;
    color: #fff;
    font-size: 3.8rem;
    border-radius: 1rem;
  }
  #whatsapp-div a .whatsapp-txt {
    font-size: 1.1em;
  }
  #whatsapp-div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #whatsapp-div2 .whatsapp i {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdd5d5;
    color: #fff;
    font-size: 2rem;
    border-radius: 0.7rem;
  }
  .whatsapp img {
    border-radius: 10px;
  }
  #divmenu {
    position: static;
    z-index: 900;
    width: 100%;
  }
  #divmenu .row {
    display: flex;
    flex-direction: row;
  }
  #menu {
    min-width: 360px;
    max-width: 25%;
  }
  #menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 300px;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  #menu-right {
    width: 58%;
  }
  #menu .btn,
  #menu .fa {
    font-size: 16px;
  }
  .blank-item,
  #menuTopBar,
  #menuBottomBar {
    display: none;
  }
}
@media (max-width: 767px) {
  .payment-banner {
    display: none;
    width: 100%;
    margin: 1em 0;
  }
  #menu > .dropdown-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
  }
  #menu li.blank-item {
    height: 2.5em;
    border: 0;
  }
  #menuTopBar #closeMenu {
    float: right;
  }
  #menuTopBar {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background-color: #666;
    padding: 0.7em 0.8em;
    color: #fff;
    font-size: 1.2em;
    display: none;
  }
  #menuBottomBar {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    padding: 0.7em 0.8em;
    color: #000;
    font-size: 1.2em;
    display: none;
    text-align: center;
  }
}
#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 260px;
  display: block;
  padding: 10px 20px 10px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 0.9em;
}

#menu .dropdown-inner li a:hover {
  /*color: #FFFFFF;*/
  background-color: #eeeeee;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: #ddd;
    /*rgba(0, 0, 0, 0.1);*/
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
.logo-line {
  /* Safari */
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.menu-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.menu-row .menu1 {
  display: flex;
  position: relative;
  align-items: center;
}
.menu-row .menu1 a {
  font-size: 16px;
}
.menu-row .menu1 .menu-name {
  background-color: #FFF;
  font-size: 16px;
  color: #555555;
  border: 0;
}
.menu-row .menu1 .menu-name:hover {
  text-decoration: none;
  color: black;
}

.menu2div {
  padding: 7px 10px;
}
.menu2div:hover {
  background-color: #171616;
  color: #eeeeee;
}

.menu3 {
  display: none;
  position: absolute;
  left: 220px;
  top: 0;
  min-width: 220px;
  padding: 5px 0;
  z-index: 1001;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 5px 15px -2px #463b56;
  list-style: none;
}
.menu3 a {
  display: block;
  padding: 8px;
  white-space: nowrap;
}

/* footer */
footer {
  margin-top: 30px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
}

footer li {
  margin-top: 1em;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  font-size: 1.2em;
}

footer h4,
footer h5 {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 1.4em;
  /*font-weight: bold;*/
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  footer {
    padding-top: 30px;
  }
  .info-title .fa {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .sub-info {
    display: none;
  }
  .info-title .fa {
    float: right;
  }
  .info-box.not-active .fa-angle-down {
    display: none;
  }
  .info-box.active .fa-angle-down {
    display: block;
  }
  .info-box.not-active .fa-angle-right {
    display: block;
  }
  .info-box.active .fa-angle-right {
    display: none;
  }
  .info-box.active .sub-info {
    display: block;
  }
}
.footer-icon {
  padding: 0em 0.7em 0 0;
  font-size: 1.2em;
  vertical-align: top;
}

.footer-text {
  font-size: 1.1em;
  padding: 0 0 0.7em 0;
}

@media (min-width: 768px) {
  #footer-div {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  #footer-div {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #footer-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #show-mod-left,
  #hide-mod-left {
    display: none;
  }
}
.product-price {
  font-size: 1.4em;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin: 0 -15px 0 -15px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1em;
  padding-right: 1em;
}
.image-additional-div .images {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.image-additional a {
  margin-bottom: 0px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.image-additional {
  width: 20%;
  padding-right: 0.5em;
}
.image-additional img {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
}

@media (max-width: 767px) {
  .image-additional {
    max-width: 17%;
  }
}
.thumbnails .arrow-left {
  float: left;
  margin: 0 0.5em 0 1em;
}

.thumbnails .arrow-right {
  float: left;
  margin: 0 1em 0 0.3em;
}

.thumbnails .arrow {
  font-size: 2em;
}

.thumbnails .arrow i {
  cursor: pointer;
}

.thumbnails .arrow a {
  margin-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: block;
  border: 1px solid #ddd;
}

a.thumbnail:hover,
a.thumbnail.active {
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .thumbnails .arrow-left {
    margin-left: 3px;
  }
  .thumbnails .arrow {
    font-size: 2em;
    padding-top: 0.7em;
  }
}
.image-additional a,
#colors a {
  padding: 2px;
}

.options {
  margin-left: 0px;
}

.options td {
  text-align: center;
  padding-left: 0px;
  padding-right: 15px;
  vertical-align: top;
}

.options li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 1em;
  vertical-align: top;
  display: inline-block;
}

.options li a {
  padding: 0.6em 2em;
  text-align: center;
  font-size: 1.1em;
}

.options .control-label {
  margin-top: 2px;
}

.common-option,
.colors-div,
.combo-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.option-name {
  margin-right: 0.7em;
  margin-bottom: 0.4em;
  font-size: 1.2em;
  padding-top: 0.6em;
}

#colors.options .control-label {
  margin-top: 8px;
}

.size-option {
  margin-bottom: 0px;
}

.color-option {
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.color-option img {
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.color-selected22 {
  border: 1px solid red;
  border-radius: 3px 3px 3px 3px;
  /*
      color: #23a1d1;
      */
}

.color-unselected22 {
  border: 1px solid #ccc;
  border-radius: 3px 3px 3px 3px;
}

.price-off {
  color: #cb2027;
  background-color: #fceae9;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
}

.qty-line {
  height: 2.7em;
  line-height: 2.7em;
  margin-top: 10px;
}

.v-middle {
  display: flex;
  align-items: center;
}

.latest-prod .input-quantity,
#input-quantity,
.cart-quantity,
.mini-cart-quantity {
  width: 20%;
  height: 100%;
  margin-top: 0px;
  border-radius: 0px;
  text-align: center;
  font-size: 1em;
  padding: 0 0.5em;
}

.sub-button,
.mini-sub-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 100%;
  font-size: 1em;
  border-left: 1px solid #ccc;
  border-right: 0px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

.add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 100%;
  font-size: 1em;
  border-left: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer;
}

.cart-add-button,
.mini-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 100%;
  font-size: 1em;
  border-left: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

#button-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 2.7em;
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}

#add_wishlist {
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  width: 2.7em;
  height: 100%;
  color: #fdd5d5;
  border: 1px solid #CCC;
  /*background-color: #FFF;*/
  background-image: linear-gradient(to bottom, #fff, #fff);
}

.rating {
  margin-top: 1.2em;
}
.rating p {
  font-size: 1.2em;
}

.img-responsive {
  border: 0px solid #ddd;
  border-radius: 5px;
}

#related-top {
  border: 0px solid #000;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#related-top .product-related-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
}
#related-top .product-related-center {
  flex: 1;
}
#related-top .related-box {
  border: 0px solid #ddd;
  /*float: left;*/
}

@media (max-width: 767px) {
  .related-box {
    width: 50%;
  }
  .product-related-side {
    display: none;
  }
  .product-related-center {
    width: 100%;
  }
}
#sizeGuide {
  cursor: pointer;
  text-decoration: underline;
}

#popupSizeGuide {
  display: none;
  background-color: #ffffff;
  z-index: 10001;
  width: 800px;
  height: 600px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #eeeeee;
}

#popupSizeGuide .button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#divElasticity {
  text-align: center;
  width: 100%;
}

.td-unselected {
  width: 25%;
  text-align: center;
  background-color: #eeeeee;
}

.td-selected {
  background-color: #393939;
  color: #ffffff;
  font-weight: bold;
}

.size-chart {
  font-size: 1.6em;
  font-weight: bold;
}

.cm-in table {
  width: 10em;
}

.cm-in td {
  width: 50%;
  text-align: center;
}

.cm-in td .td-unselected {
  cursor: pointer;
}

.product-info {
  margin: 0;
  padding: 0 15px 0 30px;
}

.product-info li {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

.product-property {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  display: table-row;
}

@media (max-width: 767px) {
  .product-property {
    width: 100%;
  }
}
.prop-title {
  display: table-cell;
  width: 8em;
}

.prop-value {
  display: table-cell;
}

#main-img,
.other-img img {
  border-radius: 5px;
}

@media (min-width: 1024px) {
  #main-img {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #main-img {
    min-height: 500px;
  }
}
@media (min-width: 1500px) {
  #main-img {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  #popup-success {
    position: fixed;
    display: none;
    background-color: #fafafa;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 100%;
    z-index: 999;
    border: 1px solid #ddd;
  }
  #popup-success .prod-img {
    width: 240px;
  }
  #popup-success .prod-txt {
    vertical-align: top;
    font-size: 1.2em;
  }
  #blog-module .slideshow,
  .info-box {
    border: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #blog-module .slideshow .swiper-slide {
    border: 0px;
    box-shadow: 0 0 0 0 #fdd5d5;
  }
  #blog-module .slideshow .img {
    border: 0px;
    width: 65%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .product-images,
  product-info {
    width: 100%;
  }
  .options td,
  .options li {
    vertical-align: top;
    padding-right: 0.5em;
  }
  #popup-success {
    position: fixed;
    display: none;
    background-color: #fafafa;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    border: 1px solid #ddd;
  }
  #popup-success .prod-img {
    width: 40%;
  }
  #select-shipping-method > div {
    width: 100%;
  }
  #div-payment-content {
    margin-bottom: 5em;
  }
  #pay-order-summary .column1 {
    word-break: break-all;
    text-align: right;
  }
  .color-img-td {
    min-width: 40px;
  }
  .color-size {
    min-width: 2.5em;
  }
  #blog-module .slideshow,
  .info-box {
    border: 0px;
    width: 85%;
    margin: auto;
  }
}
#popup-success .prod-img img {
  width: 100%;
}

#popup-success table {
  width: 100%;
  margin-top: 1.5em;
}

#tab-description img {
  border-radius: 5px;
}

#tab-description p {
  color: rgb(85, 85, 85);
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.weight-data {
  border-collapse: separate;
  border-spacing: 2px;
  min-width: 50%;
}
.weight-data th {
  text-align: center;
  background-color: #fdd5d5;
  color: #555555;
  padding: 0.3em 0;
}
.weight-data td {
  background-color: #fff;
  border-bottom: #aaa 1px dashed;
  text-align: center;
  padding: 0.3em 0;
}

.product-grid {
  padding: 1em 1em 1em 0;
  width: 25%;
}

.new-product {
  position: absolute;
  left: 5px;
  top: 0px;
  z-index: 99;
  background-color: #fdd5d5;
  color: #990066;
  width: 3.2em;
  height: 3.2em;
  line-height: 3.2em;
  vertical-align: middle;
  border-radius: 1.6em;
}

/* product list */
.product-thumb {
  /*border: 1px solid #ddd;*/
  margin-bottom: 20px;
}

.product-thumb .image {
  text-align: center;
  border: 0px solid #ddd;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 5px;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: normal;
  /*font-family: "SofiaPro",arial,sans-serif;*/
  font-size: 1.2em;
  height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1em;
}

.product-thumb .caption {
  padding: 0 0px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  margin-bottom: 1em;
  height: 1.5em;
  padding-bottom: 0px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

.rating .fa-heart-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-heart {
  color: pink;
  font-size: 15px;
}

.rating .fa-heart + .fa-heart-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
  font-size: 1.2em;
  margin-top: 1em;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 0px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.button-group-box {
  padding: 0 0.5em 0 0;
}

.product-thumb .button-group button {
  width: 80%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.colors .color-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0px solid #bdbdbd;
  cursor: pointer;
}/*# sourceMappingURL=styles-veryselection.css.map */