@font-face {
  font-family: "gravtrac";
  src: url("gravtrac.eot");
  src: url("gravtrac.eot?#iefix") format("embedded-opentype"),
    url("gravtrac.woff") format("woff"),
    url("gravtracs.ttf") format("truetype"),
    url("gravtrac.svg#gravtrac") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bedrukking';
  src: url('Bedrukking-Regular.eot');
  src: url('Bedrukking-Regular.eot?#iefix') format('embedded-opentype'),
    url('Bedrukking-Regular.woff2') format('woff2'),
    url('Bedrukking-Regular.woff') format('woff'),
    url('Bedrukking-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bedrukking Kkd Cijfer Uit';
  src: url('ConfiguratorKkdWit-Regular.eot');
  src: url('ConfiguratorKkdWit-Regular.eot?#iefix') format('embedded-opentype'),
    url('ConfiguratorKkdWit-Regular.woff2') format('woff2'),
    url('ConfiguratorKkdWit-Regular.woff') format('woff'),
    url('ConfiguratorKkdWit-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bedrukking Kkd Cijfer Thuis';
  src: url('BedrukkingKkdBlue-Regular.eot');
  src: url('BedrukkingKkdBlue-Regular.eot?#iefix') format('embedded-opentype'),
    url('BedrukkingKkdBlue-Regular.woff2') format('woff2'),
    url('BedrukkingKkdBlue-Regular.woff') format('woff'),
    url('BedrukkingKkdBlue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Lettertype 2022 - 2023 */
@font-face {
  font-family: 'Univers Condensed2';
  src: url('Univers-Condensed-Bold.eot');
  src: url('Univers-Condensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('Univers-Condensed-Bold.woff2') format('woff2'),
    url('Univers-Condensed-Bold.woff') format('woff'),
    url('Univers-Condensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'flama ultracondensed';
  src: url('flamaultracondensed-bold.woff2') format('woff2'),
    url('flamaultracondensed-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'flama semicondensed basic';
  src: url('flamasemicondensed-basic.woff2') format('woff2'),
    url('flamasemicondensed-basic.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --border_radius: 0px;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0, 0, 0, 0.004);
  margin-top: 0 !important;
  color: #000;
}

a,
a:hover,
a:focus {
  color: inherit;
  outline: none !important;
}

/* general */

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.block-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.btn {
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 30px;
  background: #aaa;
  color: #fff;
  border-radius: var(--border_radius);
  font-size: 1.15em;
  font-size: .95em;
  font-weight: 800;
  letter-spacing: 0em;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
  font-family: 'flama semicondensed basic', sans-serif;
  text-transform: uppercase;
}

.btn.open {
  border: 2px solid;
  background: transparent;
}

.btn.paypal {
  background: #012169;
  color: #fff;
}

.btn.paypal i {
  margin-right: 7px;
}

.btn.fastcheckout {
  background: #1ba5de;
  color: #fff;
}

.gui-payment-method-service .gui-payment-method-icon {
  opacity: 0;
  background: #fff;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, .07);
}

.gui-payment-method-service .gui-payment-method-icon.updated {
  opacity: 1;
}

.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, .07);
}

.gui-form .gui-checkbox label:before {
  border-radius: var(--border_radius);
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
  display: none;
}

.gui-form .gui-radio input:checked~label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #f78d76;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 100%;
}

.gui-form .gui-checkbox input:checked~label:after {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gui-checkout-one-step .gui-payment-method-service>label {
  padding: 15px;
  background: #fff;
  border-radius: var(--border_radius);
  margin: 0;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.gui-checkout-one-step .gui-payment-method-service.gui-is-selected>label {
  border: 2px solid #f88b71;
}

.gui-checkout-one-step .gui-payment-method-service>label input {
  display: none;
}

body .fixed-pages {
  padding-bottom: 50px;
}

div[class*=" col-"] {
  margin-left: -.5px;
}

.btn.btn-small {
  height: 40px;
  font-size: .95em;
}

.btn.icon-left i {
  margin-right: 7px;
}

.btn.icon-right i {
  margin-left: 7px;
}

.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.light {
  background: #F7F7F7;
  color: #888888;
}

.btn.facebook {
  background: #3B5998;
  color: #fff;
}

.relative {
  position: relative;
}

.sm {
  vertical-align: middle;
  display: inline-block;
}

.sm:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-small,
.title-featured .title.title-small {
  font-size: 1.6em;
}

.general-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.general-overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-popup {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 1)));
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close-popup .close-popup-inner {
  width: 100%;
  overflow: hidden;
}

.close-popup.dark {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(57, 58, 64, 0) 0%, rgba(57, 58, 64, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 58, 64, 0)), to(rgba(57, 58, 64, 1)));
  background: -webkit-linear-gradient(top, rgba(57, 58, 64, 0) 0%, rgba(57, 58, 64, 1) 100%);
  background: -o-linear-gradient(top, rgba(57, 58, 64, 0) 0%, rgba(57, 58, 64, 1) 100%);
  background: linear-gradient(to bottom, rgba(57, 58, 64, 0) 0%, rgba(57, 58, 64, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.close-popup a {
  padding: 0 20px;
  height: 26px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 26px;
  border-radius: 13px;
  font-size: 11px;
  border: 1px solid #BABABA;
  color: #BABABA !important;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  text-decoration: none !important;
}

.close-popup.dark a {
  border: 1px solid #777777;
  color: #777777 !important;
}

.close-popup a:before,
.close-popup a:after {
  content: '';
  display: block;
  height: 1px;
  background: #BABABA;
  width: 1000px;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 50%;
}

.close-popup.dark a:before,
.close-popup.dark a:after {
  background: #777777;
}

.close-popup a:after {
  right: auto;
  left: 100%;
  margin-right: 15px;
  margin-left: 15px;
}

.ui.checkbox {
  display: block;
  margin: 0;
  padding: 5px 0px;
  font-size: .9em;
}

.ui.checkbox label,
.ui.checkbox+label {
  color: inherit;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 27px;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, .07) !important;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.ui.checkbox label span {
  font-size: 80%;
  margin-left: 5px;
  opacity: .7;
  vertical-align: text-bottom;
}

.ui.selection.dropdown {
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .07) !important;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  color: inherit !important;
  border-radius: var(--border_radius);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

select.custom-select {
  height: 40px;
  opacity: 0;
}

.ui.selection.dropdown .text {
  font-size: 90%;
  font-weight: 500;
}

.ui.selection.dropdown>.dropdown.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui.selection.dropdown>.dropdown.icon:before {
  content: "\f107";
}

.ui.selection.dropdown>.dropdown.icon {
  margin: 0;
  padding: 0;
  position: initial;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 10px;
}

.ui.selection.dropdown .menu {
  color: inherit !important;
  border-color: rgba(0, 0, 0, .07) !important;
  font-size: 90%;
}

.ui.selection.dropdown .menu>.item {
  padding: 0px 15px !important;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-block-padding {
  padding-bottom: 100px;
}

.title-featured {
  margin-bottom: 30px;
}

.title-featured .title {
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.title-featured .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-featured .link {
  margin-left: 40px;
  white-space: nowrap;
}

.title-featured .link i {
  margin-left: 7px;
}

.title-subtitle {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -15px;
}

.col-sidebar {
  min-width: 330px;
  max-width: 330px;
  padding: 15px;
  margin-right: 20px;
}

.col-sidebar.on-right {
  margin-right: 0;
  margin-left: 20px;
}

.col-main {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 15px;
}

/* end general */

/* header */
#header {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

#header .main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#header .main-header.sticky .inner {
  padding: 10px 0px;
}

#header .main-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
}

#header .main-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .main-header .logo.small-logo img {
  height: 30px;
}

#header .main-header .logo.medium-logo img {
  height: 50px;
}

#header .main-header .logo.large-logo img {
  height: 70px;
}

#header .main-header .icons ul li.language a {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .main-header .icons ul li.language img {
  -o-object-fit: cover;
  object-fit: cover;
}

input.standard-input,
textarea.standard-input {
  height: 40px;
  padding: 0px 20px;
  outline: none;
  border-radius: var(--border_radius);
  font-size: .85em;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea.standard-input {
  padding: 13px 20px;
  max-width: 100%;
}

input.standard-input::-webkit-input-placeholder,
textarea.standard-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

input.standard-input:-moz-placeholder,
textarea.standard-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.standard-input::-moz-placeholder,
textarea.standard-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.standard-input:-ms-input-placeholder,
textarea.standard-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

input.standard-input::-ms-input-placeholder,
textarea.standard-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

.search-bar input[type="text"] {
  height: 40px;
  padding: 0px 20px;
  padding-right: 40px;
  border: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .07);
  width: 400px;
}

.search-autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  width: 100%;
  text-align: left;
  display: none;
}

.search-autocomplete .box {
  padding: 70px;
  background: #f7f7f7;
  /*   margin-top:20px; */
  border-radius: var(--border_radius);
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.search-autocomplete .more {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.search-autocomplete .more .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-autocomplete .more .btn span {
  font-size: 80%;
  margin-left: 7px;
}

.search-autocomplete.noresults .more {
  display: none;
}

.search-autocomplete .notfound {
  display: none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display: block;
}

.search-autocomplete.noresults .search-products {
  display: none;
}

.search-autocomplete .search-products {
  padding: 20px 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-autocomplete .search-products .product {
  padding: 15px 0px;
}

.search-autocomplete .search-products .product .product-inner {
  padding: 0px 15px;
}

.search-autocomplete .search-products .product {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.search-autocomplete .search-products .product:nth-child(odd) .product-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.search-autocomplete .search-products .product:nth-child(1),
.search-autocomplete .search-products .product:nth-child(2) {
  border-top: 0;
}

.search-autocomplete .search-products .product .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-autocomplete .search-products .product .image-wrap {
  min-width: 75px;
  max-width: 75px;
  margin-right: 20px;
  position: relative;
  background: #fff;
}

.search-autocomplete .search-products .product .image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.search-autocomplete .search-products .product .info .title {
  font-size: 1.1em;
  font-weight: 600;
}

.search-autocomplete .search-products .product .info .brand {
  margin-bottom: 2px;
  font-size: .95em;
  opacity: .85;
}

.search-autocomplete .search-products .product .info .price {
  margin-top: 5px;
  opacity: .85;
}

.search-autocomplete .search-products .product .image-wrap img {
  width: 100%;
}

.search-autocomplete .title-small {
  margin-bottom: 30px;
}

.search-autocomplete .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-autocomplete .side {
  min-width: 270px;
  max-width: 270px;
  margin-right: 30px;
}

.search-autocomplete .side .filter-scroll-wrap {
  position: relative;
}

.search-autocomplete .side .filter-scroll {
  max-height: 500px;
  padding-bottom: 50px;
  overflow-y: scroll;
  padding-right: 15px;
}

.search-autocomplete .side .filter-scroll-wrap:after {
  content: '';
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 1)));
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
}

.search-autocomplete .results {
  width: 100%;
  max-width: 670px;
}

.search-autocomplete .subtitle {
  font-size: 1.4em;
  margin-bottom: 20px;
}

.search-autocomplete .feat-categories {
  padding: 25px;
  background: #fff;
  border-radius: var(--border_radius);
  margin-bottom: 30px;
}

.search-autocomplete .feat-categories .cats ul {
  margin: -5px;
  list-style: none;
  padding: 0;
  font-weight: 500;
}

.search-autocomplete .feat-categories .cats ul li {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.search-bar .icon {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
}

#header .main-header {
  position: relative;
  z-index: 9999;
}

#header .main-header .icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .main-header .icons ul li {
  padding: 0px 15px;
}

#header .main-header .icons ul li i {
  font-size: 18px;
}

#header .main-header .icons ul li .icon-wrap {
  display: block;
  position: relative;
}

#header .main-header .icons ul li .items {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  background: #f6836b;
  color: #fff;
  border-radius: 100%;
}

#header .main-header .icons ul li .items:empty {
  display: none;
}

#header .main-header .hallmark.small img {
  height: 30px;
}

#header .main-header .hallmark.medium img {
  height: 50px;
}

#header .main-header .hallmark.large img {
  height: 70px;
}

#header .main-menu {
  border-top: 1px solid rgba(0, 0, 0, .07);
  position: relative;
  z-index: 99;
}

#header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}

#header .main-menu ul::-webkit-scrollbar {
  display: none;
}

#header .main-menu ul li {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#header .main-menu ul li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  padding: 0px 20px;
  text-decoration: none;
}

#header .main-menu ul li:first-child>a {
  padding-left: 0;
}



.usp-bar-wrap {
  padding: 10px 0;
  margin-bottom: 20px;
  background: #1d2851;
  margin-top: 20px;
}

.usp-bar-wrap.nomargin-usp {
  margin-top: 0px;
}

.usp-bar-wrap.nomargin-usp .usp-bar {
  padding: 0;
}

.usp-spacer {
  height: 20px;
}

.usp-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.usp-bar-wrap .usp-bar ul li {
  color: #fff;
}

.usp-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .85em;
  height: 40px;
  padding: 0px 30px;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.usp-bar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-bar ul li img {
  width: 20px !important;
  height: auto;
  margin-right: 10px;
}

.usp-bar ul li i {
  margin-right: 10px;
  font-size: .9em;
}

#header .main-menu ul li .mega-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  display: none;
  /*   background:#f7f7f7; */
  /*   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  z-index:-1; */
}

#header .main-menu ul li:hover .mega-menu {
  display: block;
}

#header .main-menu ul li .mega-menu .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px;
}

#header .main-menu ul li .mega-menu .menus .menu {
  padding: 30px;
  width: 20%;
}

#header .main-menu ul li .mega-menu .menus .menu ul {
  display: block;
  font-size: .95em;
  line-height: 1.7em;
}

#header .main-menu ul li .mega-menu .menus .menu ul li {
  display: block;
  height: auto;
}

#header .main-menu ul li .mega-menu .menus .menu ul li a {
  padding: 0;
  font-weight: normal;
}

#header .main-menu ul li .mega-menu .menus .menu .title {
  font-size: 1.15em;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

#header .main-menu ul ul.simple-menu {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  display: none;
}

#header .main-menu ul li:hover ul.simple-menu {
  display: block;
}

#header .main-menu ul li ul.simple-menu li {
  position: relative;
}

#header .main-menu ul li ul.simple-menu li .subs {
  padding: 0 5px;
  left: 100%;
  top: 0;
  position: absolute;
}

#header .main-menu ul li ul.simple-menu li ul {
  display: none;
}

#header .main-menu ul li ul.simple-menu li:hover ul {
  display: block;
}

#header .main-menu ul ul.simple-menu li {
  display: block;
  height: 40px;
  line-height: 40px;
}

#header .main-menu ul ul.simple-menu li a {
  padding: 0;
  white-space: nowrap;
  padding: 0px 20px;
}

#header .vertical-menu-btn {
  height: 45px;
  font-size: .95em;
}

/* #header .vertical-menu-btn.active {
  border-radius:5px 5px 0 0;
} */

#header .vertical-menu-btn i {
  margin-left: 7px;
}

#header .vertical-menu-wrap .btn-wrap {
  position: relative;
}

#header .vertical-menu-wrap.active .btn-wrap {
  z-index: 9999;
}

#header .vertical-menu {
  position: absolute;
  left: -5px;
  top: 100%;
  color: #000;
  font-weight: 500;
  font-size: .95em;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu.active {
  opacity: 1;
  visibility: visible;
}

#header .vertical-menu a {
  color: inherit;
  text-decoration: none;
}

#header .vertical-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  width: 300px;
  padding: 15px 0px;
  background: #fff;
  border-radius: var(--border_radius);
}

#header .vertical-menu ul li {
  padding: 0px 15px;
  position: relative;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: .85;
}

#header .vertical-menu ul li.subs-title {
  font-weight: bold;
}

#header .vertical-menu ul li:hover {
  opacity: 1;
}

#header .vertical-menu ul li:last-child>a {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

#header .vertical-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#header .vertical-menu ul li .category-wrap {
  display: flex;
  align-items: center;
}

#header .vertical-menu ul li img {
  width: 40px;
  margin-right: 10px;
  height: auto;
  border-radius: var(--border_radius);
}

#header .vertical-menu ul li .arrow-right {
  font-size: .75em;
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  margin-left: 10px;
}

#header .vertical-menu ul li:hover>a>.arrow-right {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#header .vertical-menu ul .subs {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 100%;
  top: -15px;
  padding: 0px 5px;
  /*   display:none; */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu ul li:hover>.subs {
  opacity: 1;
  visibility: visible;
}

#header .vertical-menu ul .subs .subs-title a {
  border: none;
  color: #f6836b;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.mobile-bar {
  display: none;
}

/* end header */

/* filters */
.filter-wrap {
  margin-bottom: 20px;
}

.filter-wrap:last-child {
  margin-bottom: 0;
}

.filter-wrap:first-child {
  margin-bottom: 20px;
}

.filters-top .filter-wrap {
  margin-bottom: 0;
}

.filter-wrap .filter-title {
  font-size: 1.14em;
  margin-bottom: 10px;
}

/* end filters */

/* cart popup */
.cart-wrap .title-small {
  margin-bottom: 30px;
}

