:root {
  --block_spacing: 72px;
  --font_base: 16px;
  --font_h1: 2.441em;
  --font_h2: 1.953em;
  --font_h3: 1.563em;
  --font_h4: 1.25em;
  --font_h5: 1.em;
  --font_h6: 0.8em;
  --line_height: 1.875em;
  --accent: #F02A67;
  --accent: #F02A67;
  --accent_secondary: #FF99A7;
  --accent_support: #FFC9D7;
  --accent_support_secondary: #FFE9EE;
  --grey_border: #E4E4E4;
  --grey_block: #F4F7F8;
  --body: #616668;
  --black: #1C1D21;
  --green: #00b900;
  --red: #C62323;
  --shadow_big: 2px 2px 50px rgba(38, 63, 77, 0.1);
  --shadow_header: 0px 10px 20px rgba(0, 0, 0, 0.05);
  --shadow_left_small: -1px 1px 4px rgba(0, 0, 0, 0.08);
  --shadow_right_small: 1px 1px 4px rgba(0, 0, 0, 0.08);
  --border_radius: 6px;
  --btn_height: 50px;
  --btn_font_size: 1em;
  --btn_lg_height: 60px;
  --btn_lg_font_size: 1.1em;
  --btn_sm_height: 45px;
  --btn_sm_font_size: 1em;
  --btn_icon_font_size: 1.4em;
  --btn_icon_spacing: 7px;
  --btn_padding: 30px;
  --btn_lg_padding: 40px;
  --btn_sm_padding: 20px;
  --input_height: 50px;
  --input_padding: 25px;
  --input_bg: #fff;
  --input_border: 1px solid var(--grey_border);
  --native_select_height: 45px;
  --native_select_large_height: var(--btn_lg_height);
  --native_select_spacing: 20px;
  --title_featured_spacing: 40px;
  --title_featured_title: var(--font_h2);
}

[v-cloak] {
	display: none !important;
}

@font-face {
	font-display: swap;
}

body {
  margin: 0 !important;
	color:var(--body);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: var(--font_base);
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

img {
	width: auto;
  height: auto;
}

table {
	border-spacing: 0;
 	border-collapse: collapse;
}

.relative {
	position:relative;
}

.gui.gui-account p {
  line-height: 1.6em;
}

.owl-prev,
.owl-next,
.owl-dots,
.owl-dot {
	outline: none;
}

.body-wrap {
  position:relative;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.body-wrap.cart-open {
  -webkit-transform: translate(-400px, 0px);
      -ms-transform: translate(-400px, 0px);
          transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: var(--line_height);
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.ul-reset {
	list-style: none;
  margin: 0;
  padding: 0;
}

.green {
  background: var(--green);
}

.red {
  background: var(--red);
}

.orange {
  background: var(--orange);
}

.success-color {
  color: var(--green);
}

.error-color {
  color: var(--red);
}

.warning-color {
  color: var(--orange);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.general-content {
  font-size: 1em;
  line-height: var(--line_height);
}

.general-content strong {
	color: var(--black);
  font-weight: bold;
}

.general-content *:first-child {
	margin-top: 0;
}

.general-content *:last-child {
	margin-bottom: 0;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
	font-weight: bold;
  color: var(--black);
}

.general-content h1 {
	font-size: var(--font_h1);
  margin-bottom: 20px;
}
.general-content h2 {
	font-size: var(--font_h2);
  margin-bottom: 20px;
}
.general-content h3 {
	font-size: var(--font_h3);
  margin-bottom: 20px;
}
.general-content h4 {
	font-size: var(--font_h4);
  margin-bottom: 15px;
}
.general-content h5 {
	font-size: var(--font_h5);
  margin-bottom: 10px;
}
.general-content h6 {
	font-size: var(--font_h6);
  margin-bottom: 10px;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
	text-decoration:none;
  color: var(--accent);
}

.general-content ul {
	padding-left: 25px;
}

.general-content ul li {
	list-style: none;
  position: relative;
}

.general-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--body);
  vertical-align: middle;
  margin-right: 15px;
}

.general-content img,
.general-content video {
	height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
	max-width: 100%;
}

.general-content table {
	width: 100%;
}

.general-content table tr td {
	padding: 5px 15px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  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: var(--btn_height);
  padding: 0px var(--btn_padding);
  background: var(--accent);
  color: #fff;
  font-weight:400;
  font-size: var(--btn_font_size);
  border-radius: var(--border_radius);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.btn-large {
	height: var(--btn_lg_height);
  font-size: var(--btn_lg_font_size);
  padding: 0 var(--btn_lg_padding);
}

.btn.btn-small {
	height: var(--btn_sm_height);
  font-size: var(--btn_sm_font_size);
  padding: 0 var(--btn_sm_padding);
}

.btn i {
	font-size: var(--btn_icon_font_size);
}

.btn i.before {
	margin-right: var(--btn_icon_spacing);
}

.btn i.after {
	margin-left: var(--btn_icon_spacing);
}

.btn:active,
.btn:focus,
.btn:visited,
.btn:hover {
	color:#fff;
}

.btn.disabled {
  opacity: .5;
  pointer-events: none;
}

.btn:active {
	-webkit-box-shadow: inset 0 0 3px 3px rgb(0 0 0 / 20%);
	        box-shadow: inset 0 0 3px 3px rgb(0 0 0 / 20%);
}

.btn.error {
	background: var(--red);
}

.btn.success {
	background: var(--green);
}

.standard-input {
	height: var(--input_height);
  padding: 0px var(--input_padding);
  outline: none;
  border-radius: var(--border_radius);
  font-size: 1em;
  background: var(--input_bg);
  border:  var(--input_border);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.standard-input:focus {
	border-color: var(--accent);
}

textarea.standard-input {
	padding: var(--input_padding);
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaa;
}

.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}

.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}

.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.icon:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lazy-bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.lazy-blur {
	-webkit-transition: -webkit-filter .15s ease-in-out;
	transition: -webkit-filter .15s ease-in-out;
	-o-transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

.lazy-blur.lazy {
	-webkit-filter: blur(20px);
	        filter: blur(20px);
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.block-padding {
	padding-top: var(--block_spacing);
  padding-bottom: var(--block_spacing);
}

.block-padding-top {
	padding-top: var(--block_spacing);
}

.block-padding-bottom {
  padding-bottom: var(--block_spacing);
}

.block-margin {
	margin-top: var(--block_spacing);
  margin-bottom: var(--block_spacing);
}

.block-margin-top {
	margin-top: var(--block_spacing);
}

.block-margin-bottom {
  margin-bottom: var(--block_spacing);
}

.block-border {
	border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.block-border-top {
	border-top: 1px solid #eee;
}

.block-border-bottom {
	border-bottom: 1px solid #eee;
}

.block-grey {
	background: #f7f7f7;
}

.image-wrap.grey {
	position: relative;
  background: #fff;
}

.image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.image-wrap img {
	width: 100%;
}

.sm-tabs-block .page {
	display: none;
}

.sm-tabs-block .page.active {
	display: block;
}

.text-container {
	width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div.btn {
	cursor: pointer;
}

i[class*="fi-rr"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars-wrap,
.stars-wrap .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stars-wrap .stars i {
  font-size: 14px;
	color: #FFD700;
}

.stars-wrap .count {
	margin-left: 5px;
  font-size: 14px;
}

.stars-wrap .count.count-small {
	margin-left: 3px;
  font-size: 12px;
}

.sm-horizontal-scroll {
	padding-bottom: 30px;
}

.sm-horizontal-scroll{
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.sm-horizontal-scroll::-webkit-scrollbar {
  width: 0px; /* For Chrome, Safari, and Opera */
	height: 0px;
}

.sm-horizontal-scroll .simplebar-track.simplebar-horizontal {
	background: var(--grey_border);
  height: 10px;
  bottom: 0px;
}

.sm-horizontal-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px;
  height: 10px;
  background: var(--body);
}

.custom-slider-nav .owl-prev,
.custom-slider-nav .owl-next {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff !important;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
  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;
  -webkit-transform: translateY(-50) !important;
      -ms-transform: translateY(-50) !important;
          transform: translateY(-50) !important;
  z-index: 9;
  color: var(--accent) !important;
  font-size: 1.3em !important;
}

.custom-slider-nav .owl-prev.disabled,
.custom-slider-nav .owl-next.disabled {
	color: var(--body) !important;
}

.custom-slider-nav .owl-next {
	left: auto;
  right: 0;
}

.app-style-block {
	overflow: hidden;
}

.app-style-block .app-style-wrap {
	margin-right: -50%;
}

.app-style-block .app-style-wrap .custom-slider-nav .owl-next {
  right: calc(17.5% + 20px);
}

.native-select {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: var(--native_select_spacing);
  padding-right: calc(var(--native_select_spacing) / 2);
  height: var(--native_select_height);
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  border-radius: var(--border_radius);
  position: relative;
}

.native-select:not(.qty-select) {
	font-size: 14px;
}

.native-select.large {
	height: var(--native_select_large_height);
}

.native-select select {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.native-select i {
  margin-left: var(--native_select_spacing);
	font-size: 16px;
  color: var(--accent);
}

.native-select .active-value {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.title-featured {
	margin-bottom: var(--title_featured_spacing);
}

.title-featured.title-checkout {
  margin-bottom: 15px;
}

.sub-checkout.subtitle {
  margin-bottom: var(--title_featured_spacing);
}

.sub-checkout.subtitle:hover {
  color: var(--accent);
}

.title-featured .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--title_featured_title);
  color: var(--black);
}

.title-featured .title .text {
	margin: 0 30px;
}

.title-featured .title .border {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  height: 1px;
  background: var(--grey_border);
}

.title-featured .subtitle {
	margin-top: 15px;
}

.text-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent);
}

.text-link span {
	text-decoration: underline;
  font-weight: 600;
}

.text-link i {
  font-size: 1.2em;
	margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.text-link:hover i {
	-webkit-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	        transform: translateX(5px);
}

.owl-dots {
  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;
}
button.owl-dot span {
  width: 8px;
  height: 8px;
  background: var(--grey_border);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 4px;
}
button.owl-dot.active span {
  background: var(--accent);
}

@media (min-width: 1200px) {  
  .container {
  	width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
  
  .btn:hover {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
}

@media (max-width: 1199px) {
	:root {
  	--block_spacing: 64px;
    --input_height: 45px;
    --font_base: 14px;
  }
}

/* @media (max-width: 991px) {
	:root {
  	--font_base: 14px;
  }
} */

@media (max-width: 767px) {
	:root {
  	--block_spacing: 40px;
    --input_height: 40px;
    --btn_height: 40px;
    --btn_font_size: 1em;
    --btn_lg_height: 50px;
    --btn_sm_height: 35px;
    --btn_sm_font_size: 1em;
    --btn_icon_font_size: 1.2em;
    --btn_icon_spacing: 7px;
    --btn_padding: 20px;
    --btn_lg_padding: 30px;
    --btn_sm_padding: 15px;
    --input_padding: 25px;
  }
  .container {
    padding:0px 20px;
  }
  
  .sm-horizontal-scroll {
  	padding-bottom: 20px;
  }
  
	.sm-horizontal-scroll .simplebar-track.simplebar-horizontal {
    height: 5px;
  }

  .sm-horizontal-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 5px;
  }
  
  .custom-slider-nav .owl-prev,
  .custom-slider-nav .owl-next {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  
  .custom-slider-nav .owl-prev {
  	left: 20px;
  }
  
  .custom-slider-nav .owl-next {
    right: 20px;
  }
}
/* End general styles */

#language-popup {
	max-width: 600px; 
/*   width: 100%; */
  display: none;
  overflow: visible !important;
}

#language-popup .inner .title {
	text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
#language-popup .inner .flag-options {
   display: flex;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
#language-popup .inner .flag-options .option {
  cursor: pointer;
  background: #fff;
  transition: all .2s ease-in-out;
  padding: 5px;
  border: 2px solid #fff;
}
#language-popup .inner .flag-options .option:hover {
	background: #eee; 
}
#language-popup .inner .flag-options .option.active {
  background: #eee;
  border: 2px solid #000;
}
#language-popup .inner .flag-options .option img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  display: block;
}
#language-popup .inner .flag-options .option .text {
  display: block;
  text-align: center;
  color: #000;
  font-size: 13px;
  margin-top: 5px;
  transition: all .2s ease-in-out;
}
#language-popup .inner .flag-options .option.active .text {
  font-weight: bold;
}
#language-popup .inner .dropdown-options {
  margin-top: 20px;
}
#language-popup .inner .dropdown-options .selection {
  width: 100%;
}
#language-popup .inner .dropdown-options .ui.selection.dropdown {
	border: 1px solid #ddd; 
}
#language-popup .inner .dropdown-options .ui.selection.dropdown>.dropdown.icon {
  background: none;
  color: #ddd;
}
#language-popup .inner .dropdown-options .ui.selection.dropdown>.menu {
  border: 1px solid #ddd;
}
#language-popup .inner .dropdown-options .ui.selection.dropdown>.dropdown.icon:before {
	content: "\e9ac";
}
#language-popup .inner .continue-btn {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  background: var(--green);
}
#language-popup .inner .continue-btn.disabled {
  cursor: not-allowed;
	background: rgba(155,155,155,.8);
}


/* Header */
#header {
  --header_icons_spacing: 30px;
  --nav_items_spacing: 30px;
}

#header.fixed .header-fixed-wrap {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.uspbar.usp-mobile {
  display: none;
}

.uspbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 24px 0px;
}

.uspbar .usp-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;
  width: 100%;
}

.uspbar .usp-wrap li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uspbar .usp-wrap li a span {
  font-size: 0.875em;
}

.uspbar .usp-wrap li a i {
	margin-right: 8px;
  font-size: 1.125em;
  line-height: 0px;
  color: var(--accent);
}

#header .main-header {
	padding: 30px 0;
  background: #fff;
}

#header .main-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .main-header .header-col.logo-col{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#header .main-header .header-col.search-col {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

#header .main-header .header-col.icons-col {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .main-header .search-wrap {
	width: 100%;
  max-width: 400px;
}

#header .main-header .search-wrap form {
	width: 100%;
  position: relative;
}

#header .main-header .search-wrap form input {
	width: 100%;
  padding-left: 25px;
  padding-right: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border: 1px solid var(--grey_border);
  border-radius: 0px;
  font-size: 0.875em;
}

#header .main-header .search-wrap form input:focus {
  border: 1px solid var(--body);
}

#header .main-header .search-wrap form a {
	position: absolute;
  top: 0;
  left: 7px;
  height: var(--input_height);
  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: 14px;
}

#header .main-header .logo img {
	height: 60px;
}

#header .main-header .header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-icons li:not(:last-child) {
	margin-right: var(--header_icons_spacing);
}

#header .main-header .header-icons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-icons li a i {
	font-size: 22px;
  color: var(--black);
}

#header .main-header .header-icons li a:hover i {
  color: var(--accent);
}

#header .main-header .header-icons li span.text-nav {
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
}

.header-icons li a .i-wrap {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-icons li a .i-wrap .qty {
	position: absolute;
  top: -7px;
  right: -10px;
  min-width: 20px;
  max-width: 20px;
  border: 2px solid #fff;
  height: 20px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--green);
  font-family: "Bree Serif", Helvetica, sans-serif;
  border-radius: 50%;
  font-size: 12px;
}

#header .main-header .header-icons > li.setting {
  position: relative;
  font-size: 14px;
  opacity: 0.8;
}

#header .main-header .header-icons > li.setting .active-val {
  min-width: 20px;
  text-align: center;
}

#header .main-header .header-icons > li.setting:hover ul {
  opacity: 1;
  visibility: visible;
}

#header .main-header .header-icons > li.setting ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 2px 10px 10px 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 9999;
}

#header .main-header .header-icons > li.setting ul li {
  margin: 0;
}

#header .main-header .header-icons > li.setting ul li:hover {
  color: var(--accent);
}

#header .main-header .header-icons > li.setting ul li:not(:last-child) {
  padding-bottom: 2px;
}

#header .main-menu {
  background: #fff;
}

