* {
  outline: 0;
}

body > .container {
  min-height: 500px;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.normal-form label, .captcha-question label {
  font-size: 16px;
}
.normal-form input[type=text], .normal-form input[type=number], .normal-form input[type=email], .normal-form select, .normal-form span.like-input, .normal-form input.text, .normal-form textarea, .captcha-question input[type=text], .captcha-question input[type=number], .captcha-question input[type=email], .captcha-question select, .captcha-question span.like-input, .captcha-question input.text, .captcha-question textarea {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #626262;
  border-color: #ccc;
  border-radius: 0;
  color: #000;
  display: block;
  line-height: 25px;
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  width: 100%;
}
.normal-form .button, .captcha-question .button {
  display: inline-block;
  background: #000;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding: 10px 30px;
  line-height: 27px;
}
.normal-form .button.gray, .captcha-question .button.gray {
  background: none;
  border: 1px solid currentColor;
  color: #777676;
}
.normal-form .button.gray:hover, .captcha-question .button.gray:hover {
  color: #000;
}
.normal-form .button.red, .captcha-question .button.red {
  background: #c50000;
}
.normal-form .button.red:hover, .captcha-question .button.red:hover {
  background: #ac0000;
}

.btn {
  font-style: normal;
  font-weight: normal;
  transition: all 0.3s;
}
.btn.gray {
  background: none;
  border: 1px solid currentColor;
  color: #777676;
}
.btn.gray:hover {
  color: #000;
}
.btn.red {
  background: #c50000;
}
.btn.red:hover {
  background: #ac0000;
}

.captcha-question .text {
  margin-bottom: 1em;
}

#mce-responses .response {
  margin-bottom: 1em;
}

.destination-by-ip {
  padding: 40px;
  text-align: center;
}
.destination-by-ip form label {
  display: none;
}
.destination-by-ip form select {
  margin: 2em 0;
}

.c-tgl {
  opacity: 0;
}

.cookies-settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.fancybox-skin {
  background: #fff;
}

/*---------------------------------------------
-- home
---------------------------------------------*/
.product-countdown {
  text-align: center;
  font-size: 4em;
  color: #000;
  font-weight: bold;
  margin: 0.5em 0 0.75em;
}
.product-countdown .value {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}

/*---------------------------------------------
-- product
---------------------------------------------*/
.fproducts__item__image2 {
  max-width: 260px;
  margin: 0 auto;
}