.cart-wrap .cart-content:empty {
  display: none;
}

.cart-popup {
  display: none;
}

.cart-popup .cart-wrap {
  /* 	filter:blur(5px); */
  opacity: 0;
}

.cart-popup.loaded .cart-wrap {
  filter: none;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  /*   transition-delay:.3s; */
}

.fancybox-is-open .fancybox-bg {
  opacity: .4;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-timing-function: none;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-timing-function: none;
}

.fancybox-slide .cart-popup {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 30px;
  padding: 70px;
  border-radius: var(--border_radius);
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.cart-popup .fancybox-close-small {
  display: none;
}

.cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-wrap .totals-wrap {
  min-width: 420px;
  max-width: 420px;
}

.cart-wrap .totals {
  background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
  background: -webkit-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  color: #fff;
  padding: 44px 50px;
  border-radius: var(--border_radius);
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.cart-wrap .totals .title-small {
  color: #fff;
  text-align: center;
}

.cart-wrap .totals table {
  font-size: 1.15em;
  font-weight: 600;
  width: 100%;
}

.cart-wrap .totals table tr td {
  padding-top: 10px;
}

.cart-wrap .totals table tr td:last-child {
  text-align: right;
}

.cart-wrap .totals table tr:last-child td {
  padding-top: 20px;
  border-top: 1px solid #555555;
  font-size: 1.1em;
}

.cart-wrap .totals table tr:nth-last-child(2) td {
  padding-bottom: 20px;
}

.cart-wrap .totals .buttons {
  margin-top: 120px;
  margin-top: 80px;
}

.cart-wrap .totals .buttons .btn {
  margin-bottom: 10px;
  width: 100%;
}

.cart-wrap .totals .buttons .btn:last-child {
  margin-bottom: 0;
}

.cart-wrap .totals-wrap .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

.cart-wrap .totals-wrap .payments img {
  height: 37px;
}

.cart-wrap .table {
  padding-right: 80px;
}

.cart-wrap .table table {
  width: 100%;
}

.cart-wrap .table table .price-td {
  text-align: right;
  white-space: nowrap;
}

.cart-wrap .table table .image-wrap img {
  width: 100%;
}

.cart-wrap .table table .image-wrap {
  position: relative;
  width: 100px;
  border-radius: var(--border_radius);
  overflow: hidden;
  background: #fff;
}

.cart-wrap .table table .image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.cart-wrap .table table td {
  padding: 25px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.cart-wrap .table table .info-td {
  width: 100%;
}

.cart-wrap .table table .info {
  padding-left: 30px;
}

.cart-wrap .table table .info .title {
  font-size: 1.15em;
  font-weight: 600;
}

.cart-wrap .table table .cart-delete {
  font-size: 120%;
  display: block;
  margin-left: 20px;
  color: #f78d76;
}

.cart-wrap .table table .info .extra-info ul {
  font-size: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  line-height: 1.5em;
}

.cart-wrap .table table .info .brand {
  margin-bottom: 5px;
  font-size: .95em;
  opacity: .85;
}

.cart-wrap .table table .bundled ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -3px 0px;
  padding-top: 10px;
}

.cart-wrap .table table .bundled ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0px;
}

.cart-wrap .table table .bundled .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background: #eee;
  color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.cart-wrap .table table .bundled .title {
  font-size: .95em;
}

.cart-wrap .table table .bundled img {
  width: 50px;
  margin: 0px 5px;
  border-radius: var(--border_radius);
}

.cart-wrap .table table .price {
  padding-left: 50px;
  font-size: 1.3em;
  font-weight: 600;
}

.cart-wrap .table .input-wrap input {
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: var(--border_radius);
  margin: 0px 10px;
  padding: 0;
  text-align: center;
}

#cart-page .cart-wrap .table .input-wrap input {
  background: rgba(0, 0, 0, 0.03);
}

.cart-wrap .table .input-wrap .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-wrap .totals table .delete-discount {
  font-size: 70%;
  opacity: .5;
  display: block;
  margin-top: -1px;
}

#shipping-costs-popup {
  display: none;
}

.fancybox-slide #shipping-costs-popup {
  margin: 30px 0px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 420px;
  border-radius: var(--border_radius);
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

#shipping-costs-popup .fancybox-close-small {
  display: none;
}

#shipping-costs-popup .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

#shipping-costs-popup .input-wrap input {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin-right: 10px;
}

#shipping-costs-popup .title-small {
  margin-bottom: 50px;
}

#shipping-costs-popup .methods-block,
#shipping-costs-popup .no-shipments {
  margin-top: 20px;
}

#shipping-costs-popup .methods-title {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.cart-wrap .shipping-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-wrap .discount-block .btn {
  margin-left: 5px;
  width: 40px;
  padding: 0;
}

.cart-wrap .discount-block input {
  border: 1px solid rgba(0, 0, 0, .07);
}

/* end cart popup */


/* login popup */
#login-popup {
  display: none;
}

.fancybox-slide #login-popup {
  margin: 30px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 420px;
  border-radius: var(--border_radius);
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

#login-popup .fancybox-close-small {
  display: none;
}

#login-popup .title-small {
  margin-bottom: 40px;
}

#login-popup form input {
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
}

#login-popup form input:last-child {
  margin-bottom: 10px;
}

#login-popup .buttons {
  margin-top: 30px;
}

#login-popup .buttons .btn {
  margin-bottom: 10px;
  width: 100%;
}

#login-popup .buttons .btn:last-child {
  margin-bottom: 0;
}

#login-popup .options {
  margin-top: 70px;
  font-size: .9em;
}

#login-popup .options .or {
  display: block;
  opacity: .85;
  margin: 3px 0px;
}

#login-popup .options a {
  font-weight: bold;
}

/* end login popup */

/* messages */
.message-wrap {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99999999999;
  display: none;
}

.message-wrap.active {
  display: block;
}

.message-wrap .message {
  background: #fff;
  border-radius: var(--border_radius);
  padding: 20px;
  width: 350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap.active .message {
  -webkit-animation: jump 1s ease 0s 1 normal;
  animation: jump 1s ease 0s 1 normal;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.message-wrap .message .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: #aaa;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}

/* .message-wrap .message .icon.error {
	background:#eb5265;
}
.message-wrap .message .icon.success {
	background:#26c879;
}
.message-wrap .message .icon.info {
	background:#2980b9;
} */
.message-wrap .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* end messages */

/* mobile menu*/
.mobile-menu {
  display: none;
}

.mobile-popup.mobile-menu {
  background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
  background: -webkit-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  color: #fff;
  overflow-x: hidden;
}

.mobile-popup.mobile-menu .title-font {
  color: #fff;
}

.mobile-popup.mobile-menu .subs .subs-back i {
  font-size: .75em;
  margin-right: 10px;
}

.mobile-menu .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: bold;
  margin-bottom: 50px;
}

.mobile-menu .menu ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .menu ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .menu ul li a {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.mobile-menu .menu ul li.active>a {
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: var(--border_radius);
}

.mobile-menu .menu ul li .more-cats {
  font-size: .85em;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu .menu ul li.active>a .more-cats {
  color: #fff;
}

.mobile-menu .menu>ul:last-child li:last-child {
  border-bottom: none;
}

.mobile-menu .menu ul li.highlight a {
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: var(--border_radius);
  background: #505050;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-menu .menu ul li .user-circle {
  margin-right: 10px;
}

.mobile-menu .menu ul li .subs {
  position: absolute;
  left: 100%;
  top: 0;
  /*   padding: 25px 20px; */
  padding-bottom: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
  background: -webkit-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.mobile-menu .menu ul li .subs.active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mobile-menu .breads {
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  margin-bottom: 2px;
  opacity: .3;
}

@media (max-width:991px) and (min-width:768px) {
  .mobile-popup.mobile-menu {
    position: fixed;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    display: block;
    z-index: 999;
    right: 100%;
    width: 100%;
    z-index: 99;
    text-align: center;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-popup.open {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-menu .close-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
    padding: 0px 20px;
  }

  .mobile-menu .popup-inner {
    padding: 30px;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .mobile-menu .popup-inner .menu-wrap {
    position: relative;
    overflow: hidden;
  }

  .mobile-popup.mobile-menu .title-small {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* end */

/* Home players */
.home-players {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.home-players .title-featured {
  margin-bottom: 50px;
}

.home-players .title-featured .title-wrap {
  justify-content: center;

}

.home-players .title-featured .title {
  font-size: 3.125em;
  font-family: "Noto Serif", Helvetica, sans-serif;
  font-weight: 700;
  color: #1d2851;
  letter-spacing: 0px;
  color: #fff;
}

.home-players .slider-nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
}

.home-players .slider-nav a {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #1d2851;
  font-size: 1.6em;
}

.home-players .slider-nav li {
  padding: 0px 5px;
}

.home-players .bg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.home-players .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.home-players .players-wrap {
  margin: -10px;
}

.home-players .players-wrap .players-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-players .players-wrap .player {
  padding: 10px;
  display: block;
  /*   width: calc(100% / 6); */
  /*   pointer-events: none; */
}

.home-players .players-wrap .player .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.7);
}

.home-players .players-wrap .player .text-wrap {
  padding: 30px;
  padding-bottom: 5px;
  width: 100%;
}

.home-players .players-wrap .player .text-wrap .position {
  color: #fff;
  opacity: .7;
}

.home-players .players-wrap .player .text-wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: bold;
  font-size: 1.563em;
  margin-bottom: 5px;
}

.home-players .players-wrap .player .text-wrap .number {
  color: #FFE700;
  font-size: 3.125em;
}

.home-players .players-wrap .player img {
  width: 100%;
}

.home-players .btn-wrap {
  margin-top: 50px;
}

.home-players .players-slider .owl-stage-outer .owl-stage,
.home-players .players-slider .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-players .players-slider .owl-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.home-players .players-slider .owl-item .item .player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.home-players .players-slider .owl-item .item .player:hover {
  text-decoration: none;
}

.home-players .players-slider .owl-item .item .player .inner {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  /*   .home-players .players-wrap .player {
  	width: 100%;
  } */
}

@media (max-width: 1199px) {
  .home-players .btn-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .home-players .players-wrap .player .text-wrap .name {
    font-size: 1.3em;
  }

  .home-players .players-wrap .player .text-wrap {
    padding: 20px;
    padding-bottom: 5px;
  }

  .home-players .players-wrap {
    margin: -5px;
  }

  .home-players .players-wrap .player {
    padding: 5px;
  }
}

/* End home players */

/* banners */
.grid-row {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
}

.grid-col {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-banners .banner a {
  text-decoration: none;
}

.home-banners .banner {
  background: #aaa;
  border-radius: var(--border_radius);
  overflow: hidden;
  /*   height:100%; */
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.home-banners .banner .vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border_radius);
  background: #eee;
}

.home-banners .banner .vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: var(--border_radius);
}

.home-banners .banner .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  position: relative;
  border-radius: var(--border_radius);
}

.home-banners .banner .overlay.text-place-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-banners .banner .overlay.text-place-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-banners .banner .overlay.text-place-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banners .banner .overlay.align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-banners .banner .overlay.align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-banners .banner .overlay.align-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-banners .banner .overlay.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-banners .banner .overlay.top-to-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+33,000000+100&0.59+0,0+33,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), color-stop(33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.home-banners .banner .overlay.bottom-to-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+66,000000+100&0+0,0+66,0.59+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.59)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#96000000', GradientType=0);
  /* IE6-9 */
}

.home-banners .banner .overlay.left-to-right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+100&0.7+0,0.3+60,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.home-banners .banner .overlay.right-to-left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+40,000000+100&0+0,0.3+40,0.7+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=1);
  /* IE6-9 */
}

.home-banners .banner .overlay.filling {
  background: rgba(0, 0, 0, 0.3);
}

.home-banners .banner .subtitle {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px rgb(0 0 0 / 28%);
}

.home-banners .banner .title {
  font-size: 1.8em;
  color: #fff;
  text-shadow: 2px 2px rgb(0 0 0 / 28%);
}

.home-banners .banner .title.with-timer {
  margin-bottom: 15px;
}

.home-banners .banner .button {
  margin-top: 40px;
  max-width: 100%;
}

.home-banners .banner .btn {
  background: #fff;
  color: #000;
  height: 40px;
  width: auto;
  font-size: .9em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
}

.home-banners.grid-v1 .grid-1 {
  width: 22%;
}

.home-banners.grid-v1 .grid-2 {
  width: 50%;
}

.home-banners.grid-v1 .grid-3 {
  width: 28%;
}

.home-banners.grid-v1 .banner-1 {
  height: 590px;
}

.home-banners.grid-v1 .banner-2,
.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4,
.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
  height: 295px;
}

.home-banners.grid-v1 .banner-1 {
  width: 100%;
}

.home-banners.grid-v1 .banner-2 {
  width: 100%;
}

.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4 {
  width: 50%;
}

.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
  width: 100%;
}

.home-banners.grid-v2 .grid-1 {
  width: 38%;
}

.home-banners.grid-v2 .grid-2 {
  width: 22%;
}

.home-banners.grid-v2 .grid-3 {
  width: 40%;
}

.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2,
.home-banners.grid-v2 .banner-4,
.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
  height: 295px;
}

.home-banners.grid-v2 .banner-3 {
  height: 590px;
}

.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2 {
  width: 100%;
}

.home-banners.grid-v2 .banner-3 {
  width: 100%;
}

.home-banners.grid-v2 .banner-4 {
  width: 100%;
}

.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
  width: 50%;
}

.home-banners.grid-v3 .grid-1 {
  width: 30%;
}

.home-banners.grid-v3 .grid-2 {
  width: 70%;
}

.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3,
.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
  height: 295px;
}

.home-banners.grid-v3 .banner-1 {
  height: 590px;
}

.home-banners.grid-v3 .banner-1 {
  width: 100%;
}

.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3 {
  width: 50%;
}

.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
  width: 33.3333%;
}

.home-banners.grid-second-block .banner-7,
.home-banners.grid-second-block .banner-8 {
  height: 350px;
  width: 50%;
}



.grid-20 {
  width: 20%;
}

.grid-25 {
  width: 25%;
}

.grid-30 {
  width: 30%;
}

.grid-33 {
  width: 33.33333%;
}

.grid-66 {
  width: 66.66666%;
}

.grid-50 {
  width: 50%;
}

.grid-75 {
  width: 75%;
}

.banner-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -3px;
  font-size: 18px;
  font-weight: bold;
}

.banner-timer .block {
  padding: 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.banner-timer .block .digit {
  width: 20px;
  height: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5px;
  border-radius: var(--border_radius);
  color: #000;
  padding-top: 2px;
}

.banner-timer .block .time-title {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 6.5px;
  margin-top: 3px;
}

/* end banners */

/* categories */
.categories {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.categories .category {
  padding: 10px;
}

.categories .categories-slider .category.layout-2 {
  height: 100%;
}

.categories .category img {
  width: 100%;
}

.categories .category .cat-inner {
  border-radius: var(--border_radius);
  overflow: hidden;
  position: relative;
}

.categories .category.layout-2 .cat-inner {
  height: 100%;
}

.categories .category.layout-2 .cat-inner {
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}

.categories .category.layout-2 img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}

.categories .category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), color-stop(29%, rgba(0, 0, 0, 0.23)), to(rgba(0, 24, 110, 0.00)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.23) 29%, rgba(0, 24, 110, 0.00) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.23) 29%, rgba(0, 24, 110, 0.00) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.23) 29%, rgba(0, 24, 110, 0.00) 100%);
  color: #fff;
}

.categories .category .title {
  color: #fff;
  font-size: 1.42em;
  margin-top: 20px;
}

.categories .category.layout-2 a {
  text-decoration: none;
  height: 100%;
}

.categories .category.layout-2 .title {
  color: inherit;
  text-decoration: none;
}

.categories .category .count {
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-top: 3px;
}

.categories-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

/* end categories */

/* products */
.tabs-wrap .pages .page {
  display: none;
}

.tabs-wrap .pages .page.active {
  display: block;
}

.home-products .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -5px;
  padding-bottom: 15px;
}

.home-products .tabs li {
  display: inline-block;
  padding: 5px;
}