#header .main-menu .inner {
  -webkit-box-shadow: var(--shadow_header);
          box-shadow: var(--shadow_header);
  border-radius: var(--border_radius);
  font-family: "Bree Serif", Helvetica, sans-serif;
  color: var(--black);
}

#header .main-menu .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 50px;
  padding: 0 var(--nav_items_spacing);
  position: relative;
}

#header .main-menu .main-nav > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .main-menu .main-nav > li:not(:last-child) {
	margin-right: var(--nav_items_spacing);
}

#header .main-menu .main-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-menu .main-nav > li:hover > a {
	color: var(--accent);
}

#header .main-menu .main-nav > li.active > a {
	color: var(--accent);
}

#header .main-menu .main-nav .header-subnav {
	position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  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 .main-menu .main-nav > li:hover .header-subnav {
	opacity: 1;
  visibility: visible;
}

#header .main-menu .main-nav .header-subnav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--nav_items_spacing);
  font-family: "Open Sans", Helvetica, sans-serif;
}

.header-subnav .inner .title.title-font {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.nav-col.nav-sub-brands {
  min-width: 300px;
}

.nav-col.nav-sub-brands .logo-banner:not(:last-child) {
  margin-bottom: 8px;
}

.nav-col.nav-sub-brands .image-wrap.grey {
  max-width: 75%;
  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;
  padding: 10px;
}

.nav-col.nav-sub-brands .image-wrap img {
  width: auto;
  height: 32px;
}

.nav-col.nav-sub-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-col.nav-sub-main .sub-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  width: 100%;
  margin: -10px;
}

.nav-col.nav-sub-main .sub-main-col {
  padding: 10px;
}

.nav-col.nav-sub-main .sub-main-col li,
.nav-col.nav-sub-right .sub-right-col li {
  font-size: 0.875em;
  text-transform: capitalize;
}

.nav-col.nav-sub-main .sub-main-col li.active a,
.nav-col.nav-sub-right .sub-right-col li.active a {
  color: var(--accent);
}

.nav-col.nav-sub-main .sub-main-col li:not(:last-child),
.nav-col.nav-sub-right .sub-right-col li:not(:last-child) {
  padding-bottom: 8px;
}

.nav-col.nav-sub-main .sub-main-col li a:hover,
.nav-col.nav-sub-right .sub-right-col li a:hover {
  color: var(--accent);
}

.nav-col.nav-sub-right {
  min-width: 300px;
  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: end;
      -ms-flex-align: end;
          align-items: center;
}

.nav-col.nav-sub-right .sub-right-col {
  margin-bottom: 16px;
}

/* #header .header-subnav .nav-col.main {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}

#header .header-subnav .nav-col.main ul {
  padding: 15px;
}

#header .header-subnav .nav-col.main ul li:not(:last-child) {
  margin-bottom: 5px;
}

#header .header-subnav .brands img {
  height: 25px;
} */

#header .search-wrap-mobile {
  background: var(--grey_block);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.05);
}

#header .search-wrap-mobile form {
	position: relative;
}

#header .search-wrap-mobile form,
#header .search-wrap-mobile form input {
	width: 100%;
}

#header .search-wrap-mobile form input {
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
}

#header .search-wrap-mobile form a {
	position: absolute;
  top: 0;
  right: 0;
  height: var(--input_height);
  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: 18px;
}

#header .search-wrap-mobile form a i {
  color: var(--black);
}

@media (max-width: 1399px) {
  #header {
      --nav_items_spacing: 20px;
  }
}

@media (max-width: 1299px) {
  #header {
      --nav_items_spacing: 15px;
  }
  #header .main-menu .main-nav {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  #header .search-wrap-mobile form a {
  	right: unset;
    left: 0;
  }
  #header .search-wrap-mobile form input {
  	padding-left: 30px; 
  }
  #header {
    --header_icons_spacing: 20px;
  }
  
  #header.fixed .header-fixed-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .uspbar {
    border-bottom: 1px solid var(--grey_border);
  }
  .uspbar.usp-desktop {
    display: none;
  }
  
  .uspbar.usp-mobile {
  	display: block;
	}
  
  .uspbar .usp-wrap {
  	display: block;
  }
  
  .uspbar .inner {
    padding: 10px 0;
  }
  
  .uspbar .usp-wrap li a {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    text-align: center;
  }
  
  #header .open-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  } 
  #header .main-header .header-icons li.menu-burger a i {
    font-size: 24px;
    line-height: 0;
  }
  
  #header .main-header .logo img {
    height: 40px;
  }
  
  #header .main-header {
    padding: 16px 0;
  }
  
  #header .main-header .header-icons .menu-burger span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
  }
  
  #header .main-header .header-icons li.menu-burger {
    margin-top: 11px;
  }
}

@media (max-width: 767px) {
  #header {
    --header_icons_spacing: 15px;
  }
  
  #header .main-header {
    padding: 10px 0;
  }
  
  #header .main-header.activate-mobilebar {
    -webkit-box-shadow: var(--shadow_header);
            box-shadow: var(--shadow_header);
  }
  
  .uspbar .inner {
    padding: 0px;
    height: 35px;
  }
  
  .uspbar .usp-wrap li a {
    padding: 5px 0px;
  }
  
  #header .main-header .logo img {
    height: 30px;
  }
  
  #header .main-header .header-icons li a i {
    font-size: 21px;
  }
  
  #header .main-header .header-col.menu-col.hide-icons,
  #header .main-header .header-col.icons-col.hide-icons {
    display: none;
  }
  
  .mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.07);
    height: 50px;
	}
  
  .mobile-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 21px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	}
  
  .mobile-bar li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .mobile-bar li a {
    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;
    width: 100%;
    flex-direction: column;
  }
  
  .mobile-bar .header-icons span.text-nav-mob {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: var(--body);
    margin-top: 2px;
  }
  
  #header .search-wrap-mobile.hide-search {
    display: none;
  }
  
  #header .search-wrap-mobile.active input:focus {
    background: yellow;
  }
    
}
/* End header */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(-300px, 0px);
      -ms-transform: translate(-300px, 0px);
          transform: translate(-300px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu.mobile-menu-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu .logo a {
  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;
  padding: 20px 80px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .logo img {
	width: 100%;
  height: auto;
}

.mobile-menu .login-wrap {
	padding: 15px;
  border-bottom: 1px solid #eee;
}

.mobile-menu .login-wrap ul {
  margin: -5px 0;
}

.mobile-menu .login-wrap ul li {
	padding: 5px 0;
}

.mobile-menu .login-wrap ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  background: #f7f7f7;
  padding: 10px;
  font-weight: bold;
}

.mobile-menu .login-wrap ul li a .icon-wrap {
  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;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-menu .login-wrap ul li.loggedin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link {
	padding: 0;
  background: none;
  margin-left: 15px;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link .icon-wrap {
	margin: 0;
}

.mobile-menu .categories-wrap {
	padding: 15px;
}

.mobile-menu .categories-wrap > ul {
	margin: -7px 0;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family:"Bree Serif", Helvetica, sans-serif;
  color: var(--black);
  font-size: 1.143em;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 30px;
}

.mobile-menu .categories-wrap a.more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
  color: var(--accent);
}

.mobile-menu .categories-wrap li.active > .cat-inner > a.more-cats i {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.mobile-menu .categories-wrap ul.subs {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #eee;
  font-size: .95em;
}

.mobile-menu .categories-wrap ul.subs.active {
	display: block;
}

.mobile-menu .categories-wrap ul.subs li {
	opacity: .8;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap ul.subs li.active {
	opacity: 1;
}

.mobile-menu .categories-wrap ul.subs li.active > .cat-inner > a {
	font-weight: bold;
}

.mobile-menu .categories-wrap ul.subs li .cat-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .categories-wrap ul.subs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 5px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap ul.subs li a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 30px;
}

.mobile-menu .extra-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
}

.mobile-menu ul.shop-settings .flag {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  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;
}

.mobile-menu ul.shop-settings .flag img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30px;
  height: 30px;
}


.mobile-menu ul.shop-settings .icon-wrap {
  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;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.mobile-menu ul.shop-settings > li > .inner,
.mobile-menu ul.shop-settings > li > .inner .cur-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu ul.shop-settings .flag,
.mobile-menu ul.shop-settings .icon-wrap {
	margin-right: 10px;
}

.mobile-menu ul.shop-settings > li > .inner > a {
	font-weight: bold;
  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%;
  padding: 15px;
  border-top: 1px solid #eee;
}

.mobile-menu ul.shop-settings > li > .inner .more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.mobile-menu ul.shop-settings > li.active > .inner .more-cats i {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.mobile-menu ul.shop-settings ul.subs {
	display: none;
  padding: 15px;
  padding-top: 0px;
}

.mobile-menu ul.shop-settings ul.subs li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
/* End mobile menu */

/* Categories slider */
.categories-carousel {
  --categorie_spacing: 20px;
  --categorie-block-spacing: 20px;
  --font-size: 1.143em;
  font-size: var(--font-size);
  padding-top: var(--categorie_spacing);
  padding-bottom: calc(24px - 8px);
}

.categories-carousel .categories-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.categories-carousel .categories-slider > li {
  margin-right: var(--categorie_spacing);
}

.categories-carousel .categories-slider > li:hover {
  color: var(--accent);
}

.categories-carousel .categories-slider > li a:visited {
  color: var(--black);
}

@media (max-width: 767px) {
  .categories-carousel {
    --categorie_spacing: 20px;
    --categorie-block-spacing: 15px;
    --font-size: 1em;
    padding-bottom: calc(24px - 4px);
  }
  
	.categories-carousel .simplebar-wrapper {
    margin: -5px -20px -20px;
  }
  
  .categories-carousel .simplebar-content {
    padding: 15px 20px 20px;
  }
  
  .categories-carousel .categories-slider > li:last-child {
    padding-left: 75px;
  }
  
  .categories-carousel.app-style-block .sm-horizontal-scroll .simplebar-track.simplebar-horizontal {
    right: calc(18.5% + var(--border_radius));
  }
}

/* End categories slider */

/* Productpage */
#productpage {
	--detail_images: 560px;
  --detail_spacing: 60px;
  --info_spacing_large: 30px;
  --info_spacing: 20px;
  --info_spacing_small: 16px;
  overflow: hidden;
}

#productpage .product-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#productpage .product-detail .product-images {
	min-width: var(--detail_images);
  max-width: var(--detail_images);
}

#productpage .product-detail .product-info {
	min-width: calc(100% - var(--detail_images));
  max-width: calc(100% - var(--detail_images));
  padding-left: var(--detail_spacing);
}

#productpage .product-images .productpage-slider {
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
  border-radius: var(--border_radius);
  margin-bottom: 16px;
}

#productpage .product-detail .product-images .productpage-slider .owl-stage,
#productpage .product-detail .product-images .product-main .owl-stage .owl-item{
	display: flex;
  align-items: stretch;
}
#productpage .product-detail .product-images .product-main {
  position: relative;
}
#productpage .product-detail .product-images .product-main.video-image{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 10;
  height: 100%;
}
#productpage .product-images .productpage-slider .product-main.video-image .image-wrap{
  background-color: var(--grey_block);
  border-radius: var(--border_radius);
}
#productpage .product-images .productpage-slider .product-main.video-image .image-wrap i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: var(--accent);
    font-size: 18px;
    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;
}
#productpage .product-detail .product-images .product-main a.add-wish {
  position: absolute;
  top: 30px;
  right: 30px;
}

#productpage .product-detail .product-images .product-main a.add-wish:hover {
  color: var(--accent);
}

#productpage .product-detail .product-images .product-main a.add-wish i {
  font-size: 1.125em;
}

#productpage .product-images .productpage-slider-outer.slider-loading {
	width: 100%;
}

#productpage .product-images .productpage-slider-outer.slider-loading:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#productpage .product-images .productpage-slider .image-wrap {
	padding: 10%;
}

#productpage .product-images .thumbs {
	margin: -10px;
}

#productpage .product-images .thumbs.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .product-images .thumbs .thumb {
  width: calc(100% / 5);
	padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb.active .image-wrap {
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
}

#productpage .product-images .thumbs .thumb .image-wrap {
  position: relative;
	padding: 7%;
  border-radius: var(--border_radius);
  height: 100%;
  width: 100%;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}

#productpage .product-images .thumbs .thumb.vid-thumb img {
  opacity: 0 !important;
}

#productpage .product-images .thumbs .thumb.vid-thumb .image-wrap {
  background-color: var(--grey_block);
  border-radius: var(--border_radius);
}

#productpage .product-images .thumbs .thumb .image-wrap .show-more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0%;
  left: 0%;
  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;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: var(--border_radius);
}

#productpage .product-images .thumbs .thumb.vid-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent);
  font-size: 18px;
  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;
}

#productpage .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#productpage .top-info .product-title {
  margin-top: 8px;
  font-size: 1.563em;
}

#productpage .top-info .stars-wrap .stars i {
  font-size: 1em;
}

#productpage .price-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--info_spacing);
}

#productpage .price-stock .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .price-stock .price .price-old {
  font-size: 1.125em;
  text-decoration: line-through;
  margin-right: var(--info_spacing_small);
}

#productpage .price-stock .price .price-new {
  font-size: 1.250em;
  color: var(--black);
  font-weight: bold;
}

#productpage .price-stock .stock .stock-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .price-stock .stock .stock-availability .dot {
  margin-right: 8px;
}

#productpage .price-stock .stock .stock-availability .green.dot {
  -webkit-box-shadow: 0px 0px 5px var(--green);
          box-shadow: 0px 0px 5px var(--green);
}

#productpage .price-stock .stock .stock-availability .red.dot {
  -webkit-box-shadow: 0px 0px 5px var(--red);
          box-shadow: 0px 0px 5px var(--red);
}

#productpage .price-stock .stock .stock-availability .orange.dot {
  -webkit-box-shadow: 0px 0px 5px var(--orange);
          box-shadow: 0px 0px 5px var(--orange);
}

#productpage .price-stock .stock .stock-availability span {
  font-weight: bold;
  font-size: 0.875em;
}

#productpage .description {
  border-top: 1px solid var(--grey_border);
  margin-top: var(--info_spacing);
  padding-top: var(--info_spacing);
  font-size: 0.875em;
  display: none;
}

#productpage .description a {
  font-weight: bold;
  text-decoration: underline;
}

#productpage .short-specs {
  margin-top: var(--info_spacing_small);
}

#productpage .short-specs .sm-horizontal-scroll { 
  padding-bottom: 0px;
}

#productpage .short-specs .short-specs-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .short-specs .short-specs-slider .short-spec:not(:last-child) {
  margin-right: var(--info_spacing_small);
}

#productpage .short-specs .short-specs-slider .short-spec {
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
}

#productpage .short-specs .short-specs-slider .short-spec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#productpage .short-specs .short-specs-slider .short-spec .icon {
  width: 40px;
  height: 40px;
  background-color: #e5f3f0;
  color: var(--green);
}

#productpage .short-specs .short-specs-slider .short-spec .icon i {
  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;
}

#productpage .short-specs .short-specs-slider .short-spec .title-font {
  margin: 0 var(--info_spacing_small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 0.875em;
}



#productpage .short-specs .short-specs-slider .short-spec .title-font i {
  margin-left: var(--info_spacing_small);
  line-height: 0px
}

#productpage .short-spec-popup {
  display: none;
}

div.short-spec-popup.fancybox-content {
  width: 700px;
  padding: 30px;
}

div.short-spec-popup.fancybox-content .title.title-font {
  font-size: 18px;
  margin-bottom: 10px;
}

#productpage .gift-delivery {
  border-top: 1px solid var(--grey_border);
	padding-top: var(--info_spacing);
  margin-top: var(--info_spacing);
}

#productpage .gift-delivery .gift-delivery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

#productpage .gift-delivery .upsell-item .circle {
  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;
}

#productpage .gift-delivery .upsell-item .time.accent {
  color: var(--accent);
  font-weight: bold;
}

#productpage .upsell-item .circle i {
  color: var(--accent);
  font-size: 24px;
}

#productpage .gift-delivery .brand-gift,
#productpage .gift-delivery .timer-product {
  padding: 8px;
}