.product-rating-form h3 {
  text-align: center;
  white-space: nowrap;
}
.product-rating-form .star {
  background: url(../images/star-empty.png) no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.product-rating-form .star.active:not(.not-hover), .product-rating-form .star.hover, .product-rating-form .star:hover {
  background-image: url(../images/star-full.png);
}
.product-rating-form .stars {
  text-align: center;
}
.product-rating-form .multi {
  display: flex;
  justify-content: space-between;
}

.product-rating {
  margin-bottom: 1em;
}
.product-rating a {
  display: inline-block;
  margin-left: 1em;
}
.product-rating .star {
  background: url(../images/star-empty.png) no-repeat 0 0;
  background-size: 20px 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
.product-rating .star.active {
  background-image: url(../images/star-full.png);
}

.rating {
  min-width: 340px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.rating:first-child {
  margin-top: 1em;
}
.rating:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.rating .product-rating {
  margin-bottom: 0;
}
.rating .rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.rating .date {
  color: #777676;
  font-size: 0.9em;
}
.rating .star {
  cursor: default;
}

.product-detail__prices small {
  font-size: 0.75em;
  opacity: 0.8;
}

.affirm-as-low-as {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.75em;
}

.add-to-cart .form-pair {
  margin-bottom: 1em;
}
.add-to-cart .form-pair.size label {
  display: none;
}
.add-to-cart .form-pair.size select {
  width: 100% !important;
}

.variants-table {
  margin-bottom: 1em;
}
.variants-table tr {
  cursor: pointer;
}
.variants-table tr:hover {
  background: #f2f2f2;
}

/*---------------------------------------------
-- user
---------------------------------------------*/
.user-area {
  text-align: center;
  width: 56px;
}
.user-area .user-icon {
  margin-top: -2px;
  color: #b2b2b2;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.user-area .icart__content {
  text-align: left !important;
}
.user-area .icart__content a {
  color: #fff !important;
}
.user-area .icart__content ion-icon {
  color: #b2b2b2;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.user-container {
  max-width: 600px;
  padding: 30px 0;
}

.user-orders .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.user-orders .right {
  text-align: right;
}
.user-orders .valign-top {
  vertical-align: top;
}
.user-orders .open {
  border-bottom: 0;
}
.user-orders table {
  margin-bottom: 0;
}
.user-orders table tr td, .user-orders table tr th {
  border: 0;
}
.user-orders table thead th {
  color: #626262;
  background: #F0F0F0;
}

/*---------------------------------------------
-- cart
---------------------------------------------*/
.cart-tour {
  padding-top: 2em;
  margin-bottom: 2em;
}
.cart-tour a {
  font-size: 0.8em;
  color: #fff;
  display: block;
  padding: 0.5em 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.cart-tour a:link:hover {
  text-decoration: underline;
}
.cart-tour a:not(:link) {
  opacity: 0.7;
}
.cart-tour ul {
  overflow: hidden;
}
.cart-tour li {
  align-items: center;
  background-color: #777676;
  display: flex;
  position: relative;
  padding-left: 28px;
  width: 25%;
}
.cart-tour li:first-child {
  padding-left: 0;
}
.cart-tour li:first-child:after, .cart-tour li:first-child:before {
  display: none;
}
.cart-tour li.active {
  background-color: #c50000;
}
.cart-tour li.active + li:after {
  background-color: #c50000;
}
.cart-tour li:before, .cart-tour li:after {
  display: block;
  content: "";
  height: 45px;
  position: absolute;
  left: -45px;
  top: 50%;
  width: 45px;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.cart-tour li:before {
  background: #fff;
  margin-left: 5px;
}
.cart-tour li:after {
  background: #777676;
  left: -45px;
  margin-left: -5px;
}

.shopping-cart-items th {
  font-style: normal;
}
.shopping-cart-items tfoot td {
  border: 0;
  padding-bottom: 0;
  vertical-align: top;
}
.shopping-cart-items .total-price-row {
  color: #000;
}
.shopping-cart-items .b {
  font-weight: bold;
}
.shopping-cart-items .right {
  text-align: right;
}
.shopping-cart-items .item-count {
  white-space: nowrap;
}
.shopping-cart-items .item-remove a {
  transform: scale(0.75);
}
.shopping-cart-items .item-remove a:before, .shopping-cart-items .item-remove a:after {
  background: currentColor;
}
.shopping-cart-items .change-destination-link {
  font-size: 0.8em;
}

.strike {
  text-decoration: line-through;
}

.discount-code {
  margin: 0;
}

.change-destination-wrapper select {
  margin-bottom: 1em;
}

.user-profile-values {
  max-width: 620px;
}
.user-profile-values h3 {
  text-align: center;
  padding: 1em 5% 0;
}
.user-profile-values th {
  width: 250px;
}
.user-profile-values .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

form .form-pair {
  margin-bottom: 1em;
}
form .covering-label:not(.pair-type-select):not(.multi) {
  margin-top: 10px;
  position: relative;
}
form .covering-label:not(.pair-type-select):not(.multi) label {
  position: absolute;
  top: -8px;
  left: 10px;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
}
form .covering-label:not(.pair-type-select):not(.multi) input.text, form .covering-label:not(.pair-type-select):not(.multi) textarea {
  padding: 15px 20px 5px;
}

.shopping-cart-form small {
  display: inline-block;
  font-size: 0.85em;
  margin: 5px 0;
}
.shopping-cart-form .form-part {
  max-width: 580px;
}
.shopping-cart-form .summary-part fieldset {
  margin-bottom: 10px;
}
.shopping-cart-form label {
  font-style: normal;
  color: #000;
}
.shopping-cart-form label input {
  margin-right: 15px;
}
.shopping-cart-form .fieldset-switcher {
  font-size: 1.05em;
  margin-top: 20px;
}
.shopping-cart-form .fieldset-switcher input {
  margin-right: 15px;
}
.shopping-cart-form table th {
  font-style: normal;
  font-size: 0.9em;
}
.shopping-cart-form table .right {
  text-align: right;
}
.confirmation .shopping-cart-form {
  font-size: 0.9em;
}
.confirmation .shopping-cart-form h2 {
  font-size: 22px;
}
.confirmation .shopping-cart-form label {
  font-weight: 600;
}

.payments-shippings-table tr {
  cursor: pointer;
}
.payments-shippings-table tr:hover {
  background: #fafafa;
}

.shopping-cart-items-sidebar {
  margin-bottom: 1em;
}

.total-price-box {
  padding: 10px;
  background: #ccc;
}
.total-price-box strong {
  float: right;
}

.cart-sidebar-wrapper {
  border-left: 1px solid #ccc;
  padding-left: 14%;
  padding-bottom: 50px;
}

/*---------------------------------------------
-- LAYOUT
---------------------------------------------*/
.cart-tour, .without-delivery-address, .summary-part {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
@media (min-width: 769px) {
  .cart-tour {
    display: flex;
    align-items: stretch;
  }
  .shopping-cart-navigation .next {
    /*float: none;*/
  }
  .shopping-cart-navigation .col-next {
    text-align: right;
  }
  .shopping-cart-form .form-part {
    float: left;
    max-width: none;
    width: 60%;
  }
  .shopping-cart-form .summary-part {
    display: block;
    float: right;
    width: 35%;
  }
}
@media (min-width: 860px) {
  .fieldset-columns fieldset {
    width: 33%;
    float: left;
  }
  .fieldset-columns .without-delivery-address {
    display: block;
  }
}
@media (min-width: 769px) {
  .fproducts.fproducts--7 .fproducts__item {
    flex-basis: 33.333% !important;
  }
}
/*---------------------------------------------
-- 
---------------------------------------------*/

/*# sourceMappingURL=adjust.css.map */