.home-products .tabs li a {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

.home-products .tabs li a:hover {
  background: rgba(0, 0, 0, 0.3);
}



.products {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.products .product,
.products .product-list {
  padding: 15px;
}

.products .product-list .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: var(--border_radius);
}

.products .product .stars,
.products .product-list .stars {
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -2px;

}

.products .product .stars i,
.products .product-list .stars i {
  margin: 2px;
}

.products .product a,
.products .product-list a {
  text-decoration: none;
}

.products .product .image-wrap {
  position: relative;
  overflow: hidden;
}

.products .product .image-wrap .img-wrap {
  display: block;
  position: relative;
  background: #fff;
}

.products .product .image-wrap .img-wrap .sec {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  padding: 10%;
  background: #fff;
}

.products .product .image-wrap .variants ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.products .product .image-wrap .variants ul li {
  padding: 2px;
}

.products .product .image-wrap .variants ul li a {
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: var(--border_radius);
  border: 1px solid #eee;
}

.products .product .image-wrap .variants ul li a.not-av {
  opacity: .5;
  background: #f7f7f7;
}

.products .product .image-wrap .more-images,
.products .product .image-wrap .variants {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-top: 1px solid rgba(0, 0, 0, .07);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.products .product.has-more:hover .image-wrap .more-images,
.products .product.variants-loaded:hover .image-wrap .variants {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.products .product .image-wrap .more-images .images {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .product .image-wrap .more-images .image-col {
  width: 25%;
  padding: 10px;
}

.products .product .image-wrap .more-images .image .wrap {
  position: relative;
  padding: 5%;
  border-radius: var(--border_radius);
  overflow: hidden;
  cursor: pointer;
}

.products .product .image-wrap .more-images .image .wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.products .product .image-wrap .more-images .image img {
  width: 100%;
  opacity: .6;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.products .product .image-wrap .more-images .image.active img {
  opacity: 1;
}

.products .product.has-sec:hover .image-wrap .img-wrap .sec {
  opacity: 1;
}

.products .product .buttons,
.products .product-list .buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -6px;
  font-size: 16px;
}

.products .product .buttons .button,
.products .product-list .buttons .button {
  padding: 6px;
  opacity: .5;
}

.products .product .buttons .button:hover,
.products .product-list .buttons .button:hover {
  opacity: 1;
}

.products .product .buttons .button.text-button,
.products .product-list .buttons .button.text-button {
  display: none;
}

.products .product:hover .buttons .button.text-button,
.products .product-list:hover .buttons .button.text-button {
  display: block;
}

.products .product:hover .buttons .button.text-button .show-btn,
.products .product-list:hover .buttons .button.text-button .show-btn {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 7px;
  background: #aaa;
  border-radius: var(--border_radius);
  display: inline-flex;
  color: #fff;
}

.products .product .add-to-wishlist.in-wishlist,
.products .product .add-to-wishlist.in-wishlist:hover,
.products .product-list .add-to-wishlist.in-wishlist,
.products .product-list .add-to-wishlist.in-wishlist:hover {
  color: #ef5361;
}

.add-to-wishlist.in-wishlist i:before {
  content: "\6c";
}

.products .product .product-inner {
  background: #FFFFFF;
  border-radius: var(--border_radius);
  overflow: hidden;
}

/*  {
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
	        box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
} */

.products .product .product-inner.border-allways,
.products .product-list .product-inner.border-allways {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}

.products .product:hover .product-inner.border-on-hover,
.products .product-list:hover .product-inner.border-on-hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}

.products .product .img-wrap {
  padding: 10%;
  background: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  overflow: hidden;
}

.products .product-list .img-gray .img-wrap {
  position: relative;
  display: block;
  padding: 10%;
  overflow: hidden;
  border-radius: var(--border_radius);
}

.products .product .img-wrap img {
  width: 100%;
}

.products .product .img-gray .img-wrap,
.products .product .product-inner.no-border .img-wrap,
.products .product .product-inner.border-on-hover .img-wrap {
  border: none;
  /*   margin-bottom:20px; */
}

.products .product .img-gray .img-wrap:after,
.products .product-list .img-gray .img-wrap:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.products .product-list .image-wrap {
  min-width: 200px;
  max-width: 200px;
  margin-right: 15px;
  position: relative;
  background: #fff;
}

.products .product-list .image-wrap img {
  width: 100%;
}

.products .product .info {
  padding: 20px;
}

.products .product-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 10px 0px;
}

.products .product .product-inner.no-border .info {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.products .product .info .product-brand,
.products .product-list .info .product-brand {
  display: block;
  font-size: .9em;
  font-weight: bold;
}

.products .product .info .title,
.products .product-list .info .title {
  margin-bottom: 5px;
  display: block;
  line-height: 1.5em;
  overflow: hidden;
}

.products .product .info .title.one-line,
.products .product-list .info .title.one-line {
  height: 1.5em;
}

.products .product .info .title.two-lines,
.products .product-list .info .title.two-lines {
  height: 3em;
}

.products .product .info .title.three-lines,
.products .product .info-list .title.two-lines {
  height: 4.5em;
}

.products .product .info .description,
.products .product-list .info .description {
  font-size: .85em;
  line-height: 1.6em;
  overflow: hidden;
  height: 4.8em;
  margin-top: 5px;
}

.products .product-list .info .description {
  height: auto;
}

.products .product .info .description.one-line {
  height: 1.6em;
}

.products .product .info .description.two-lines {
  height: 3.2em;
}

.products .product .info .description.three-lines {
  height: 4.8em;
}

.products .product .info .price,
.products .product-list .info .price {
  margin-top: 10px;
  font-size: .95em;
  font-weight: bold;
}

.products .product .info .price .old-price .price-inner,
.products .product-list .info .price .old-price .price-inner {
  margin-right: 10px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 90%;
}

.products .product .info .price .old-price .price-inner:empty,
.products .product-list .info .price .old-price .price-inner:empty {
  display: none;
}

.products .product .info .price .legal,
.products .product-list .info .price .legal {
  font-weight: normal;
  font-size: 11px;
  opacity: .5;
}

.products .product .info .price .srp,
.products .product-list .info .price .srp {
  margin-left: 5px;
  font-weight: normal;
  font-size: 11px;
  opacity: .5;
}

.products .product .info .compare,
.products .product-list .info .compare {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products .product .info .compare .ui.checkbox,
.products .product-list .info .compare .ui.checkbox {
  padding: 0;
}

.products .product .product-labels,
.products .product-list .product-labels {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products .product .product-label,
.products .product-list .product-label {
  height: 20px;
  background: #aaa;
  color: #fff;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  font-weight: 800;
  margin-right: 5px;
  border-radius: var(--border_radius);
}

.products .product .product-label:empty,
.products .product-list .product-label:empty {
  display: none;
}

.products .product .product-label:last-child,
.products .product-list .product-label:last-child {
  margin-right: 0;
}

.quickview-popup {
  display: none;
}

/* .quickview-popup .fancybox-close-small {
	display:none;
} */
.fancybox-slide>.quickview-popup {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  padding: 50px;
  border-radius: var(--border_radius);
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-detail .images-wrap {
  min-width: 450px;
  max-width: 450px;
  margin-right: 100px;
}

.product-detail .info {
  flex-grow: 10;
}

.product-detail .top-info .product-title {
  font-size: 1.8em;
  margin: 0;
}

.product-detail .top-info .product-brand {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
}

.product-detail .top-info .stars-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
}

.product-detail .top-info .stars {
  white-space: nowrap;
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -2px;
  font-size: 1.15em;

}

.product-detail .top-info .stars i {
  margin: 2px;
}

.product-detail .info .price-stock {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .info .stock {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 3px;
  font-family: 'Montserrat', sans-serif;
}

.product-detail .info .stock i {
  margin-right: 7px;
}

.product-detail .top-info .product-code .title {
  font-weight: normal;
}

.product-detail .top-info .product-code {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
}

.product-detail .info .product-delivery {
  margin-bottom: 20px;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
}

.product-detail .info .product-delivery i {
  margin-right: 7px;
}

.product-detail .info .price {
  font-size: 2em;
  font-weight: bold;
}

.product-detail .info .product-description {
  line-height: 2em;
  margin-bottom: 20px;
  font-size: .97em;
  margin-bottom: 30px;
}

/* .product-detail .info .product-description p {
	margin:0;
} */
.product-detail .info .product-description a {
  text-decoration: underline;
}

.product-detail .info .price .old-price {
  font-size: 80%;
  opacity: .5;
  text-decoration: line-through;
  position: relative;
}

.product-detail .info .price .old-price .price-wrap {
  margin-right: 10px;
}

.product-detail .info .price .old-price .price-wrap:empty {
  display: none;
}

.product-detail .info .price .new-price small,
.product-detail .info .price .old-price small {
  font-size: 50%;
  opacity: .5;
  margin-left: 5px;
}

.product-detail .info .price .legal {
  font-weight: normal;
  font-size: 12px;
  opacity: .5;
}

.product-detail .info .price .unit-price {
  font-size: 13px;
}

.product-detail .info .price .srp {
  font-weight: normal;
  font-size: 12px;
  opacity: .5;
  margin-left: 5px;
}

.product-detail .order-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.product-detail .order-countdown .icon {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background: #eee;
  font-size: 30px;
  margin-right: 15px;
}

.product-detail .order-countdown .subtitle {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 3px;
}

.product-detail .order-countdown .title {
  font-size: 1.1em;
}

.input-wrap .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrap .change a {
  text-decoration: none;
}

.input-wrap .change input {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0px 5px;
  margin: 0px 10px;
  background: #f7f7f7;
  border-radius: var(--border_radius);
}

.product-detail .info .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .info .input-wrap {
  margin-right: 40px;
}

.product-detail .info .cart .add-cart {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.product-detail .info form {
  margin-top: 40px;
}

.product-detail .info .share-compare {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .info .compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-detail .info .share-compare .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .7;
}

.product-detail .info .share-compare .share label {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-right: 7px;
  margin-bottom: 0;
}

.product-detail .info .share-compare .share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail .info .share-compare .share ul li {
  margin-left: 10px;
  font-size: 16px;
}

.product-detail .info .cart .add-wish {
  padding: 0px;
  width: 50px;
  height: 50px;
  background: #f7f7f7;
  margin-left: 20px;
}

.product-detail .info .product-option .options {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .info .product-option .options .option {
  padding: 10px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
}

.product-detail .info .product-option {
  margin-bottom: 30px;
}

.product-detail .info .product-option label {
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
}

.product-detail .info .product-option .ui.selection.dropdown {
  height: 50px;
  border: none !important;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .product-option .product-configure-variants,
.product-detail .product-option .product-configure-custom-option {
  margin-top: 20px;
}

.product-detail .product-option input[type="text"] {
  outline: none;
  height: 50px;
  padding: 0px 15px;
  border: none;
  border-radius: var(--border_radius);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 5px 0px;
}

.product-detail .product-option textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 150px;
  min-height: 150px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: var(--border_radius);
  padding: 15px;
  margin: 5px 0px;
}

.product-detail .images .image {
  padding: 10%;
  background: #fff;
  overflow: hidden;
  border-radius: var(--border_radius);
  position: relative;
}

.product-detail .images .thumbs .image {
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.product-detail .images .thumbs .image.active,
.product-detail .images .thumbs .image:hover {
  opacity: 1;
}

.product-detail .images .image.img-gray:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.product-detail .images .image.img-border {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.product-detail .images .quickview-thumbs,
.product-detail .images .product-thumbs {
  margin-top: 10px;
}

#productpage .product-images-wrap {
  position: relative;
}

#productpage .product-images-wrap .personalize-image,
.home-shirts .personalize-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f7f7f7;
}

.personalize-image.mobile {
  position: relative;
  padding: 10px;
  border-top: 1px solid #eee;
}

.personalize-image .text-wrap {
  text-align: center;
  position: absolute;
  bottom: 13%;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -1%;
  color: #192244;
  opacity: 1;
  pointer-events: none;
  /*   width:45%; */
}

.personalize-image .text-wrap.blauw {
  color: #192244;
  -webkit-text-stroke: 1px white;
}

.personalize-image .text-wrap.wit {
  color: #fff;
  -webkit-text-stroke: none;
}

.personalize-image .text-wrap.zwart {
  color: #000;
  -webkit-text-stroke: 1px white;
}

.personalize-image .hide-personalize-image {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
}

.personalize-image .text-wrap .name {
  font-family: 'gravtrac', Helvetica, sans-serif;
}

.personalize-image .text-wrap .number {
  font-family: 'Univers Condensed', Helvetica, sans-serif;
  font-weight: bold;
}

/* Thuistenue */
.personalize-image .text-wrap.thuis .name,
.personalize-image .text-wrap.thuis .number {
  color: #1D2851;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/* Uittenue */
.personalize-image .text-wrap.uit .name,
.personalize-image .text-wrap.uit .number {
  color: #fff;
  text-shadow: -1px 0 #002361, 0 1px #002361, 1px 0 #002361, 0 -1px #002361;
}

/* Derde tenue */
.personalize-image .text-wrap.derde .name {
  color: #FE5000;
}

.personalize-image .text-wrap.derde .number {
  color: #FE5000;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 #002361, 0 -1px white;
}

.personalize-image .name {
  font-size: 2.8em;
  margin-top: 10%;
  line-height: calc(4*16px);
  margin-bottom: 20px;
  min-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 7px;
  /*   width:100%; */
}

.personalize-image .number {
  font-size: 9em;
  line-height: 1.1;
  height: 1em;
}

#productpage .product-detail .product-configure .personalization-wrap {
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
}

#productpage .product-detail .product-configure .personalization-wrap .top-wrap {
  border-bottom: 1px solid #eee;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#productpage .product-detail .product-configure .personalization-wrap .top-wrap .title {
  font-weight: bold;
}

#productpage .product-detail .product-configure .personalization-wrap .top-wrap .title span {
  color: #C0A059;
}

#productpage .product-detail .product-configure .personalization-wrap .top-wrap .subtitle {
  opacity: .5;
  font-size: 0.875em;
}

#productpage .product-detail .product-configure .personalization-wrap .top-wrap .price-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  padding: 0 13px;
  white-space: nowrap;
  background: #d49027;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: 10px;
}

#productpage .product-detail .product-configure .personalization-wrap .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#productpage .product-detail .product-configure .personalization-wrap .inputs-wrap input {
  border: none;
  width: auto;
}

#productpage .product-detail .product-configure .personalization-wrap .inputs-wrap input[name="name"] {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

#productpage .product-detail .product-configure .personalization-wrap .inputs-wrap input[name="number"] {
  border-left: 1px solid #eee;
  width: 170px;
}

.personalize-image img {
  width: 100%;
}

.product-detail .info .discounts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
}

.product-detail .info .discounts ul li {
  background: #fff;
  padding: 10px 15px;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 5px;
}

.product-detail .info .discounts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .info .discounts .discount-label {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  border-radius: var(--border_radius);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  white-space: nowrap;
  margin-left: 10px;
}

/* end products */

/* BLOG */
.blog-articles {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.regular-articles .blog-articles {
  display: block;
}

.blog-articles .blog-article {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.regular-articles .blog-articles .blog-article {
  display: block;
}

.blog-articles .blog-article .image-wrap {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.regular-articles .blog-articles .blog-article .image-wrap {}

.blog-articles .blog-article .image {
  min-height: 280px;
  border-radius: var(--border_radius);
  width: 100%;
}

.blog-articles .blog-article .title {
  font-size: 2.5em;
  text-decoration: none;
}

.blog-articles .blog-article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.blog-articles .blog-article .title,
.blog-articles .blog-article .summary,
.blog-articles .blog-article .date,
.blog-articles .blog-article .image-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.blog-articles .blog-article .image-wrap {
  margin-top: 40px;
}

.blog-articles .blog-article:nth-child(even) .image-wrap,
.regular-articles .blog-articles .blog-article .image-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-bottom: 40px;
}

.blog-articles .blog-article .date,
.complete-article .date {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px;
}

.blog-articles .blog-article .title {
  line-height: 1.3em;
  margin-bottom: 20px;
}

.blog-articles .blog-article .summary {
  line-height: 2em;
  font-size: .97em;
}

.blog-articles .blog-article .read-more {
  font-weight: bold;
  font-size: .9em;
}

.blog-articles .blog-article .read-more:hover {
  text-decoration: underline;
}

#blog .regular-articles {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#blog {
  padding-bottom: 100px;
}

.recent-articles {
  margin: -10px;
}

.recent-articles .recent-article {
  padding: 10px;
}

.recent-articles .recent-article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recent-articles .recent-article .image-wrap {
  min-width: 75px;
  max-width: 75px;
  border-radius: var(--border_radius);
  margin-right: 15px;
  overflow: hidden;
  background: #fff;
}

.recent-articles .recent-article .image-wrap .no-image {
  background: #f7f7f7;
}

.recent-articles .recent-article .image-wrap .no-image:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.recent-articles .recent-article .info .date {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
}

.recent-articles-wrap {
  margin-bottom: 30px;
}

.complete-article .image,
.complete-article .no-image {
  border-radius: var(--border_radius);
}

.complete-article .no-image {
  background: #f7f7f7;
}

.complete-article .image:after,
.complete-article .no-image:after {
  content: '';
  display: block;
  padding-top: 40%;
}

.complete-article .article-title {
  margin: 0;
  margin-bottom: 10px;
}

.complete-article .image-wrap {
  margin-bottom: 30px;
  margin-top: 20px;
}

.write-comment .fields {
  margin: -10px;
}

.write-comment .fields .field {
  padding: 10px;
}

.write-comment .standard-input {
  width: 100%;
}

.write-comment textarea.standard-input {
  height: 150px;
  resize: none;
}

.write-comment .title,
#blog .comments-block .title {
  margin-bottom: 30px;
}

#blog .comments-block {
  margin-bottom: 50px;
}

#blog .comments {
  margin: -10px;
}

#blog .comments .comment {
  padding: 10px;
}

#blog .comments .comment .comment-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#blog .comments .comment .content {
  margin-top: 10px;
}

#blog .comments .comment .date {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

#blog .comments .comment .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blog .share {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#blog .share .title {
  margin-right: 20px;
}

#blog .share ul li {
  font-size: 20px;
  margin-right: 15px;
}