/* #productpage .upsell-item.delivery-timer {
  margin-top: var(--info_spacing_small);
} */

#productpage [data-variants] {
  margin-top: var(--info_spacing);
  margin-bottom: 0px;
}

#productpage select#variants-selector {
  border: none;
  background: #fff;
  -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);;
  font-size: 0.875em;
  color: var(--body);
  border-radius: var(--border_radius);
  display: none;
}

#productpage .product-configure {
  display: block !important;
}

#productpage .cart {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .option-wrap .native-select.large {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#productpage .cart .qty-select {
  margin-right: var(--info_spacing_small);
}

#productpage .cart .btn {
  background: var(--green);
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#productpage .product-usp {
  margin-top: var(--info_spacing);
}

#productpage .product-usp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:-20px;
  font-size: 0.875em;
}

#productpage .product-usp ul  li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  padding: 20px;
}

#productpage .product-usp ul  li i {
  color: var(--accent);
  margin-right: 10px;
}

#productpage .product-usp ul  li span {
  color: var(--black);
}

#productpage .product-content .general-content {
  font-size: 14px;
}

#productpage .product-content ul.tab-links {
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--info_spacing);
}

#productpage .product-content ul.tab-links li:not(:last-child) {
  margin-right: 30px;
}

#productpage .product-content ul.tab-links li.active {
  color: var(--accent);
  text-decoration: underline;
}

#productpage .product-page-content {
  background: var(--grey_block);
  padding:40px 0;
  position: relative;
}

#productpage .product-page-content:after {
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--grey_block);
  position: absolute;
  right: 100%;
}

#productpage .product-page-content:before {
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--grey_block);
  position: absolute;
  left: 100%;
}

#all-reviews {
	display: none;
  width: 100%;
  max-width: 900px;
  --review_padding: 16px;
}

#all-reviews .review:not(:last-child) {
  margin-bottom: var(--review_padding);
}

#all-reviews .review-inner {
  padding: var(--review_padding);
}


.reviews .btn-wrap a.open-all {
    background: var(--accent);
    margin-right: 8px;
}

.reviews .averagescore-addreview {
  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;
  margin-bottom: var(--info_spacing_large);
}

#productpage .btn {
  color: #fff;
}

.reviews .averagescore-addreview .average-score .content-title {
	font-size: 1.125em;
  margin-top: 4px;
}

.reviews .review {
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  padding: var(--info_spacing_small);
  border-radius: var(--border_radius);
}

.reviews .review:not(:last-child) {
  margin-bottom: var(--info_spacing);
}

.reviews .review .date {
  font-size: 0.875em;
}

.reviews .review .top {
  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;
}

.reviews .custom-pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-left: 0px;
}

.reviews .custom-pager li:before {
	display: none;
}

.reviews .custom-pager li.number:nth-child(n+17) {
  display: none;
}

.reviews .custom-pager li:not(:last-child) {
  margin-right: 10px;
}

.reviews .custom-pager ul li a {
  color: var(--body);
}

.reviews .custom-pager ul li.number.active a {
  color: var(--accent);
}

#all-reviews .top {
  margin-top: 8px;
}

#all-reviews .content {
  margin-top: 8px;
  line-height: 30px;
}

@media(max-width: 1299px) {
  #productpage .gift-delivery .gift-delivery-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #productpage .gift-delivery .brand-gift { 
    padding: 0;
  }
  
  #productpage .gift-delivery .timer-product {
    padding: var(--info_spacing_small) 0px 0px;
  }
}

@media (max-width: 1199px) {
  #productpage {
    --detail_images: 460px;
    --detail_spacing: 40px;
    --info_spacing_large: 25px;
    --info_spacing: 20px;
    --info_spacing_small: 16px;
	}
  #productpage .description {
    font-size: 1em;
  }
  
  #productpage .price-stock .stock .stock-availability span {
    font-size: 1em;
  }
  
  #productpage .short-specs .short-specs-slider .short-spec .title-font {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  #productpage {
    --detail_images: unset;
    --detail_spacing: 0px;
    --info_spacing_large: 20px;
    --info_spacing: 16px;
    --info_spacing_small: 12px;
	}
  #productpage .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  #productpage .gift-delivery {
    background:var(--grey_block);
    position: relative;
    border-top: none;
    padding-bottom: var(--info_spacing);
    margin-top: var(--info_spacing);
  }
  
	#productpage .gift-delivery:after {
    content: '';
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--grey_block);
    position: absolute;
    right: 100%;
  }
  
  #productpage .gift-delivery:before {
    content: '';
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--grey_block);
    position: absolute;
    left: 100%;
  }
  
  #productpage .product-images {
    margin-top: var(--info_spacing_large);
  }
  
  #productpage .product-images .productpage-slider {
    margin-bottom: 0px;
  }
  
  #productpage .custom-slider-nav .owl-prev {
    right: unset;
    left: var(--info_spacing);
  }
  
  #productpage .custom-slider-nav .owl-next {
		right: 17.5%;
    left: unset;
  }
  
  #productpage .top-info .product-title {
    font-size: 1.429em;
  }
  
  #productpage .description {
  	border-top: none;
    padding-top: 0px;
  }
  
  #productpage .description .title.title-font {
    font-size: 1.143em;
  }
  
  #productpage .short-specs {
    margin-top: var(--info_spacing);
	}
  
  #productpage .short-specs .short-specs-slider .short-spec .icon i {
    font-size: 1.2em;
  }
  
  #productpage .mobile-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: var(--info_spacing) var(--info_spacing_large);
	}
  
  #productpage .mobile-cart .product-configure label.label-title {
    display: none;
  }
  
  #productpage .mobile-cart .product-configure .product-configure-inner {
    margin: 0px;
  }
  
  #productpage .mobile-cart .product-configure .product-configure-inner .option-wrap {
    padding: 0px;
  }
}
  
@media (max-width: 767px){
  .reviews .custom-pager ul {
    justify-content: flex-start;
  }
  #productpage {
    --info_spacing_small: 8px;
	}
  #productpage .custom-slider-nav .owl-next{
  	right: 20px;
  }
  #productpage .brand-gift {
    margin-top: var(--info_spacing);
  }
  
  #productpage .cart {
    margin-top: 8px;
  }
  
  #productpage .product-usp {
  	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    margin: 0px -20px;
  }
  
  #productpage .product-usp ul {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1em;
  }
  
  #productpage .product-usp ul:first-child {
    padding: 20px 20px 0px;
  }
  
  #productpage .product-usp ul:last-child {
    padding: 0px 20px 20px;
  }
  
  #productpage .product-usp ul li {
    padding: 0;
    margin-bottom: var(--info_spacing);
    width: 100%;
  }
  
  #productpage .product-usp ul:last-child li:last-child {
    margin-bottom: 0;
  }
  
  #productpage .product-content-tab .product-page-content-mob {
    display: none;
    margin-top: 10px;
  }
  
  #productpage .product-content-wrap {
    margin: 0 -20px;
	}
    
  #productpage .product-content-tab {
    border-bottom: 1px solid var(--grey_border);
    padding: 16px 20px;
  }
  
  #productpage .product-content-tab .title.title-font {
    font-size: 1.143em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  #productpage .product-content-tab.active .title.title-font i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
	}
  
  #productpage .product-content-tab .title.title-font i {
    color: var(--accent);
    font-size: 0.6em;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
	}
  
  #productpage .product-content-wrap .product-page-content-mob .reviews .review {
    padding: var(--info_spacing_small);
  }
  
  #productpage .product-content-wrap .product-page-content-mob .reviews .averagescore-addreview {
    margin-top: var(--info_spacing_large);
  }
  
  #productpage .product-content-wrap .product-page-content-mob .reviews .top {
    margin-top: 8px;
  }
  
  #productpage .product-content-wrap .product-page-content-mob .reviews .content {
    margin-top: 8px;
    line-height: 24px;
  }
  
  #all-reviews {
    --review_padding: 8px
  }
  
  #all-reviews.fancybox-content {
    padding: 30px;
  }
}
  
/* End productpage */

/* Stock notifier */

#stocknotify-popup {
  display: none;
}

.btn.out-of-stock i {
    margin-right: 10px;
  	font-size: 16px;
}

#stocknotify-popup .title {
  font-size: 1.250em;
  line-height: 30px;
  margin-bottom: 10px;
}

#stocknotify-popup .text {
  font-size: 0.875em;
  line-height: 26px;
  margin-bottom: 20px;
}

#stocknotify-popup .stocknotify-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#stocknotify-popup .stocknotify-input input {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  background: var(--grey_block);
  border: none;
}

#stocknotify-popup .stocknotify-input a {
  margin-left: 8px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

#stocknotify-popup .message {
  margin-top: 20px;
  font-weight: bold;
}
/* End Stock notifier */

/* Product configure */
#productpage .product-configure .product-configure-inner {
	margin: 0px -20px -20px -20px;
}

#productpage .product-configure .product-configure-inner .option-wrap {
	padding: var(--info_spacing);
}

#productpage .product-configure .linked-options.loading {
  opacity: 0;
}

#productpage .product-configure .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-configure .linked-options .option {
	padding: 5px;
}

#productpage .product-configure .linked-options .option a {
	display: block;
}

#productpage .product-configure .linked-options .option.active a .image-wrap {
	border: 2px solid #000;
}

#productpage .product-configure .linked-options .option a .image-wrap {
	min-width: 80px;
  max-width: 80px;
}

#productpage .product-configure .linked-options .option a .image-wrap img {
	width: 100%;
}

#productpage .product-configure label.label-title {
  display: block;
	font-size: 1em;
  margin-bottom: 10px;
}

#productpage .product-configure select {
	height: 50px;
  opacity: 0;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
	border: 2px solid rgba(0,0,0,0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
	padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}
/* End product configure */

/* Footer */
#footer .main-footer {
	background: #f7f7f7;
  padding: 50px 0;
}

#footer .main-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}

#footer .main-footer .footer-col {
	padding: 15px;
}

#footer .main-footer .logo img {
	height: 30px;
}

#footer .main-footer .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;
  font-weight: bold;
  font-size: var(--font_h4);
  margin-bottom: 20px;
}

#footer .main-footer .footer-title .plusmin {
	width: 12px;
  height: 12px;
  position: relative;
}

#footer .main-footer .footer-title .plusmin:before,
#footer .main-footer .footer-title .plusmin:after {
	content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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;
}

#footer .main-footer .footer-title .plusmin:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

#footer .main-footer .footer-links-wrap.active .footer-title .plusmin:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

#footer .footer-bottom {
  background: #eee;
  padding: 15px 0;
  font-size: 0.875em;
}

#footer .footer-bottom .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;
}

#footer .footer-bottom .payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -2px;
}

#footer .footer-bottomm .payments li {
	padding: 2px;
}

#footer .footer-bottom .payments li a {
	display: inline-block;
}

#footer .footer-bottom .payments li img {
	height: 30px;
}

@media (max-width: 1199px) {
  #footer .footer-bottom .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #footer .footer-bottom .copyright {
  	text-align: center;
    margin-bottom: 10px;
  }
  
  #footer .footer-bottom .payments {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
}

@media (max-width: 991px) {
  #footer .main-footer .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0;
  }
  
  #footer .main-footer .footer-col {
  	padding: 0;
  }
  
  #footer .main-footer .footer-links-wrap {
  	border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
  }
  
  #footer .main-footer .footer-title {
  	margin: 0;
    font-size: 1.2em;
  }
  
  #footer .main-footer .footer-links {
  	display: none;
  }
}
/* End footer */

/* Categories */
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.categories .category {
	padding: 15px;
}

.categories .category .inner {
	display: block;
  position: relative;
  z-index: 0;
}

.categories .category .category-title {
	position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0,0,0,0.6);
  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: 2em;
  font-weight: bold;
}
/* End categories */

/* Brands */
.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}
/* End brands */

/* Tags */
#tags-page .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -7px;
}

#tags-page .tags a {
	height: 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;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
/* End tags */

/* messages */
.gui-messages {
	display:none !important;
}

.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:0px;
  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:14px;
  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:#000;
  color:#fff;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  margin-right:20px;
  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;
}

.message-wrap .message.error .icon {
  background: #cd3b3b;
}
.message-wrap .message.success .icon {
  background: #2ecc71;
}
.message-wrap .message.info .icon {
  background: #3ca1cd;
}

.message-wrap .text ul {
	margin:0;
  padding:0;
  list-style:none;
}

@-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: 767px) {
  .message-wrap {
    top: auto;
    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 */

/* Products */
.products {
	--products_spacing: 15px;
  --products_info_spacing: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(var(--products_spacing) * -1);
  position: relative;
  z-index: 9;
}

.products .product {
  z-index: 0;
	padding: var(--products_spacing);
}

.products .product .inner {
	position: relative;
  background: #fff;
}

.products .product .bg {
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #fff;
  z-index: -1;
  padding: 15px;
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
  border-radius: var(--border_radius);
  opacity: 0;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.products .product .bg.with-cart {
	height: calc(100% + 90px);
}

.products .product .add-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.products .product .add-product .btn {
	padding: 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  margin-left: 8px;
  background: var(--green);
}

.product-labels {
	position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 9;
}

.product-labels .product-label:empty {
	display: none;
}

.product-labels .product-label.custom {
	padding: 5px 10px;
  color: var(--accent);
  background: var(--accent_support_secondary);
}

.product-labels .product-label.discount {
	padding: 5px 10px;
  font-size: 1em;
  color: #fff;
  background: var(--accent);
}

.product-labels .product-label.sold-out {
  padding: 5px 10px;
  font-size: 1em;
  color: #fff;
  background: var(--accent_secondary);
}

.product-labels .product-label:not(:first-child) {
	margin-top: 5px;
}

.products .product .add-wish {
	position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
}

.products .product .info {
	margin-top: 15px;
}

.products .product .info .brand-stars {
	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;
}

.products .product .info .brand {
	font-size: 14px;
}

.products .product .info .product-title {
	margin-top: var(--products_info_spacing);
  font-size: var(--font_h5);
  line-height: 1.3em;
}

.products .product .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin-top: var(--products_info_spacing);
}

.products .product .info .price .price-old {
	margin-right: 10px;
  font-size: 12px;
  text-decoration: line-through;
}

.products .product .info .price .price-old:empty {
	display: none;
}

.products .product .info .price .price-new {
	color: var(--black);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .products .product .add-wish:hover,
  .products .product .info .product-title a:hover {
    color: var(--accent);
	}
  
  .products-slider .owl-item:hover,
  .products .product:hover {
  	z-index: 2;
  }
  
  .products .product .inner:hover .bg {
  	opacity: 1;
    visibility: visible;
  }
  
  .products-slider .owl-stage-outer {
  	padding: 50px 0 100px 0;
    margin: -50px 0 -100px 0
  }
  
  .products-slider:not(.owl-grab) .owl-stage {
  	-webkit-transition: all 0.25s ease 0s !important;
  	-o-transition: all 0.25s ease 0s !important;
  	transition: all 0.25s ease 0s !important;
  }
  
  .products-slider:not(.owl-grab).to-left .owl-stage {
  	margin-left: -50px;
  }
  
  .products-slider:not(.owl-grab).to-right .owl-stage {
  	margin-left: 50px;
  }
}
/* End products */

/* Featured products */
.home-block-featured .featured-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: -12px;
}

.home-block-featured .featured-block .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}

.home-block-featured .featured-block .col.col-left {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.home-block-featured .featured-block .col.col-right {
	min-width: 450px;
  max-width: 450px;
}

.home-block-featured .featured-block .items-small {
	margin: -12px;
}

.home-block-featured .featured-block .item-small {
	padding: 12px;
}

.home-block-featured .featured-block .item-small .item-inner {
	padding: 16px;
	border-radius: var(--border_radius);
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
  background: #fff;
  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;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-block-featured .featured-block .item-small .info {
	padding-right: 15px;
}

.home-block-featured .featured-block .item-small .info .brand {
	font-size: 14px;
  margin-bottom: 3px;
}

.home-block-featured .featured-block .item-small .info .product-title {
	font-size: var(--font_h4);
}

.home-block-featured .featured-block .item-small .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin-top: 10px;
}

.home-block-featured .featured-block .item-small .info .price .price-old {
	margin-right: 10px;
  font-size: 12px;
  text-decoration: line-through;
}

.home-block-featured .featured-block .item-small .info .price .price-old:empty {
	display: none;
}

.home-block-featured .featured-block .item-small .info .price .price-new {
	color: var(--black);
  font-weight: 600;
}

.home-block-featured .featured-block .item-small .image-wrap {
	min-width: 120px;
  max-width: 120px;
}

.home-block-featured .featured-block .item-large {
	padding: 32px;
  width: 100%;
}

.home-block-featured .featured-block .item-large .item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: var(--border_radius);
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
  background: #fff;
  min-width: 300px;
  max-width: 300px;
  padding: 24px;
}

.home-block-featured .featured-block .item-large .title-wrap .title {
	font-size: var(--font_h3);
}

.home-block-featured .featured-block .item-large .title-wrap .subtitle {
	margin-top: 10px;
}

.home-block-featured .featured-block .item-large .image-price {
	margin: 30px 0;
	position: relative;
}

.home-block-featured .featured-block .item-large .price {
	position: absolute;
  bottom: 0;
  right: 0;
}

.home-block-featured .featured-block .item-large .price .price-old {
	margin-bottom: 3px;
  text-decoration: line-through;
}

.home-block-featured .featured-block .item-large .price .price-new {
	font-size: var(--font_h4);
  padding: 5px 10px;
  background: var(--accent);
  color: #fff;
}

@media (min-width: 1200px) {
  .home-block-featured .featured-block .item-small .item-inner:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-block-featured .featured-block .item-small .item-inner:hover .info .product-title {
  	color: var(--accent);
  }
}

@media (max-width: 991px) {
	.home-block-featured .featured-block .item-large {
    padding: 24px;
  }
  
  .home-block-featured .featured-block .item-large .item-inner {
    min-width: 250px;
    max-width: 250px;
    padding: 24px;
  }
  
  .home-block-featured .featured-block .col.col-right {
    min-width: 350px;
    max-width: 350px;
  }
  
  .home-block-featured .featured-block .items-small {
    margin: -8px;
  }
  
  .home-block-featured .featured-block .item-small {
    padding: 8px;
  }
  
  .home-block-featured .featured-block .item-small .image-wrap {
    min-width: 100px;
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .home-block-featured {
  	padding: 0;
  }
  
  .home-block-featured .featured-block {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0 -20px;
  }
  
  .home-block-featured .featured-block .col {
  	padding: 0;
  }
  
  .home-block-featured .featured-block .col.col-right,
  .home-block-featured .featured-block .items-small {
  	min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  
  .home-block-featured .featured-block .item-small {
  	padding: 0;
  }
  
  .home-block-featured .featured-block .item-small .image-wrap {
    min-width: 90px;
    max-width: 90px;
  }
}
/* End featured products */

/* Popup menu */
.popup-menu-overlay {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: opacity .35s cubic-bezier(.29,.58,.32,1);
  transition: opacity .35s cubic-bezier(.29,.58,.32,1);
  z-index: 9999;
}

.popup-menu-overlay.active {
	opacity: 1;
  visibility: visible;
}

.popup-menu {
  --popup_menu_width: 400px;
  --popup_menu_top_size: 60px;
  --popup_menu_padding: 20px;
  --cart_product_spacing: 15px;
  --cart_product_image: 50px;
	position: fixed;
  top: 0;
  height: 100%;
  width: var(--popup_menu_width);
  z-index: 99999;
  background: #fff;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.popup-menu.from-left {
	left: 0;
  -webkit-transform: translateX(calc(var(--popup_menu_width)*-1));
      -ms-transform: translateX(calc(var(--popup_menu_width)*-1));
          transform: translateX(calc(var(--popup_menu_width)*-1));
}

.popup-menu.from-right {
	right: 0;
  -webkit-transform: translateX(var(--popup_menu_width));
      -ms-transform: translateX(var(--popup_menu_width));
          transform: translateX(var(--popup_menu_width));
}

.popup-menu.from-left.active,
.popup-menu.from-right.active {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.popup-menu .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--grey_border);
  padding: 0 var(--popup_menu_padding);
  min-height: var(--popup_menu_top_size);
  max-height: var(--popup_menu_top_size);
  position: relative;
}

.popup-menu .top-wrap .menu-title {
	color: var(--black);
  font-size: var(--font_h4);
  font-family: "Open Sans", Helvetica, sans-serif
}

.popup-menu .top-wrap .close {
	position: absolute;
  top: 0;
  right: 0;
  width: var(--popup_menu_top_size);
  height: var(--popup_menu_top_size);
  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: 20px;
  color: var(--body);
  background: rgba(255,255,255,0.2);
}

.popup-menu .menu-inner {
	height: calc(100% - var(--popup_menu_top_size));
  overflow-y: scroll;
  background: var(--grey_block);
}

.popup-menu.with-bottom .menu-inner {
	height: calc(100% - calc(var(--popup_menu_top_size)));
}

.popup-menu.nav .nav-wrap {
	position: relative;
  z-index: 0;
  overflow: hidden;
}

.popup-menu.nav .menu-cats {
	background: #fff;
  z-index: 1;
}

.popup-menu.nav .menu-cats li a span.title-font {
  font-family: "Open Sans", Helvetica, sans-serif;
}

.popup-menu.nav .menu-cats 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;
  padding: 20px;
}

.popup-menu.nav .menu-cats li a.back {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.popup-menu.nav .menu-cats li a.back i {
	margin-right: 20px;
}

.popup-menu.nav .menu-cats li a.view-all {
	text-decoration: underline;
}

.popup-menu.nav .menu-cats li.active > a,
.popup-menu.nav .menu-cats li.active > a > span {
	color: var(--accent);
}

.popup-menu.nav .menu-cats li:not(:first-child) a {
	border-top: 1px solid var(--grey_border);
}

.popup-menu.nav .menu-cats li a i {
	color: var(--accent);
}

.popup-menu.nav .menu-cats.subs {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.popup-menu.nav .menu-cats.subs.level-1 {
	z-index: 2;
}

.popup-menu.nav .menu-cats.subs.level-2 {
	z-index: 3;
}

.popup-menu.nav .menu-cats.subs.active {
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.popup-menu.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-menu.cart .top-wrap .title-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-menu.cart .top-wrap .qty {
	min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  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;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-left: 7px;
  margin-bottom: -.1em;
}

.popup-menu.cart .products-wrap table {
	width: 100%;
}

.popup-menu.cart .products-wrap table tr td {
	padding: var(--cart_product_spacing) 0;
}

.popup-menu.cart .products-wrap table tr td:first-child {
	padding-left: var(--cart_product_spacing);
}

.popup-menu.cart .products-wrap table tr td:last-child {
	padding-right: var(--cart_product_spacing);
}

.popup-menu.cart .products-wrap table tr:not(:first-child) td {
	border-top: 1px solid var(--grey_border);
}

.popup-menu.cart .products-wrap table tr td.image-td {
	width: calc(var(--cart_product_image) + var(--cart_product_spacing));
}

.popup-menu.cart .products-wrap .image-wrap {
	min-width: var(--cart_product_image);
  max-width: var(--cart_product_image);
}

.popup-menu.cart .products-wrap .info {
	padding: 0 var(--cart_product_spacing);
  font-size: 14px;
}

.popup-menu.cart .products-wrap .info .product-title {
	color: var(--black);
}

.popup-menu.cart .products-wrap .info .product-title:hover {
	color: var(--accent);
}

.popup-menu.cart .products-wrap .info .options:empty {
	display: none;
}

.popup-menu.cart .products-wrap .info .options li:not(:last-child) {
  margin-top: 5px;
  font-size: 12px;
}

.popup-menu.cart .products-wrap .info .price {
	margin-top: 5px;
  font-weight: 600;
  color: var(--black);
}

.popup-menu.cart .products-wrap .qty {
	padding: 0 var(--cart_product_spacing);
  font-size: 14px;
}

.popup-menu.cart .products-wrap .delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: var(--cart_product_spacing);
  font-size: 16px;
}

.popup-menu.cart .no-products {
	padding: 20px;
  font-style: italic;
  font-size: 14px;
}

.popup-menu.cart .bottom-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: var(--grey_block);
}

.popup-menu.cart .bottom-wrap .subtotal {
	text-align: center;
  padding-bottom: 10px;
}

.popup-menu.cart .bottom-wrap .subtotal span.title-font {
	font-size: 1.1em;
}

.popup-menu.cart .bottom-wrap .btn-wrap li {
	margin-top: 10px;
}

.popup-menu.cart .bottom-wrap .btn-wrap li .btn {
  width: 100%;
}

.popup-menu.cart .bottom-wrap .btn-wrap li .btn.continue {
  background: #aaa;
  z-index: 999;
}

.popup-menu.cart .bottom-wrap .btn-wrap li .btn.to-checkout {
	background: var(--green);
}

.popup-menu .shop-settings-wrap {
  background: var(--grey_block);
}

.popup-menu ul.shop-settings > li > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-menu ul.shop-settings > li > .inner > 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;
    width: 100%;
    padding: 15px 15px 5px;
}

.popup-menu ul.shop-settings > li > .inner .cur-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-menu ul.shop-settings > li > .inner .cur-option span i {
	color: var(--accent);
}

.popup-menu ul.shop-settings > li > .inner span i {
  color: var(--accent);
  font-size: 0.6em;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.popup-menu ul.shop-settings.active > li > .inner span i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-menu ul.shop-settings .flag {
  margin-right: 10px;
}

.popup-menu ul.shop-settings .flag {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  border-radius: 50%;
  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;
}

.popup-menu ul.shop-settings .flag img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 30px;
  height: 30px;
}

.popup-menu ul.shop-settings .subs {
  display: none;
}

.popup-menu ul.shop-settings .subs a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
	.popup-menu {
  	--popup_menu_width: 100%;
    --cart_product_spacing: 10px;
    --cart_product_image: 40px;
  }
}
/* End popup menu */

/* Breadcrumbs */
.breadcrumbs {
  margin: 24px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
}

.breadcrumbs i {
	font-size: 0.8em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}

.breadcrumbs .crumb i {
	margin: 0 10px;
}

.breadcrumbs .back-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background: var(--accent_support_secondary);
  color: var(--accent);
  padding: 0 10px;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.breadcrumbs .back-btn i {
	font-size: 20px;
}

@media (max-width: 991px) {
  .breadcrumbs {
  	margin: 16px 0;
  }
}
/* End breadcrumbs */

/* Collection filters */
.price-filter {
  max-width:200px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: var(--accent);
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 1px solid var(--accent);
  outline: none;
  z-index:9;
}

.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:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
	margin-bottom: 30px;
}

.filter-wrap ul.filter-items {
	padding-left: 15px;
  border-left: 3px solid var(--grey_border);
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}

.filter-wrap .filter-items.brands {
  padding-bottom: 15px;
}

.filter-wrap a.btn-filter-items {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
}

.filter-wrap ul.filter-items li .cat-count {
  font-size: 0.8em;
  margin-left: 4px;
}

.filter-wrap ul.filter-items li:hover {
  color: var(--accent);
}

.filter-wrap ul.filter-items li:active {
  color: var(--accent);
}

.filter-wrap ul.filter-items li:nth-child(n+10) {
  display: none;
}

.filter-wrap.active ul.filter-items li:nth-child(n+10) {
  display: block;
}

.filter-wrap .filter-items.brands .filter-item:nth-child(n+10) {
  display: none;
}

.filter-wrap.active .filter-items.brands .filter-item:nth-child(n+10) {
  display: block;
}

.filter-wrap:last-child {
	margin-bottom: 0;
}

.filter-wrap .filter-title {
	margin-bottom: 20px;
}

.filter-wrap .filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
}

.filter-wrap .filter-items.cat-items a {
  position: relative;
}

.filter-wrap .filter-items.cat-items a {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 8px;
  padding-left: 1.8em;
  position: relative;
  color: var(--body-color);
}

.filter-wrap .filter-items.cat-items a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px !important;
  font-size: 18px;
  border: 2px solid var(--accent_secondary) !important;
  background: #fff;
  border-radius: 2px;
}

.filter-wrap .filter-items.cat-items a.active:after {
  content: "\e9a4";
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #739691;
  background: var(--accent_secondary);
  border-radius: 3px;
  width: 18px;
  height: 18px;
  line-height: 15px !important;
  font-size: 14px;
  position: absolute;
  color: #fff;
  border-radius: 2px;
  left: 0;
  top: 3px;
}
/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid var(--accent_secondary);
  line-height: 40px;
  border-radius: 0px;
  padding: 0 15px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  background: #eee;
  font-weight: 700;
  font-size: 1em;
  color: #797979;
  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;
  color: #000;
}

.ui.dropdown>.dropdown.icon:before {
	content: "\ea19";
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.ui.search.selection.dropdown>input.search {
	height: 100%;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: var(--accent_secondary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
  max-height: 14em;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  background: var(--accent_secondary);
  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;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 6px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 1.6em;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #000 !important;
	font-weight: 300;
}

.ui.checkbox input:checked ~ label,
.ui.checkbox label:hover,
.ui.checkbox+label:hover {
	color: var(--accent) !important;
}

.ui.checkbox label span {
	font-size: 12px;
  color: #aaa;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
  border: 2px solid var(--grey_border);
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
  content: " ";
  color: #fff;
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #fff !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: 2px !important;
}

.ui.checkbox label:before,
.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: var(--grey_border) !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
	background: var(--accent) !important;
  border-color: var(--accent) !important;
}

.ui.checkbox .box:hover:before,
.ui.checkbox label:hover:before {
	border-color: var(--accent_secondary) !important;
}
/* End checkbox */

/* Collection */
#collection .no-products-collection .title {
  font-size: var(--font_h2);
  margin-bottom: 30px;
}
#collection .no-products-collection .no-products {
	padding: 30px;
  background: var(--grey_block);
}

#collection .page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#collection .sidebar {
  min-width: 250px;
  max-width: 250px;
  margin-right: 70px;
/*   background: var(--grey_block); */
  position: relative;
}

/* #collection .sidebar:after {
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--grey_block);
  position: absolute;
  right: 100%;
} */

#collection .sidebar .inner {
/*   padding: 0px 30px 50px 0px; */
}

#collection .sidebar .filter-title {
	font-size: var(--font_h4);
  color: var(--black);
}

#collection .sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #777;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 999;
}

#collection .sidebar-overlay.active {
  opacity: .2;
  visibility: visible;
}

#collection .sidebar .close-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: var(--body);
  z-index: 999;
}

#collection .title-featured {
    margin-bottom: 20px;
}

#collection .main-col {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}


#collection .collection-content.top .sort {
/*   border-top: 1px solid var(--grey_border); */
  padding-bottom: 30px;
}

#collection .collection-content.top .general-content {
  margin-bottom: 30px;
}

#collection .collection-content.top .general-content img {
	width: 100%;
  height: auto;
}

#collection .collection-content.bottom .sort {
  border-bottom: 1px solid var(--grey_border);
  padding: 30px 0px;
}

#collection .collection-content.bottom .general-content {
  margin-top: 30px;
}

#collection .sort .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection .sort .pagination .per-page {
  margin-right: 15px;
  color: var(--black);
  font-weight: 600;
}

#collection .sort .custom-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#collection .sort .custom-pager ul li a {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  text-align: center;
}

#collection .sort .custom-pager ul li a i {
  font-size: 12px;
  line-height: 16px;
}

#collection .sort .custom-pager ul li.active a {
  color: var(--accent);
}

#collection .collection-content.bottom .general-content {
  font-size: 14px;
}
  

#collection .products .product {
  -webkit-transition: opacity .5s ease-in-out .2s, -webkit-transform .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s, -webkit-transform .5s ease-in-out .2s;
  -o-transition: transform .5s ease-in-out .2s, opacity .5s ease-in-out .2s;
  transition: transform .5s ease-in-out .2s, opacity .5s ease-in-out .2s;
  transition: transform .5s ease-in-out .2s, opacity .5s ease-in-out .2s, -webkit-transform .5s ease-in-out .2s;