#blog .share {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#blog .share ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#blog .share ul li a.facebook {
  color: #3b5998;
}

#blog .share ul li a.twitter {
  color: #55acee;
}

#blog .share ul li a.google {
  color: #dd4b39;
}

#blog .share ul li a.pinterest {
  color: #cb2027;
}

#blog .complete-article {
  margin-bottom: 50px;
}

#blog .complete-article .date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#blog .complete-article .date-author .date {
  margin-right: 15px;
  margin-bottom: 0;
}

#blog .complete-article .date-author .author {
  font-size: .9em;
}

/* END BLOG */

/* GENERAL CONTENT */
.general-content p {
  line-height: 2em;
  margin-bottom: 20px;
  font-size: .97em;
}

.general-content h1,
.general-content .h1 {
  font-size: 2.2em;
}

.general-content h2,
.general-content .h2 {
  font-size: 2.0em;
}

.general-content h3,
.general-content .h3 {
  font-size: 1.8em
}

.general-content h4,
.general-content .h4 {
  font-size: 1.6em;
}

/* END GENERAL CONTENT */


/* FOOTER */
#footer .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -15px;
}

#footer .columns .col {
  padding: 15px;
}

#footer .columns .col:first-child {
  margin-right: 50px;
}

#footer .main-footer {
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  line-height: 2em;
  font-size: .97em;
}

#footer .main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

#footer .main-footer .footer-title {
  margin-top: 20px;
  font-size: 1.4em;
  line-height: normal;
  margin-bottom: 15px;
}

#footer .footer-title .plus {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#footer .main-footer .footer-title.active .plus {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#footer .socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.03);
  margin-right: 10px;
  text-decoration: none;
}

#footer .socials a.tik-tok img {
  width: 10px;
  height: auto;
}

#footer .footer-logo {
  margin-top: 20px;
  margin-bottom: 15px;
}

#footer .newsletter {
  padding-bottom: 20px;
}

#footer .newsletter input {
  margin-right: 10px;
  width: 260px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: transparent;
}

#footer .footer-logo.small-logo img {
  height: 30px;
}

#footer .footer-logo.medium-logo img {
  height: 50px;
}

#footer .footer-logo.large-logo img {
  height: 70px;
}

#footer .bottom-footer {
  padding: 5px 0px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#footer .bottom-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .bottom-footer .payments img {
  height: 32px;
  border-radius: var(--border_radius);
  padding: 2px;
  margin-left: 3px;
}

#footer .bottom-footer .payments a {
  text-decoration: none;
}

#footer .bottom-footer .copyright {
  font-size: .85em;
  padding: 10px 0px;
}

/* END FOOTER */

/* collection */
.breadcrumbs {
  margin-bottom: 20px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs i {
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 85%;
  margin-top: -2px;
}

#collection-page,
#catalog-page,
#cart-page {
  padding-bottom: 100px;
}

.collection-content.on-top {
  margin-bottom: 30px;
}

.collection-content.on-bottom {
  margin-top: 30px;
}

.collection-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-content .image {
  min-width: 170px;
  max-width: 170px;
  margin-right: 20px;
}

.collection-content .image img {
  width: 100%;
  border-radius: var(--border_radius);
}

.collection-content .info .title {
  margin-top: 0;
}

.collection-sort .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: .9em;
}

.collection-sort .sort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-sort .open-filters {
  margin-right: 20px;
}

.collection-sort .ui.selection.dropdown {
  width: auto;
  min-width: 75px;
}

.collection-sort.on-top {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-bottom: 30px;
}

.collection-sort.on-bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  margin-top: 30px;
}

.collection-sort .grid-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px;
}

.collection-sort .grid-list input[type="radio"] {
  display: none;
}

.collection-sort .grid-list ul li {
  padding: 5px;
}

.collection-sort .grid-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--border_radius);
  cursor: pointer;
}

.collection-sort .items-per-page {
  margin-right: 20px;
}

.collection-sort .items-per-page .show-label {
  margin-right: 10px;
}

.collection-sort .pager-text {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.collection-spinner-more {
  margin-top: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.03);
  padding: 15px;
  text-align: center;
  border-radius: var(--border_radius);
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.custom-pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -2px;
}

.custom-pager ul li a {
  margin: 2px;
  height: 40px;
  padding: 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--border_radius);
  text-decoration: none;
}

.custom-pager ul li.active a {
  font-weight: bold;
}

.custom-pager ul li a.disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .5;
}

/* .sidebar .sb-cats,
.sidebar .tags-wrap {
	padding:30px 25px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  border-radius: var(--border_radius);
  margin-bottom:20px;
} */
.active-filters-box {
  margin-top: -20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-filters-box .filters-label {
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.active-filters {
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.active-filters .active-filter {
  padding: 3px;
}

.active-filters .active-filter a {
  text-decoration: none;
}

.active-filters .active-filter label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  /* color: #fff !important; */
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0;
}

.active-filters .active-filter input {
  display: none;
}

.active-filters .active-filter i {
  margin-left: 7px;
}

.active-filters .active-filter i.sm {
  margin-bottom: -.3em;
}

.block-shadow {
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: var(--border_radius);
  margin-bottom: 20px;
}

.sidebar .sidebar-title {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.sidebar .sb-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .95em;
  font-weight: bold;
}

.sidebar .sb-cats ul ul {
  padding-left: 10px;
  padding-bottom: 5px;
  display: none;
  font-weight: normal;
}

.sidebar .sb-cats ul ul.active {
  display: block;
}

.sidebar .sb-cats ul ul li {
  opacity: .85;
}

.sidebar .sb-cats ul li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar .sb-cats ul li a {
  display: block;
  padding: 10px 0px;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  text-decoration: none;
}

.sidebar .sb-cats ul ul li a {
  padding: 5px 0px;
}

.sidebar .sb-cats ul li .inner {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar .sb-cats ul li:first-child .inner {
  border-top: 0;
}

.sidebar .sb-cats ul ul li .inner {
  border: none;
}

.sidebar .sb-cats .more-cats {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: 20px;
  padding: 0px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .sb-cats .more-cats i {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidebar .sb-cats li.active>.inner .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* .sidebar .sidebar-filters,
.filters-top,
.sidebar .newsletter-wrap {
	padding:30px 25px;
  background:rgba(0,0,0,0.03);
  border-radius: var(--border_radius);
  margin-bottom:20px;
} */
.block-gray {
  padding: 30px 25px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--border_radius);
  margin-bottom: 20px;
}

.sidebar .newsletter-wrap p {
  line-height: 2em;
  margin-bottom: 20px;
  font-size: .97em;
  margin-top: -10px;
}

.sidebar .newsletter-wrap input {
  margin-right: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #fff;
  margin-bottom: 10px;
}

.price-filter {
  padding-bottom: 15px;
  padding-top: 5px;
  max-width: 300px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 3px;
  border: none;
  margin: 0px;
  position: relative;
  /*
  background-color: #f7f7f7;
  */
}

.collection-filter-price .ui-slider-range {
  background-color: #f26823;
  border: none;
  margin: 0;
  position: absolute;
  height: 100%;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -6px;
  cursor: col-resize;
  border: none;
  background: #fff;
  border: 2px solid #fff;
  outline: none;
  z-index: 9;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.collection-filter-price .ui-slider-handle:last-child {
  margin-left: -10px;
}

.collection-filter-price:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
}

.collection-filter-price .ui-slider-range {
  background-color: rgba(0, 0, 0, 0.15);
}

.price-filter-range {
  margin-top: 10px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.filter-style-tags .ui.checkbox .box:before,
.filter-style-tags .ui.checkbox label:before,
.filter-style-tags .ui.checkbox .box:after,
.filter-style-tags .ui.checkbox label:after {
  display: none;
}

.filter-style-tags .filter-items {
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-style-tags .ui.checkbox {
  padding: 3px;
}

.filter-style-tags .ui.checkbox label,
.filter-style-tags .ui.checkbox+label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  /*   color:#fff !important; */
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.filters-top {
  display: none;
}

.filters-top.active {
  display: block;
}

.filters-top .filter-row {
  margin: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters-top .filter-col {
  padding: 25px;
  min-width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar .recent-products-wrap {
  /* 	margin-top:50px; */
  margin-bottom: 30px;
}

.recent-products {
  margin: -5px;
  font-size: .95em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recent-products .recent-product a {
  text-decoration: none;
}

.recent-products .recent-product {
  padding: 5px;
}

.recent-products .recent-product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recent-products .recent-product.border-allways .inner {
  /* 	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
	        box-shadow: 0 0 6px 0 rgba(0,0,0,0.10); */
  padding: 10px;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.recent-products .recent-product .image-wrap {
  min-width: 75px;
  max-width: 75px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: var(--border_radius);
  background: #fff;
}

.recent-products .recent-product.img-gray .image-wrap {
  padding: 10px;
}

.recent-products .recent-product.img-gray .image-wrap:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.recent-products .recent-product .image-wrap img {
  width: 100%;
}

.recent-products .recent-product .price {
  margin-top: 3px;
  font-size: .95em;
  font-weight: bold;
}

.recent-products .recent-product .price .old-price {
  margin-right: 5px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 90%;
  opacity: .7;
}

.recent-products .recent-product .title {
  display: block;
  line-height: 1.5em;
  overflow: hidden;
}

.recent-products .recent-product .link {
  font-weight: bold;
  font-size: .9em;
  margin-top: 7px;
}

.tags {
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags .tag {
  padding: 3px;
}

.tags .tag a {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

/* end collection */

/* Productpage */
#productpage {
  padding-bottom: 100px;
}

#productpage .breadcrumbs {
  margin: 20px 0px;
}

#productpage .product-detail-outer {
  background: #fff;
}

#productpage .product-detail-wrap {
  background: rgba(0, 0, 0, 0.03);
}

#productpage .product-detail {
  padding: 50px 0px;
  padding-top: 20px;
}

#productpage .product-detail .input-wrap .change input,
#productpage .product-detail .info .cart .add-wish,
#productpage .product-detail .info .product-option .ui.selection.dropdown {
  background: #fff;
}

#productpage .product-detail select {
  width: 100%;
  height: 50px;
  opacity: 0;
}

#productpage .content-block {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#productpage .content-block .content-right {
  min-width: 570px;
  max-width: 570px;
  margin-left: 50px;
}

.productpage-block {
  margin-top: 100px;
}

.general-content.product-content h1 {
  font-size: 1.7em;
}

.general-content.product-content h2 {
  font-size: 1.5em;
}

.general-content.product-content h3 {
  font-size: 1.3em
}

.general-content.product-content h4 {
  font-size: 1.1em;
}

#productpage .content-block .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#productpage .specs,
#productpage .product-content,
#productpage .related-products,
#productpage .product-tags {
  margin-bottom: 50px;
}

#productpage .product-content {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

#productpage .specs {
  font-size: .95em;
}

#productpage .specs .spec-table {
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: var(--border_radius);
  overflow: hidden;
}

#productpage .specs table {
  width: 100%;
}

#productpage .specs table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

#productpage .specs table tr td {
  padding: 10px 0px;
  padding-right: 30px;
}

#productpage .specs table tr td:first-child {
  padding-left: 30px;
}

#productpage .specs table tr td:last-child {
  padding-right: 30px;
}

#productpage .content-block .title-small {
  margin-bottom: 30px;
  margin-bottom: 20px;
}

#productpage .product-stars,
#productpage .product-stars .review-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#productpage .product-stars .review-summary {
  font-size: .85em;
}

#productpage .product-stars .review-summary .total-score {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  margin-left: 10px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}

#productpage .product-info .product-variants ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
  padding: 0;
  list-style: none;
}

#productpage .product-info .product-variants ul li {
  padding: 4px;
}

#productpage .product-info .product-variants ul li a {
  height: 44px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  border: 1px solid #eee;
  background: #fff;
  text-decoration: none;
}


#productpage .product-info .product-variants ul li a:hover {
  border-color: #aaa;
}

#productpage .product-info .product-variants ul li a.active {
  border: 2px solid #d49027;
  color: #d49027;
  font-weight: bold;
}

#productpage .product-info .product-variants ul li a.not-av {
  opacity: .5;
  background: #f7f7f7;
}

#productpage .product-info .option-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#productpage .product-info .option-label label {
  margin: 0;
}

#productpage .product-info .option-label .size-link {
  text-decoration: underline;
  color: #e63127;
  margin-left: 10px;
  font-size: 90%;
}

#productpage .product-configure-inner {
  margin: -10px;
}

#productpage .product-configure-inner .option-wrap {
  padding: 10px;
}

#productpage .product-configure-inner .option-wrap .custom-badge {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#productpage .product-configure-inner .option-wrap .custom-badge input {
  margin: 0;
  margin-right: 5px;
}

#productpage .product-configure-inner .option-wrap .custom-badge label {
  margin: 0;
  display: flex;
  align-items: center;
}

#productpage .product-configure-inner .option-wrap .custom-badge label img {
  max-width: 40px;
  margin-right: 10px;
  transform: translateZ(1px);
}

.product-reviews .summary {
  min-width: 400px;
  max-width: 400px;
  margin-right: 50px;
}

.product-reviews .overview {
  width: calc(100% - 450px);
}

.product-reviews .summary .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.product-reviews .summary .stars {
  font-size: 12px;
  margin: -1px;
}

.product-reviews .summary .stars i {
  padding: 1px;
}

.product-reviews .summary .bar {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  height: 7px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--border_radius);
  margin-left: 15px;
  overflow: hidden;
}

.product-reviews .summary .bar .fill {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  border-radius: var(--border_radius);
}

.product-reviews .summary .score {
  margin-bottom: 30px;
}

.product-reviews .summary .score .subtitle {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  margin-bottom: 7px;
  font-family: 'Montserrat', sans-serif;
}

.product-reviews .summary .score .title {
  font-size: 1.8em;
}

.product-reviews .summary .button {
  margin-top: 50px;
}

.product-reviews .summary .button .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.product-reviews .summary .button .inner .btn {
  margin: 10px;
}

.product-reviews .summary .button .inner .powered-by-yotpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
}

.product-reviews .summary .button .inner .powered-by-yotpo .text {
  margin-right: 8px;
  font-size: .9em;
  font-weight: 600;
  opacity: .6;
  white-space: nowrap;
}

.product-reviews .summary .button .inner .powered-by-yotpo .logo img {
  width: 45px;
}

.product-reviews .summary .button .normal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.product-reviews .summary .button .normal-link i {
  margin-left: 7px;
}

.product-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews {
  margin: -15px;
}

.reviews .review {
  padding: 15px;
}

.reviews .review .review-inner,
.product-reviews .no-reviews {
  background: rgba(0, 0, 0, 0.03);
  padding: 30px;
  border-radius: var(--border_radius);
}

.reviews .review .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.reviews .review .title {
  font-size: 1.1em;
}

.reviews .review .stars {
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -1px;
}

.reviews .review .stars i {
  padding: 1px;
}

.reviews .review .content {
  line-height: 2em;
  font-size: .97em;
}

.reviews .review .date {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
}

/* .reviews-slider .owl-height {
  transition: none;
} */
.product-reviews .custom-pager {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.product-reviews .custom-pager ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* End productpage */

/* Semantic */
.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
  width: 20px;
  height: 20px;
}

.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  width: 20px;
  height: 20px;
  background: #eee !important;
}

.ui.radio.checkbox label {
  padding-left: 30px;
}

/* End Semantic */

/* live compare */
.compare-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.compare-block .compare-wrap {
  position: relative;
}

.compare-block .compare-pop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  border-radius: var(--border_radius);
  overflow: hidden;
}

.compare-pop .head {
  height: 50px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
}

.compare-pop {
  -webkit-transform: translate(0, calc(100% + 2px)) translateZ(0);
  transform: translate(0, calc(100% + 2px)) translateZ(0);
  ;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.compare-pop.active {
  -webkit-transform: translate(0, calc(100% - 50px)) translateZ(0);
  transform: translate(0, calc(100% - 50px)) translateZ(0);
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.compare-pop.active.open {
  -webkit-transform: translate(0, 0%) translateZ(0);
  transform: translate(0, 0%) translateZ(0);
  width: 350px;
}

.compare-pop .head .title {
  color: #fff;
}

.compare-pop .head .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

.compare-pop .compare-body {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 15px;
}

.compare-overlay {
  z-index: 9999;
}

.compare-products .compare-product {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.compare-products .compare-product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.compare-products .compare-product .image {
  min-width: 60px;
  max-width: 60px;
  position: relative;
}

.compare-products .compare-product .image:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.compare-products .compare-product .image img {
  width: 100%;
}

.compare-products .compare-product .info {
  width: 100%;
  margin-left: 10px;
  font-size: .95em;
}

.compare-products .compare-product .product-brand {
  display: block;
  font-size: .9em;
  font-weight: bold;
}

.compare-products .compare-product .delete {
  color: #D0D0D0;
  margin-left: 15px;
}

.compare-products .compare-product .stars-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.compare-products .compare-product .stars {
  font-size: .9em;
  color: #f1c40f;
  margin: 0px -1px;
}

.compare-products .compare-product .stars i {
  margin: 1px;
}

.compare-pop .button {
  margin-top: 20px;
}

.compare-pop .button .btn {
  width: 100%;
}

/* end live compare */

/* newsletter popup */
#newsletter-popup {
  display: none;
}

.fancybox-slide #newsletter-popup {
  padding: 0;
  border-radius: var(--border_radius);
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 1200px;
}

#newsletter-popup .text {
  padding: 120px 80px;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

#newsletter-popup .title {
  font-size: 2.5em;
}