/* 	-webkit-transition: transform opacity .5s ease-in-out;
	-o-transition: transform opacity .5s ease-in-out;
	transition: transform opacity .5s ease-in-out;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; */
}

#collection .products .product.inf-loading {
	opacity: 0;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}

#collection .show-next {
	margin-top: 100px;
}

#collection .show-next:empty {
	display: none;
}

#collection .show-next .collection-spinner {
	text-align: center;
}

#collection .show-next .collection-spinner .collection-viewed-count {
	opacity: .65;
  font-size: 14px;
}

.collection-spinner .status {
  width: 200px;
  background: #f3f3f3;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom:20px;
}
.collection-spinner .status .bar {
	background:var(--accent);
  height:5px;
}

@media (max-width: 1199px) {
  #collection .sidebar {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: scroll;
  }
  
  #collection .sidebar .inner {
    opacity: 0;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  #collection .sidebar.active {
    -webkit-box-shadow: 5px 0 10px 0 rgba(0,0,0,0.05);
            box-shadow: 5px 0 10px 0 rgba(0,0,0,0.05);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  #collection .sidebar.active .inner {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  #collection .sort .pagination {
    display: none;
  }
  
  #collection .sort .filter-toggle a.btn {
    padding: 0 20px;
    height: 40px;
  }
  #collection .collection-content.top .title-featured {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #collection .collection-content.top .title-featured {
    margin-bottom: 15px;
  }
  #collection .sidebar .filter-title {
    font-size: 1.143em;
  } 
  .filter-wrap .filter-title {
    margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
  #collection .collection-content.top .sort {
    padding-bottom: 20px;
  }
  #collection .collection-content.top .general-content {
    margin-bottom: 20px;
  }
  #collection .collection-content.bottom .sort {
    padding: 30px 0px 20px;
  }
  
}

/* End collection */

/* Home banners */
.headlines-wrap,
.banners {
  --home_banner_spacing: 12px;
}

.headlines-wrap {
  margin-bottom: var(--home_banner_spacing);
}
.headlines-wrap .banner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banners .banners-row {
  margin-left: calc(var(--home_banner_spacing) * -1);
  margin-right: calc(var(--home_banner_spacing) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}  
.banners .banners-row .banner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: var(--home_banner_spacing);
}
.banners .banners-row .banner-col a {
  width: 100%;
}
.banners .banners-row .banner-col .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.banners .banners-row .banner-col .banner img {
  width: 100%;
}
@media (max-width: 1199px) {
  .banners {
  --home_banner_spacing: 8px;
}
}
@media (max-width: 991px) {
  .banners {
    --home_banner_spacing: 7px;
  }
}
@media (max-width: 767px) {
  .banners {
    --home_banner_spacing: 4px;
  }
}

/* END | Home banners */
/* Home banner slide */
.app-style-block {
	overflow: hidden;
}
.app-style-block .app-style-wrap {
	margin-right: -25%;
}

.banner-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: calc(var(--border_radius) * -1);
}

.banner-carousel .banner-slide {
  padding: var(--border_radius);
  min-width: calc(100% / 5);
}
.banner-carousel .banner-slide .image-wrap img {
  border-radius: 20px;
}
.banner-carousel .banner-slide .title {
  margin-top: 5px;
}

.banner-carousel .dummy {
  padding-left: 70px;
}

.banner-carousel.app-style-block .sm-horizontal-scroll .simplebar-track.simplebar-horizontal {
  right: calc(17.5% + var(--border_radius));
}

@media (max-width: 1199px) {
  .banner-carousel .banner-slide {min-width: calc(100% / 4)}
}
@media (max-width: 991px) {
  .banner-carousel .banner-slide {min-width: calc(100% / 3)}
}
@media (max-width: 767px) {
  .banner-carousel .banner-slide {min-width: calc(100% / 2)}
}

/* END | Home banner slide */
/* Home Brands */

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.brands-slider .brand {
  padding: 10px;
}

.brands-slider .brand .image-wrap {
  padding: 30px;
  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;
}

@media (max-width: 1199px) {
  .brands-slider .brand .image-wrap {
    padding: 20px;
  }
}
@media (max-width: 991px) {
/*   .home-brands {
    background: var(--grey_block);
  } */
  .brands-slider .brand .image-wrap {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .brands-slider .brand .image-wrap {
    padding: 10px;
  }
}

/* END | Home Brands  */
/* Footer  */
.footer-top {
  --btn_size: 50px;
  --social_btn_size: 40px;
  
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  
          box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
.footer-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-top .inner .top-footer-col {
  width: calc(100% / 3 - 100px);
}
.footer-title {
  font-size: var(--font_h4);
  line-height: 27px;
}

.footer-top .medewerker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-top .medewerker-wrap img {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border-radius: 50%;
}
.footer-top .medewerker-wrap .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.footer-top .medewerker-wrap .info-wrap .title {
  font-size: 1.250em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.service-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.service-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 10px;
}
.service-status .service-text {
  font-size: 1em;
}
.service-status.opened .dot {
  background: var(--green);
}
.service-status.closed .dot {
  background: var(--red);
}
.service-status.opened .dot {
	-webkit-animation: fadeGlow 1s ease-in-out forwards infinite;
	        animation: fadeGlow 1s ease-in-out forwards infinite;
}
@-webkit-keyframes fadeGlow {
  0% {
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  } 
  50% {
  	-webkit-box-shadow: 0px 0px 10px var(--green);
  	        box-shadow: 0px 0px 10px var(--green);
  }
  100% {
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  }
}
@keyframes fadeGlow {
  0% {
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  } 
  50% {
  	-webkit-box-shadow: 0px 0px 10px var(--green);
  	        box-shadow: 0px 0px 10px var(--green);
  }
  100% {
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  }
}

.footer-top .times-table {
  margin-top: 10px;
}
.footer-top .times-table table {
  width: 100%;
  max-width: 320px;
}
.footer-top .times-table td {
  line-height: 30px;
}

.footer-top .service-wrap .footer-title {
  margin-bottom: 10px;
}

.footer-top .service-wrap .text {
  line-height: 26px;
  margin-bottom: 20px;
}

.footer-top .newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top .newsletter input.standard-input {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  background: var(--grey_block);
  border: none;
}
.footer-top .newsletter a.btn {
  margin-left: 8px;
  min-width: var(--btn_size);
  max-width: var(--btn_size);
  min-height: var(--btn_size);
  max-height: var(--btn_size);
}
.footer-top .newsletter a.btn i {
  font-size: 20px;
}

.footer-top .footer-socials .footer-title {
  margin-bottom: 20px;
}
.footer-top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.socials .social-icon  a {
  min-width: var(--social_btn_size);
  max-width: var(--social_btn_size);
  min-height: var(--social_btn_size);
  max-height: var(--social_btn_size);
  background: #FFF;
  -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
          box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
  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;
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.socials .social-icon i {
  color: var(--accent);
  font-size: 20px;
  -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;
}
.socials .social-icon:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.socials .social-icon:hover i {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 1199px) {
  .footer-top .inner .top-footer-col {
    width: calc(100% / 3 - 20px);
  }
}

@media (max-width: 991px) {
  .footer-top {
  	--btn_size: 45px;
	}
  .footer-top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top .inner .top-footer-col {
    width: 100%;
  }
  .footer-top .footer-socials .footer-title {
    margin-bottom: 10px;
  }
  .footer-top .service-wrap .text {
		font-size: 1em;
  }
  .footer-top .inner .top-footer-col:not(:last-child) {
    padding-bottom: 20px;
  }
  
  .footer-top .inner .top-footer-col.service-wrap {
    border-bottom: 1px solid var(--grey_border);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-top {
  	--btn_size: 40px;
	}
  .footer-top .footer-socials .footer-title {
    font-size: var(--font_h5);
    line-height: 22px;
  }
  .footer-top .inner .top-footer-col.service-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px 20px;
    width: calc(100% + 40px);
  }
}

#footer {
  --footer_left_width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}

#footer .main-footer {
  padding: 0!important;
  overflow: hidden;
}

#footer .main-footer .inner {
  margin: 0;
}

#footer .main-footer .footer-left {
  padding: 40px 50px 120px 0;
  margin-right: 100px;
  background: var(--accent);
  position: relative;
  max-width: var(--footer_left_width);
  min-width: var(--footer_left_width);
  color: #fff;
}
#footer .main-footer .footer-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: var(--accent);
}

#footer .main-footer .footer-left .logo,
#footer .main-footer .footer-left .logo img {
  height: 50px;
  margin-bottom: 25px;
}

#footer .main-footer .footer-left .logo a {
  display: block;
}

#footer .main-footer .footer-left .contact-info li {
  line-height: 30px;
}
#footer .main-footer .footer-left li a {
  text-decoration: underline;
}
#footer .main-footer .footer-left li a:hover {
  text-decoration: none;
}
#footer .main-footer .footer-left .overlay {
  position: absolute;
  bottom: -20px;
  right: -20px;
  opacity: 0.2;
  pointer-events: none;
}

#footer .main-footer .footer-right {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  padding: 60px 0;
}

#footer .main-footer .footer-right .footer-col {
    padding: 0 15px;
}
#footer .main-footer .footer-right .footer-title {
  font-weight: 400;
}
#footer .main-footer .footer-right .footer-links {
  line-height: 30px;
}

@media (max-width: 1199px) {
  #footer {
    --footer_left_width: 350px;
  }
  #footer .main-footer .footer-left .overlay img {
    width: 300px;
	}
}

@media (max-width: 991px) {
  #footer {
    --footer_left_width: 100%;
  }
  #footer .main-footer .container {
    margin: 0; 
    padding: 0;
    width: 100%;
  }
  #footer .main-footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #footer .main-footer .footer-left {
   	padding: 30px 20px;
  }
  #footer .main-footer .footer-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100vw;
    background: var(--accent);
  }
  #footer .main-footer .footer-left .logo img {
  	margin-bottom: 15px;
  }
  #footer .main-footer .footer-left .overlay {
    bottom: -20px;
  	right: -20px;
  }
  #footer .main-footer .footer-left .overlay img {
    width: 300px;
	}
  #footer .main-footer .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  #footer .main-footer .footer-right .footer-col { 
    padding: 0;
  }
  #footer .main-footer .footer-right .footer-links-wrap .footer-title {
    padding: 12px 20px;
  }
  #footer .main-footer .footer-right .footer-links-wrap .footer-title i {
    color: var(--accent);
    font-size: 0.6em;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  #footer .main-footer .footer-right .footer-links-wrap.active .footer-title i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #footer .main-footer .footer-right .footer-links {
    line-height: 25px;
    padding: 20px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  
  #footer .main-footer .footer-left .overlay img {
    width: 250px;
	}
}

#footer .footer-bottom {
  background: #fff;
}
#footer .footer-bottom .payments {
  margin: -4px;
}
#footer .footer-bottom .payments li {
  padding: 4px;
}

@media (max-width: 991px) {
  #footer .footer-bottom {
    background: var(--grey_block);
  }
}


/* Brands page */
#brands {
  --brands_padding: 40px;
  --brands_margin: 40px;
}
#brands .page {
    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%;
}

#brands .brand-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -2px 0;
}
#brands .brand-filter li {
  padding: 2px;
  -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;
}
#brands .brand-filter li:hover {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
#brands .brand-filter li a {
  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;
  height: 40px;
  width: 40px;
  border: 1px solid var(--grey_border);
  border-radius: var(--border_radius);
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#brands .brand-filter li:hover a {
  color: var(--accent);
}

#brands .brands-wrap .letter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: var(--brands_padding);
  margin-top: var(--brands_margin);
  border-top: 1px solid var(--grey_border);
}
#brands .brands-wrap .letter-wrap .letter {
  width: 15%;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
#brands .brands-wrap .letter-wrap .brands-list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  margin-bottom: -15px;
}
#brands .brands-wrap .letter-wrap .brands-list li {
  margin-bottom: 15px;
}
#brands .brands-wrap .letter-wrap .brands-list li a:hover {
  color: var(--accent);
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  #brands .brand-filter {
    white-space: nowrap;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #brands .brands-wrap .letter-wrap {
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  #brands .brands-wrap .letter-wrap .letter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
	#brands .brands-wrap .letter-wrap .letter::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    left: 50px;
    height: 1px;
    background-color: var(--grey_border);
    margin: 0 auto;
    display: block;
    padding-right: 0px;
	}
}
@media (max-width: 757px) {
  #brands .brands-wrap .letter-wrap .brands-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 550px) {
  #brands .brands-wrap .letter-wrap .brands-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

/* END | Brand page */
/* service page */
#service-page,
#textpage,
#brands-page,
#custom-brands,
#tags-page,
.fixed-pages {
	padding-bottom:100px;
}
#service-page {
  margin-top: 64px;
}
.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-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%;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.service-block:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
a.service-block .title {
	text-align: center;
}
.service-block .icon {
	width:80px;
  height:80px;
  font-size:25px;
  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;
  background-color: var(--accent_support_secondary);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.service-block:hover .icon {
/*   background-color: var(--accent); */
}
.service-block .icon i {
  color: var(--accent);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.service-block:hover i {
/*   color: var(--accent_support_secondary); */
}
#service-page .service-blocks {
	margin-bottom:50px;
}

#service-page .col-sidebar {
	min-width:400px;
  max-width:400px;
}
#service-page .contact-info-block,
#service-page .contact-message-block {
  padding: 30px 25px;
  border-radius: var(--border_radius);
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
}
#service-page .contact-info-block {
  margin-bottom: 20px;
}
#service-page .contact-message-block {
  background: var(--grey_block);
}
#service-page .contact-info-block .title,
#service-page .contact-message-block .title {
  font-size: var(--font_h3);
	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 a {
  text-decoration: underline;
}
#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;
  color: var(--accent);
  background: var(--accent_support_secondary);
}
#service-page .contact-message-block form input[type="text"] {
	width: 100%;
  border: 1px solid var(--grey_border);
  margin-bottom: 15px;
}
#service-page .contact-message-block form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--grey_border);
  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 .required-notification {
	font-size: .9em;
  font-weight: 600;
  color: #aaa;
}

#service-page .faq {
	margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--grey_border);
}
#service-page .faq .title {
	margin-bottom: 30px;
  font-size: var(--font_h2);
}
#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: var(--font_h5);
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  color: var(--accent);
}
#service-page .faq .faq-block .faq-items .faq-item:first-child {
	border-top:  1px solid var(--grey_border);
}
#service-page .faq .faq-block .faq-items .faq-item {
	border-bottom: 1px solid var(--grey_border);
}
#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;
  padding: 18px 20px 18px 0;
  cursor: pointer;
  color: var(--black);
}
#service-page .faq .faq-block .faq-items .faq-item .tab i {
	font-size: 10px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-left: 15px;
  color: var(--accent);
}
#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: 20px;
  border-radius: var(--border_radius);
  background: var(--grey_block);
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 30px;
  display: none;
}
#service-page .faq .faq-block .faq-items .faq-item .page p:last-child {
	margin-bottom: 0;
}

#service-page .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
#service-page .col-main {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  padding: 15px;
}
.col-sidebar {
	min-width:330px;
  max-width:330px;
  padding:15px;
  margin-right:20px;
}
.col-sidebar.on-right {
	margin-right:0;
  margin-left:20px;
}
@media (max-width: 991px) {
  #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;
  }
}

@media (max-width: 767px) {
  #service-page .faq .faq-block .faq-items .faq-item {
    margin: 0 -20px;
  }
  #service-page .faq .faq-block .faq-items .faq-item .tab {
    padding: 18px 20px;
    line-height: 20px;
  }
  #service-page .faq .faq-block .faq-items .faq-item .page {
  	padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    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: 5px;
  }
  .service-block .icon {
    margin-bottom: 0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* End service page */
/* BLOG */
/* Blog */
.blog-articles {
  --articles_spacing: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin: calc(var(--articles_spacing) * -1);
}

.blog-articles .blog-article {
	padding: var(--articles_spacing);
}

.blog-article .image-wrap .image,
#blog .full-article .article-image .image {
  display: block;
	border-radius: var(--border_radius);
  overflow: hidden;
}