#newsletter-popup .content {
  margin-top: 10px;
  margin-bottom: 50px;
}

#newsletter-popup .standard-input {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, .07);
}

#newsletter-popup .btn {
  margin-top: 20px;
}

#newsletter-popup .image {
  min-width: 50%;
  max-width: 50%;
  background: url(newsletter-popup-image.jpg) no-repeat center center;
  background-size: cover;
}

#newsletter-popup .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* end newsletter popup */

/* bundles */
#productpage .product-bundles {
  margin-top: 50px;
}

.bundles {
  margin: -15px;
}

.bundles .bundle {
  padding: 15px;
}

.bundle .bundle-inner {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: var(--border_radius);
  overflow: hidden;
  position: relative;
}

.bundle .bundle-title {
  margin-bottom: 20px;
}

.bundle-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
}

.bundle-products .bundle-product {
  padding: 7px;
}

.bundle-products .bundle-product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.bundle-products .image-wrap {
  width: 80px;
  position: relative;
}

.bundle-products .image-wrap.img-gray {
  padding: 5px;
  border-radius: var(--border_radius);
  overflow: hidden;
}

.bundle-products .image-wrap.img-gray:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.bundle-products .image-wrap img {
  width: 100%;
}

.bundle-products .bundle-product .plus {
  /* 	margin:0px 20px;
  display:flex;
  min-width:26px;
  max-width:26px;
  height:26px; */
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: #eee;
  color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
}

.bundle .bundle-info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.bundle .discount {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px;
  margin-bottom: 15px;
}

.bundle .discount:empty {
  opacity: 0;
}

.bundle .products-sum {
  /* 	margin-bottom:20px; */
  font-size: .9em;
}

.bundle .bundle-info .btn {
  width: 100%;
}

.bundle .bundle-info .price-stock {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bundle .bundle-info .stock {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
}

.bundle .bundle-info .stock i {
  margin-right: 5px;
}

.bundle .bundle-info .price-box {
  font-size: .95em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bundle .bundle-info .price-box .old-price {
  margin-right: 7px;
  text-decoration: line-through;
  font-size: 90%;
  opacity: .7;
}

.bundle .bundle-option {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  background: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #f7f7f7;
}

.bundle .bundle-option.active {
  opacity: 1;
  visibility: visible;
}

.bundle .bundle-option-inner {
  max-width: 270px;
  width: 100%;
}

.bundle .bundle-option:empty {
  display: none;
}

.bundle .bundle-option label {
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
  display: block;
}

.bundle .bundle-option .ui.selection.dropdown {
  width: 100%;
}

.bundle .open-bundle-options {
  display: block;
  width: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: .85em;
  font-weight: 500;
  text-decoration: underline;
}

.bundle .product-configure-options-option,
.bundle .product-configure-variants {
  padding: 10px 0px;
}

.bundle .bundle-option .title-small {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.bundle .bundle-option .button {
  margin-top: 20px;
}

.bundles-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  /*   margin-top: -5px; */
}

.bundles-slider .owl-dots .owl-dot {
  padding: 2px;
}

.bundles-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(0, 0, 0, .07);
  border-radius: 100%;
}

/* end bundles */

/* service page */
#service-page,
#textpage,
#brands-page,
#tags-page,
.fixed-pages {
  padding-bottom: 100px;
}

.page-title h1 {
  font-size: 2.3em;
  margin: 0;
}

.page-title {
  margin-bottom: 30px;
}

.service-blocks {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-blocks .service-block-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
  padding: 12px;
}

a.service-block {
  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: var(--border_radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

a.service-block .title {
  text-align: center;
}

.service-block .icon {
  width: 80px;
  height: 80px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 25px;
}

#service-page .service-blocks {
  margin-bottom: 50px;
}

#service-page .col-sidebar {
  min-width: 400px;
  max-width: 400px;
}

#service-page .contact-info-block .title,
#service-page .contact-message-block .title {
  margin-bottom: 30px;
}

#service-page .contact-info-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#service-page .contact-info-block ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service-page .contact-info-block ul li:last-child {
  margin-bottom: 0;
}

#service-page .contact-info-block ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 13px;
}

#service-page .contact-message-block form input[type="text"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .07);
  margin-bottom: 15px;
}

#service-page .contact-message-block form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .07);
  margin-bottom: 15px;
}

#service-page .contact-message-block form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service-page .contact-message-block form .btn-wrap .btn {
  height: 40px;
}

#service-page .contact-message-block form .btn-wrap .required-notification {
  font-size: .9em;
  font-weight: 600;
  color: #aaa;
}

#service-page .faq {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .title {
  margin-bottom: 30px;
}

#service-page .faq .faq-wrap {
  margin: -25px 0;
}

#service-page .faq .faq-wrap .faq-block {
  padding: 25px 0;
}

#service-page .faq .faq-block .faq-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .faq-block .faq-items .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#service-page .faq .faq-block .faq-items .faq-item .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  padding: 30px 0;
  cursor: pointer;
}

#service-page .faq .faq-block .faq-items .faq-item .tab i {
  font-size: 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
}

#service-page .faq .faq-block .faq-items .faq-item.active .tab i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#service-page .faq .faq-block .faq-items .faq-item .page {
  padding: 30px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  display: none;
}

#service-page .faq .faq-block .faq-items .faq-item .page p:last-child {
  margin-bottom: 0;
}

/* End service page */

/* Compare page */
#compare-page {
  padding-bottom: 100px;
}

#compare-page .compare-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
}

#compare-page .table-compare {
  width: 100%;
  min-width: 900px;
}

#compare-page .table-compare .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  position: relative;
}

#compare-page .table-compare .item img {
  width: 100%;
}

#compare-page .table-compare .item .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  font-size: 18px;
}

#compare-page .table-compare .item .remove i {
  margin-right: -1px;
}

#compare-page .table-compare .item .title {
  margin-top: 15px;
  height: 3em;
  overflow: hidden;
}

#compare-page .table-compare .item .price {
  margin: 10px 0 20px 0;
  font-size: .95em;
  font-weight: bold;
}

#compare-page .table-compare .item .price .old-price .price-inner {
  margin-right: 10px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 90%;
}

#compare-page .table-compare .btn {
  height: 40px;
}

#compare-page .table-compare td .stock {
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
}

#compare-page .table-compare td .stock i {
  margin-right: 7px;
}

#compare-page .table-compare th,
#compare-page .table-compare td {
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 20px;
  font-size: .95em;
}

#compare-page .table-compare tr:last-child td,
#compare-page .table-compare tr:last-child th {
  border-bottom: none;
}

#compare-page .table-compare tr td:last-child,
#compare-page .table-compare tr th:last-child {
  border-right: none;
}

#compare-page .table-compare tr td:first-child,
#compare-page .table-compare tr th:first-child {
  font-size: 1em;
  color: #333;
}

/* End compare page */

/* Brands */
.brands {
  margin: -10px;
}

.brands .brand {
  padding: 10px;
}

.brands .brand .wrap {
  background: #fff;
}

.brands .brand .inner {
  padding: 10%;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.03);
}

.brands .brand .inner .img-wrap {
  position: relative;
}

.brands .brand .inner .img-wrap.overlay:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
}

.brands .brand .inner .img-wrap img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
}

/* End brands */

/* Account page sidebar */
.gui-block.gui-account-links {
  border: none;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: var(--border_radius);
}

.gui-block.gui-account-links .gui-block-title {
  font-size: 1.4em;
  margin-bottom: 25px;
  border: none;
  padding: 0;
}

.gui-block.gui-account-links .gui-block-content {
  padding: 0;
}

.gui-block.gui-account-links .gui-block-linklist {
  font-size: .95em;
}

.gui-block.gui-account-links .gui-block-linklist li {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.gui-block.gui-account-links .gui-block-linklist li:last-child {
  border: none;
}

.gui-block.gui-account-links .gui-block-linklist li a {
  font-weight: bold;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
}

/* End account page sidebar */

/* Custom checkout */
.gui-checkout-one-step .gui-block {
  padding: 7%;
  border-radius: var(--border_radius);
}

.gui-checkout-one-step .gui-block,
.gui-checkout-one-step .gui-block {
  background: rgba(0, 0, 0, 0.03);
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.gui-block-subtitle,
.gui-content-subtitle {
  font-size: 1.5em;
}

.gui-block-subtitle a {
  font-size: 12px;
  line-height: 2em;
  text-transform: none;
}

.gui-form .gui-checkout-steps {
  margin: -15px;
}

.gui-checkout-one-step .gui-checkout-steps {
  width: auto !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
  width: 33.3333% !important;
  padding: 15px !important;
  margin: 0 !important;
}

.gui-form .gui-field>label {
  font-size: .9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border: none;
  border-radius: var(--border_radius);
  overflow: hidden;
  margin-right: 15px;
}

.order-summary .gui-table tbody tr td:first-child {
  padding-left: 0;
}

.order-summary .gui-table tbody tr td:last-child {
  padding-right: 0;
  color: #404040;
}

.order-summary .gui-table thead {
  display: none;
}

.order-summary .gui-table tbody tr td {
  font-size: 14px;
}

.gui-cart-sum .gui-item .gui-desc {
  font-size: 12px;
  text-align: left !important;
}

.gui-cart-sum .gui-line {
  background: #eee !important;
}

body .gui-table tbody tr:last-child td {
  border-color: #eee;
}

/* .gui-checkout  .gui-div-cart-coupons a.gui-button-small,
.gui-checkout .gui-form a.gui-button-action,
.gui-checkout .gui a.gui-button-large.gui-button-action,
.gui-checkout .gui a.gui-button-small.gui-button-action {
  background: #f78166 !important;
  border: none;
  border-radius: var(--border_radius);
  height: 40px;
  line-height: unset;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gui-checkout .gui a.gui-button-large.gui-button-action,
.gui-checkout .gui-form a.gui-button-action {
   height: 50px;
} */

.gui-checkout .gui-confirm-buttons a.gui-button-action {
  padding: 0px 40px !important;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
}

input#gui-form-discount_code {
  font-size: 1em;
}

.gui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  padding: 0px 10px !important;
}

body .gui-select {
  background: #fff !important;
  color: #000;
  font-size: 13px;
  position: relative;
  z-index: 0;
  border-radius: var(--border_radius);
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}

.gui-form .gui-radio input {
  margin: 0;
  margin-right: 10px;
}

.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
  border: none !important;
}

.gui-select select {
  height: 40px !important;
  -webkit-appearance: none;
  border-radius: var(--border_radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
  height: 40px;
  padding: 0px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: var(--border_radius);
  font-size: .85em;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.gui-checkout .gui-form textarea {
  padding: 13px 20px;
  max-width: 100%;
  min-height: 100px;
}

.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
  color: rgba(0, 0, 0, 0.4);
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
  border: 1px solid rgba(0, 0, 0, .07) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .gui-select.gui-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gui-checkout .gui-progressbar {
  display: none;
}

.status-bar {
  margin-bottom: 50px;
  margin-top: 50px;
}

.status-bar.checkout {
  margin-bottom: 30px;
  margin-top: 30px;
}

.status-bar .bar {
  height: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin: 0px 50px;
  position: relative;
  margin-bottom: 30px;
}

.status-bar .bar .dot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 25px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
}

.status-bar .bar .dot:nth-child(1) {
  left: 0;
}

.status-bar .bar .dot:nth-child(2) {
  left: 33.3333%;
}

.status-bar .bar .dot:nth-child(3) {
  left: 66.6666%;
}

.status-bar .bar .dot:nth-child(4) {
  left: 100%;
}

.status-bar .bar .active-bar {
  float: left;
  width: 0;
  height: 5px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.status-bar .bar .active-bar.done-2 {
  width: 33.3333%;
}

.status-bar .bar .active-bar.done-3 {
  width: 66.6666%;
}

.status-bar .bar .active-bar.done-4,
.status-bar .bar .active-bar.done-all {
  width: 100%;
}

.status-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status-bar ul li {
  width: 100px;
  text-align: center;
  opacity: .7;
  font-size: .95em;
}

.status-bar ul li.active {
  opacity: 1;
}

.status-bar ul li.done {
  opacity: 1;
}

/* End custom checkout */

/* Language currency popup */
#language-currency-popup,
#language-currency-popup .fancybox-close-small {
  display: none;
}

.fancybox-slide #language-currency-popup {
  margin: 30px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 720px;
  border-radius: var(--border_radius);
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

#language-currency-popup a,
#language-currency-popup a:hover {
  text-decoration: none;
}

#language-currency-popup .title-small {
  margin-bottom: 20px;
}

#language-currency-popup .options-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

#language-currency-popup .options-wrap .option {
  padding: 10px;
  width: calc(100% / 4);
}

#language-currency-popup .options-wrap .option .inner {
  padding: 15px;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#language-currency-popup .options-wrap .option .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

#language-currency-popup .options-wrap .option .icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#language-currency-popup .options-wrap .option .text {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}

#language-currency-popup .currency-section {
  margin-top: 30px;
}

#language-currency-popup .currency-section .options-wrap .option .icon {
  border: 0;
  font-weight: bold;
}

/* End language currency popup */

/* Homepage text with image */
.home-text-image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 0;
  margin: 0;
}

.home-text-image-block .image {
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--border_radius);
  overflow: hidden;
}

.home-text-image-block .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  padding-right: 0;
  position: relative;
}

.home-text-image-block .content:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: calc(100% - 70px);
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.home-text-image-block .content .inner {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

/* width */
.home-text-image-block .content .inner::-webkit-scrollbar {
  width: 7px;
  border-radius: 7x;
}

/* Track */
.home-text-image-block .content .inner::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 7px;
}

/* Handle */
.home-text-image-block .content .inner::-webkit-scrollbar-thumb {
  background: #E2E2E2;
  border-radius: 7px;
}

/* Handle on hover */
.home-text-image-block .content .inner::-webkit-scrollbar-thumb:hover {
  background: #D5D5D5;
  border-radius: 7px;
}

/* End homepage text with image */

/* Toggle text */
.general-content.faded .text {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.general-content.faded .text.active {
  height: auto;
  overflow: visible;
}

.general-content.faded .text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#ffffff', GradientType=0);
}

.general-content.faded .text.active:after {
  display: none;
}

.general-content .toggle-text {
  display: none;
  font-weight: bold;
}

.general-content.faded .toggle-text {
  display: block;
}

.general-content.faded .toggle-text i {
  margin-left: 7px;
}

/* End toggle text  */

/* Header simple submenu */
#header .main-menu ul .simple-menu-wrap {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  padding-top: 5px;
}

#header .main-menu ul ul.simple-menu {
  border-radius: var(--border_radius);
}

#header .main-menu ul li ul.simple-menu li ul {
  /* 	margin-left: 5px; */
  border-radius: var(--border_radius);
}

/* End header simple submenu */

/* Add review popup */
#add-review-popup,
#add-review-popup .fancybox-close-small {
  display: none;
}

.fancybox-slide #add-review-popup {
  margin: 30px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 420px;
  border-radius: var(--border_radius);
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

#add-review-popup .title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

#add-review-popup .title-wrap .subtitle {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
}

#add-review-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#add-review-popup form input,
#add-review-popup form textarea {
  border: 1px solid rgba(0, 0, 0, .07);
}

#add-review-popup form input,
#add-review-popup form select {
  margin-bottom: 10px;
}

#add-review-popup form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#add-review-popup .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#add-review-popup .ui.selection.dropdown .menu {
  max-height: unset;
}

/* End add review popup */

/* Custom cookiebar */
.wsa-cookielaw {
  top: auto;
  left: 30px;
  right: 30px;
  bottom: 20px;
  padding: 20px;
  padding-left: 80px;
  border-radius: var(--border_radius);
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: calc(100% - 60px);
  max-width: calc(100% - 60px);
}