/* .blog-article .image-wrap .image:after,
#blog .full-article .article-image .image:after {
	content:'';
  display:block;
  padding-top:60%;
} */

.blog-article .info,
.blog-article .info .summary {
	margin-top: var(--articles_spacing);
}

.blog-article .info .title {
	color: var(--black);
  font-weight: bold;
  font-size: var(--font_h4);
}

.blog-article .info .author,
.blog-article .info .date {
	margin-top: 5px;
}

.blog-article .info .date,
#blog .full-article .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-article .info .date i,
#blog .full-article .date i {
	font-size: 1.2em;
  margin-right: 5px;
}

.blog-article .info .summary {
	font-size: 14px;
}

.blog-article .info .summary a {
	font-weight: bold;
  text-decoration: underline;
  color: var(--accent);
}

#blog .blog-spinner {
	margin-top: 50px;
}

#blog .full-article .top-content {
	padding: 50px 0;
}

#blog .full-article .article-title {
	color: var(--black);
  font-size: 3em;
  margin-bottom: 30px;
  text-align: center;
}

#blog .full-article .date-author {
	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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#blog .full-article .date {
	margin-top: 10px;
}

#blog .full-article .article-text {
	font-size: 1.1em;
}

#blog .full-article .share {
	margin-top: 30px;
  color: var(--black);
}

#blog .full-article .share .title {
	font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

#blog .full-article .share ul {
  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: -5px;
}

#blog .full-article .share ul li {
  padding: 5px;
}

#blog .full-article .share ul li a {
  height: 40px;
  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: #aaa;
  color: #fff;
  padding: 0px 20px;
  min-width: 120px;
  font-weight: bold;
  border-radius: var(--border_radius);
}

#blog .full-article .share ul li a i {
  margin-right: 10px;
}

#blog .full-article .share ul li a.facebook {
	background:#3b5999;
}

#blog .full-article .share ul li a.twitter {
	background:#55acee;
}

#blog .full-article .share ul li a.pinterest {
	background:#bd081c;
}

#blog .full-article .comments-block .title {
	font-size: var(--font_h3);
  margin-bottom: 30px;
  color: var(--black);
  font-weight: bold;
}

#blog .full-article .comments .comment:not(:first-child) {
	margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--grey_border);
}

#blog .full-article .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;
  margin-bottom: 15px;
}

#blog .full-article .comments .comment .name {
	font-weight: bold;
  color: var(--black);
}

#blog .full-article .write-comment {
	padding: 30px;
  margin-top: 30px;
  border-radius: var(--border_radius);
}

#blog .full-article .write-comment .title {
  font-size: var(--font_h5);
  margin-bottom: 30px;
  color: var(--black);
  font-weight: bold;
}

#blog .full-article .write-comment .inputs-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}

#blog .full-article .write-comment .input-col {
	padding: 7px;
  width: 100%;
}

#blog .full-article .write-comment input {
	width: 100%;
}

#blog .full-article .write-comment textarea {
	min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #blog .full-article .write-comment .input-col.col-50 {
    width: 50%;
  }
}

@media (max-width: 991px) {
	#blog .full-article .article-title {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  #blog .full-article .top-content {
  	padding: 30px 0;
  }
  
	#blog .full-article .article-title {
    font-size: 2em;
    margin-bottom: 20px;
  }
}
/* End blog */


#blog .blog-article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
#blog .blog-article-row .blog-article {
  padding: 15px;
}

#blog .blog-article .info .title {
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
#blog .blog-article .info .summary a {
  margin-left: 5px;
  font-weight: 400;
}

#blog .full-article .top-content {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#blog .article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
      -ms-flex-direction: row; 
          flex-direction: row;
}

#blog .article-wrap .article-content.general-content {
  font-size: 14px;
}

#blog .article-wrap .sidebar-col {
  min-width: 330px;
  max-width: 330px;
  float: left;
  min-height: 1px;
  margin-right: 30px;
}
#blog .article-wrap .sidebar-col .top-title {
  font-size: var(--font_h3);
  margin-bottom: 20px;
}
#blog .article-wrap .sidebar-col .recent-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 14px 0;
  border-bottom: 1px solid var(--grey_border);
}
#blog .article-wrap .sidebar-col .recent-article:first-child {
  border-top: 1px solid var(--grey_border);
}
#blog .article-wrap .sidebar-col .recent-article .image-wrap {
  min-width: 60px;
  max-width: 60px;
  margin-right: 10px;
}
#blog .article-wrap .sidebar-col .recent-article .title {
  margin-bottom: 5px;
}
#blog .article-wrap .sidebar-col .recent-article .readmore {
  color: var(--accent);
  text-decoration: underline;
  font-size: 12px;
}

#blog .article-wrap .main-col .article-image {
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: cover;
  margin-bottom: 50px;
  border-radius: var(--border_radius);
}
#blog .article-wrap .main-col .article-image:after {
  content: '';
  display: block;
  padding-bottom: 40%;
}
#blog .article-wrap .main-col .title {
  font-size: var(--font_h1);
  font-weight: 600;
  margin-bottom: 20px;
}
#blog .article-wrap .main-col .article-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875em;
}
#blog .article-wrap .main-col .article-info .author {
  margin-left: 5px;
}
#blog .article-wrap .main-col .article-info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog .article-wrap .main-col .article-info .date i {
  margin-right: 3px;
}

#blog .comment-section-wrap {
  background: var(--grey_block);
}

#blog .comments-block {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
}
#blog .comments-block .title {
  font-size: var(--font_h4);
  margin-bottom: 20px;
}
#blog .comments-block .comment {
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  padding: 16px;
  border-radius: var(--border_radius);
}
#blog .comments-block .comment:not(:last-child) {
  margin-bottom: 16px;
}
#blog .comments-block .comment .date {
  font-size: 0.875em;
}

#blog .write-comment {
  position: relative;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}
#blog .write-comment .title {
  font-size: var(--font_h4);
  margin-bottom: 20px;
}

#blog .write-comment .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
#blog .write-comment .input-col {
  padding: 7px;
  width: 100%;
}
#blog .write-comment .input-col.col-50 {
  width: 50%;
}
#blog .write-comment input {
  width: 100%;
}
#blog .write-comment textarea {
  min-height: 150px;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  #blog .article-wrap .sidebar-col {
    min-width: 280px;
    max-width: 280px;
    margin-right: 25px;
  }
  #blog .article-wrap .main-col .article-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #blog .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #blog .article-wrap .sidebar-col {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-top: 30px;
    border-top: 1px solid var(--grey_border);
    margin-top: 40px;
  }
  #blog .article-wrap .sidebar-col .recent-article {
   padding: 10px 0; 
  }
  #blog .article-wrap .main-col .article-image {
    margin-bottom: 30px;
  }
  #blog .article-wrap .main-col .title {
    font-size: var(--font_h2);
  }
}
@media (max-width: 767px) {
  #blog .article-wrap .main-col .article-image {
    margin-bottom: 20px;
  }
  #blog .article-wrap .main-col .article-image:after {
    padding-bottom: 50%;
  }
  #blog .article-wrap .main-col .title {
    font-size: var(--font_h3);
  }
  #blog .blog-article-row .blog-article { 
    border-bottom: 1px solid var(--grey_border);
  }
  #blog .blog-article-row .blog-article .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  #blog .blog-article-row .blog-article .image-wrap {
    min-width: 30%;
    max-width: 30%;
  }
  #blog .blog-article-row .blog-article .info {
    margin-left: 8px;
  }
  #blog .blog-article-row .blog-article .info .title {
    font-size: var(--font_h4);
  }
  #blog .blog-article .info .summary a {
    margin-left: 0;
  }
}

/* Custom checkout */
.sm-checkout .fixed-pages{
	padding-top: 30px;
}
.sm-checkout .main-content{
	background: none;
}
.gui-checkout .order-summary table tr:first-child td small {
	display: none;
}
.gui-payment-method-service .gui-payment-method-icon {
	opacity:0;
  background:#fff;
  border-radius:3px;
  border:1px solid rgba(0,0,0,.07);
  height: 30px;
}

.gui-payment-method-service .gui-payment-method-icon.updated {
	opacity:1;
}

.gui-payment-method-service.gui-is-selected .gui-payment-method-icon.updated {
	 border-color:transparent;
  background:transparent;
}

body .gui-payment-methods,
body #gui-checkout-shipment-methods {
  border: 1px solid #f3f3f3;
  border-bottom: 0;
}

body .gui-payment-methods .gui-payment-method,
body #gui-checkout-shipment-methods .gui-block-option {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
}

body #gui-checkout-shipment-methods .gui-spacer {
	display:none;
}

body .gui-payment-methods .gui-payment-method.gui-is-selected {
	background:#f9f9f9;
}

body .gui-checkout-one-step .gui-payment-method-form {
    margin: 0;
    margin-top: 15px;
}

.gui-checkout .gui-form .gui-field.gui-form-region select, .gui-checkout .gui-form .gui-field.select-field select{
  border-color: #ddd !important;
}
.gui-checkout .gui-form .gui-field.gui-form-region select option, .gui-checkout .gui-form .gui-field.select-field select option{
	opacity: .6;
}


.gui-form .gui-radio label,
.gui-form .gui-checkbox label,
.gui-form .gui-payment-method > label{
  position: relative;
  padding-left: 30px !important;
  padding:10px 0px;
  font-size: 14px !important;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before,
.gui-form .gui-payment-method > label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border:1px solid rgba(0,0,0,.07);
}

.gui-form .gui-checkbox label:before{
  border-radius:0;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
	display:none;
}

.gui-form .gui-radio input:checked ~ label:after,
.gui-form .gui-payment-method.gui-is-selected > label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border-radius: 100%;
}
.gui-form .gui-checkbox input:checked ~ label:before{
	background: var(--accent);
}
.gui-form .gui-checkbox input:checked ~ label:after {
  content: "\f00c";
  color: #fff;
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: var(--accent);
  
}

.gui-checkout-one-step .gui-payment-method-service > label {
  padding: 0px;
  background: transparent;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 0px;
  border: 2px solid transparent;
}

body .gui-form label span {
	color:#000;
}
.gui-checkout-one-step .gui-input-phone-number #gui-form-details-phone-number{
	height: 45px;
  padding: 0 15px;
  padding-left: 100px;
  border: 1px solid #eee;
}
.gui-input-phone-number .gui-input-phone-number-code-wrapper{
	left: 15px;
}

.gui-checkout-one-step .gui-payment-method-service > label input {
	display:none;
}

.gui-checkout .gui-form a.gui-button-small {
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  color: #ffffff !important;
  font-weight: 700; 	
  border-radius: var(--border_radius) !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

body .gui-checkout-one-step .gui-block {
  margin-bottom:15px;
}

body .gui-checkout-one-step div .gui-block:first-child {
	margin-top:0px;
  padding-top:0px;
  border:none;
}

body .gui-checkout-one-step #gui-block-review {
  background: rgba(0,0,0,0.03);
  padding: 35px 30px;
  max-width: 450px;
  margin-left: auto;
}

body .gui-checkout-one-step .gui-block-subtitle {
	line-height:1;
  margin-bottom:10px;
  color: var(--black);
}

#gui-block-billing-address .gui-block-subtitle {
	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;
}

body .gui-cart-sum .gui-big {
	margin-bottom:0;
  color:var(--accent);
}

body .gui-cart-sum .gui-big .gui-price {
	font-weight:700;
  color: var(--accent) !important;
}
body .gui-cart-sum .gui-big .gui-price strong{
	font-weight: 700;
}
body .gui-checkout .order-summary {
	background:#fff;
  padding:15px;
}

body .gui-checkout .order-summary table td p:last-child {
	display: none;
}

.gui-checkout .order-summary table td:last-child {
	font-weight:700;
  color: var(--black) !important;
}

#gui-block-billing-address .gui-block-subtitle a {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
  color: var(--accent);
  text-decoration: underline;	
  font-weight: 700;
}
.gui-input, .gui-text, .gui-select, .gui-number {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
}

.gui-block-subtitle, .gui-content-subtitle {
	font-size:1.4em;
}

.gui-block-subtitle a {
	font-size:12px;
  line-height:2em;
  text-transform:none;
}

.gui-form .gui-checkout-steps {
	margin:-25px;
}

.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: 30% !important;
  padding: 25px !important;
  margin: 0 !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	width: 40% !important;
}

#gui-block-review .gui-product-image {
	display:block;
  background:#fff;
  position:relative;
}

#gui-block-review .gui-product-image ~ a {
	font-size:1.2em;
  font-weight: 700;
}

body .gui-cart-sum {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.gui-form .gui-field > label {
	font-size:.9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border:none;
  border-radius:0;
  overflow: hidden;
  margin-right:15px;
  margin-bottom:0;
  height: 100px;
}

.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-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: #fff !important;
  padding-left: 15px;
}

body .gui-select {
	background: transparent !important;
  color:#000;
  font-size:13px;
  position:relative;
  z-index:0;
  border-radius: 0px;
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  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-checkout .gui-form .gui-input-phone-number {
  height: 45px;
  border-bottom: 1px solid #efefef !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gui-select select {
  height: 45px !important;
  -webkit-appearance: none;
  border-radius: 0px;
  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:45px;
  padding:0px 0px;
  outline:none;
  border: 1px solid #efefef;
  padding-left: 4px;
  border-radius:0px;
  background:#transparent;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

.gui-checkout .gui-form textarea {
	padding:13px 3px;
  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:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
   opacity:  1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
   opacity:  1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
	border-bottom:1px solid rgba(0,0,0,.07) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gui-input.gui-input-phone-number input:focus {
  border:none!important;
}

body .gui-input-phone-number .gui-input-phone-number-code-wrapper {
  margin: 0;margin-left: 0px;top:50%;transform: translateY(-50%);
}

body .gui-select.gui-focus {
	border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;

  border-radius:0;
}

.gui-checkout .gui-progressbar {
	display: none;
}

.gui-checkout .gui-form a.gui-button-action {
	width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}


body .gui-inactive {
	opacity:1;
}

.gui-form .gui-radio input:checked ~ label:after,
.gui-payment-method.gui-is-selected label:after {
	background: var(--accent);
}
	
@media (max-width: 1299px) {
  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	max-width: 320px !important;
  }
}
@media (max-width: 991px) {
  .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;
  }
  body .gui-checkout-one-step #gui-block-review {
  	max-width:100%;
  }
}


.sm-checkout{
	background: #f7f7f7;
}
.sm-checkout .custom-checkout-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sm-checkout .checkout-sidebar {
  min-width: 300px;
  max-width: 300px;
  padding-right: 80px;
}
.sm-checkout .checkout-sidebar .usp-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  margin-bottom: 20px;
}

.sm-checkout .checkout-sidebar .usp-wrap li:last-child {
	margin-bottom: 0;
}

.sm-checkout .checkout-sidebar .usp-wrap li i {
  color: var(--green);
  margin-right: 7px;
}

.sm-checkout .checkout-sidebar .usp-wrap li .title {
	line-height: 1.6em;
  color: var(--black);
  font-size:14px;
}

.sm-checkout .checkout-sidebar .usp-wrap li .title span {
	font-weight: bold;
}
  

.sm-checkout .checkout-sidebar .payments-block {
	margin-top: 40px;
}

.sm-checkout .checkout-sidebar .payments-block .title {
  font-weight: bold;
  color: var(--black);
  margin-bottom: 15px;
}

.sm-checkout .checkout-sidebar .payments-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}

.sm-checkout .checkout-sidebar .payments-block ul li {
  padding: 3px;
}

.sm-checkout .checkout-sidebar .payments-block ul li img {
  height: 30px;
  width: auto;
  background: #fff;
}

.sm-checkout .gui-checkout .checkout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sm-checkout .gui-checkout .checkout-wrap .checkout-upsell-wrap .checkout-wrappingpaper{
	margin-bottom: 20px;
}
.sm-checkout .gui-form .gui-checkout-steps {
	margin: 0;
}

.sm-checkout .gui-col3-equal .gui-col3-equal-col1,
.sm-checkout .gui-col3-equal .gui-col3-equal-col2 {
  width: 100%;
  margin: 0;
  padding: 25px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: var(--border_radius);
}

.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	width: auto !important;
  float: right;
}

body.sm-checkout .gui-checkout-one-step .gui-block {
 	margin-bottom: 0px;
}
body.sm-checkout .gui-checkout-one-step #gui-block-review {
  background: #fff;
  max-width: 350px;
	margin-left: auto;
  padding: 20px;
  border-radius: var(--border_radius);
}
body.sm-checkout .gui-checkout-one-step #gui-block-review .gui-confirm a{
  color: var(--accent);
}
.sm-checkout #gui-block-review .gui-product-image ~ a {
	font-size: 1em;
}

.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	padding: 0 !important;
}

.checkout-products {
	background: #fff;
}
.checkout-products .products .checkout-products-slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-products .products {
	margin: -10px;
}
.checkout-products .products .product {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  padding: 10px;
}
.checkout-products .products .product .image-wrap{
  display: block;
}
.checkout-products .products .product .info{
  margin-top: 10px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 100%;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea {
  padding: 0 15px;
}

.sm-checkout .gui-checkout .gui-form .error input[type="text"],
.sm-checkout .gui-checkout .gui-form .error input[type="email"],
.sm-checkout .gui-checkout .gui-form .error textarea,
.gui-checkout-one-step .gui-input-phone-number.error #gui-form-details-phone-number {
	border-color: var(--red) !important;
}



.sm-checkout .error .gui-block-subtitle {
	color: var(--red) !important;
}

.sm-checkout .gui-checkout .gui-form textarea {
	padding: 15px;
}

.sm-checkout .custom-error-message {
  font-size: 14px;
  padding: 15px;
  background: var(--red);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.gui-checkout .gui-field {
  position: relative;
}

.gui-checkout .gui-form .gui-field.text-field > label,
.gui-checkout .gui-form .gui-field.select-field > label,
.gui-checkout .gui-form .gui-field.field-phone > label,
.gui-checkout .gui-form .gui-field.gui-form-region > label {
  position: absolute;
  z-index: 9;
  top:8px;
  line-height:normal;
  height: auto;
  padding-left: calc(15px / .7);
  left: 0;
  -webkit-transform:scale(.7);
      -ms-transform:scale(.7);
          transform:scale(.7);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity:1;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #000;
}

.gui-checkout .gui-form .gui-field.text-field.not-filled > label {
	top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  padding-left:20px;
  color: #000;
  opacity:.6;
}

.gui-checkout .gui-form .gui-field.gui-form-region select,
.gui-checkout .gui-form .gui-field.select-field select {
  height: 50px !important;
  padding-left: 15px !important;
  padding-top: 5px !important;
  line-height: 50px !important;
}

.sm-checkout .gui-form-region .gui-select:after {
  height: 55px;
  width: 55px;
  line-height: 55px;
}

.gui-checkout .gui-form .gui-field.select-field .gui-select:after {
	height:55px;
  line-height:55px;
}

.gui-checkout .gui-form .gui-field input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}

.gui-checkout .gui-form .gui-field input::-ms-input-placeholder { /* Microsoft Edge */
  color: transparent;
}

.gui-checkout .gui-form .gui-field.text-field input[type="text"],
.gui-checkout .gui-form .gui-field.text-field input[type="email"] {
	height: 50px;
  padding-top:10px;
}

.gui-checkout .gui-form .gui-field.field-phone input {
	height:55px;
  border:1px solid rgba(0,0,0,.07) !important;
  border-radius:0px;
  padding-top:10px;
  padding-left:100px !important;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input-phone-number-code-placeholder {
	text-align:left;
  padding-left:3px;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input-phone-number-code-wrapper {
	margin:0;
  margin-left:20px;
  margin-top:5px;
}

.gui-checkout .gui-form .gui-input-phone-number {
  height: auto;
  border: none !important;
}

body .gui-checkout-one-step div .gui-block:first-child {
	margin-bottom: 10px;
}

body .gui-checkout .order-summary {
	padding: 0;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before,
.gui-form .gui-payment-method > label:before {
  border: 1px solid #eee;
}

.gui-checkout .gui-form a.gui-button-small {
	height: 45px;
  line-height: 45px;
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  border-radius: var(--border_radius);
  font-weight: bold;
}

.gui-checkout .gui-form a.gui-button-action {
	background: #3EB872 !important;
  border-color: #3EB872 !important;
}

.sm-checkout #header.optie .main-header .logo a,
.sm-checkout .topbar li a,
.sm-checkout #footer .footer-bottom .payments a {
	cursor: default;
}

.sm-checkout .gui-checkout-one-step .gui-block-option .gui-field .gui-radio > label {
	font-size: 13px;
}

.sm-checkout .gui-payment-method-service .gui-payment-method-price {
  color: var(--blue_dark);
  font-size: 12px;
}

.sm-checkout .gui-col2-equal .gui-col2-equal-col1,
.sm-checkout .gui-col2-equal .gui-col2-equal-col2 {
  width: calc(50% - 5px) !important;
}

.sm-checkout .gui-col2-equal .gui-col2-equal-col2.full-width {
	width: 100% !important;
}

.sm-checkout .gui-form .gui-spacer {
  height: 10px;
}

.checkout-wrap .gui-col3-equal-col2 .gui-spacer {
  background-color: rgb(247, 247, 247);
  width: 120%;
  margin-left: -10%;
  height: 20px;
}

.gui-col3-equal-col2 #gui-block-shipment-method{
	margin-bottom: 25px;
}

.gui-col3-equal-col2 #gui-block-payment-method{
	margin-top: 25px;
}

.sm-checkout #gui-form-cart-billing-address-title:before,
.sm-checkout #gui-form-cart-shipping-method-title:before,
.sm-checkout #gui-form-cart-payment-method-title:before,
/* .sm-checkout #gui-form-cart-review-title:before { */ .sm-checkout .checkout-products-title:before {
	content: '1.';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
/*   width: 35px;
  height: 35px; */
  color: var(--black);
  font-weight: bold;
  line-height: 33px;
  font-size: 16px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sm-checkout #gui-form-cart-shipping-method-title:before {
	content: '2.';
  margin-right: 10px;
}

.sm-checkout #gui-form-cart-payment-method-title:before {
	content: '3.';
  margin-right: 10px;
}

.sm-checkout .checkout-products-title:before {
	content: '4.';
}


.sm-checkout #gui-block-billing-address .gui-block-subtitle a {
	display: none;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea,
.sm-checkout .gui-select select,
.sm-checkout .gui-payment-methods .gui-payment-method,
.sm-checkout  #gui-checkout-shipment-methods .gui-block-option,
.sm-checkout .gui-payment-methods,
.sm-checkout #gui-checkout-shipment-methods {
	border-color: #eee !important;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea,
.sm-checkout .gui-select select,
.sm-checkout .gui-checkout .gui-form input[type="text"]:focus,
.sm-checkout .gui-checkout .gui-form input[type="email"]:focus,
.sm-checkout .gui-checkout .gui-form textarea:focus,
.sm-checkout .gui-select select:focus {
	border-color: #eee !important;
}

.sm-checkout .gui-checkout .gui-form #gui-form-discount_code,
.sm-checkout .gui-checkout .gui-form .not-filled input[type="text"],
.sm-checkout .gui-checkout .gui-form .not-filled input[type="email"],
.sm-checkout .gui-checkout .gui-form .not-filled textarea {
	border-color: #eee !important;
  border-radius: 0;
}

.sm-checkout div[aria-labelledby="gui-form-cart-review-remark-title"]{
	display: none;
}

.gui a.gui-button-large.gui-button-action, 
.gui a.gui-button-small.gui-button-action {
  padding: 10px 20px;
  background: var(--green) !important;
  width: 100%;
  display: block;
  border: 0;
  letter-spacing: inherit;
  margin-top: 10px;
  border-radius: var(--border_radius);
  color: #fff !important;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  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: 5px;
}

.gui a.gui-button-small.gui-button-action {
	background: var(--green) !important;
}

.sm-checkout .gui-checkout .gui-field.field-phone {
	display: none;
}

.sm-checkout .gui-cart-sum .gui-line {
	display: none;
}

.sm-checkout .gui-cart-sum  {
	border: none;
  padding: 0;
  margin: 0;
}

.sm-checkout .gui-cart-sum .gui-item {
	margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.sm-checkout .title-featured h1{
	margin: 0;
}
@media (min-width: 1200px) {
  .sm-checkout .checkout-sidebar .sidebar-inner-wrap, 
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3{
    position: sticky;
    top: 30px;
  }
}

@media (max-width: 1199px) {
  .sm-checkout #header .main-header .inner{
  	padding-bottom: 15px;
  }
  .sm-checkout .gui-checkout .checkout-wrap {
  	width: 100% !important;
  }
  
  .gui-checkout .gui-form textarea {
    padding: 15px !important;
  }
  
  .sm-checkout .custom-checkout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	max-width: unset !important;
    margin-top: 30px;
  }
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3{
  	width: 100% !important;
  }
}
@media (max-width: 767px) {
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
		width: 100% !important;
	}
  .checkout-products{
  	margin-bottom: 20px;
  }
  
  .gui-checkout-one-step .gui-form .gui-col3-equal > div {
  	margin-bottom: 0 !important;
  }
  
  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	margin-top: 0;
  }
  
  .sm-checkout #gui-form-cart-billing-address-title:before,
  .sm-checkout #gui-form-cart-shipping-method-title:before,
  .sm-checkout #gui-form-cart-payment-method-title:before,
  .sm-checkout .checkout-products-title{ /*.sm-checkout #gui-form-cart-review-title:before {*/
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  
  .sm-checkout .checkout-products-title{
  	display: contents;
  }
  
  .sm-checkout #gui-form-cart-shipping-method-title:before,
  .sm-checkout #gui-form-cart-payment-method-title:before {
  	margin-right: 5px;
  }
  #gui-block-review .gui-block-subcontent .gui-table{
    padding-bottom: 10px;
  }
  #gui-block-review .gui-block-subcontent .gui-table tr td{
  	padding: 10px 0 10px 10px;
  }
  body .gui-payment-methods .gui-payment-method, 
  body #gui-checkout-shipment-methods .gui-block-option{
  	padding: 10px;
  }
}

@media (max-width: 640px) {
  .sm-checkout .gui-checkout .gui-col2-equal .gui-col2-equal-col1 {
    margin-bottom: 10px !important;
	}
	.sm-checkout .gui-col2-equal .gui-col2-equal-col1,
  .sm-checkout .gui-col2-equal .gui-col2-equal-col2 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
	.sm-checkout .gui-col2-rightm-col2 {
    margin-top: 20px !important;
  }
  
  .sm-checkout #gui-block-billing-address .gui-block-subtitle {
    -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;
  }
  
  .sm-checkout #gui-block-billing-address .gui-block-subtitle a {
  	margin-top: 10px;
  }
}

.checkout-products .products .product .product-title {
  height:1.2em;
  white-space:nowrap;
  overflow:hidden;
  -o-text-overflow:ellipsis;
     text-overflow:ellipsis;
	font-weight: 500;
  margin-bottom: 5px;
}
.checkout-products .products .product .brand {
	font-size: .9em;
}
.checkout-products {
/*   	min-width:60%;
  max-width:60%; */
  padding:25px;
}
.checkout-products-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 20px;
}
.checkout-products .products .product .btn {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  background: var(--green);
  font-weight: bold;
  border-radius: var(--border_radius);
}
.checkout-products .products .product .btn i {
    font-size: 23px;
}

.checkout-products .products .product .btn .added {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  z-index: 5;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  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-align: center;
  border-radius: 5px;
}
.checkout-products .products .product .btn.in-cart  .added {
  pointer-events: all;
  background-color: var(--accent);
  z-index: 5;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.checkout-products .products .product .btn .added span {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.checkout-products .products .product .btn.in-cart .added span {
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
  opacity: 1;
}

.checkout-products .products .product .price{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  font-size: 1em;
  
}
.checkout-products .products .product .price-old{
	margin-right: unset;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.checkout-products .products .product .price-new {
	font-weight: bold;
  color: var(--accent);
}
.gui-checkout .checkout-wrap {
    float: left;
    width: 60%;
}
.gui-col3-equal .gui-col3-equal-col1,
.gui-col3-equal .gui-col3-equal-col2 {
  width:50%;
  margin:0;
  padding:25px;
}
  
  @media(max-width:991px) {
  	.checkout-products {
      min-width:100%;
      max-width:100%;
    }
    .gui-checkout .checkout-wrap {
    	width:100%;
    }
    .gui-col3-equal .gui-col3-equal-col1,
    .gui-col3-equal .gui-col3-equal-col2 {
      width:100%;
    }
    .gui-block-subtitle, .gui-content-subtitle {
    	font-size: 1.5em;
    }
  }
  @media(max-width:767px) {
    .sm-checkout .fixed-pages{
    	padding-top: 20px;
    }
    .gui-block-subtitle, .gui-content-subtitle {
    	font-size: 1.2em;
    }
    .checkout-products .cp-wrap {
    	overflow:hidden;
      margin-right:-20px;
    }
    .checkout-products .cp-inner {
    	margin-right:-30%;
    }
    .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 {
    	padding:20px !important;
    }
    .gui-form .gui-checkout-steps {
    	margin:-20px;
    }
    .gui-col3-equal .gui-col3-equal-col1,
    .gui-col3-equal .gui-col3-equal-col2 {
    	padding:20px;
    }
  }
/* End custom checkout */
/* Gift module cart - start */
.cadeau-module {
  padding: 30px;
  background: #fff;
  border-radius: var(--border_radius);
  margin-bottom: 30px;
}

.cadeau-module .cadeau-module-text {
  margin-bottom: 15px
}

.cadeau-module .products {
	display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.cadeau-module .products .product {
	padding: 10px;
}

.cadeau-module .products .product .inner {
  background: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;	
  padding: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: var(--border_radius);
  position: relative;
}

.cadeau-module .products .product.active .inner,
.cadeau-module .products .product .inner:hover {
	border-color: var(--grey_border);
}

.cadeau-module .products .product .inner .info {
	padding: 0;
}

/* .cadeau-module .products .product .inner .info .product-title {
	font-weight: bold;
} */

.cadeau-module .products .product .inner .image-wrap {
	margin-right: 15px;
}

.cadeau-module .products .product .inner .image-wrap img {
  width: 100px;
}

.cadeau-module .products .product .inner .image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.01);
}

.cadeau-module .products .product .inner .overlay-active {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--accent);
  color: #fff;
  padding: 3px 10px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0.95em;
  font-weight: bold;
  display: none;
}

.cadeau-module .products .product.active .inner .overlay-active {
	display: block;
}

.cadeau-module .cadeau-module-title {
	margin-top: 0;
}

.cadeau-module .cadeau-range {
	margin: 10px 0px 30px 0px;
}

.cadeau-module .cadeau-range-bar {
  height: 15px;
  background: var(--grey_block);
  position: relative;
  border-radius: var(--border_radius);
  overflow: hidden;
  border-right: 5px solid var(--accent);
}

.cadeau-module .cadeau-range-bar .cadeau-range-bar-colored {
	content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--accent);
}

.cadeau-module .cadeau-range-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.cadeau-module .cadeau-range-text > .not-visible {
	visibility: hidden;
  opacity: 0;
}

.cadeau-module .cadeau-range-text .highlight {
	font-weight: bold;
  color: var(--accent);
}

.cadeau-module .cadeau-range-text .price {
	font-weight: bold;
  color: var(--black);
}

.cadeau-module .cadeau-range-text .next-cadeau-text,
.cadeau-module .cadeau-range-text .first-cadeau-text {
	text-align: right;
  margin-left: 10px;
}
.cadeau-module .open-cadeau-products {
	font-weight: 600;
  display: block;
  padding: 15px 30px;
  margin: -30px;
  margin-top: 0px;
  text-align: center;
  border-top: 1px solid var(--grey_border);
  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 !important;
  color: var(--accent);
  font-size: 14px;
}
 
.cadeau-module .open-cadeau-products:hover span {
  text-decoration: underline !important;
}

.cadeau-module .open-cadeau-products i {
	margin-left: 5px;
  text-decoration: none !important;
}