.wsa-cookielaw:after {
  content: '\f128';
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wsa-cookielaw .wsa-cookielaw-button {
  text-shadow: none;
  border: none;
  padding: 0 30px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: var(--border_radius);
  color: #fff;
  margin: 5px 10px;
  min-width: 80px;
}

.wsa-cookielaw .wsa-cookielaw-button:first-child {
  margin-left: 35px;
}

.wsa-cookielaw-button:hover {
  border: none;
  text-decoration: none;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.wsa-cookielaw .wsa-cookielaw-link {
  margin-left: auto;
  color: #aaa;
  position: relative;
}

.wsa-cookielaw .wsa-cookielaw-link:before {
  content: '\f129';
  font-family: 'FontAwesome';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #aaa;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .9em;
  position: absolute;
  top: 53%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* End custom cookiebar */

/* Headlines */
.headlines .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlines .owl-dots .owl-dot {
  width: 20px;
  height: 3px;
  border-radius: var(--border_radius);
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.headlines .owl-dots .owl-dot.active {
  opacity: 1;
}

.headlines .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlines .inner.text-place-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.headlines .inner.text-place-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headlines .inner.text-place-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headlines .item {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.headlines .item.video-headline {
  margin-bottom: -5px;
}

.headlines .item .outer-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlines .item .outer-wrap.overlay {
  background: rgba(0, 0, 0, 0.6);
}

.headlines .item-1 {
  background-image: url('headline-1-image.jpg?');
}

.headlines .item-2 {
  background-image: url('headline-2-image.jpg?');
}

.headlines .item-3 {
  background-image: url('headline-3-image.jpg?');
}

.headlines .item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headlines .item .text-box.text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlines .item .text-box.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.headlines .item .text-box .title {
  font-size: 2em;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 2px 2px rgb(0 0 0 / 28%);
}

.headlines .item .text-box .subtitle {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
  text-shadow: 2px 2px rgb(0 0 0 / 28%);
}

.headlines .item .text-box .text {
  line-height: 1.9em;
  max-width: 450px;
  text-shadow: 2px 2px rgb(0 0 0 / 28%)
}

.headlines .item .text-box .link {
  margin-top: 50px;
}

.headlines .item .text-box .link .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  height: 40px;
  width: auto;
  font-size: .9em;
}

.headlines .item .text-box .link .normal-link {
  font-weight: bold;
}

.headlines .item .text-box .link .normal-link i {
  margin-left: 7px;
}

.headlines .item.video-headline .vid {
  position: relative;
  width: 100%;
  height: auto;
}

.headlines .item.video-headline .vid video {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headlines .item.video-headline .video-headline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.headlines .item.video-headline .video-headline-content.overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* End headlines */

/* Productpage */
#productpage .product-configure .product-configure-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

#productpage .product-configure .product-configure-options-option {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
  padding: 10px;
}

#productpage .product-content img {
  max-width: 100%;
  height: auto;
}

#productpage .mobile-tabs a {
  text-decoration: none;
}

/* End productpage */

/* Cart page */
#cart-page .cart-wrap .table .empty-cart {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#cart-page .upsells {
  margin-top: 30px;
}

/* End cart page */

/* 404 page */
#page-404 {
  /* 	background:#42434b; */
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

#page-404 .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 40%);
}

#page-404 h1 {
  color: #fff;
}

#page-404 .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-404 .content .image {
  max-width: 50%;
  margin-left: 10%;
}

#page-404 .content .image img {
  width: 100%;
}

#page-404 .text h1 {
  font-size: 2vw;
  margin: 0;
}

#page-404 .text {
  text-align: center;
  position: relative;
  z-index: 1;
}

#page-404 .text .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18vw;
  color: rgba(255, 255, 255, .2);
  z-index: -1;
}

#page-404 .text .button {
  margin-top: 5vh;
}

/* end 404 page */

/* add cart popup */
#add-cart-popup {
  display: none;
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  border-radius: var(--border_radius);
  /*     background: #f7f7f7; */
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

#add-cart-popup .add-cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#add-cart-popup .info-col .image img {
  width: 120px;
}

#add-cart-popup .info-col .image {
  margin-right: 20px;
}

#add-cart-popup .info-col .popup-info {
  align-self: center;
  flex: 1;
}

#add-cart-popup .info-col {
  display: flex;
  align-items: flex-start;
  margin-right: 50px;
  flex-wrap: wrap;
}

#add-cart-popup .cart-total-col {
  align-self: center;
}

#add-cart-popup .title-small {
  margin-bottom: 30px;
  width: 100%;
  font-size: 1.7em;
}

#add-cart-popup .title-small.related-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}

#add-cart-popup .related {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

#add-cart-popup .total-block {
  width: 250px;
}

#add-cart-popup .products {
  margin: -7px;
}

#add-cart-popup .products .product {
  padding: 7px;
}

#add-cart-popup .product .description,
#add-cart-popup .product .product-stars {
  display: none;
}

#add-cart-popup .popup-info .brand {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 7px;
}

#add-cart-popup .popup-info .title {
  font-size: 1.2em;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  color: inherit;
}

#add-cart-popup .popup-info .description {
  line-height: 1.7em;
  font-size: .97em;
}

#add-cart-popup .total-block .buttons {
  margin-top: 0px;
}

#add-cart-popup .total-block .buttons .btn {
  width: 100%;
  margin-top: 10px;
}

#add-cart-popup .total-block .buttons .btn:first-child {
  margin-top: 0;
}

#add-cart-popup .recent-products {
  align-items: stretch;
}

#add-cart-popup .recent-products .recent-product .inner {
  height: 100%;
}

/* end add cart popup*/

body .__fbcw__widget.__fbcw__widget--small {
  width: 100% !important;
  border: none !important;
}

body .__fbcw__widget .__fbcw__widget__rating-overview {
  margin: 0px 0 17px !important;
}

/* account dashboard */
#account-dashboard input[type="text"],
#account-dashboard input[type="password"] {
  border: 1px solid rgba(0, 0, 0, .07);
  display: block;
  width: 100%;
}

#account-dashboard textarea {
  border: 1px solid rgba(0, 0, 0, .07);
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
}

#account-dashboard {
  padding-bottom: 100px;
}

#account-dashboard .order-view a:not(.btn) {
  text-decoration: underline;
}

#account-dashboard .account-title {
  margin-bottom: 20px;
}

#account-dashboard .account-title.small-title {
  margin-bottom: 10px;
}

#account-dashboard .account-title.order-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#account-dashboard .account-title .content {
  line-height: 1.7em;
  margin-top: 10px;
}

#account-dashboard .account-title.small-title .content {
  font-size: 85%;
  margin-top: 3px;
}

#account-dashboard .account-title .title {
  font-size: 25px;
}

#account-dashboard .account-title.small-title .title {
  font-size: 16px;
}

.account-row {
  display: flex;
  justify-content: space-between;
}

.account-row .col-left {
  min-width: 550px;
  max-width: 550px;
  margin-right: 50px;
}

.account-row .col-right {
  flex-grow: 10;
}

.recent-orders {
  margin: -5px;
}

.recent-orders .recent-order {
  padding: 5px;
}

.recent-orders .recent-order .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, .07);
}

.recent-orders .recent-order .col {
  flex: 1;
}

.recent-orders .recent-order .col.ticket-title {
  flex: 2;
}

.recent-orders .recent-order .col:last-child {
  flex: 0;
}

.recent-orders .recent-order .title {
  font-size: 18px;
}

.recent-orders .recent-order .order-label {
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-orders .recent-order .btn {
  padding: 0;
  width: 40px;
  height: 40px;
}

#account-dashboard .status-label {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#account-dashboard .inputs {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

#account-dashboard .inputs .clearfix {
  width: 100%;
}

#account-dashboard .inputs .input.birthday {
  width: 33.33%;
}

#account-dashboard .inputs .input {
  padding: 10px;
  /*   width:50%; */
}

#account-dashboard .inputs .input.input-100 {
  width: 100%;
}

#account-dashboard label {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
}

#account-dashboard .ui.selection.dropdown {
  width: 100%;
  min-width: 0;
}

#account-dashboard .block,
#account-dashboard .account-block {
  margin-bottom: 50px;
}

#account-dashboard .block .button,
#account-dashboard .account-block .button {
  margin-top: 20px;
}

#account-dashboard .account-block .button .btn span {
  font-size: 85%;
  margin-left: 5px;
}

#account-dashboard .shadow-block {
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: var(--border_radius);
  margin-bottom: 10px;
}

#account-dashboard .gray-block {
  background: rgba(0, 0, 0, 0.03);
  padding: 30px 25px;
  border-radius: var(--border_radius);
}

#account-dashboard .buttons {
  margin-top: 20px;
}

#account-dashboard .buttons .btn {
  margin-right: 10px;
  margin-bottom: 5px;
}

#account-dashboard .buttons .btn:last-child {
  margin-right: 0;
  margin-bottom: 0px;
}

#account-dashboard .small-title {
  font-size: 16px;
  margin-bottom: 20px;
}

#account-dashboard .tab a {
  font-size: 16px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: var(--border_radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  text-decoration: none;
}

#account-dashboard .tab i {
  font-size: 14px;
}

#account-dashboard .ordered-products {
  padding: 25px;
  border-radius: var(--border_radius);
  border: 1px solid rgba(0, 0, 0, .07);
}

#account-dashboard .ordered-products .info .title {
  font-weight: bold;
  font-size: 1.05em;
}

#account-dashboard .ordered-products .info .variant {
  font-size: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

#account-dashboard .ordered-products table {
  width: 100%;
}

#account-dashboard table th,
#account-dashboard .ordered-totals .desc,
#account-dashboard .address .line .desc {
  font-size: 12px;
  opacity: .7;
  font-weight: 600;
}

#account-dashboard table th {
  padding-bottom: 5px;
}

#account-dashboard .ordered-products table td {
  padding: 10px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, .04);
}

#account-dashboard .ordered-products table tr:last-child td {
  border: none;
}

#account-dashboard .ordered-totals .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#account-dashboard .ordered-totals .item:last-child {
  border-top: 1px solid rgba(0, 0, 0, .07);
  padding-top: 10px;
  margin-top: 10px;
}

#account-dashboard .ordered-totals .item .price {
  font-weight: bold;
}

#account-dashboard .ordered-totals .item:last-child .price {
  font-weight: bold;
  font-size: 1.2em;
}

#account-dashboard .ordered-totals {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  padding: 25px;
  border-radius: var(--border_radius);
  /*   border: 1px solid rgba(0,0,0,.07); */
  background: rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}

#account-dashboard .address {
  margin-top: 20px;
}

#account-dashboard .address .line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}

#account-dashboard .address .line .desc {
  width: 70px;
}

#account-dashboard .account-back {
  text-align: right;
  margin-bottom: 10px;
  text-decoration: underline;
}

#account-dashboard .ticket-box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
  border-radius: var(--border_radius);
}

#account-dashboard .ticket-box .top-wrap {
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
}

#account-dashboard .ticket-box .chat-box {
  padding: 25px;
}

#account-dashboard .ticket-box .chat-box .chat-box-outer {
  padding: 25px;
  border-radius: var(--border_radius);
  max-height: 500px;
  overflow-y: scroll;
}

#account-dashboard .ticket-box .chat-box .chat-box-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

#account-dashboard .ticket-box .chat-box .chat-message {
  margin-bottom: 7px;
  position: relative;
  max-width: 80%;
}

#account-dashboard .ticket-box .chat-box .chat-message:first-child,
#account-dashboard .ticket-box .chat-box .chat-message:first-child .date {
  margin-bottom: 0;
}

#account-dashboard .ticket-box .chat-box .chat-message .message {
  background: #fff;
  padding: 7px 15px;
}

#account-dashboard .ticket-box .chat-box .chat-message .message .name {
  font-weight: bold;
}

#account-dashboard .ticket-box .chat-box .chat-message .message .text {
  font-size: 95%;
}

#account-dashboard .ticket-box .chat-box .chat-message .message p:last-child {
  margin: 0;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent {
  margin-left: auto;
  margin-right: 10px;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-radius: var(--border_radius);
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .message {
  border-radius: var(--border_radius);
  color: #fff;
}

#account-dashboard .ticket-box .chat-box .chat-message.received {
  margin-left: 10px;
}

#account-dashboard .ticket-box .chat-box .chat-message.received:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-radius: var(--border_radius);
}

#account-dashboard .ticket-box .chat-box .chat-message.received .message {
  border-radius: var(--border_radius);
}

#account-dashboard .ticket-box .chat-box .chat-message .date {
  font-size: .8em;
  margin-top: 5px;
  color: #aaa;
  margin-bottom: 20px;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .date {
  text-align: right;
}

#account-dashboard .ticket-box .reply-box {
  padding: 25px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}

#account-dashboard .ticket-box .reply-box input {
  background: rgba(0, 0, 0, 0.03);
  margin-right: 10px;
  flex: 1;
}

#account-dashboard .ticket-box .reply-box .btn i {
  margin-right: 7px;
}

/* end account dashboard */

@media (min-width: 1400px) {

  /* Custom cookiebar */
  .wsa-cookielaw {
    max-width: 1400px;
    min-width: 1400px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* End custom cookiebar */
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1460px;
    padding: 0px 30px;
  }

  .col-lg-20 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }

  /* Brands */
  .brands .brand .inner:hover .img-wrap img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  /* End brands */
}

@media (max-width: 1400px) {
  .account-row .col-left {
    min-width: 450px;
    max-width: 450px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }

  .home-block-padding {
    padding-bottom: 70px;
  }

  /* header */
  .search-bar input[type="text"] {
    width: 300px;
  }

  #header .vertical-menu-btn {
    height: 40px;
    padding: 0px 15px;
  }

  #header .main-header .icons ul {
    margin: 0px -12px;
  }

  #header .main-header .icons ul li {
    padding: 0px 12px;
  }

  #header .main-header .logo.small-logo img {
    height: 25px;
  }

  #header .main-header .logo.medium-logo img {
    height: 40px;
  }

  #header .main-header .logo.large-logo img {
    height: 60px;
  }

  #header .main-menu ul li>a {
    padding: 0px 15px;
  }

  .usp-bar ul {
    padding: 0px 20px;
  }

  .usp-bar-wrap {
    padding: 0px 0;
  }

  /* end header */
  /* cart popup */
  .fancybox-slide .cart-popup {
    padding: 40px;
  }

  .cart-wrap .totals-wrap {
    min-width: 350px;
    max-width: 350px;
  }

  .cart-wrap .totals {
    padding: 30px;
  }

  .cart-wrap .table {
    padding-right: 50px;
  }

  .cart-wrap .table table .price {
    padding-left: 30px;
  }

  .cart-wrap .table table .input-wrap {
    padding-left: 30px;
  }

  .cart-wrap .table table .image-wrap {
    width: 75px;
  }

  .cart-wrap .totals .title-small {
    margin-bottom: 30px;
  }

  .cart-wrap .totals .buttons {
    margin-top: 60px;
  }

  .cart-wrap .totals-wrap .payments {
    margin-top: 20px;
  }

  .cart-wrap .totals-wrap .payments img {
    height: 33px;
  }

  /* end cart popup*/
  /* banners */
  .home-banners.grid-v1 .banner-2,
  .home-banners.grid-v1 .banner-3,
  .home-banners.grid-v1 .banner-4,
  .home-banners.grid-v1 .banner-5,
  .home-banners.grid-v1 .banner-6 {
    height: 260px;
  }

  .home-banners.grid-v1 .banner-1 {
    height: 520px;
  }

  .home-banners.grid-v1 .grid-1 {
    width: 30%;
  }

  .home-banners.grid-v1 .grid-2 {
    width: 70%;
  }

  .home-banners.grid-v1 .grid-3 {
    width: 100%;
  }

  .home-banners.grid-v1 .banner-5,
  .home-banners.grid-v1 .banner-6 {
    width: 50%;
  }

  .home-banners.grid-v2 .grid-1 {
    width: 100%;
  }

  .home-banners.grid-v2 .grid-2 {
    width: 30%;
  }

  .home-banners.grid-v2 .grid-3 {
    width: 70%;
  }

  .home-banners.grid-v2 .banner-1,
  .home-banners.grid-v2 .banner-2 {
    width: 50%;
  }

  .home-banners.grid-v3 .banner-2,
  .home-banners.grid-v3 .banner-3,
  .home-banners.grid-v3 .banner-4,
  .home-banners.grid-v3 .banner-5,
  .home-banners.grid-v3 .banner-6 {
    height: 250px;
  }

  .home-banners.grid-v3 .banner-1 {
    height: 750px;
  }

  .home-banners.grid-v3 .grid-1 {
    width: 33.3333%;
  }

  .home-banners.grid-v3 .grid-2 {
    width: 66.6666%;
  }

  .home-banners.grid-v3 .banner-4 {
    width: 100%;
  }

  .home-banners.grid-v3 .banner-5,
  .home-banners.grid-v3 .banner-6 {
    width: 50%;
  }

  .home-banners .banner .button {
    margin-top: 20px;
  }

  .home-banners .banner .title {
    font-size: 1.65em;
  }

  /* end banners */
  /* footer */
  #footer .columns .col:first-child {
    margin-right: 0;
  }

  #footer .newsletter input {
    width: 200px;
  }

  /* end footer */
  /* products */
  .products {
    margin: -10px;
  }

  .products .product {
    padding: 10px;
  }

  .products .product-list .image-wrap {
    min-width: 170px;
    max-width: 170px;
  }

  /* end products */
  /*quickview*/
  .quickview-popup .images-wrap {
    min-width: 300px;
    max-width: 300px;
    margin-right: 40px;
  }

  /* end quickview */
  /* collection */
  .col-sidebar {
    min-width: 250px;
    max-width: 250px;
    margin-right: 0;
  }

  .block-shadow,
  .bock-gray {
    padding: 20px;
  }

  .sidebar .sidebar-title {
    margin-bottom: 20px;
  }

  .collection-content .image {
    min-width: 130px;
    max-width: 130px;
    margin-right: 15px;
  }

  .recent-products .recent-product .image-wrap {
    min-width: 55px;
    max-width: 55px;
    margin-right: 15px;
  }

  /* end collection */
  /* productpage/quickview */
  .product-detail .images-wrap {
    min-width: 350px;
    max-width: 350px;
    margin-right: 50px;
  }

  .product-detail .info .input-wrap {
    margin-right: 20px;
  }

  #productpage .specs {
    /*     min-width: 350px;
    max-width: 350px; */
    /*     margin-left: 30px; */
  }

  .product-reviews .summary {
    min-width: 350px;
    max-width: 350px;
    margin-right: 30px;
  }

  .product-reviews .overview {
    width: calc(100% - 380px);
  }

  .productpage-block {
    margin-top: 50px;
  }

  #productpage .content-block .content-right {
    min-width: 500px;
    max-width: 500px;
    margin-left: 30px;
  }

  /* end productpage */
  /* blog */
  .blog-articles .blog-article .title {
    font-size: 2em;
  }

  /* end blog */
  /* newsletter popup */
  .fancybox-slide #newsletter-popup {
    max-width: 900px;
  }

  #newsletter-popup .text {
    padding: 80px 60px;
  }

  /* end newsletter popup*/
  /* Custom cookiebar */
  .wsa-cookielaw:after {
    display: none;
  }

  .wsa-cookielaw {
    padding-left: 20px;
  }

  /* End custom cookiebar */
  /* Home text */
  .home-text-image-block {
    height: auto;
  }

  .home-text-image-block .content {
    padding: 0;
  }

  .home-text-image-block .content:after {
    display: none;
  }

  .home-text-image-block .content .inner {
    overflow-y: visible;
    max-height: unset;
  }

  /* End home text */
  .account-row .col-left {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .account-row {
    display: block;
  }
}

@media (max-width: 991px) {

  /* header */
  .search-bar input[type="text"] {
    width: 250px;
  }

  .usp-bar ul li img {
    width: 15px !important;
    height: auto;
    margin-right: 5px;
  }

  /* end header */
  /* cart */
  .cart-wrap {
    /*   	flex-wrap:wrap; */
    display: block;
  }

  .cart-wrap .table,
  .cart-wrap .totals-wrap {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-wrap .totals-wrap {
    width: 100%;
    max-width: 350px;
    min-width: 0;
    float: right;
  }

  .cart-wrap .table {
    padding-right: 0;
  }

  .cart-wrap .title-small {
    margin-bottom: 30px;
  }

  /* end cart */
  /* banners */
  .home-banners.grid-v1 .grid-1 {
    width: 35%;
  }

  .home-banners.grid-v1 .grid-2 {
    width: 65%;
  }

  .home-banners .banner .overlay {
    padding: 25px;
  }

  .grid-row {
    margin: -7px;
  }

  .grid-col {
    padding: 7px;
  }

  .home-banners.grid-v1 .banner-2,
  .home-banners.grid-v1 .banner-3,
  .home-banners.grid-v1 .banner-4,
  .home-banners.grid-v1 .banner-5,
  .home-banners.grid-v1 .banner-6 {
    height: 240px;
  }

  .home-banners.grid-v1 .banner-1 {
    height: 480px;
  }

  .home-banners.grid-v2 .banner-1,
  .home-banners.grid-v2 .banner-2,
  .home-banners.grid-v2 .banner-4,
  .home-banners.grid-v2 .banner-5,
  .home-banners.grid-v2 .banner-6 {
    height: 240px;
  }

  .home-banners.grid-v2 .banner-3 {
    height: 480px;
  }

  .home-banners.grid-v2 .grid-2 {
    width: 35%;
  }

  .home-banners.grid-v2 .grid-3 {
    width: 65%;
  }

  .home-banners.grid-v3 .banner-2,
  .home-banners.grid-v3 .banner-3,
  .home-banners.grid-v3 .banner-4,
  .home-banners.grid-v3 .banner-5,
  .home-banners.grid-v3 .banner-6 {
    height: 230px;
  }

  .home-banners.grid-v3 .banner-1 {
    height: 690px;
  }

  .home-banners.grid-second-block .banner-7,
  .home-banners.grid-second-block .banner-8 {
    min-height: 300px;
    height: auto;
    width: 100%;
  }

  .home-banners .banner .title {
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
  }

  .banner-timer .block.seconds {
    display: none;
  }

  /* end banners */
  /* blog */
  .blog-articles .blog-article .image-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* end blog */
  /* footer */
  #footer .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #footer .columns .col {}

  #footer .columns .col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #footer .columns .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  #footer .main-footer .content-wrap {
    display: none;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }

  #footer .main-footer .content-wrap ul {
    padding-bottom: 0;
  }

  #footer .main-footer .columns {
    margin: 0;
  }

  #footer .main-footer .columns .col {
    padding: 0;
  }

  #footer .main-footer .col.mob-slide:first-child .footer-title {
    margin-top: 20px;
  }

  #footer .main-footer .footer-title {
    margin-top: 0;
  }

  #footer .main-footer .col.mob-slide .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 13px 0px;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }

  #footer .bottom-footer {
    padding: 10px 0px;
    text-align: center;
  }

  #footer .bottom-footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .bottom-footer .payments {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #footer .bottom-footer .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    margin-top: 10px;
  }

  /* end footer */
  /* collection */
  .flex-row {
    display: block;
  }

  .col-sidebar {
    padding: 0;
  }

  /* end collection */
  /* productpage */
  .product-detail {
    display: block;
  }

  .product-detail .images-wrap {
    margin: 0 auto;
  }

  .product-detail .info {
    margin-top: 30px;
  }

  .product-detail .top-info {
    margin-bottom: 30px;
  }

  .fancybox-slide>.quickview-popup {
    margin: 0;
    border-radius: var(--border_radius);
  }

  #productpage .content-block .content-inner {
    display: block;
  }

  .product-reviews {
    display: block;
  }

  .product-reviews .summary {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .product-reviews .summary .button {
    margin-top: 20px;
  }

  .product-reviews .overview {
    width: 100%;
  }

  .reviews {
    margin: -10px;
  }

  .reviews .review {
    padding: 10px;
  }

  #productpage .content-block .content-right {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  #productpage .specs,
  #productpage .product-content,
  #productpage .related-products,
  #productpage .product-tags {
    margin-bottom: 30px;
  }

  /* end productpage */
  /* Bundle products */
  .bundle-products .image-wrap,
  .bundle .open-bundle-options {
    width: 60px;
  }

  .bundle .bundle-inner {
    padding: 20px;
  }

  .bundle-products .bundle-product .plus {
    margin-left: 10px;
  }

  /* End bundle products */
  /* Custom cookiebar */
  .wsa-cookielaw {
    font-size: 13px;
    padding: 15px;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 60px;
  }

  .wsa-cookielaw .wsa-cookielaw-link {
    margin-left: 50px;
  }

  .wsa-cookielaw .wsa-cookielaw-button:first-child {
    margin-left: 20px;
  }

  /* End custom cookiebar */
  /* Service page */
  #service-page .service-blocks {
    margin-bottom: 15px;
  }

  #service-page .faq {
    margin-top: 0px;
    padding-top: 30px;
  }

  #service-page .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #service-page .col-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  #service-page .col-sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  #service-page .textpage-content {
    padding: 15px 0;
  }

  #service-page .contact-message-block {
    margin-bottom: 0;
  }

  a.service-block {
    padding: 20px;
    text-align: center;
  }

  /* End service page */
  /* Custom checkout */
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
  .gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
    width: 100% !important;
  }

  /* End custom checkout */
  /* Headlines */
  .headlines .item {
    height: 400px;
  }

  .headlines .item-1 {
    background-image: url('headline-1-image-tablet.jpg?');
  }

  .headlines .item-2 {
    background-image: url('headline-2-image-tablet.jpg?');
  }

  .headlines .item-3 {
    background-image: url('headline-3-image-tablet.jpg?');
  }

  .headlines .item .text-box .title {
    font-size: 1.65em;
  }

  .headlines .item .text-box .link {
    margin-top: 30px;
  }

  /* End headlines */
  #page-404 .content {
    flex-direction: column;
  }

  #page-404 .content .image {
    margin-left: 0;
    max-width: 70%;
    margin-top: 10vh;
  }

  #page-404 .text h1 {
    font-size: 4vw;
  }

  #page-404 .text .bg {
    font-size: 36vw;
  }

  #header .main-header.sticky .inner {
    padding: 20px 0px;
  }
}