.cadeau-module .open-cadeau-products.active i {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
}
/* gift module cart - end */
/* Shipping module cart - start */
.verzend-module .verzend-module-inner {
	padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  border-radius: var(--border_radius);
}

.verzend-module .verzend-module-inner.active-verzend {
  color: var(--green);
  font-weight: bold;
}

.verzend-module .verzend-module-inner span {
	color: var(--accent);
/*   font-weight: 600; */
}
/* Shipping module cart - end */
/* Gift wrap - Start */
#cart-page .gift-wrap{
  margin-top: 30px;
	background: #fff;
  padding: var(--totals_padding);
  border-radius: var(--border_radius);
}
#cart-page .gift-wrap:not(.added) {
  -webkit-box-shadow: var(--shadow_big);
          box-shadow: var(--shadow_big);
}

#cart-page .gift-wrap .title{
	margin-bottom: 10px;
  font-size: var(--font_h4);
}
#cart-page .gift-wrap .checkbox .wrapping-cost{
	margin-left: 7px;
  color: var(--body);
}
.ui.checkbox input:indeterminate~.box:after, .ui.checkbox input:indeterminate~label:after {
	display: none;
}
/* Gift wrap - End */

/* Cart */
#cart-page {
  --col_spacing: 80px;
  --cart_product_spacing: 15px;
  --cart_product_image: 60px;
  --cart_product_qty: 50px;
  --totals_width: 400px;
  --totals_padding: 40px;
  --totals_spacing: 25px;
}

#cart-page .page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cart-page .page-wrap .col-main {
  min-width: calc(100% - var(--totals_width));
  max-width: calc(100% - var(--totals_width));
  padding-right: var(--col_spacing);
}

#cart-page .page-wrap .col-totals {
  min-width: var(--totals_width);
  max-width: var(--totals_width);
}

#cart-page .cart-products {
  width: 100%;
}

#cart-page .cart-products tr th {
	color: var(--black);
}

#cart-page .cart-products tr th:first-child {
	text-align: left;
}

#cart-page .cart-products tr td {
	padding-top: var(--cart_product_spacing);
}

#cart-page .cart-products tr:not(:last-child) td {
  padding-bottom: var(--cart_product_spacing);
  border-bottom: 1px solid var(--grey_border);
}

#cart-page .cart-products tr td.image {
	width: var(--cart_product_image);
}
#cart-page .cart-products .image-wrap {
  background: #fff;
  border-radius: var(--border_radius);
  overflow: hidden;
  padding: 5%;
}

#cart-page .cart-products .info {
	padding-left: 15px;
}

#cart-page .cart-products .info .title {
/* 	font-weight: bold; */
  color: var(--black);
}

#cart-page .cart-products .info .extra-info {
	font-size: .9em;
  margin-top: 5px;
}

#cart-page .cart-products .info .quantity-mobile {
	margin-top: 5px;
}

#cart-page .cart-products .quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cart-page .cart-products .quantity input {
	min-width: var(--cart_product_qty);
  max-width: var(--cart_product_qty);
  height: var(--cart_product_qty);
  padding: 0;
  text-align: center;
  font-size: 14px;
}

#cart-page .cart-products .quantity {
  font-size: 14px;
	margin-left: -5px;
  margin-right: -5px;
}

#cart-page .cart-products .item-price,
#cart-page .cart-products .subtotal {
	font-size: 14px;
}

#cart-page .cart-products .quantity a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: 5px;
  font-size: 1.2em;
}

#cart-page .cart-products .delete {
	display: block;
  padding-left: 15px;
}

#cart-page .totals-wrap {
  font-size: 14px;
  padding: var(--totals_padding);
  border-radius: var(--border_radius);
}

#cart-page .totals-wrap:not(.block-grey) {
	background: #fff;
}

#cart-page .totals-wrap .gift-card {
	margin-bottom: var(--totals_spacing);
}

#cart-page .totals-wrap .add-discount,
#cart-page .totals-wrap .add-gift-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--totals_spacing);
}

#cart-page .totals-wrap .add-discount input,
#cart-page .totals-wrap .add-gift-card input {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  background: #fff;
  margin-right: 10px;
}

#cart-page .totals-wrap .add-discount .submit-btn,
#cart-page .totals-wrap .add-gift-card .submit-btn {
	min-width: var(--input_height);
  max-width: var(--input_height);
  height: var(--input_height);
  background: var(--body);
  border-radius: var(--border_radius);
  color: #fff;
  font-size: 1.4em;
  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;
}

#cart-page .totals-wrap .total-prices {
	margin-bottom: var(--totals_spacing);
  width: 100%;
}

#cart-page .totals-wrap .total-prices tr td {
	padding-bottom: 10px;
}

#cart-page .totals-wrap .total-prices tr td:first-child {
	font-weight: bold;
  color: var(--black);
}

#cart-page .totals-wrap .total-prices tr td:last-child {
	text-align: right;
}

#cart-page .totals-wrap .total-prices tr:not(:first-child) td {
	padding-top: 10px;
  border-top: 1px solid var(--grey_border);
}

#cart-page .totals-wrap .btn-wrap .btn {
	width: 100%;
}

#cart-page .totals-wrap .btn-wrap .btn:not(:last-child) {
	margin-bottom: 15px;
}

#cart-page .totals-wrap .btn-wrap .btn.to-checkout {
	background: var(--green);
  font-size: initial;
}

#cart-page .totals-wrap .btn-wrap .btn.paypal {
	background: #ffc439;
  color: #003087;
}

@media (max-width: 1199px) {
	#cart-page {
    --col_spacing: 30px;
    --cart_product_spacing: 15px;
    --cart_product_image: 60px;
    --cart_product_qty: 40px;
    --totals_width: 350px;
    --totals_padding: 25px;
    --totals_spacing: 25px;
  }
}

@media (max-width: 991px) {
  #cart-page {
    --cart_product_spacing: 10px;
    --cart_product_image: 40px;
    --totals_width: 100%;
    --totals_padding: 25px;
    --totals_spacing: 25px;
  }
  
  #cart-page .page-wrap {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #cart-page .page-wrap .col-main {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: var(--col_spacing);
  }
}

@media (max-width: 767px) {
  #cart-page .totals-wrap {
  	margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 500px) {
  #cart-page .totals-wrap .btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 8%);
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 16px;
	}
}
/* End cart */

/* Brand gift */
.upsell-item .upsell-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upsell-item .circle {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: var(--shadow_right_small);
          box-shadow: var(--shadow_right_small);
  overflow: hidden;
  padding: 10px;
  margin-right: 12px;
}

.upsell-item .info .title {
	font-size: var(--font_h5);
}

.upsell-item .info .subtitle {
	font-size: 14px;
  margin-top: 5px;
}
/* End brand gift */
/* Account */
.gui-account .gui-block .gui-block-subtitle{
	font-size: 1em;
}
/* End */

.checkout-btn-wrap {
	position: relative;
}

.checkout-btn-wrap span {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gui-block-review .gui-button-action.disabled {
	pointer-events: none;
}
/* 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;
  color: var(--accent);
}
#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-dashboard .account-row {
	display:flex;
  justify-content:space-between;
}

#account-dashboard .account-row .col-left {
	min-width:550px;
  max-width:550px;
  margin-right:50px;
}

#account-dashboard .account-row .col-right {
	flex-grow:10;
}

#account-dashboard .recent-orders {
	margin:-5px;
}
#account-dashboard .recent-orders .recent-order {
	padding:5px;
}

#account-dashboard .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);
}

#account-dashboard .recent-orders .recent-order .col {
	flex:1;
}

#account-dashboard .recent-orders .recent-order .col.ticket-title {
	flex:2;
}

#account-dashboard .recent-orders .recent-order .col:last-child {
	flex:0;
}

#account-dashboard .recent-orders .recent-order .title {
	font-size:16px;
      color: var(--black);
    font-weight: bold;
}

#account-dashboard .recent-orders .recent-order .order-label {
	font-size:12px;
  opacity:.7;
  font-weight:600;
  margin-bottom:5px;
}

#account-dashboard .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: 0px;
  background: #aaa;
  color: inherit;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #fff;
  border-radius: var(--border_radius);
}
#account-dashboard .status-label.success{
	background-color: var(--green);
}
#account-dashboard .status-label.warning{
	background-color: orange;
}
#account-dashboard .status-label.error{
	background-color: var(--red);
}
#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;
  height: 45px;
  line-height: 40px;
  font-size: 13px;
}

#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 {
	padding: 30px;
  border: 1px solid #eee;
  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;
  background-color: var(--green);
}
#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;
  color: var(--accent);
}
#account-dashboard .ordered-products {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
}
#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: 13px;
  opacity: .7;
  font-weight: 600;
}
#account-dashboard table th{
  padding-bottom:5px;
  font-weight: bold;
  opacity: 1;
  color: var(--black);
}
#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%;
  margin-left:auto;
  padding: 30px;
  border-radius: 5px;
  background: #f7f7f7;
  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 .top-wrap .title{
	font-weight: bold;
}
#account-dashboard .ticket-box .chat-box {
	padding: 25px;
}

#account-dashboard .ticket-box .chat-box .chat-box-outer {
	padding: 25px;
  border-radius: 0px;
  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-color: var(--accent);
  padding: 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: 0 3px 0 0;
}

#account-dashboard .ticket-box .chat-box .chat-message.sent .message {
	border-radius: 5px 0 5px 5px;
  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: 3px 0 0 0;
}
#account-dashboard .ticket-box .chat-box .chat-message.received .message {
	border-radius: 5px 5px 5px 0;
  color: #fff;
  background: #aaa;
}
#account-dashboard .ticket-box .chat-box .chat-message .date {
  font-size: .8em;
  margin-top: 7px;
  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;
}
#account-dashboard .native-select,
#account-dashboard .native-select .active-value{
	display: flex;
  flex-grow: 10;
}
#account-dashboard .recent-products {
	margin:-5px;
  font-size:.95em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#account-dashboard .recent-products .recent-product a {
	text-decoration: none;
}
#account-dashboard .recent-products .recent-product .link a {
	text-decoration:underline;
  color: var(--accent);
}
#account-dashboard .recent-products .recent-product {
	padding:5px;
}
#account-dashboard .recent-products .recent-product .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  border-radius: var(--border_radius);
}
#account-dashboard .recent-products .recent-product .inner {
  padding:10px;
  border:1px solid rgba(0,0,0,0.07);
}
#account-dashboard .recent-products .recent-product .image-wrap {
	min-width:75px;
  max-width:75px;
  margin-right:20px;
  position:relative;
  overflow:hidden;
  border-radius:0px;
  background:#fff;
}
#account-dashboard .recent-products .recent-product.img-gray .image-wrap {
	padding:10px;
}
#account-dashboard .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);
}
#account-dashboard .recent-products .recent-product .image-wrap img {
	width:100%;
}
#account-dashboard .recent-products .recent-product .price {
  margin-top: 5px;
  font-size: .95em;
  font-weight: bold;
  color: var(--black);
}
#account-dashboard .recent-products .recent-product .price .old-price {
  margin-right: 5px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 90%;
  opacity:.7;
}
#account-dashboard .recent-products .recent-product .title {
  display: block;
  line-height: 1.5em;
  overflow: hidden;
  color: var(--black);
}
#account-dashboard .recent-products .recent-product .link {
  font-weight: bold;
  font-size: .9em;
  margin-top:7px;
}

@media (max-width: 1400px) {
  #account-dashboard .account-row .col-left {
  	min-width:450px;
    max-width:450px;
  }
}

@media (max-width: 1199px) {
	#account-dashboard .account-row .col-left {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  } 
  #account-dashboard .account-row {
  	display:block;
  }
}

@media (max-width: 767px) {
	#account-dashboard .account-title .content {
    line-height:2em;
    margin-bottom:20px;
    font-size:.97em;
  }
  #account-dashboard .account-title .title {
    font-size:1.5em;
  }
  #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;
  }
  #account-dashboard .recent-orders .recent-order .order-label {
  	font-size:10px;
  }
  #account-dashboard .recent-orders .recent-order .title {
  	font-size:13px;
  }
  #account-dashboard .recent-orders .recent-order .btn {
  	width:35px;
    height:35px;
  }
  #account-dashboard .recent-orders {
  	margin:-5px;
  }
  #account-dashboard .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;
  }
  #account-dashboard .recent-orders .recent-order .col {
  	padding-left:10px;
  }
  #account-dashboard .recent-orders .recent-order .col:first-child {
  	padding-left:0;
  }
  #account-dashboard .recent-orders .recent-order .col.ticket-title {
  	flex:1;
  }
}
/* end account dashboard */
/* Account registration */
#account-login form .gui-block{
  border: unset;
  -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
          box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: var(--border_radius);
}
#account-login .gui-input-wrap .standard-input{
	width: 100%;
}
#account-login form .gui-block a.gui-button-link{
	text-decoration: underline;
  color: var(--accent);
}
#account-login form .gui-block .gui-block-content{
	padding: unset;
}
#account-login form .gui-block .block-title{
  padding: unset;
  margin-bottom: 15px;
  font-size: 1.2em;
}
#account-login .gui-content-title{
	margin-bottom: 10px;
  font-size: 1.2em;
}
#account-login .gui-col2-big .gui-col2-big-col2 .gui-buttons{
  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;
}
@media(max-width: 1199px){
	#account-login .gui-col2-big{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #account-login .gui-col2-big .gui-col2-big-col1,
  #account-login .gui-col2-big .gui-col2-big-col2{
  	width: 100%;
  }
  #account-login .gui-col2-big .gui-col2-big-col1{
  	margin-bottom: 30px;
  }
}
@media(max-width: 767px){
	#account-login form .gui-block{
  	padding: 30px 20px;
  }
  #account-login .gui-col2-big .gui-col2-big-col2 .gui-buttons{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #account-login .gui-col2-big .gui-col2-big-col2 .gui-buttons .gui-right{
  	margin-top: 10px;
    margin-left: 0;
  }
}
/* End */
/* Gui pay */
.gui-pay .gui-page-title{
	color: var(--black);
  margin-bottom: 5px;
}
.gui-pay .gui-block{
	border: unset;
}
.gui-pay .gui-block .gui-block-title{
	padding-left: unset;
  border-bottom: unset;
}
.gui-pay .gui-block .gui-block-inner{
	background: unset;
  border-color: #eee;
  margin-bottom: 30px;
  padding-left: 0;
}
.gui-pay .gui-block .gui-block-inner strong{
	color: #666;
}
.gui-pay .gui-block-option{
	padding: 0;
  border: unset;
}
.gui-pay .gui-block-option .gui-payment-provider-title{
	font-size: 1em;
  margin-bottom: 15px;
}
.gui-pay .gui-block-option .gui-payment-method-service{
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
  background-color: #fff;
}
.gui-pay .gui-block-option .gui-payment-method-service > label{
	border-bottom: unset;
  padding: 6px;
  margin: 0;
}
.gui-pay .gui-block-option .gui-payment-method-service > label > input{
	display: none;
}
.gui-pay .gui-block-option .gui-payment-method-service.gui-is-selected{
  border: 2px solid var(--accent);
  background-color: #fff;
}
.gui-pay .gui-buttons.gui-border{
	border: unset;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.gui-pay .gui-buttons .gui-right .gui-button-small{
	height: 55px;
  line-height: 55px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 40px;
}
.gui-pay .gui-block-content.gui-white{
	background-color: #f7f7f7;
  padding: 30px;
  border-radius: var(--border_radius);
}
.gui-pay .gui-payment-method-wrapper .gui-payment-provider-invoice{
	margin-top: 15px;
}
@media(max-width: 991px){
	.gui-pay .gui-buttons .gui-right .gui-button-small{
  	height: 50px;
    line-height: 50px;
  }
}
@media(max-width: 767px){
	.gui-pay .gui-block-content.gui-white{
  	padding: 25px;
  }
  .gui-pay .gui-buttons .gui-right .gui-button-small{
  	height: 45px;
    line-height: 45px;
  }
  .gui-pay .gui-payment-method-service .gui-payment-method-price{
  	font-size: 12px;
  }
}
/* End */