@media (max-width: 767px) {
  .personalize-image .text-wrap {
    bottom: 8%;
  }

  .personalize-image .number {
    font-size: 7em;
  }

  /* general */
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }

  .title-featured {
    margin-bottom: 20px;
  }

  .mobile-popup .menu-wrap {
    position: relative;
    overflow: hidden;
  }

  .mobile-popup {
    position: fixed;
    top: 50px;
    right: 100%;
    width: 100%;
    z-index: 99;
    bottom: 50px;
    background: #f7f7f7;
    padding-bottom: 0px;
    text-align: center;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*     position:relative; */
  }

  .no-mobile-bar .mobile-popup {
    bottom: 0;
  }

  .mobile-popup.open {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-popup .popup-inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0px;
    position: relative;
    /*     position:unset; */
  }

  .title-small,
  .title-featured .title.title-small {
    font-size: 1.4em;
  }

  .btn {
    font-size: 1em;
  }

  .title-featured .title-wrap {
    display: block;
  }

  .title-featured .link {
    margin: 0;
    margin-top: 5px;
    display: inline-block;
    font-size: .9em;
  }

  .title-featured .title {
    font-size: 1.7em;
  }

  .container {
    padding: 0px 20px;
  }

  .home-block-padding {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }

  /* header */
  #header .main-header .inner {
    padding: 15px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #header.with-medium-logo .main-header .inner {
    padding: 12.5px 0px;
  }

  #header.with-large-logo .main-header .inner {
    padding: 10px 0px;
  }

  #header .main-header .logo.small-logo img {
    height: 20px;
  }

  #header .main-header .logo.medium-logo img {
    height: 25px;
  }

  #header .main-header .logo.large-logo img {
    height: 30px;
  }

  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #header .main-header .logo {
    flex: 1;
    justify-content: center;
  }

  #header .main-header .mob-icons {
    flex: 1;
    font-size: 18px;
    line-height: 18px;
  }

  #header .main-header .mob-icons .user-circle {
    width: 20px;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
  }

  #header .main-header .mob-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin: -7px;
    align-items: center;
  }

  #header .main-header .mob-icons ul a {
    display: block;
    padding: 7px;
    position: relative;
  }

  #header .main-header .mob-icons .items {
    position: absolute;
    right: -4px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    background: #aaa;
    color: #fff;
    border-radius: 100%;
  }

  #header .main-header .mob-icons.second ul {
    justify-content: flex-end;
  }

  .main-content {
    margin-top: 50px;
  }

  .owl-carousel.usp-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    opacity: 0;
  }

  .owl-carousel.usp-slider.owl-loaded {
    opacity: 1;
  }

  .mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
    color: #000;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }

  .mobile-bar ul li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    /*     display:block; */
  }

  .mobile-bar .icon-wrap {
    position: relative;
  }

  .mobile-bar .icon-wrap .items {
    position: absolute;
    right: -10px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    background: #aaa;
    color: #fff;
    border-radius: 100%;
  }

  .user-circle {
    display: block;
    width: 30px;
    height: 30px;
    background: #f6836b;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
  }

  #login-popup {
    display: block;
  }

  .close-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
    padding: 0px 20px;
  }

  #shipping-costs-popup .close-popup {
    position: unset;
    padding: 0;
    height: auto;
  }

  /*   .close-popup .close-popup-inner {
  	margin:0px 20px;
  } */
  .mobile-popup .popup-inner {
    padding: 25px 20px;
    padding-bottom: 60px;
  }

  #login-popup .title-small,
  .cart-wrap .title-small,
  .mobile-popup .title-small {
    margin-bottom: 25px;
  }

  #login-popup .options {
    margin-top: 40px;
  }

  .cart-wrap .totals {
    padding: 20px;
  }

  .cart-wrap .totals .buttons {
    margin-top: 30px;
  }

  .cart-wrap .table table {
    text-align: left;
  }

  .cart-wrap .table table .image-wrap {
    width: 65px;
  }

  .cart-wrap .table table .info {
    padding-left: 10px;
  }

  .cart-wrap .table table .price {
    padding-left: 0;
    text-align: left;
    font-size: 1em;
    margin-top: 5px;
  }

  .cart-wrap .table table td {
    padding: 15px 0px;
  }

  .cart-wrap .table table tr:first-child td {
    padding-top: 0;
  }

  .cart-wrap .table table tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
  }

  .cart-wrap .table table .info .title,
  .cart-wrap .totals table {
    font-size: 1em;
  }

  .cart-wrap .totals-wrap {
    max-width: 100%;
    text-align: left;
  }

  .cart-wrap .totals table tr td {
    padding-top: 5px;
  }

  .cart-wrap .totals table tr:nth-last-child(2) td {
    padding-bottom: 10px;
  }

  .cart-wrap .totals table tr:last-child td {
    padding-top: 10px;
  }

  .cart-wrap .totals .buttons {
    margin-top: 20px;
  }

  .cart-wrap .totals .buttons .btn:last-child {
    margin-bottom: 0;
  }

  .cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%;
  }

  .cart-wrap .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-wrap .table .table-wrap {
    overflow-y: scroll;
  }

  .cart-wrap .table table .input-wrap {
    padding-left: 0;
    padding-top: 10px;
  }

  .cart-wrap .table .input-wrap input {
    height: 40px;
  }

  /* banners */
  .home-banners.grid-v1 .grid-1,
  .home-banners.grid-v1 .grid-2 {
    width: 100%;
  }

  .home-banners.grid-v1 .banner-1,
  .home-banners.grid-v1 .banner-2,
  .home-banners.grid-v1 .banner-3,
  .home-banners.grid-v1 .banner-4,
  .home-banners.grid-v1 .banner-5,
  .home-banners.grid-v1 .banner-6 {
    height: auto;
    min-height: 200px;
  }

  .home-banners.grid-v1 .banner-3,
  .home-banners.grid-v1 .banner-4,
  .home-banners.grid-v1 .banner-5,
  .home-banners.grid-v1 .banner-6 {
    width: 100%;
  }

  .home-banners.grid-v2 .grid-1,
  .home-banners.grid-v2 .grid-2,
  .home-banners.grid-v2 .grid-3 {
    width: 100%;
  }

  .home-banners.grid-v2 .banner-1,
  .home-banners.grid-v2 .banner-2,
  .home-banners.grid-v2 .banner-3,
  .home-banners.grid-v2 .banner-4,
  .home-banners.grid-v2 .banner-5,
  .home-banners.grid-v2 .banner-6 {
    height: auto;
    min-height: 200px;
  }

  .home-banners.grid-v2 .banner-1,
  .home-banners.grid-v2 .banner-2,
  .home-banners.grid-v2 .banner-3,
  .home-banners.grid-v2 .banner-4,
  .home-banners.grid-v2 .banner-5,
  .home-banners.grid-v2 .banner-6 {
    width: 100%;
  }

  .home-banners.grid-v3 .grid-1,
  .home-banners.grid-v3 .grid-2,
  .home-banners.grid-v3 .grid-3 {
    width: 100%;
  }

  .home-banners.grid-v3 .banner-1,
  .home-banners.grid-v3 .banner-2,
  .home-banners.grid-v3 .banner-3,
  .home-banners.grid-v3 .banner-4,
  .home-banners.grid-v3 .banner-5,
  .home-banners.grid-v3 .banner-6 {
    height: auto;
    min-height: 200px;
  }

  .home-banners.grid-v3 .banner-1,
  .home-banners.grid-v3 .banner-2,
  .home-banners.grid-v3 .banner-3,
  .home-banners.grid-v3 .banner-4,
  .home-banners.grid-v3 .banner-5,
  .home-banners.grid-v3 .banner-6 {
    width: 100%;
  }

  .home-banners.grid-second-block .banner-7,
  .home-banners.grid-second-block .banner-8 {
    min-height: 200px;
    height: auto;
    width: 100%;
  }

  /* end banners */
  /* categories */
  .home-categories {
    overflow: hidden;
  }

  .home-cats-wrap.app-style .categories-slider .owl-stage-outer {
    overflow: visible;
  }

  .categories {
    margin: -5px;
  }

  .categories .category {
    padding: 5px;
  }

  .categories .category .overlay {
    padding: 15px;
  }

  .home-cats-wrap.app-style {
    margin-right: -25%;
  }

  .categories .category.layout-2 .cat-inner {
    padding: 20px;
  }

  /* end categories*/
  /* products */
  .home-products {
    overflow: hidden;
  }

  .products {
    margin: -7px;
  }

  .products .product,
  .products .product-list {
    padding: 7px;
  }

  .products .product .info {
    padding: 15px;
  }

  .home-products-wrap.app-style {
    margin-right: -25%;
  }

  .home-products-wrap.app-style .products-slider .owl-stage-outer {
    overflow: visible;
  }

  .products .product-list .image-wrap {
    min-width: 90px;
    max-width: 90px;
  }

  .products .product-list .product-inner {
    position: relative;
  }

  .products .product-list .product-inner {
    padding: 10px;
  }

  .products .product-list .info .description {
    max-height: 3.2em;
  }

  .products .product-list .image-wrap {
    position: initial;
  }

  /* end  products */
  /* blog */
  .home-blog {
    overflow: hidden;
  }

  .blog-articles {
    margin: -5px;
  }

  .blog-articles .blog-article {
    display: block;
    padding: 5px;
  }

  .home-blog .blog-articles .blog-article .image {
    min-height: 100px;
  }

  .blog-article-wrap.app-style {
    margin-right: -25%;
  }

  .blog-articles .blog-article .title {
    font-size: 1.4em;
  }

  .blog-articles .blog-article .title {
    margin-bottom: 10px;
  }

  .blog-article-wrap.app-style .article-slider .owl-stage-outer {
    overflow: visible;
  }

  #blog .complete-article .article-title {
    font-size: 1.7em;
  }

  .complete-article .image-wrap {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .complete-article .image,
  .complete-article .no-image {
    border-radius: var(--border_radius);
  }

  .complete-article .image:after,
  .complete-article .no-image:after {
    content: '';
    display: block;
    padding-top: 50%;
  }

  #blog .complete-article,
  #blog .comments-block,
  #blog .share {
    margin-bottom: 30px;
  }

  #blog .share {
    padding: 15px 0px;
  }

  .write-comment .fields {
    margin: -5px;
  }

  .write-comment .fields .field {
    padding: 5px;
  }

  #blog .blog-articles .blog-article .image {
    height: auto;
    min-height: 0;
  }

  #blog .blog-articles .blog-article .image:after {
    content: '';
    display: block;
    padding-top: 45%;
  }

  #blog .blog-articles .blog-article:nth-child(even) .image-wrap,
  #blog .regular-articles .blog-articles .blog-article .image-wrap,
  #blog .blog-articles .blog-article .image-wrap {
    margin-bottom: 15px;
  }

  #blog .regular-articles {
    margin: 0;
    border: none;
  }

  #blog .blog-articles {
    margin: -10px;
  }

  #blog .blog-articles .blog-article {
    padding: 10px;
  }

  /* end blog */
  /* brands */
  .home-brands-wrap.app-style .brands-slider .owl-stage-outer {
    overflow: visible;
  }

  .home-brands {
    overflow: hidden;
  }

  .home-brands-wrap.app-style {
    margin-right: -25%;
  }

  /* end brands */
  /* GENERAL CONTENT */
  .general-content p,
  .general-content.product-content p,
  #account-dashboard .account-title .content {
    line-height: 2em;
    margin-bottom: 20px;
    font-size: .97em;
  }

  .general-content h1,
  .general-content.product-content h1,
  #account-dashboard .account-title .title {
    font-size: 1.5em;
  }

  .general-content h2,
  .general-content.product-content h2 {
    font-size: 1.4em;
  }

  .general-content h3,
  .general-content.product-content h3 {
    font-size: 1.3em
  }

  .general-content h4,
  .general-content.product-content h4 {
    font-size: 1.2em;
  }

  /* END GENERAL CONTENT */
  /* FOOTER */
  #footer .main-footer .footer-title {
    font-size: 1.2em;
  }

  #footer {
    padding-bottom: 50px;
  }

  /* END FOOTER */
  /* collection */
  .mobile-filters {
    margin: 0;
    text-align: left;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-filters .filters-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 5px;
  }

  .mobile-filters .buttons {
    padding-top: 20px;
  }

  .mobile-filters .buttons .btn {
    width: 100%;
  }

  .mobile-filters .buttons .link {
    display: block;
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 0;
    font-weight: bold;
  }

  .sidebar .sidebar-title {
    font-size: 1.4em;
    margin-bottom: 25px;
  }

  .price-filter {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-content.on-top {
    margin-bottom: 20px;
  }

  .collection-sort.on-top {
    margin-bottom: 20px;
  }

  .active-filters-box {
    margin-top: -10px;
  }

  .collection-sort .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-sort .filter-btn-block {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .collection-sort .filter-btn-block .btn {
    width: 100%;
  }

  .collection-sort .custom-pager {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
  }

  .collection-sort .custom-pager ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .collection-sort .mobile-pager {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* end collection */
  .usp-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .usp-bar ul {
    height: 40px;
  }

  /* productpage */
  .product-detail .top-info .stars-code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .product-detail .top-info .product-code {
    margin-top: 10px;
  }

  #productpage .product-detail {
    padding: 20px;
    margin: 0px -20px;
    border-radius: var(--border_radius);
    padding-top: 10px;
  }

  .product-detail .top-info .product-title,
  .product-reviews .summary .score .title {
    font-size: 1.4em;
  }

  .breadcrumbs {
    margin: 15px 0px;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .8em;
  }

  #collection-page .breadcrumbs {
    margin-top: 0;
  }

  #productpage .breadcrumbs {
    margin: 15px 0px;
  }

  .breadcrumbs i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .product-detail .images-wrap {
    min-width: 100%;
    max-width: 100%;
  }

  .product-detail .top-info {
    margin-bottom: 20px;
  }

  .product-detail .images .image {
    padding: 5%;
  }

  .product-detail .info .price-stock {
    margin: 15px 0px;
  }

  .product-detail .info .price {
    font-size: 1.5em;
  }

  .product-detail .info {
    margin-top: 20px;
  }

  #productpage .specs {
    margin-top: 0;
  }

  #productpage .content-block {
    margin: 0;
    padding: 0;
    border: none;
  }

  #productpage .mobile-tabs {
    margin: 0px -20px;
  }

  #productpage .mobile-tabs a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #productpage .related-products {
    text-align: left;
    /*     background:#fff; */
  }

  .btn {
    height: 45px;
  }

  .product-detail .info .cart .add-wish {
    height: 45px;
    width: 45px;
    margin-left: 10px;
  }

  .product-detail .info .product-description,
  .product-detail .order-countdown {
    margin-bottom: 20px;
  }

  .product-detail .info form {
    margin-top: 20px;
  }

  .product-detail .order-countdown {
    font-size: 12px;
  }

  .product-detail .info .product-option {
    margin-bottom: 20px;
  }

  .product-reviews {
    margin-top: 30px;
  }

  .product-reviews .summary .score {
    margin-bottom: 20px;
  }

  .product-reviews .overview {
    margin: 0px -20px;
    width: calc(100% + 40px);
  }

  .product-reviews .summary {
    margin-bottom: 20px;
  }

  .reviews {
    margin: 0px;
  }

  .reviews .review {
    padding: 0;
  }

  .reviews .review:first-child .review-inner {
    border-top: 1px solid rgba(0, 0, 0, .07);
  }

  .reviews .review .review-inner {
    padding: 20px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--border_radius);
  }

  #productpage .product-content,
  #productpage .specs {
    text-align: left;
  }

  #productpage .mobile-reviews {
    text-align: left;
  }

  #productpage .mobile-reviews .reviews {
    margin: 0px -20px;
  }

  #productpage .specs,
  #productpage .product-content,
  #productpage .related-products,
  #productpage .product-tags {
    margin: 0;
  }

  .product-detail .info .share-compare {
    margin-top: 20px;
  }

  .product-tags {
    margin-top: 0;
  }

  .product-tags .popup-inner {
    text-align: left;
  }

  #productpage .product-bundles {
    margin-top: 30px;
  }

  #productpage .product-detail .input-wrap {
    margin-right: 10px;
  }

  #productpage .product-detail .input-wrap .change input {
    margin: 0;
    width: 45px;
    height: 45px;
  }

  /* end productpage */
  /* Custom cookiebar */
  .wsa-cookielaw {
    text-align: center;
  }

  /* End custom cookiebar */
  /* Service page */
  #service-page .faq .faq-block .faq-items .faq-item .tab {
    font-size: .95em;
    padding: 20px 0;
  }

  #service-page .faq .faq-block .faq-items .faq-item .page {
    padding: 20px;
    border-radius: var(--border_radius);
    margin-bottom: 20px;
  }

  .service-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px;
  }

  .service-blocks .service-block-col {
    padding: 5px;
  }

  a.service-block {
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border_radius);
  }

  .service-block .icon {
    margin-bottom: 0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  /* End service page */
  /* Brands */
  .brands {
    margin: -7px;
  }

  .brands .brand {
    padding: 7px;
  }

  /* End brands */
  /* Review popup */
  #add-review-popup {
    display: block;
  }

  /* End review popup */
  /* Headlines */
  .headlines .item .container {
    width: 100%;
  }

  .headlines .item {
    height: 350px;
  }

  .headlines .item-1 {
    background-image: url('headline-1-image-mobile.jpg?');
  }

  .headlines .item-2 {
    background-image: url('headline-2-image-mobile.jpg?');
  }

  .headlines .item-3 {
    background-image: url('headline-3-image-mobile.jpg?');
  }

  /* End headlines */
  /* live compare */
  .compare-overlay,
  .compare-block {
    z-index: 99;
  }

  .compare-block .compare-pop {
    width: 100%;
  }

  .compare-block .compare-pop.open {
    width: 100%;
  }

  .compare-block {
    bottom: 50px;
  }

  .no-mobile-bar .compare-block {
    bottom: 0;
  }

  .compare-pop.active {
    -webkit-transform: translate(0, calc(100% - 40px)) translateZ(0);
    transform: translate(0, calc(100% - 40px)) translateZ(0);
  }

  .compare-pop .head {
    height: 40px;
  }

  .compare-products .compare-product:nth-child(n + 4) {
    display: none;
  }

  /* end live compare */
  /* newsletter popup */
  #newsletter-popup .text {
    padding: 40px;
  }

  #newsletter-popup .title {
    font-size: 2em;
  }

  #newsletter-popup .content {
    margin-bottom: 20px;
  }

  #newsletter-popup .standard-input {
    height: 45px;
  }

  #newsletter-popup .btn {
    margin-top: 15px;
  }

  /* end newsletter popup*/
  /* messages */
  .message-wrap {
    top: 60px;
    bottom: auto;
    z-index: 99999999999;
    left: 0;
    padding: 0px 10px;
  }

  .message-wrap .message {
    padding: 15px;
    width: 100%;
  }

  .message-wrap .message .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 10px;
  }

  /* end messages */
  /* search */
  .search-autocomplete {
    position: unset;
  }

  .search-autocomplete .feat-categories {
    padding: 15px;
    background: #fff;
    border-radius: var(--border_radius);
    margin-bottom: 0px;
  }

  .search-autocomplete .subtitle {
    margin-bottom: 7px;
  }

  .search-autocomplete .search-products .product:nth-child(odd) .product-inner {
    border-right: 0;
  }

  .search-autocomplete .search-products .product {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    width: 100%;
  }

  .search-autocomplete .more {
    margin-top: 10px;
  }

  .search-autocomplete .search-products {
    padding: 10px 0px;
  }

  .mobile-search {
    text-align: left;
  }

  .mobile-search .search-wrap {
    margin-bottom: 40px;
  }

  .mobile-search .search-wrap input[type="text"] {
    height: 40px;
    padding: 0px 20px;
    padding-right: 40px;
    border: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .07);
    width: 100%;
  }

  .mobile-search .search-wrap .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
  }

  /* end search*/
  #page-404 .text h1 {
    font-size: 5vw;
  }

  /*   account dashboard */
  #account-dashboard .shadow-block {
    padding: 25px 20px;
  }

  #account-dashboard .inputs {
    margin: -7px;
  }

  #account-dashboard .inputs .input {
    padding: 7px;
  }

  #account-dashboard .tab a,
  #account-dashboard .small-title {
    font-size: 15px;
  }

  .recent-orders .recent-order .order-label {
    font-size: 10px;
  }

  .recent-orders .recent-order .title {
    font-size: 13px;
  }

  .recent-orders .recent-order .btn {
    width: 35px;
    height: 35px;
  }

  .recent-orders {
    margin: -5px;
  }

  .recent-orders .recent-order {
    padding: 5px;
  }

  #account-dashboard .account-title {
    margin-bottom: 10px;
  }

  #account-dashboard .block,
  #account-dashboard .account-block {
    margin-bottom: 30px;
  }

  #account-dashboard .tab a {
    padding: 12px 20px;
  }

  #account-dashboard .status-label {
    height: 25px;
    font-size: 10px;
    padding: 0px 10px;
  }

  #account-dashboard .ordered-products table td {
    padding-left: 10px;
  }

  #account-dashboard .ordered-products table td:first-child {
    padding-left: 0;
  }

  #account-dashboard .ordered-products {
    padding: 20px;
  }

  .recent-orders .recent-order .col {
    padding-left: 10px;
  }

  .recent-orders .recent-order .col:first-child {
    padding-left: 0;
  }

  .recent-orders .recent-order .col.ticket-title {
    flex: 1;
  }

  /*   end account dashboard */
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 424px) {

  /* Custom cookiebar */
  .wsa-cookielaw .wsa-cookielaw-button:first-child {
    margin-left: 10px;
  }

  .wsa-cookielaw .wsa-cookielaw-link {
    margin-top: 15px;
  }

  /* End custom cookiebar */
  /* Footer */
  #footer .newsletter input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    max-width: 250px;
  }

  #footer .newsletter .btn {
    padding: 0;
    width: 40px;
  }

  #footer .newsletter #formNewsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* End footer */
}

.colors-wrap ul {
  display: flex;
}

.colors-wrap li.color-stripe {
  height: 15px;
  width: calc(100% / 16);
  background: #c0392b;
}

.colors-wrap li.color-stripe:nth-child(even) {
  background: #fff;
}

.colors-wrap li.color-stripe:nth-child(4n+3) {
  background: #1d2851;
}

.colors-wrap ul.mobile li.color-stripe {
  width: calc(100% / 8);
}

.home-shirts .configure-wrap {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background: rgba(0, 0, 0, 0.03);
}

.home-shirts .configure-wrap .left-col {
  width: 60%;
  padding-right: 50px;
}

.home-shirts .configure-wrap .right-col {
  position: relative;
  width: 40%;
}


.home-shirts .configure-wrap .right-col:after {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.home-shirts .configure-wrap .personalize-image .text-wrap {
  bottom: 20%;
}

.home-shirts .title-featured {
  margin-bottom: 5px;
}

.home-shirts .subtitle.title-font {
  margin-bottom: 5px;
  font-size: 1.2em;
}

.home-shirts .price-wrap .price {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-shirts .shirt-configure>div {
  margin-bottom: 20px;
}

.home-shirts .option-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px;
  padding: 0;
  list-style: none;
}

.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul li {
  padding: 4px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul li a {
  height: 44px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  border-radius: var(--border_radius);
  border: 1px solid #eee;
  background: #fff;
  text-decoration: none;
}


.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul li a:hover {
  border-color: #aaa;
}

.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul li a.active {
  border: 2px solid #d49027;
  color: #d49027;
  font-weight: bold;
}

.home-shirts .configure-wrap .left-col .shirt-configure .size-wrap ul li a.not-av {
  opacity: .5;
  background: #f7f7f7;
  pointer-events: none;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap {
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .top-wrap {
  border-bottom: 1px solid #eee;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .top-wrap .title {
  font-weight: bold;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .top-wrap .title span {
  color: #C0A059;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .top-wrap .subtitle {
  opacity: .5;
  font-size: 0.875em;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .top-wrap .price-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  padding: 0 13px;
  white-space: nowrap;
  background: #d49027;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: 10px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .inputs-wrap input {
  border: none;
  width: auto;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .inputs-wrap input[name="name"] {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.home-shirts .configure-wrap .left-col .shirt-configure .personalization-wrap .inputs-wrap input[name="number"] {
  border-left: 1px solid #eee;
  width: 170px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .custom-badge {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .custom-badge input {
  margin: 0;
  margin-right: 5px;
}

.home-shirts .configure-wrap .left-col .shirt-configure .custom-badge label {
  margin: 0;
  display: flex;
  align-items: center;
}

.home-shirts .configure-wrap .left-col .shirt-configure .custom-badge label img {
  max-width: 40px;
  margin-right: 10px;
  transform: translateZ(1px);
}

.home-shirts .ui.checkbox.custom-badge label:before,
.home-shirts .ui.checkbox.custom-badge label:after {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .home-shirts .configure-wrap .personalize-image .text-wrap {
    bottom: 5%;
  }
}

@media (max-width: 991px) {
  .home-shirts .configure-wrap {
    flex-wrap: wrap;
  }

  .home-shirts .configure-wrap .left-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .home-shirts .configure-wrap .right-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-shirts .configure-wrap .personalize-image .text-wrap {
    bottom: 20%;
  }

  .home-shirts .configure-wrap .personalize-image .text-wrap {
    bottom: 15%;
    left: 51%;
  }

  .personalize-image .name {
    margin-top: 30%;
  }

  .personalize-image .number {
    font-size: 13em;
  }
}

@media (max-width: 767px) {
  .personalize-image .number {
    font-size: 9em;
  }
}

@media (max-width: 618px) {
  .personalize-image .name {
    margin-top: 5%;
    font-size: 2.2em;
  }

  .personalize-image .number {
    font-size: 6em;
  }
}

@media (max-width: 400px) {
  .home-shirts .configure-wrap .personalize-image .text-wrap {
    bottom: 5%;
  }

  .personalize-image .number {
    font-size: 6em;
  }

  .personalize-image .name {
    margin-top: 0;
  }
}