/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	min-width: 320px;
	background: #fff;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	-webkit-font-smoothing:antialiased;
	font-weight: 400;
}

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; }

img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.cols:after,
.header:after,
.kareta3:after,
.form-row:after,
.article-info:after,
.article-product-info:after,
.box-info:after,
.prod-content:after,
.form-cols:after,
.box-cols:not(.box-cols-even):after,
.shell:after,
.clearfix:after { display: table; content: ' '; clear: both; }

/* ------------------------------------------------------------ *\
	Main Styles
\* ------------------------------------------------------------ */
.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 { }

h1 {}
h2 {}
h3 {}
h4 {}

hr {
  border: 0;
  height: 1px;
  background: #d4e4f1;
}

.shell {
	max-width: 1280px;
	margin: 0 auto;
  padding: 0 80px;
  box-sizing: content-box;
}

.hover-images a:hover img,
.hover-images a img + img { display: none; }
.hover-images a:hover img + img { display: inline-block; }

.hover-images button:hover img,
.hover-images button img + img { display: none; }
.hover-images button:hover img + img { display: inline-block; }


.gallery-items-wrapper {
  display: none;
}

.wrapper {
	min-height: 100%;
}

.bg-image {
  display: none !important;
}

.parent-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
	transition:  all 0.2s ease-in-out;
}

body.active-menu::-webkit-scrollbar {
  display: none;
}

body.active-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header .logo {
  min-width: 135px;
}

.header .logo img + img {
  display: none;
}

.header {
  background: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: stretch;
}

.header ul {
	list-style-type: none;
}

/* header content */
.header-content {
  background: #F5F5F5;
  padding: 13px 40px;
  display: flex;
  align-items: center;
  position: relative;
  width: 65.3%;
}

/* header-nav */
.header-nav {
  margin-left: 30px;	
  font-size: 15px;
  font-weight: 500;
}

.header-nav > ul {
	display: flex;
	align-items: center;
	column-gap: 27px;
}

.header-nav ul > li > a {
	color: #000000;
	text-transform: uppercase;
}

.header-nav ul > li > a:hover,
.header-nav ul > li.active > a {
	color: #00CCCC;
}

.header-aside {
	column-gap: 57px;
	display: flex;
	align-items: center;
	flex: 1;
	background: #111111;
	justify-content: end;
	padding-right: 94.8px;
}

.aside-links {
	display: flex;
	align-items: center;
	column-gap: 28px;
}

.link-inquiry {
  position: relative;
	font-size: 15px;
	text-transform: uppercase;
}

.link-inquiry span {
  font-size: 11px;
  color: #fff;
  background: #00AAAA;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -19px;
  top: -12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.link-inquiry:hover {
color: #00CCCC;
}

.link-cart {
	position: relative;
}

.link-cart span {
	font-size: 11px;
	color: #fff;
	background: #00AAAA;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: -15px;
  top: -9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* link menu */
.link-menu {
  min-width: 24px;
	margin-left: 31px;
	width: 24px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../icons/burger.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.link-menu:hover {
	background-image: url(../icons/burger-alt.svg);
}

/* Custom icons */
.custom-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.icon-user {
  width: 20.05px;
  height: 17.47px;
  background-size: contain;
  background-image: url(../icons/user.svg); 
}

.icon-user:hover {
  width: 20.05px;
  height: 17.47px;
  background-size: contain;
  background-image: url(../icons/user-blue.svg); 
}

/* .icon-arrow-nav */ 
.icon-arrow-nav {
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(../icons/chev-black.svg); 
  margin-left: auto;
}

/* arrow down */
.icon-arrow-down {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(../icons/chevron-blue.svg); 
}

.toggle-categories.active .icon-arrow-down {
  background-image: url(../icons/chevron-blue-alt.svg);  
  transform: rotate(-180deg);
}

.icon-arrow-down:hover {
  background-image: url(../icons/chevron-blue-alt.svg);  
}

.icon-search {
	width: 15.63px;
	height: 16.02px	;
	background-image: url(../icons/search.svg);
}

.link-search.active .icon-search,
.icon-search:hover {
	background-image: url(../icons/search-blue.svg);
}

.icon-envelope {
  width: 20px;
  height: 16px;
  background-image: url(../icons/envelope.svg);
}
.icon-envelope:hover {
  background-image: url(../icons/envelope-blue.svg);
}

.icon-star {
  width: 16px;
  height: 16px;
  background-image: url(../icons/star.svg);
}

.sample-view,
.add-to-list {
  position: relative;
  display: inline-block;
  margin-left: 46px;
  background: transparent;
  border: 0;
}

.sample-view {
  margin-left: 20px;
}

.sample-view:hover span,
.add-to-list:hover span {
  visibility: visible;
  opacity: 1;
}

.sample-view span,
.add-to-list span {
  transition: all 0.2s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 10px;
  display: inline-block;
  color: #111111;
  background: #E2E2E2;
  white-space: nowrap;
  margin-left: -11px;
  visibility: hidden;
  opacity: 0;
  padding: 3px 6px;
  font-size: 13px;
}

.sample-view span {
  margin-left: 0;
}

.sample-view span:before,
.add-to-list span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #E2E2E2 transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.icon-env {
  width: 63.5px;
  height: 40.5px;
  background-image: url(../icons/env.svg);
}
.icon-env:hover {
  background-image: url(../icons/env-blue.svg);
}

.icon-eye-blue {
  width: 21.49px;
  height: 15.5px;
  background-image: url(../icons/eye-blue.svg);
}
.view-project:hover .icon-eye-blue{
  background-image: url(../icons/eye-light.svg);
}

.view-project {
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #00AAAA;
}

.view-project:hover {
  color: #00CCCC;
}

.icon-heart {
	width: 18px;
	height: 16px;
	background-image: url(../icons/heart.svg);
}
.icon-heart:hover {
	background-image: url(../icons/heart-blue.svg);
}

.icon-cart {
	width: 18.33px;
	height: 17.08px;
	background-image: url(../icons/cart.svg);
}
.icon-cart:hover {
	background-image: url(../icons/cart-blue.svg);
}

/* Collapse icon */
.collapse-icon {
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  width: 16px;
  display: inline-block;
  position: relative;
  background-image: url(../icons/chevron-blue.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}

.collapse-icon.visible {
  transform: rotate(-180deg);
}


/* Fullscreen menu */
@media only screen and (min-width: 1025px) {
  .active-menu .fullscreen-menu {
    opacity: 1;
    visibility: visible;
  }
}

.fullscreen-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  overflow-y: auto;
  font-weight: 400;
  z-index: 200;
  background: #fff;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-alt {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 13px;
}

.fullscreen-menu .cols {
  background: #fff;
  z-index: 10;
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fullscreen-menu .cols .col-2of3 {
  width: 63%;
}

.fullscreen-menu .cols .col-1of3 {
  justify-content: center;
  background: #111111;
  width: 37%;
  padding: 107px 50px 70px 123px;
}

.fullscreen-menu ul {
  list-style-type: none;
}

@media only screen and (min-width: 1600px) {
  .fullscreen-menu .cols .col-2of3 {
    width: 55%;
    padding-left: 20%;
  }

  .fullscreen-menu .cols .col-1of3 {
    width: 45%;
  }
}

@media only screen and (min-width: 1441px) {
  .fullscreen-menu .cols .col-2of3 {
    width: 55%;
    padding-left: 15%;
  }

  .fullscreen-menu .cols .col-1of3 {
    width: 45%;
  }
}

.main-nav-items {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 85px 50px 20px 170px;
}

.main-nav-items #book-now-form {
  display: none;
}

.logo-secodnary {
  display: inline-block;
  vertical-align: middle;
}

.logo-secondary:hover {
  opacity: 0.8;
}

.top-socials {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 25px;
  margin-top: 30px;
  align-items: center;
}

.top-socials li {
  display: inline-block;
  vertical-align: middle;
}

.top-socials li ~ li {}

.sub-menu {
  display: none;
}

.close-menu {
  z-index: 10;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 33px;
  top: 31px;
  background-image: url(../icons/close.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.close-menu:hover {
  background-image: url(../icons/close-blue.svg); 
}

.close-icon {
  display: inline-block;
  vertical-align: middle;
}


/* Nav Main */
.nav-main {
  text-transform: uppercase;
  z-index: 1;
  font-size: 44px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.nav-main ul {
  margin-bottom: 0;
}

.nav-main > ul > li > a {
  vertical-align: middle;
  display: inline-block;
  color: #111;
  transition: all 0.2s ease-in-out;
}

.nav-main .sub-menu {
  padding-left: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  margin-top: 7px;
  display: none;
}

.nav-main .sub-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0 0 40px;
}

.nav-main .sub-menu li a {
  color: #111;
  transition: all 0.2s ease-in-out;
}

.nav-main > ul > li {
  position: relative;
  line-height: 1.1;
}

.nav-main > ul > li  ~ li {
  margin-top: 15px;
}

.nav-main a:hover,
.nav-main .sub-menu li.active a:first-of-type,
.nav-main > ul > li.active > a:first-of-type{
  color: #00AAAA !important;
}

.second-nav-items {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.second-nav-items > * {
  position: relative;
  z-index: 1;
}

.nav-secondary {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.nav-secondary > ul > li > a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.nav-secondary > ul > li > a:hover,
.nav-secondary > ul > li.active > a {
  color: #00AAAA;  
}

.nav-secondary > ul > li {
  line-height: 1.2;
}

.nav-secondary > ul > li ~ li {
  margin-top: 15px;
}

.nav-secondary .sub-menu {
  font-size: 20px;
}

.nav-secondary .sub-menu a {
  color: #000;
}

.nav-secondary .sub-menu li.active a,
.nav-secondary .sub-menu a:hover {
  color: #00AAAA;
}

/* Main slider wrapper */
.main-slider-outer {
  position: relative;
  min-height: 900px;
  height: 900px;
  padding: 80px 80px 0;
  overflow: hidden;
}

.main-slider-outer:before {
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    height: 560px;
    width: 500px;
    background: #111;
}

.main-slider-outer:after {
    content: '';
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 200px;
    background: #F5F5F5;
}

.main-slider-wrapper {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1500px) {
  .main-slider-outer {
      min-height: 640px;
      height: 640px;
  }
}

.main-slider-wrapper .btn-main {
  font-size: 15px;
  text-transform: uppercase;
}

.main-slider-wrapper .btn {
  text-align: center;
  width: 160px;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.main-slider-wrapper .slide {
  display: flex;
  height: 100%;
}

.main-slider-wrapper .slide-image {
  position: relative;
}

.main-slider-wrapper .slide-image,
.main-slider-wrapper .slide-content {
  width: 50%;
}

.main-slider-wrapper .slide-image .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-slider-wrapper .slick-track,
.main-slider-wrapper .slick-list {
  height: 100%;
}

.main-slider-wrapper .slide-content {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 20px 80px 20px 50px;
}

.main-slider-wrapper .slide-content h3 {
  font-size: 60px;
  color: #111111;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 16px;
}

.main-slider-wrapper .slide-content > p {
  font-size: 20px;
  color: #555555;
}

.main-slider-wrapper .slide-content h3 a {
  color: #111;
}

.main-slider-wrapper .slide-content h3 a:hover {
  color: #006868;  
}


.main-slider-wrapper .slick-arrow {
  width:      60px;
  height:     60px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  font-size: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;   
  border: 0;
}

.main-slider-wrapper .slick-arrow:hover {
  background: #00CCCC;
}

.main-slider-wrapper .slick-prev {
    left:      50% ;
    right:     auto ;
    background: #fff;
    margin-left: -60px;
    transform: rotate(-180deg) ;
}

.main-slider-wrapper .slick-prev:before {
    content:           '' ;
    background:        url(../../assets/icons/chevron-black.svg);
    width:             8px;
    height:            15px;
    background-size:   cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:           1;
    transform: rotate(-180deg);
}

.main-slider-wrapper .slick-next {
    right: 50% ;
    margin-right: -60px;
    left:      auto ;
    background: #111;
}

.main-slider-wrapper .slick-next:before {
    content:           '' ;
    background:        url(../../assets/icons/chevron-white.svg);
    width:             8px;
    height:            15px;
    background-size:   cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:           1;
}

.main-slider-wrapper .slick-dots {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  z-index: 10;
}

.main-slider-wrapper .slick-dots a {
  color: #777777;
  display: block;
  cursor: pointer;
}

.main-slider-wrapper .slick-dots li {
  position: relative;
}

.main-slider-wrapper .slick-dots li.slick-active a {
  color: #111111;
  font-size: 18px;
}

.main-slider-wrapper .slick-dots li.slick-active:before {
    content: '';
    width: 19px;
    height: 2px;
    background: #00AAAA;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -30px;
    top: 14px;
}

.main-slider-wrapper .slick-dots li ~ li {
  margin-top: 30px;
}

.main-slider-wrapper .box-prices {
  justify-content: start;
  margin-top: 24px;
}

.main-slider-wrapper .box-prices p {
  font-size: 24px;
  align-items: baseline;
}

.main-slider-wrapper .box-prices p.price-old:before {
  top: 20px;
}

.main-slider-wrapper .box-prices p span {
  font-size: 18px;
}

.main-slider-wrapper .box-prices .price-el > span {
  font-size: 15px;
  color: #777777;
  text-transform: none;
}

.main-slider-wrapper .slide-actions {
  margin-top: 30px;
  display: flex;
  column-gap: 45px;
}

/* ------------------------------------------------------------ *\
  Transitions & Animations
\* ------------------------------------------------------------ */
.header {
  -webkit-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}


.intro {
  position: relative;
  min-height: 900px;
  height: 900px;
  margin: 80px 80px 0;
}

@media only screen and (max-width: 1500px) {
	.intro {
		  min-height: 640px;
			height: 640px;
	}
}

.rev_slider_wrapper:before {
	content: '';
	position: absolute;
	right: -80px;
	top: 0;
	height: 560px;
	width: 500px;
	background: #111;
}

.rev_slider_wrapper:after {
  content: '';
  position: absolute;
  left: -80px;
  top: 0;
  height: 100%;
  width: 200px;
  background: #F5F5F5;
}

.intro.intro-small .tp-fullwidth-forcer,
.intro.intro-small {
  height: 300px !important;
  min-height: 0;
}

.intro.intro-small .rev-image-media .tp-loop-wrap .tp-caption:before {
  display: none;
}

.intro.intro-small .rev_slider_wrapper:before {
  height: 220px;
}

.scroll-down-arrow {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll-down-arrow:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb10 {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 56px;
}

.link-top {
  font-size: 32px;
  color: #000;
  text-transform: lowercase;
  transition: all 0.2s ease-in-out;
}

.link-top span {
  transition: all 0.1s ease;
  display: inline-block;
  vertical-align: middle;
}

.link-top:hover {
  color: #EF5729;
}

.link-top:hover span {
  transform: scale(1.2);
}

.icon-close {
  width: 25.86px;
  height: 25.86px;
  background-image: url(../icons/close-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  transition: all 0.2s ease;
}

.link-top:hover .icon-close {
  background-image: url(../icons/close-alt.svg);
  background-size: initial;
}

/* ------------------------------------------------------------ *\
  Rev Slider
\* ------------------------------------------------------------ */
.rev_slider {
  overflow: visible !important;
  height: 100% !important;
}

.forcefullwidth_wrapper_tp_banner {
  height: 100% !important;
}

.rev_slider_wrapper {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.tp-bullet {
	overflow: visible !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
}

.tp-bullet:hover {
	background-color: transparent !important;
}

.tp-bullets  {
  counter-reset: bulletCounter;
  list-style-type: decimal-leading-zero;
}

.tp-bullets .tp-bullet .tp-bullet-image {
	background-image: none !important;
  position: relative;
}

.tp-bullets .tp-bullet .tp-bullet-image:before {
  display: inline-block;
  content: "0" counter(bulletCounter) ;
  counter-increment: bulletCounter;
  color: #777777;
  font-size: 14px;
  font-family: "Raleway", sans-serif !important;
}

.tp-bullets .tp-bullet.selected .tp-bullet-image:before {
	font-size: 18px;
	color: #111;
}

.tp-bullets .tp-bullet:after {
	display: none !important;
}

.tp-bullets .tp-bullet:before {
	content: '';
	width: 19px;
	height: 2px;
	background: #00AAAA;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -30px;
  top: 14px;
	visibility: hidden;
	opacity: 0;
}

.tp-bullets .tp-bullet.selected:before {
	visibility: visible;
	opacity: 1;
}

/*.rev-video-media .tp-caption,*/
.rev-image-media .tp-caption {
    max-width:        50% !important;
    margin:           0 !important;
    width:            50% !important;
    min-width:        0 !important;
    text-align:       center !important;
    transform:        none !important;
    height: 100%;
    transform-origin: 0 !important;
    display: inline-flex !important;
    align-items:  flex-end;
    padding: 0 80px 111px 50px !important;
}

.rev-video-media a .tp-mask-wrap .tp-caption {
    min-width: 0 !important;
    max-width: 100% !important;
}

.rev-video-media a {
    position:    relative;
    left:        50% !important;
    margin-left: -250px;
}

.rev-image-media .tp-loop-wrap,
.rev-image-media .tp-mask-wrap,
.rev-image-media .tp-parallax-wrap {
    width: 100%;
}

.rev-image-media .tp-parallax-wrap {
    top:    0 !important;
    bottom: 50%;
    width:  100%;
    height: 100%;
}

.rev-image-media .tp-loop-wrap {
    height: 100% !important;
}

.rev_slider_wrapper .defaultimg:before {
    content:    '';
    position:   absolute;
    left:       0;
    top:        0;
    width:      50%;
    height:     100%;
    z-index:    40;
    background: rgba(0, 0, 0, 0.5);
}

.rev-image-media .tp-mask-wrap {
		height: 100% !important;
    bottom:    auto;
    top:       0 !important;
    transform: translateY(0);
    position:  relative;
    z-index:   60;
}

.rev-video-media .tp-caption > .main_caption_name,
.rev-video-media .tp-caption > a .main_caption_name,
.rev-image-media .tp-caption > .main_caption_name,
.rev-image-media .tp-caption > a .main_caption_name {
    color:       #fff !important;
    position:    relative;
    z-index:     110;
    max-width:   100%;
    white-space: normal;
    font-size:   60px !important;
    line-height: 1.1 !important;
    margin:      0 auto !important;
    font-weight: 700 !important;
    text-align:  left !important;
}

.rev-video-media .tp-caption > .main_caption_name + .main_caption_name,
.rev-video-media .tp-caption > a .main_caption_name + .main_caption_name,
.rev-image-media .tp-caption > .main_caption_name + .main_caption_name,
.rev-image-media .tp-caption > a .main_caption_name + .main_caption_name {
    font-size:      20px !important;
    font-weight:    400 !important;
    line-height:    1.3 !important;
    text-align:     left !important;
    margin:         24px auto 0 !important;
}

.rev-video-media .tp-caption > .main_caption_name + .main_caption_name:after,
.rev-video-media .tp-caption > a .main_caption_name + .main_caption_name:after,
.rev-image-media .tp-caption > .main_caption_name + .main_caption_name:after,
.rev-image-media .tp-caption > a .main_caption_name + .main_caption_name:after,
.rev-video-media .tp-caption > .main_caption_name + .main_caption_name:before,
.rev-video-media .tp-caption > a .main_caption_name + .main_caption_name:before,
.rev-image-media .tp-caption > .main_caption_name + .main_caption_name:before,
.rev-image-media .tp-caption > a .main_caption_name + .main_caption_name:before {
  display: none;
}

.tparrows {
    width:      60px;
    height:     60px;
    background: transparent;
    top: auto !important;
    transform: rotate(0deg) !important;
    bottom: 0px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.tparrows:hover {
    background: #00CCCC;
}

.tp-leftarrow {
    left:      50% !important;
    right:     auto !important;
    background: #fff;
    margin-left: -60px;
    transform: rotate(-180deg) !important;
}

.tp-leftarrow:before {
    content:           '' !important;
    background:        url(../../assets/icons/chevron-black.svg);
    width:             8px;
    height:            15px;
    background-size:   cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:           1;
    transform: rotate(-180deg);
}

.tp-rightarrow {
    right: 50% !important;
    margin-right: -60px;
    left:      auto !important;
    background: #111;
}

.tp-rightarrow:before {
    content:           '' !important;
    background:        url(../../assets/icons/chevron-white.svg);
    width:             8px;
    height:            15px;
    background-size:   cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity:           1;
}

/* ------------------------------------------------------------ *\
  Sections
\* ------------------------------------------------------------ */
.section {}

.section .section-head {
	padding-left: 52px;
	margin-bottom: 40px;
}

.section .section-title {
	font-size: 40px;
	font-weight: 300;
	color: #111111;
  line-height: 1.2;
}

/* section  collapsable content */
.section-collapsable {}

.section-collapsable-prod {
  display: flex;
  column-gap: 16px;
  margin-bottom: 24px;
}

.collapsable-content {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collapsable-content a {
  color: #00AAAA;
  text-decoration: underline;
}

.collapsable-content a:hover {
  color: #00AAAA;  
}

.section-collapsable.expand .collapsable-content {
  overflow: visible;
  display: block;
}

/* section-top */
.section-top {
  margin-bottom: 90px;
}

.section-top .shell {
  max-width: 1100px;
  padding: 0 105px;
  box-sizing: border-box;
}

.section-top h3 {
  font-size: 100px;
  font-weight: 100;
  color: #00AAAA;
  line-height: 1;
  margin-bottom: 12px;
}

.section-top-alt h3 {
  color: #006868;
}

.section-top .section-content {
  padding-left: 100px;
  font-size: 17px;
  color: #555555;
}

.section-top .section-content a {
  text-decoration: underline;
  color: #00AAAA;
}

.section-top .section-content a:hover {
  text-decoration: none;
  color: #00CCCC;
}

.section-top .section-inner {
  display: flex;
}

.map-wrapper {
  width: 291px;
  height: 291px;
  margin-left: auto;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
}


/* section-top-products */
.section-top-products {}

.section-top-products h3 {
  font-size: 40px;
  font-weight: 300;
  color: #111111;
  line-height: 1;
  margin-bottom: 16px;
}

.section-top-products .collapsable-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-top-products .section-inner a {
  color: #00AAAA;
  text-decoration: underline;
}

.section-top-products .section-inner a:hover {
  color: #00CCCC;
  text-decoration: none;
}

.section-top-products .section-content {
  display: flex;
  font-size: 15px;
  color: #555555;
  column-gap: 16px;
}

/* section partners */
.section-partners {

}

.section-partners .section-head {
  margin-bottom: 30px;
  padding-left: 50px;
}

.section-partners .section-title {
  font-size: 61px;
  font-weight: 100;
  color: #AAAAAA;
  line-height: 1;
}

/* section highlights */
.section-highlights {
  padding: 66px 0 86px 0;
}

.section-highlights .slider-custom-nav-alt {
  margin-right: 112px;
}

.section-highlights .section-head {
  padding: 0 50px;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-highlights .section-title {
  font-size: 70px;
  font-weight: 100;
  color: #00AAAA;
  line-height: 1;
}

/* section testimonials */
.section-testimonials {
  background: #ADE5E5;
  padding: 58px 0;
}

.section-testimonials .section-content {
  display: flex;
  align-items: center;
  position: relative;
}

.section-testimonials .section-image {
  flex-grow: 0; 
  flex-shrink: 0;
  flex-basis: 39%;
}

.section-testimonials .section-inner {
  flex: 1;
  padding-left: 55px;
} 

.section-testimonials .section-inner h3 {
  font-size: 70px;
  font-weight: 100;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 25%;
  top: 45px;
}

.testimonials {
  max-width: 564px;
  position: relative;
  
}

.testimonials h4 {
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.testimonials .box-head {
  margin-bottom: 22px;
  padding-left: 52px;
}

.testimonials .box-head p {
  color: #00AAAA;
  font-size: 24px;
}

.testimonials .box-content {
  font-size: 16px;
  color: #111111;
  position: relative;
  padding: 0 32px 0 52px;
}

.testimonials .box-content:before {
  content: '';
  width: 31.84px;
  height: 22.2px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../icons/quote-1.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonials .box-content:after {
  content: '';
  width: 31.84px;
  height: 22.2px;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-image: url(../icons/quote-2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonials .slick-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #111;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  bottom: -90px;
}

.testimonials .slick-arrow:before {
  content: '';
  background:        url(../../assets/icons/chev-black.svg);
  width:             7px;
  height:            12px;
  background-size:   contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonials .slick-arrow.slick-prev {
  transform: rotate(180deg);
  right: 75px;
}

.testimonials .slick-arrow:hover {
  background: #00CCCC;
  border-color: #00CCCC;
}

.testimonials .slick-arrow:hover:before {
  background: url(../../assets/icons/chev-white.svg);
}

/* section-prods-home */
.section-prods-home {
  margin-bottom: 80px;
}

.section-trending-prods {
  padding: 89px 0 102px;
}

.section-trending-prods .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Section text */
.section-text {
	font-size: 17px;
	color: #555555;
}

.section-text a {
	color: #00AAAA;
	text-decoration: underline;
}

.section-text a:hover {
	color: #00CCCC;
	text-decoration: none;
}

.section-text .section-content {
	max-width: 1100px;
	margin: 0 auto 100px;
	text-align: center;
}

/* section-brown */
.section-brown {
	background: #F6F6F6;
}

/* section welcome */
.section-welcome {
	padding: 40px 0 0 0;
	margin-bottom: 80px;
}

.section-welcome .section-head {
	padding-left: 52px;
	margin-bottom: 32px;
}

.section-welcome .section-title {
	color: #111111;
	font-size: 70px;
	font-weight: 200;
	line-height: 1;
}

.section-welcome .section-title span {
	font-size: 165px;
	line-height: 0.8;
	display: inline-block;
	margin-right: -21px;
	position: relative;
	top: 15px;
}

.section-welcome .section-head p {
	font-size: 45px;
	font-weight: 200;
	color: #111;
	padding-left: 27.8%;
}

.section-welcome .section-head p span {
	color: #00AAAA;
}

/* section-featured-products */
.section-featured-products {
	padding: 88px 0 140px;
}

/* ------------------------------------------------------------ *\
  Kareta
\* ------------------------------------------------------------ */
/* box prices */
.box-prices {
	color: #00AAAA;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 25px;
	font-size: 16px;
	font-weight: 700;
}

.box-prices p {
	display: flex;
	line-height: 1.4;
	position: relative;
	align-items: center;
	column-gap: 6px;
}

.box-prices p.price-old {
	color: #111111;
}

.box-prices p.price-old:before {
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	top: 11px;
	background: #111111;
	height: 1px;
}

.box-prices span {
	font-weight: 400;
  font-size: 15px;
}

/* Kareta-1 */
.boxes-type-1 {
  display: flex;
  padding: 0;
  row-gap: 125px;
  column-gap: 32px;
}

.boxes-type-1 .box {
  position: relative;
  align-items: stretch;
  display: flex;
}

.boxes-type-1 .box:not(.box-big):nth-child(odd) .box-image-wrapper {
	order: 2;
}

.boxes-type-1 .box-image-wrapper {
  position: relative;
  width: 47.45%;
  padding-bottom: 47.45%;
  overflow: hidden;
}

.boxes-type-1 .box-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boxes-type-1 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-1 .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.boxes-type-1 .box-content {
	flex: 1;
	background: #F6F6F6;
	padding: 30px 34px;
	display: flex;
	flex-direction: column;
}

.boxes-type-1 .box.box-big .box-content {
	padding: 32px 40px;
}

.boxes-type-1 .box-content .btn {
	margin-top: auto;
	align-self: flex-start;
}

.boxes-type-1 .box.box-big .box-content .btn {
	position: absolute;
	right: 32px;
	bottom: 40px;
}

.boxes-type-1 .box-content > p {
  font-size: 16px;
  color: #111;
  line-height: 1.4;
  margin-bottom: 26px;
}

.boxes-type-1 .box.box-big .box-content > p {
	max-width: 68%;
	margin-bottom: 0;
}

.boxes-type-1 h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}

.boxes-type-1 .box.box-big .box-content h3 {
	max-width: 68%;
}

.boxes-type-1 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-1 h3 a:hover {
    color: #006868;
}

.boxes-type-1 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-1 .box-col {
	width: 50%;
	row-gap: 32px;
	display: flex;
	flex-direction: column;
}


/* Grid 1 */
.grid-1 {
	
}

.boxes-type-1 .box.box-big {
	flex-direction: column;
}

.boxes-type-1 .box.box-big .box-image-wrapper {
	width: 100%;
	padding-bottom: 100%;
}

.boxes-type-1 .box.box-big .box-content {
  width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	background: rgba(246, 246, 246, 0.8);
}

.boxes-type-1 .box.box-big h3 {
	font-size: 32px;
}

.boxes-type-1.grid-3 .box-big + .box .box-image-wrapper {
	order: 2;
}

/* Kareta 2 */
.boxes-type-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
  column-gap: 1.05%;
}

.boxes-type-2 .box {
  width: 24.2%;
  position: relative;
}

.boxes-type-2 .box-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
}

.boxes-type-2 .box-prices {
    color: #00B3B5;
}

.boxes-type-2 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-2 .box-content {
	padding: 0px 10px;
}

.boxes-type-2 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-2 h3 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 600;
  text-align: center;
}

.boxes-type-2 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-2 h3 a:hover {
  color: #006868;
}

.boxes-type-2 .box-image-wrapper:hover .box-overlay {
  visibility: visible;
  opacity: 1;
}


/* Box elements */
.box-discount {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	color: #fff;
	background: #111;
	z-index: 5;
	padding: 2.3px 13px;
}

.box-label {
	right: 0;
	top: 0;
	position: absolute;
	z-index: 5;
	display: flex;
  flex-direction: column;
  align-items: end;
}

.box-label .label {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 2.3px 16.4px;
}

.box-label .label ~ .label {
	margin-top: 10px;
}

.box-label  .label.label-eco {
	background: #006868;
}

.box-label  .label.label-soon {
	background: #555555;
}

.box-label  .label.label-new {
	background: #EE0268;
}

.box-label  .label.label-best {
	background: #00CCCC;
}

.box-label  .label.label-outlet {
	background: #AAAAAA;
}

/* Label type 1 */

.boxes-type-1 .box-label,
.boxes-type-1 .box-discount {
  position: static;
  padding: 0;
  display: inline-flex;
  align-items: start;
  justify-content: start;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.boxes-type-1 .box-label .label {
  padding: 0;
  font-size: 18px;
}

.boxes-type-1 .box-discount {
  color: #111;
  background: transparent;
}

.boxes-type-1 .box-label .label.label-eco {
  color: #006868;
  background: transparent;
}

.boxes-type-1 .box-label .label.label-soon {
  color: #555555;
  background: transparent;
}

.boxes-type-1 .box-label .label.label-new {
  color: #EE0268;
  background: transparent;
}

.boxes-type-1 .box-label .label.label-best {
  color: #00CCCC;
  background: transparent;
}

.boxes-type-1 .box-label .label.label-outlet {
  color: #AAAAAA;
  background: transparent;
}

/* box overlay */
.box-overlay {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}


.overlay-buttons {
	align-items: stretch;
  display: flex;
  column-gap: 12px;
}

/* color-palletes */
.color-palletes-outer {
  position: relative;
}

.color-palletes {
	max-width: 190px;
	margin-top: 26px;
}

.colors-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
}

.colors-wrapper .counter {
  font-weight: 600;
  color: #555555;
  position: relative;
}

.color-palletes-outer.active .counter:after {
  background-image: url(../icons/chev-brown-alt.svg);
}

.color-palletes-outer.active .counter {
  color: #111111;
}

.colors-wrapper .counter:after {
  content: '';
  background-image: url(../icons/chev-brown.svg);
  width: 9px;
  height: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
}

.color-palletes .color-el {
	width: 14px;
	height: 14px;
	position: relative;
	display: inline-flex;
}

.color-palletes .color-el img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #E2E2E2;
}

.color-palletes .color-el img[src=''] {
  display: none;
}

.color-palletes .color-el a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.color-palletes .color-el .pallete-color {
  flex: 0 0 14px;
  height: 14px;
}

/*.color-palletes .color-el span {
	display: inline-flex;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}*/

.color-palletes .color-el .color-tooltip {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 180%;
	left: 50%;
	transform: translateX(-50%);
	background: #E2E2E2;
	color: #111;
	font-size: 13px;
  white-space: nowrap;
  padding: 3px 6px;
  z-index: 5;
}

.color-palletes .color-el .color-tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  transform: translateX(-50%) rotate(180deg);
  height: 0;
  border-style: solid;
  border-width: 8.8px 5.5px 0px 5.5px;
  border-color: #E2E2E2 transparent transparent transparent;
}

.color-palletes .color-el:hover .color-tooltip {
	visibility: visible;
	opacity: 1;
}

.colors-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 5px;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  max-width: 176px;
  left: 50%;
  transform: translateX(-50%);
}

.color-palletes-outer.active .colors-dropdown {
  visibility: visible;
  opacity: 1;
}

/* Kareta 2 */
.boxes-type-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 80px;
  column-gap: 5.2%;
  padding: 0 85px 0 50px
}

.boxes-type-3 .box {
  width: 29.85%;
  position: relative;
}

.boxes-type-3 .box-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

.boxes-type-3 .box-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boxes-type-3 .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.boxes-type-3 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-3 .box-content {
  padding: 0px 28px 0 14px;
}

.boxes-type-3 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-3 .box-content > p {
  font-size: 15px;
  color: #111;
}

.boxes-type-3 h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 700;
}

.boxes-type-3 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-3 h3 a:hover {
  color: #006868;
}


/* box-bottom */
.box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

/* box-dates */
.box-dates {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 44px;
  font-weight: 700;
  color: #00AAAA;
  line-height: 1.2;
}

.box-dates span {
  font-size: 15px;
  font-weight: 400;
}

/* Kareta 4 */
.boxes-type-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 40px;
  column-gap: 1.15%;
}

.boxes-type-4 .box {
  width: 24.12%;
  position: relative;
}

.boxes-type-4 .box-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
}

.boxes-type-4 .box-prices {
    color: #00B3B5;
    font-size: 14px;
}

.boxes-type-4 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-4 .box-content {
  padding: 0px 10px;
}

.boxes-type-4 .box-content > *:last-child {
    margin-bottom: 0;
}

.boxes-type-4 h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 600;
  text-align: center;
}

.boxes-type-4 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-4 h3 a:hover {
  color: #006868;
}

.boxes-type-4 .box-image-wrapper:hover .box-overlay {
  visibility: visible;
  opacity: 1;
}

.boxes-type-4 .color-palletes {
  margin: 0 auto 10px;
  max-width: 100%;
}

.boxes-type-4 .box-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 9px;
}

/* boxes-type-4-full */
.boxes-type-4.boxes-type-4-full {
  column-gap: 2.1%;
}

.boxes-type-4.boxes-type-4-full .box {
  width: 18.3%;
}

/* kareta tpye 4 wishlish */
.boxes-type-4.boxes-type-4-wishlist {
  column-gap: 4%;
  row-gap: 107px;
  margin-bottom: 120px;
}

.boxes-type-4.boxes-type-4-wishlist .box {
  width: 30.65%;
}

/* section-last-viewed */
.section-last-viewed {
  padding: 60px 0 150px;
}

.section-last-viewed .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-last-viewed .section-title {
  color: #00AAAA;
}

.box-left-actions {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
}

.box-left-actions .box-discount {
  position: relative;
}

.box-left-actions .fav-prod-kare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.box-left-actions .fav-prod-kare:only-child {
  margin-left: 20px;
}

/* kareta 5 */
.boxes-type-5 {
  display: flex;
  padding: 0;
  row-gap: 52px;
  column-gap: 4.4%;
  flex-wrap: wrap;
  margin-bottom: 108px;
}

.boxes-type-5 .box-dates {
  position: absolute;
  right: 44px;
  top: 26px;
}

.boxes-type-5 .box {
  width: 47.8%;
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.boxes-type-5 .box-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}

.boxes-type-5 .box-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boxes-type-5 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-5 .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.boxes-type-5 .box-content {
  flex: 1;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  background: rgba(246, 246, 246, 0.8);
}

.boxes-type-5 .box-content .btn {
  position: absolute;
  right: 32px;
  bottom: 40px;
}

.boxes-type-5 .box-content > p {
  font-size: 16px;
  color: #111;
  line-height: 1.4;
  max-width: 68%;
  margin-bottom: 0;
}

.boxes-type-5 h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
  max-width: 68%;

}

.boxes-type-5 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-5 h3 a:hover {
    color: #006868;
}

.boxes-type-5 .box-content > *:last-child {
  margin-bottom: 0;
}

/* Kareta 6 */
.boxes-type-6 {
  display: flex;
  padding: 0;
  row-gap: 65px;
  column-gap: 6.65%;
  margin-bottom: 108px;
  flex-wrap: wrap;
}

.boxes-type-6 .box {
  position: relative;
  align-items: center;
  display: flex;
  width: 46.65%;
}

.boxes-type-6 .box-image-wrapper {
  position: relative;
  width: 43.65%;
  padding-bottom: 43.65%;
  overflow: hidden;
}

.boxes-type-6 .box-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boxes-type-6 .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes-type-6 .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.boxes-type-6 .box-content {
  flex: 1;
  padding: 15px 0 10px 30px;
  display: flex;
  flex-direction: column;
}

.boxes-type-6 .box-prices {
  text-align: left;
  justify-content: start;
}

.boxes-type-6 .box-content > p {
  font-size: 15px;
  color: #111;
  line-height: 1.4;
  margin-bottom: 10px;
}

.boxes-type-6 .box-bottom {

}


.boxes-type-6 .box-bottom .btn {
  margin-top: 0;
}

.boxes-type-6 h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.boxes-type-6 h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.boxes-type-6 h3 a:hover {
    color: #006868;
}

.boxes-type-6 .box-content > *:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
  Buttons
\* ------------------------------------------------------------ */
.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.btn-main {
	color: #000000;
	border: 1px solid #111;
	padding: 5px 29px;
}

.btn-main:hover {
	color: #fff;
	background: #00CCCC;
	border-color: #00CCCC;
}

.btn-more {
	background: #111;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 22px 8px;
}

.btn-more:hover {
	background: #00CCCC;
}

.btn-fav {
  display: inline-flex;
	background: #111111;
	padding: 8px 16px;
}

.btn-fav img {
	display: inline-block;
}

.btn-fav:hover {
	background: #00CCCC;	
}


/* ------------------------------------------------------------ *\
    Tabs
\* ------------------------------------------------------------ */
.tabs {
    padding: 0 20px;
}

.tabs-nav {
	list-style-type: none;
	display: flex;
	align-items: center;
	font-size: 16px;
	column-gap: 53px;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 56px;
}

.tabs-nav li {}

.tabs-nav li a:hover,
.tabs-nav li.active a {
  color: #00AAAA;
}

.tabs-nav a {
  color: #111111;
  text-transform: uppercase;
  display: inline-flex;
  padding-bottom: 6px;
}

.tabs-nav a strong {
	font-weight: 600;
	position: relative;
}

.tabs-nav li.active a strong:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background: #00AAAA;
}

.tabs-nav a span {
	font-size: 14px;
	color: #AAAAAA;
	font-weight: 400;
	margin-left: 6px;
}

.tab-elements {
	padding: 0 20px;
}

.tab-elements > div ~ div {
  display: none;
}


/* ------------------------------------------------------------ *\
  Sliders
\* ------------------------------------------------------------ */
/*.slider-custom-nav*/

.slider-custom-nav {
  display: flex;
  align-items: center;
  column-gap: 31px;
  margin-right: 40px;
}

.slider-custom-nav .slider-nav-el {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #111;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slider-custom-nav .slider-nav-el:before {
  content: '';
  background:        url(../../assets/icons/chev-black.svg);
  width:             7px;
  height:            12px;
  background-size:   contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider-custom-nav .slider-nav-el.nav-prev {
  transform: rotate(180deg);
}

.slider-custom-nav .slider-nav-el:hover {
  background: #00CCCC;
  border-color: #00CCCC;
}

.slider-custom-nav .slider-nav-el:hover:before {
  background: url(../../assets/icons/chev-white.svg);
}

/* slider nav blue */
.slider-custom-nav-alt {
  display: flex;
  align-items: center;
  column-gap: 31px;
  margin-right: 40px;
}

.slider-custom-nav-alt .slider-nav-el {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #00AAAA;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slider-custom-nav-alt .slider-nav-el:before {
  content: '';
  background:        url(../../assets/icons/chev-blue.svg);
  width:             7px;
  height:            12px;
  background-size:   contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider-custom-nav-alt .slider-nav-el.nav-prev {
  transform: rotate(180deg);
}

.slider-custom-nav-alt .slider-nav-el:hover {
  background: #00CCCC;
  border-color: #00CCCC;
}

.slider-custom-nav-alt .slider-nav-el:hover:before {
  background: url(../../assets/icons/chev-white.svg);
}

/* Slider trending products */
.slider-trending-products.slick-initialized .slick-list {
    margin-left: -14px;
}

.slider-trending-products.slick-initialized .box {
  margin-left: 14px;
  width: auto;
}

/* Last viewd slider */
.slider-last-viewed.slick-initialized .slick-list {
    margin-left: -18px;
}

.slider-last-viewed.slick-initialized .box {
  margin-left: 18px;
  width: auto;
}

/* Slider highlights */
.slider-highlights.slick-initialized .slick-list {
    margin-left: -60px;
}

.slider-highlights.slick-initialized .box {
  margin-left: 60px;
  width: auto;
}

/* slider products */
.box-slides {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 60px;
	column-gap: 1.05%;
}

.slider-products {
	position: relative;
}

.slider-products .slick-dots {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	list-style-type: none;
	font-size: 14px;
	font-weight: 400;
}

.slider-products .slick-dots a {
	color: #777777;
	display: block;
	cursor: pointer;
}

.slider-products .slick-dots li {
	position: relative;
}

.slider-products .slick-dots li.slick-active a {
	color: #111111;
	font-size: 18px;
}

.slider-products .slick-dots li.slick-active:before {
		content: '';
		width: 19px;
		height: 2px;
		background: #00AAAA;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: -30px;
	  top: 14px;
}

.slider-products .slick-dots li ~ li {
	margin-top: 30px;
}

/* Infinite loop partners */
.infinite-loop-wrapper a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  height: 53px;
  display: inline-flex;
  align-items: center;
}

.infinite-loop-wrapper a img {
  max-height: 100%;
  width: auto;
}

.infinite-loop-wrapper a:hover {
  opacity: 0.6;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}

.owl-carousel .owl-item {
  text-align: center;
  width: auto !important;
}

.owl-dots {
  display: none !important;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.infinite-loop-wrapper {
  padding: 0 50px;
  width: 100%;
  font-weight: 300;
  margin-bottom: 70px;
}

/* image-boxes */
.image-boxes {
  display: flex;
  align-items: center;
}

.image-boxes .box {
  position: relative;
  width: 16.7%;
  padding-bottom: 16.7%;
  overflow: hidden;
}

.image-boxes .box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-boxes .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.2s;
}

.image-boxes .box:hover .box-image {
  -moz-transform: scale(1.3) rotate(-20deg);
  -webkit-transform: scale(1.3) rotate(-20deg);
  -o-transform: scale(1.3) rotate(-20deg);
  -ms-transform: scale(1.3) rotate(-20deg);
  transform: scale(1.3) rotate(-20deg);
}

/* ================================================================ *\
  #Icon Boxes
\* ================================================================ */
.icon-boxes-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 113px;
	margin-bottom: 60px;
}

.icon-boxes-wrapper .box {
	width: 300px;
}

.icon-boxes-wrapper .box-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.icon-boxes-wrapper .box-content {
	text-align: center;
}

.icon-boxes-wrapper h4 {
	font-size: 34px;
	color: #111111;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 16px;
}

.icon-boxes-wrapper p {
	font-size: 15px;
	color: #00AAAA;
	line-height: 1.4;
	font-weight: 400;
  max-width: 272px;
  margin: 0 auto;
}

/* ================================================================ *\
  #Paralax
\* ================================================================ */
.section-paralax-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.section-paralax {
  height: 660px;
  position: relative;
  margin: 80px 80px 61px;
}

.section-paralax:after {
	content: '';
	position: absolute;
	right: -80px;
	top: -80px;
	width: 500px;
	height: 600px;
	background: #111;
	z-index: -1;
}

.section-paralax:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}

.paralax-image {
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
}

.paralax-content {
  position: absolute;
  left: 72px;
  bottom: 80px;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  color: #fff;
}

.paralax-content h3 {
	line-height: 1;
  font-size: 132px;
  font-weight: 100;
  padding-left: 167px;
}

.paralax-content h4 {
	line-height: 1;
	font-size: 72px;
	font-weight: 100;
}

.paralax-content h5 {
	line-height: 1.1;
	font-size: 70px;
	font-weight: 100;
  padding-left: 78px;
}

/* ================================================================ *\
  #Footer
\* ================================================================ */
.footer-image-wrapper {
  margin-top: 30px;
}

.navigations-bar {
  display: none;
}

.link-unquiry-nav {
  position: relative;
}

.link-unquiry-nav span {
    font-size: 11px;
    color: #fff;
    background: #00AAAA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -23px;
    top: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* step boxes */
.step-boxes {
  display: flex;
}

.step-boxes .box {
  width: 25%;
  display: inline-flex;
  background: #006868;
  color: #fff;
  padding: 40px 70px 37px 40px;
  column-gap: 24px;
  position: relative;
  overflow: hidden;
}

.step-boxes .box img:not(.step-number) {
  max-width: 45px;
}

.step-boxes .box:hover .step-number {
  transform: scale(1.3) rotate(-15deg);
  bottom: 0;
}

.step-boxes .box:nth-child(2) {
  background: #008B8B;
}

.step-boxes .box:nth-child(3) {
  background: #00AAAA;
}

.step-boxes .box:nth-child(4) {
  background: #00CCCC;
}

.step-boxes h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.step-boxes p {
  font-size: 13px;
  line-height: 1.4;
}

.step-number {
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: all 0.2s;
}

/* Footer */
.footer {
  position: relative;
}

.footer:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 302px;
  background: #111;
  z-index: -1;
}

.footer ul {
  list-style-type: none;
}

.footer-inner p {
  font-size: 15px;
}

.footer-inner p ~ p {
  margin-top: 4px;
}

.logo-footer {
  margin-bottom: 16px;
  display: inline-block;
}

.footer-content-outer {
  padding: 60px 60px 0px 60px;
}

.footer-content {
  background: #F5F5F5;
  color: #111111;
  padding: 0 0 29px 0;
}

.footer-content a {
  color: #000;
}

.footer-content a:hover {
  color: #00AAAA;
}

.footer-bottom {
  text-align: right;
  padding: 20px 0;
  padding-right: 184px;
}

.credits {
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer .footer-inner {
  display: flex;
  padding: 28px 59px;
  justify-content: space-between;
}

.footer-nav {
  margin-left: -100px;
  text-transform: uppercase;
  padding-top: 26px;
}

.footer-nav ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer-nav ul li {
  margin: 0 0 14px 100px;
}

.footer-nav li.active a {
  color: #00AAAA;
}

/* subscribe-form */
.subscribe-form {
  padding-top: 26px;
  position: relative;
  margin-bottom: 40px;
}

.subscribe-form .form-head {
  margin-bottom: 16px;
}

.subscribe-form .form-body {
  position: relative;
  width: 370px;
}

.subscribe-form h4 {
  text-transform: uppercase;
  font-size: 16px;
}

.subscribe-form p {
  font-size: 15px;
  color: #777777;
}

.subscribe-form input {
  width: 100%;
  padding: 16px 36px 16px 18px;
  border: 0;
  font-size: 14px;
  color: #00AAAA;
}

.subscribe-form input::placeholder {
  color: #00AAAA;
  opacity: 1;
}

.sub-button {
  width: 13.66px;
  height: 13.66px;
  background-image: url(../icons/arrow-green.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  bottom: 16px;
  right: 18px;
  background-color: transparent;
}

/* footer-socials */
.footer-socials {
  display: flex;
  align-items: center;
  column-gap: 34px;
}

/* footer-links */
.footer-links {
  display: flex;
  align-items: center;
  padding-left: 59px;
  font-size: 12px;
  column-gap: 50px;
}

.footer-links li.active a {
  color: #00AAAA;
}

/* ================================================================ *\
  Sidebar
\* ================================================================ */
.collapse-el-icon {
  vertical-align: middle;
  cursor: pointer;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: relative;
  background-image: url(../icons/chevron-gray.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 4px;
}

li.active  > .collapse-el-icon.collapse-el-plus,
.collapse-el-icon.collapse-el-plus:hover {
  background-image: url(../icons/chevron-blue.svg);
}

.collapse-el-icon.visible {
  background-image: url(../icons/chevron-gray.svg);
  transform: rotate(-180deg);
}

.active > .collapse-el-icon.visible {
    background-image: url(../icons/chevron-blue.svg);
}

/* Sub menu chevrons */
.sub-menu .collapse-el-icon {
  background-image: url(../icons/chevron-gray.svg);
}

.sub-menu li.active > .collapse-el-icon.collapse-el-plus,
.sub-menu .collapse-el-icon.collapse-el-plus:hover {
  background-image: url(../icons/chevron-blue.svg);
}

.sub-menu .collapse-el-icon.visible {
  background-image: url(../icons/chevron-gray.svg);
}

.sub-menu .active > .collapse-el-icon.visible {
    background-image: url(../icons/chevron-blue.svg);
}

.close-filters,
.link-filters,
.toggle-menu {
  display: none;
}


.sidebar {
  width: 228px;
}

.sidebar .form-buttons {
  z-index: 5;
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.filter-form-btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid;
  width: 105px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.2s;
}

.submit-button-filters {
  border-color: #111111;
  background: #111111;
  color: #fff;
}

.submit-button-filters:hover {
  border-color: #00CCCC;
  background: #00CCCC;
}

.reset-button-filters {
  border-color: #111111;
  color: #111111;
  background: #fff;
}

.reset-button-filters:hover {
  border-color: #00CCCC;
  color: #00CCCC;
}

.sidebar .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}


.sidebar .box h4 {
  position: relative;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555555;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 4px;
}

.sidebar .box {
    padding-bottom: 26px;
    position: relative;
}

.sidebar form.box {
    border-bottom: 0;
}

.sidebar .form-body .box:last-child {
    border: 0;
}

.sidebar .box ~ .box {
    padding-top: 16px;
}

.sidebar .list-categories {
  list-style-type: none;
}

.box-categories h4 {
    margin-bottom: 16px;
}

.list-categories {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.list-categories  li {
    display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.list-categories .sub-menu {
  width: 100%;
  display: none;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-categories .sub-menu li {
  position: relative;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2;
}

.list-categories .sub-menu li.active > a {
  color: #00AAAA !important;
}

.list-categories li ~ li {
  margin-top: 8px;
}

.list-categories li a {
  transition: all 0.2s ease-in-out;
  color: #777777;
  line-height: 1.2;
}

.list-categories .sub-menu > li > a:not(.collapse-el-icon) {
    padding-right: 20px;
    display: inline-block;
    color: #111111;
}

.list-categories > li > a:not(.collapse-el-icon) {
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  display: inline-block;
}

.list-categories > li.active > a,
.list-categories a:hover {
  color: #00AAAA !important;
}

/* Checkboxes */
.checkboxes-wrapper {
  display: inline-block;
  text-align: left;
}

.checkboxes-wrapper .checkbox-wrapper {
  display: block;
}

.checkbox-wrapper {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  font-size: 16px;
}

.checkbox-wrapper ~ .checkbox-wrapper {
  margin-top: 18px;
}

.checkbox-wrapper input {
  visibility: hidden;
  height: 0;
  width: 0;
  display: none;
}

.checkbox-wrapper a {
  display: inline-block;
  margin-top: 0;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  color: #00AAAA;
}

.checkbox-wrapper a:hover {
  text-decoration: none;
}

.checkbox-wrapper .check-text {
  display: inline-block;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}

.checkbox-wrapper .check-text:hover {
  color: #00AAAA;
}

.checkbox-wrapper .checkmark {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid #D6D6D6;
  background: transparent;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper .checkmark:after {
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  background: #00AAAA;
  position: absolute;
  left: 4px;
  top: 4px;
}

.box .checkboxes-wrapper  {
  display: block;
  margin-top: 16px;
  max-height: 450px;
  overflow-y: auto;
}

/* radio-delivery */
.delivery-radio-elements {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.cart-wrapper .delivery-radio-elements .radio-label .checkmark {
  width: 20px;
  height: 20px;
}

.cart-wrapper .delivery-radio-elements .radio-label {
  padding-left: 28px;
}

.cart-wrapper .delivery-radio-elements .radio-label .checkmark {
  top: 0;
}

.cart-wrapper .delivery-radio-elements .radio-label .checkmark:after {
  top: 4px;
  left: 4px;
}

.delivery-radio-elements .radio-label strong,
.cart-wrapper .delivery-radio-elements .radio-label strong {
  margin-top: 0;
}


/* width */
.box .checkboxes-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.box .checkboxes-wrapper::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.box .checkboxes-wrapper::-webkit-scrollbar-thumb {
  background: #D6D6D6; 
}

/* Handle on hover */
.box .checkboxes-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.box .checkboxes-wrapper .checkbox-wrapper:nth-child(5n) ~ .checkbox-wrapper {
    display: none;
}

/* Link more sidebar expand panel */
.sidebar .link-more {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.sidebar .link-more:after {
  content: '';
  background-image: url(../icons/chev-brown.svg);
  width: 12px;
  height: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
}

.sidebar .link-more:hover {
  color: #00AAAA;
}

.sidebar .link-more:hover:after {
  background-image: url(../icons/chevron-blue.svg);
}

.sidebar .link-more span + span {
  display: none;
}

.sidebar .expand .link-more span {
  display: none;
}

.sidebar .expand .link-more span + span {
  display: inline-block;
}

.sidebar .expand .link-more:after {
  transform: rotate(180deg);
}

/* Color palletes checkboxes */
.checkboxes-wrapper-colors {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* width */
.checkboxes-wrapper-colors::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.checkboxes-wrapper-colors::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.checkboxes-wrapper-colors::-webkit-scrollbar-thumb {
  background: #D6D6D6; 
}

/* Handle on hover */
.checkboxes-wrapper-colors::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.checkbox-wrapper-colors {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkbox-wrapper-colors img {
  position: absolute;
  border: 1px solid #E2E2E2;  
  z-index: 0;
  max-width: 16px;
  max-width: 16px;
  border-radius: 50%;
}

.checkbox-wrapper-colors img[src=''] {
  display: none;
}

.checkbox-wrapper-colors .check-text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  left: 0;
  background: #E2E2E2;
  color: #111;
  font-size: 13px;
  white-space: nowrap;
  padding: 3px 6px;
  z-index: 5;
  white-space: nowrap
}

.checkbox-wrapper-colors:hover .check-text {
  opacity: 1;
  visibility: visible;
}

.checkboxes-wrapper-colors .checkbox-wrapper-colors:nth-child(50n) ~ .checkbox-wrapper-colors {
  display: none;
}

.checkboxes-wrapper-colors.expand .checkbox-wrapper-colors:nth-child(50n) ~ .checkbox-wrapper-colors {
  display: inline-flex;
}

.checkbox-wrapper-colors input {
  visibility: hidden;
  height: 0;
  width: 0;
  display: none;
}


.checkbox-wrapper-colors .checkmark {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #A5BCC2;
  background: transparent;
  border-color: transparent;
  border-radius: 50%;
}

.checkbox-wrapper-colors input:checked ~ .checkmark {
  display: block;
  border-color: #00CCCC;
}


.pallete-color {
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.toggle-content {
  background-image: url(../icons/chevron-blue.svg);
  flex: 0 0 22px;
  height: 15px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.toggle-content:hover {
  background-image: url(../icons/chevron-blue-alt.svg);
}

.expand .toggle-content {
  background-image: url(../icons/chevron-blue-alt.svg);
  transform: rotate(180deg);
}

.box .expand.checkboxes-wrapper .checkbox-wrapper:nth-child(5n) ~ .checkbox-wrapper {
  display: block;
}

/* Section-product */
.section-product {
  padding: 0 80px 80px;
}

.section-product .section-text {
  font-size: 15px;
  margin-top: 60px;
}

.section-product .pagination {
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.section-product .pagination > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-product .pagination > a:first-of-type {
  left: 0px;
}

.section-product .pagination > a:last-of-type {
  right: 0px;
}

.section-product .section-text .shell {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.section-product .section-text .section-content {
  text-align: left;
  margin: 0;
}

.section-product .section-head {
  margin-top: -60px;
  text-align: center;
  padding: 0px 0 80px;
}

.section-product .section-body {
  display: flex;
}

.section-product .section-body > .section-inner {
  flex: 1;
  padding-left: 40px;
}

.section-product .section-inner > *:last-child {
  margin-bottom: 0;
}

/* product form */
.search-product input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.search-product input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
.search-product input[type="search"]::-webkit-search-decoration,
.search-product input[type="search"]::-webkit-search-cancel-button,
.search-product input[type="search"]::-webkit-search-results-button,
.search-product input[type="search"]::-webkit-search-results-decoration { display: none; }

.search-product {
    position: relative;
    margin-bottom: 38px;
}

.search-product input {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px;
    padding-right: 40px;
}

.search-product .form-label {
    display: block;
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

.search-product button {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  background-image: url(../icons/search-black.svg);
  width: 16px;
  height: 16px;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 18px;
  bottom: 11px;
}

.search-product button:hover {
  background-image: url(../icons/search-blue.svg);
}

/* search product */
/* product form */
.search-prod input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.search-prod input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
.search-prod input[type="search"]::-webkit-search-decoration,
.search-prod input[type="search"]::-webkit-search-cancel-button,
.search-prod input[type="search"]::-webkit-search-results-button,
.search-prod input[type="search"]::-webkit-search-results-decoration { display: none; }

.search-prod {
    position: relative;
    margin-bottom: 38px;
    max-width: 653px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
}

.search-prod input {
    width: 100%;
    border: 1px solid #D6D6D6;
    padding: 16px 20px;
    padding-right: 40px;
    background: transparent;
    color: #111111;
}

.search-prod input::placeholder {
  color: #111;
}

.search-prod .form-label {
    display: block;
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.search-prod button {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  background-image: url(../icons/search-black.svg);
  width: 23px;
  height: 23px;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 14px;
  bottom: 19px;
}

.search-prod button:hover {
  background-image: url(../icons/search-blue.svg);
}

/* breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    font-size: 14px;
    margin: 9px 0 35px;
    column-gap: 20px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li ~ li:before {
    content: '';
    background: #707070;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumbs li a {
    color: #707070;
}

.breadcrumbs li a span {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li.active a {
    color: #555555;
}

.breadcrumbs li a:hover {
    color: #008B8B;
} 


/* filters-box */
.filters-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 40px 0;
}

.link-filters {
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #0084A4;
  text-transform: uppercase;
  column-gap: 21px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 30px 0px 40px;
}

.filters-box .select-wrapper {
  margin-bottom: 0;
  z-index: 10;
}

.reset-filters {
  font-size: 14px;
  color: #555555;
  display: none;
}

.reset-filters:hover {
  color: #00AAAA;
}

.filters-aside {
  display: flex;
  align-items: baseline;
  column-gap: 40px;
  font-size: 14px;
}

.filters-aside > p {
  color: #555555;
}

.applied-filters-wrapper {
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}

.applied-filters {
  display: flex;
  align-items: center;
  column-gap:  12px;
  row-gap: 12px;
  max-width: 460px;
  flex-wrap: wrap;
}

.applied-filters .filter {
  border: 1px solid #e2e2e2;
  font-size: 14px;
  color: #555555;
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  padding: 5px 9px 3px;
}

.remove-filter {
  background-image: url(../icons/remove-filter.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.applied-filters .filter:hover {
  color: #00AAAA;
}

.applied-filters .filter:hover .remove-filter {
  background-image: url(../icons/remove-filter-blue.svg);
}

.prod-fav {
  border: 0;
  background-color: transparent;
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url(../icons/heart-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 5;
}

.prod-fav.active,
.prod-fav:hover {
  background-image: url(../icons/heart-black.svg);
}

.prod-fav.prod-fav-blue {
  background-image: url(../icons/heart-blue.svg);
}

.prod-fav.prod-fav-blue.active,
.prod-fav.prod-fav-blue:hover {
  background-image: url(../icons/heart-blue-filled.svg);
}

/* range-slider-element */
.range-slider-element {
  margin-top: 21px;
}

.range-slider-element .range-slider {
  margin-bottom: 12px;
  height: 4px;
}

.range-slider .noUi-connect {
    background: #00AAAA;
}

.range-slider .noUi-connects {
  background: #D6D6D6;
  border-radius: 0;
}

.range-slider.noUi-target {
  box-shadow: none;
  border: 0;
}

.range-slider .noUi-handle {
    height: 10px;
    width: 10px;
    top: -3px;
    right: -5px;
    border-radius: 50%;
    background: #00AAAA;
    box-shadow: none;
    border: 0;
}

.range-slider .noUi-handle:before,
.range-slider .noUi-handle:after {
  display: none;
}

.range-slider-element .inputs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.range-slider-element .inputs-wrapper span {
  color: #AAAAAA;
}

.range-slider-element .inputs-wrapper .range-input {
  color: #111111;
  width: 70px;
  height: 30px;
  border: 1px solid #e2e2e2;
  text-align: right;
  padding: 0 10px;
}

/* Custom select */
.select-wrapper {
  padding-left: 56px;
  margin-bottom: 129px;
}

.select-wrapper > span {
  font-size: 20px;
  font-style: italic;
  color: #78878B;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.section-product .chosen-container {
  min-width: 160px;
  text-align: left;
  border: 0;
  margin-top: 2px;
}

.section-product .chosen-container-single .chosen-single span {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  margin-right: 0;
}

.section-product .chosen-container-single .chosen-single {
  padding-left: 0;
}

.section-product .chosen-container .chosen-results li {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 0;
  padding-right: 0;
}

.section-product .chosen-container .chosen-results {
  padding-left: 6px;
  margin: 0;
}

.section-product .chosen-container-single .chosen-single div b {
  background: transparent;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: relative;
  background-image: url(../icons/chevron-gray.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 4px;
}

.section-product .chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
  background-position: center center;
}

.section-product .chosen-container-single .chosen-single,
.section-product .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.section-product .chosen-container .chosen-drop {
  border: 0;
  box-shadow: none;
  background: #fff;
  margin-top: 5px;
  z-index: 500;
  box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.1);
}

.section-product .chosen-container .chosen-results li.highlighted {
  background: transparent;
  background-color: transparent;
  background-image: none;
  color: #00AAAA;
}

.section-product .chosen-container .result-selected {
  color: #00AAAA !important; 
}


/* 02 page content */
.page-content {
  font-size: 17px;
  color: #555555;
  margin-bottom: 161px;
}

.page-content.page-content-prod {
  margin-bottom: 80px;
}

.page-content > *:last-child,
.page-content .article > *:last-child,
.page-content .shell > *:last-child {
    margin-bottom: 0;
}

.page-content .section-animated-image {
    padding: 0;
    background-image: none;
    margin-bottom: 104px;
}

.page-content .article .page-price {
    margin-bottom: 90px;
}

.product-info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 7.4%;
  margin-bottom: 80px;
  color: #006768;
}

.product-info .box {
  width: 28.4%;
  padding: 16px 18px;
}

.product-info h4 {
  font-size: 24px;
  color: #00D5C7;
  margin-bottom: 6px;
  font-style: italic;
  font-weight: 400;
}

.product-info p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}

.page-actions {
    text-align: center;
    margin-top: 153px;
}

.article {
  margin-bottom: 75px;
}

.article:last-of-type {
  margin-bottom: 0;
}

.article > *:last-child {
  margin-bottom: 0;
}

.article > p {
  margin-bottom: 65px;
  line-height: 1.55;
}

.article a {
  color: #00CCCC;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.article a:hover {
  color: #00CCCC;
  text-decoration: none;
}

.article > div >  a {
  color: 00CCCC;
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.article > div >  a:hover {
  color: #00CCCC;
  text-decoration: none;
}

.article h3 {
  color: #006868;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-content .icons-wrapper + p {
  margin-top: 70px;
}

.article > ol {
  margin-bottom: 70px;
  padding-left: 40px;
  counter-reset: item;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
}

.article > ol li {
  position: relative;
}

.article > ol li:before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  margin-left: -20px;
  color: #1DADBC;
  margin-right: 7px;
  font-weight: 700;
  font-size: 20px;
}

.article p + ol,
.article p + ul {
  margin-top: -55px;
}

.article ul {
  list-style-type: none;
}

.article > ul {
  padding-left: 40px;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 18px;
}

.article > ol + ul,
.article > ul + ol {
  margin-top: -55px;
}

.article ul li {
  position: relative;
}

.article > ul li:before {
  content: '';
  position: absolute;
  left: -19px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1DADBC;
}

.catalog-wrapper {
    margin-bottom: 60px;
}

/* page nav */
.page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.page-nav a {
  width:      60px;
  height:     60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out !important;
  position: relative;
}

.page-nav .page-prev {
  background: #F5F5F5;
}

.page-nav .page-next {
  background: #111;
}

.page-nav .page-prev:before {
  content:           '';
   background:        url(../../assets/icons/chevron-black.svg);
   width:             8px;
   height:            15px;
   background-size:   cover;
   background-position: center center;
   background-repeat: no-repeat;
   opacity:           1;
}

.page-nav .page-next:before {
  content: '';
  background: url(../../assets/icons/chevron-white.svg);
  width: 8px;
  height: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.page-nav a:hover {
  background: #00CCCC;
}


/* List icons */
.list-icons {
    list-style-type: none;
    display:         flex;
    flex-wrap:       wrap;
    margin: 0 auto 55px;
    justify-content: center;
    column-gap: 37px;
    row-gap: 45px;
    max-width: 1260px;
    align-items: flex-end;
}

.list-icons li {
  width:      90px;
  position:   relative;
  text-align: center;
}

.list-icons li a {
    position: absolute;
    left:     0;
    top:      0;
    width:    100%;
    height:   100%;
    z-index:  50;
}

.list-icons img {
  transition: all 0.2s ease-in-out;
}

.list-icons li > p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.list-icons li:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.list-icons li:hover > p {
  color: #EF5729;
}

.list-icons .list-tooltip {
    position:         absolute;
    visibility:       hidden;
    opacity:          0;
    bottom:           120%;
    width:            180px;
    background-color: #00AAAA;
    border-radius: 10px;
    color:            #fff;
    font-size:        13px;
    line-height:      1.1;
    padding:          14px 8px;
    z-index:          50;
    text-align:       center;
}

.icons-wrapper-alt .list-icons .list-tooltip {
  bottom: 144%;
}

.top-center {
    transform: translateX(-50%);
    left:      50%;
}

.list-icons .list-tooltip:after {
    content:      '';
    position:     absolute;
    top:          100%;
    width:        0;
    height:       0;
    border-style: solid;
    border-width: 12.8px 8px 0 8px;
    border-color: #00AAAA transparent transparent transparent;
}

.list-icons .list-tooltip.top-center:after {
    left:      50%;
    transform: translateX(-50%);
}

.list-icons .list-tooltip.top-left:after {
    transform: none;
    left:      50px;
}

.list-icons .list-tooltip.top-right:after {
    transform: none;
    left:      auto;
    right:     50px;
}

.list-icons .list-tooltip h4 {
    color:          #fff;
    font-weight:    400;
    
    font-size:      14px;
    text-transform: uppercase;
    margin-bottom:  6px;
}

.list-icons .list-tooltip p {
  font-weight: 300;
  font-size: 13px;
}

.list-icons li:hover .list-tooltip {
    visibility: visible;
    opacity:    1;
    visibility: visible;
}

/* Lists Logos */
.list-logos {
    text-align:    center;
    margin-bottom: 40px;
}

.list-logos ul {
    list-style-type: none;
}

.list-logos ul li {
    display:        inline-block;
    vertical-align: middle;
    margin:         0 24px 50px;
}

.list-logos ul li a {
    display: block;
}

.list-logos ul li a img {
    transition: all 0.3s ease-in-out;
    max-height: 150px;
    width: auto;
}

.list-logos ul li a:hover img {
    transform: scale(1.1);
}

.page-head {
  text-align: center;
  position: relative;
  max-width: 990px;
  margin: 0 auto 80px;
}

.page-head h2 {
    font-size: 60px;
    color: #111111;
    font-weight: 300;
    line-height: 1.1;
}

.page-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-dates {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #777777;
    font-weight: 400;
}

.page-dates p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-dates p ~ p:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #CCCCCC;
    font-size: 80px;
    font-weight: 100;
}

.page-dates span {
  font-weight: 700;
  color: #00AAAA;
  font-size: 50px;
  margin-right: 4px;
}

.page-price {
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    font-size: 15px;
}

.page-price .price.price-old {
    color: #777777;
}

.page-price .price.price-old .wrapper-price {
  color: #111111;
}

.page-price .price {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.page-price .wrapper-price {
    position: relative;
    color: #00AAAA;
}

.page-price .price.price-old .wrapper-price:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    height: 2px;
    background: #111;
}

.page-price .wrapper-price strong {
  font-size: 35px;
  font-weight: 700;
}

.page-price .wrapper-price span {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
}

/* List links alt*/
/*a.inserted-file:first-of-type {
    margin-top: -40px !important;
}
*/
a.inserted-file {
  font-style: normal !important;
  color: #00AAAA !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  position: relative;
  margin-left: 90px;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
}

a.inserted-file:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -45px;
  top: -5px;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}

a.inserted-file ~ a.inserted-file {
  margin-top: 20px;
}

.inserted-file:hover {
  color: #00CCCC !important;
}

a.inserted-file[href$='.doc']::before,
a.inserted-file[href$='.docx']::before,
a.inserted-file[href$='.odt']::before,
a.inserted-file[href$='.txt']::before {
  background-image: url(../../assets/icons/page_actions/action-2.svg);
}

a.inserted-file[href$='.doc']:hover::before,
a.inserted-file[href$='.docx']:hover::before,
a.inserted-file[href$='.odt']:hover::before,
a.inserted-file[href$='.txt']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-2-alt.svg);
}


a.inserted-file[href$='.xlsx']::before,
a.inserted-file[href$='.xls']::before {
  background-image: url(../../assets/icons/page_actions/action-3.svg);
}

a.inserted-file[href$='.xlsx']:hover::before,
a.inserted-file[href$='.xls']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-3-alt.svg);
}

a.inserted-file[href$='.pdf']::before {
  background-image: url(../../assets/icons/page_actions/action-1.svg);
}

a.inserted-file[href$='.pdf']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-1-alt.svg);
}

a.inserted-file[href$='.pptx']::before {
  background-image: url(../../assets/icons/page_actions/action-4.svg);
}

a.inserted-file[href$='.pptx']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-4-alt.svg);
}


/* THUMBS */
.list-thumbnails {
  margin-bottom: 80px;
}

.list-thumbnails ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 65px;
  row-gap: 80px;
  justify-content: center;
}

.list-thumbnails li {
  display: inline-block;
  vertical-align: top;
}

.list-thumbnails .thumbnail-image {
  height: 350px;
  overflow: hidden;
}

.list-thumbnails .thumbnail-image a {
  height: 100%;
  width: auto;
}

.list-thumbnails .thumbnail-image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.list-thumbnails a {
  font-size: 17px;
  text-decoration: none !important;
  line-height: 1.4;
}

.list-thumbnails .thumbnail-image + a {
  margin-top: 10px;
  text-align: left;
}

.list-thumbnails .thumbnail-image img {
  height: 100%;
  width: auto;
  transition: all 0.4s ease-in-out;
}


/* Slider images */
.slider-gallery-images {
  padding: 0 120px;
  margin: 0 auto 94px;
  position: relative;
  height: 580px;
}

.slider-gallery-images .slick-track,
.slider-gallery-images .slick-list,
.slider-gallery-images .slider-images {
  height: 100%;
}

/*.slider-gallery-images .slick-list {
  padding: 0 50px;
}*/

.slider-gallery-images .slick-slide img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.slider-gallery-images .slick-slide a {
  height: 100%;
  display: block;
}

/* OLD */

.slider-images .slick-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #00AAAA;
  position: relative;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-images .slick-arrow:before {
  content: '';
  background:        url(../../assets/icons/chev-blue.svg);
  width:             7px;
  height:            12px;
  background-size:   contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider-images .slick-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
/*  transform: rotate(180deg);*/
/*  left: -80px;*/
}

.slider-images .slick-next {
  right: -50px;
}

.slider-images .slick-arrow:hover {
  background: #00CCCC;
  border-color: #00CCCC;
}

.slider-images .slick-arrow:hover:before {
  background: url(../../assets/icons/chev-white.svg);
}

/* OLD  */

.slider-images .slick-arrow {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 0;
  z-index: 10;
  right: -80px;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid #00AAAA;
  position: relative;
  align-items: center;
  justify-content: center;*/
}

/*.slider-images .slick-arrow:hover {
  background-position: left center;
}

.slider-images .slick-arrow:before {
  display: none;
}

.slider-images .slick-prev {
  left: -80px;
  right: auto;
  transform:  translateY(-50%);
}

.slider-images .slick-next {
  transform: rotate(180deg);
}

.slider-images .slick-arrow.slick-disabled,
.slider-images .slick-arrow.slick-disabled:hover {
  pointer-events: none;
  opacity: 0.5;
}*/

.paging-info {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  bottom: 0px;
  color: #00CCCC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.paging-info span {
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}

.paging-info span:first-child {
  position: relative;
  top: -12px;
  right: -15px; 
}

.paging-info span:last-of-type {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    position: relative;
    top: 10px;
    left: -15px;
}

.paging-info .divider {
  color: #CCCCCC;
  font-size: 67px;
  font-weight: 100;
}


.page-gallery {
  padding: 0 100px;
  margin-bottom: 133px;
}


/* ------------------------------------------------------------ *\
  Product page
\* ------------------------------------------------------------ */
.product-main-data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 15px;
  color: #555555;
}

.product-image {
  width: 546px;

}

.product-image .product-features {
  margin-top: 50px;
}

.product-image .main-image {
  height: 546px;
  overflow: hidden;
}

.product-main-data .prod-content .product-features .content {
  padding-left: 0;
  margin-top: 80px;
}

.product-image .slick-track {
  display: flex;
  align-items: center;
}

.product-image .slick-arrow  {
  width: 14px;
  height: 18px;
  background-image: url(../icons/chevron-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  background-color: transparent;
  font-size: 0;
  z-index: 10;
}

.main-image .slide img {
  width: 100%;
}

.slider-nav {
  padding: 0 34px;
  width: 405px;
  margin: 17px auto;
  height: 76px;
  overflow: hidden;
}

.slider-nav .slick-track {
  column-gap: 9px;
}

.slider-nav .slick-slide {
  border: 1px solid transparent;
  padding: 3px;
  cursor: pointer;
  width: 76px;
}

.slider-nav .slick-slide:not(.slick-current):hover {
  border-color: #31E2D9;
}

.slider-nav .slick-current {
  border-color: #00CCCC;
}

.product-image .slick-arrow:hover {
  background-image: url(../icons/chevron-blue.svg);
}

.product-image .slick-prev {
  left: -2px;
  transform: translateY(-50%) rotate(90deg);
}

.product-image .slick-next {
  right: -16px;
  transform-origin: left;
  transform: rotate(-90deg) translateY(-50%);
}

.product-main-data .prod-content {
  flex: 1;
  padding-left: 60px;
}

.product-main-data .prod-content h3 {
  font-size: 38px;
  color: #111;
  line-height: 1;
  margin-bottom: 22px;
}

.product-main-data .box-prices {
  justify-content: unset;
  font-size: 26px;
  margin-bottom: 28px;
  column-gap: 32px;
  align-items: baseline;
}

.product-main-data .no-vat {
  font-size: 17px;
}

.product-main-data .box-prices .no-vat span {
  font-size: 15px;
  text-transform: none;
}

.product-main-data .box-prices p {
}

.product-main-data .box-prices strong {}

.product-main-data .box-prices span {
  font-size: 24px;
}

.product-main-data .box-prices .price-old:before {
  top: 19px;
}

.prod-fav {
  width: 24px;
  height: 20px;
}

/* form-product */
.form-product {
  padding-bottom: 120px;
  margin-top: 30px;
}

.form-product .submit-button {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #111;
  transition: all 0.2s ease-in-out;
  width: 220px;
  height: 50px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-product .submit-button.btn-green {
  background: #008B8B;
}

.form-product .submit-button:hover {
  background: #00CCCC;
}


/* product-features */
.product-features {
  display: flex;
  flex-direction: column;
}

.product-features .aside {
}

.product-features .content {
  flex: 1;
}

.product-features .box-data ~ .box-data {
  margin-top: 30px;
}

.product-features form .box-data,
.product-features .box-data {
  display: flex;
  align-items: center;
  column-gap: 5px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.product-features .box-data h4 {
  margin-right: 12px;
  font-size: 24px;
  color: #555555;
  font-weight: 300;
}

.product-features .box-data.box-data-sizes form,
.product-features .box-data.box-data-sizes {
  column-gap: 18px;
  row-gap: 18px;
}

.product-features .box-data.box-data-sizes h4 {
  margin-right: 0;
}

.product-features .box-data.box-data-table {
  flex-direction: column;
  align-items: flex-start;
}

.product-features .box-data.box-data-table .box-head {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.product-features .box-data.box-data-table .box-head .show-all {
  margin-left: auto;
}

.show-all {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.show-all.expand,
.show-all:hover {
  color: #00AAAA;
}

.show-all.expand:after {
  background-image: url(../icons/chevron-blue.svg);
  transform: rotate(-180deg);
}

.show-all:hover:after {
  background-image: url(../icons/chevron-blue.svg);
}

.show-all:after {
  content: '';
  width: 14px;
  height: 18px;
  background-image: url(../icons/chevron-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
}

.selected-color {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin-left: 14px;
}

.selected-color .pallete-color {
  min-width: 24px;
  height: 24px;
}

/* prod features content */
.product-features .content {
  font-size: 15px;
}

.product-features .content .box-info {
  margin-bottom: 89px;
}

.product-features .content .box ~ .box {
  margin-top: 35px;
}

.product-features .content .box h4 {
  font-size: 24px;
  font-weight: 300;
  color: #555555;
  line-height: 1;
  margin-bottom: 16px;
}

.product-features .content .box h5 {
  font-size: 15px;
  font-weight: 700;
  color: #00AAAA;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 10px;
}

.product-features .content .box p span {
  color: #008B8B;
}

.details-wrapper {
  width: 100%;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  color: #555555;
}

.details-wrapper p {
  padding-right: 14px;
}

.bordered-title {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 13px;
  padding-bottom: 10px;
}

.product-features .content .box-cols {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 6.5%;
}

.product-features .content .box-cols .col {
  width: 20.1%;
}

.product-features .content .box.box-info h5 {
  color: #AAAAAA;
  font-weight: 400;
}

.product-features .content .box.box-info p {
  color: #006868;
  font-weight: 700;
}


/* Table box-data-table */
.box-data-table table {
  border-top: 1px solid #D6D6D6;
  color: #111111;
  font-size: 14px;
  width: 100%; 
  text-align: center;
}

.box-data-table table th {
  min-width: 100px;
}

.box-data-table .table-wrapper {
  overflow-y: auto;
  width: 100%;
}

.box-data-table .stock-color span.title {
  word-break: break-word;
}

.box-data-table table thead {
  color: #006868;
  font-weight: 700;
}

.box-data-table table td,
.box-data-table table th {
  padding: 10px;
}

.box-data-table table td:first-child,
.box-data-table table th:first-child {
  text-align-last: left;
}

.box-data-table table th ~ th {
  border-left: 1px solid #D6D6D6; 
}

.box-data-table table tbody tr {
  border-top: 1px solid #D6D6D6;  
}

.box-data-table table td ~ td {
  border-left: 1px solid #D6D6D6; 
}

.box-data-table tbody tr ~ tr {
  display: none;
}

.box-data-table.expand tbody tr ~ tr {
  display: table-row;
}

/* Spacer */
.spacer {
  width: 100%;
  height: 83px;
}

.form-product .top-actions,
.prod-content .top-actions {
  display: flex;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 45px;
}

.form-product .top-actions .box-discount,
.prod-content .top-actions .box-discount {
  position: static;
  display: inline-flex;
}

.form-product .top-actions .box-label,
.prod-content .top-actions .box-label {
  position: static;
  flex-direction: row;
  align-items: center;
}

.form-product .top-actions .box-label .label ~ .label,
.prod-content .top-actions .box-label .label ~ .label {
  margin-top: 0;
}

/* prod-info */
.prod-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 24px;
}

.prod-info a {
  color: #00AAAA;
}

.prod-info a strong {
  color: #00AAAA; 
}

.prod-info a strong:hover {
  color: #00CCCC;
}

.prod-info strong {
  font-size: 16px;
  color: #111111;
}

/* input-group-prod */
.input-group-prod  {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.input-group-prod  input {
  text-align: center;
  width: 90px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  padding: 2.5px 22px;
  color: #000;
  font-weight: 700;
}


.input-group-prod .form-minus {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.input-group-prod .form-plus {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 z-index: 50; 
}

.input-group-prod .form-plus,
.input-group-prod .form-minus {
  border: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  width: 11px;
  text-align: center;
  color: #000;
}

.input-group-prod  a {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  width: 11px;
  text-align: center;
  color: #000;
}

.input-group-prod .form-plus > button,
.input-group-prod .form-minus > button {
  border: 0;
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    width: 11px;
    height: 11px;
    text-align: center;
    color: #000;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-wrapper {
  color: #B0A088;
  font-size: 30px;
  font-style: italic;
  margin-left: auto;
}

.input-group-prod  a:hover {
  opacity: 0.5;
}

.input-group-prod  a:last-child {
  left: auto;
  right: 10px;
}

/* bnanding-req */
.bnanding-req {
 margin: 34px 0;
  font-size: 14px;
}

.bnanding-req  .check-text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.bnanding-req .checkboxes-wrapper .checkbox-wrapper {
  padding-left: 34px;
}


/* prod-discounts */
.prod-discounts {
  color: #AAAAAA;
  font-size: 14px;
  margin-bottom: 22px;
}

.prod-discounts span {
  color: #111111;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Prod qty input */
.input-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 70px;
  width: 200px;
}

.input-group input {
  height: 50px;
  text-align: center;
  border: 0;
  color: #111111;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
}

.input-group {
/*  position: absolute;*/
  top: 0;
  z-index: 50;
}

.input-group button {
  color: #111111;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  background: transparent;
}

.input-group button {
  position: absolute;
  top: 0;
  z-index: 50;
  color: #111111;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
}

.input-group button:hover,
.input-group a:hover {
  border-color: #ADE5E5;
}

.input-group button:hover:after,
.input-group a:hover:after {
  color: #00AAAA;
}

.input-group button:last-child,
.input-group .plus-btn {
  right: 0;
}

.input-group  button:last-child:after,
.input-group .plus-btn:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1;
}

.input-group button:first-child:after,
.input-group .minus-btn:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  font-size: 37px;
  line-height: 1;
}

.input-group button:first-child,
.input-group .minus-btn {
  left: 0;
}

.input-group .minus-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.prod-content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}

.prod-content-bottom .prod-content-bottom-text {
  font-size: 20px;
  color: #707070;
  line-height: 1.2;
}

.prod-content-bottom .prod-content-bottom-text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #006868;
}

.prod-content-bottom .prod-content-bottom-text *:last-child {
  margin-bottom: 0;
}


.prod-content-bottom > form {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  width: 100%;
}

.buttons-group {
  display: flex;
  gap: 30px;
}

.buttons-group form {
  margin-left: auto;
}
/*.input-group button:first-child:hover,
.input-group .minus-btn:hover {
  background-image: url(../icons/minus-hover.svg);  
}*/

.qty-wrapper {
  color: #B0A088;
  font-size: 30px;
  font-style: italic;
  margin-left: auto;
}

.qty-wrapper span {
  font-size: 44px;
}

.input-group-wrapper {
  display: flex;
  align-items: center;
}

.input-group a:last-child {
  left: auto;
  right: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* RADIO BUTTONS */
/* Colors */
.radio-el-color {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
  width: 32px;
  height: 32px;
}

.radio-el-color .color-tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  left: 0;
  background: #E2E2E2;
  color: #111;
  font-size: 13px;
  white-space: nowrap;
  padding: 3px 6px;
  z-index: 5;
  white-space: nowrap
}

.radio-el-color:hover .color-tooltip {
  opacity: 1;
  visibility: visible;
}

.radio-el-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.radio-el-color .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
}

.radio-el-color .pallete-color {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}

.radio-el-color  img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #E2E2E2;
  transform: translate(-50%, -50%);
}

.radio-el-color  img[src=''] {
  display: none;
}


.radio-el-color input:hover ~ .checkmark,
.radio-el-color input:checked ~ .checkmark {
  border-color: #00CCCC;
}

/* Radio inner text */
.radio-el-square {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
  padding: 10px;
  min-width: 38.19px;
  text-align: center;
}

.radio-el-square input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.radio-el-square .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}

.radio-el-square .check-text {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 5;
}

.radio-el-square .pallete-color {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio-el-square input:hover ~ .check-text,
.radio-el-square input:checked ~ .check-text,
.radio-el-square input:hover ~ .checkmark,
.radio-el-square input:checked ~ .checkmark {
  border-color: #00CCCC;
  background-color: #00CCCC;
  color: #fff;
}

.radio-el-square.out-of-stock {
  pointer-events: none;
}

.radio-el-square.out-of-stock .checkmark {
  border-color: rgba(112, 112, 112, 0.5);
}

.radio-el-square.out-of-stock .check-text {
  opacity: 0.5;
}

.radio-el-square.out-of-stock:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 1px;
  background: #EE0268;
}



/* ------------------------------------------------------------ *\
  Snackbar
\* ------------------------------------------------------------ */
.snackbar-wrapper {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.snackbar {
  font-weight: 300;
  color: #000000;
  display: inline-flex;
  align-items: center;
  padding: 0 150px;
  height: 50px;
}

.snackbar-error {
  background: #FFA4A4;
}

.snackbar-success {
  background: #B1EFD0; 
}

.snackbar-warning {
  background: #FFD89E;
}

/* Inquiry-boxes */
.cart-wrapper .inquiry-boxes {
  color: #000;
  padding-top: 42px;
  font-family: 'Roboto Condensed', sans-serif;
}

.cart-wrapper .inquiry-boxes h3 {
  font-size: 32px;
  font-weight: 700;
}

.cart-wrapper .inquiry-boxes h3 span {
  color: #00AAAA;  
}

.cart-wrapper .inquiry-boxes h4 {
  font-size: 24px;
  font-weight: 300;
}

.cart-wrapper .inquiry-boxes h5 {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
  Cart cols
\* ------------------------------------------------------------ */
.cart-cols {
  display: flex;
  align-items: flex-start;
}

.cart-cols .col {}

.cart-cols .col-1of3 {
  width: 39%;
  position: sticky;
  top: 100px;
}

.cart-cols .col-2of3 {
  width: 61%;
}

.cart-cols .col-2of3 .title-main {
  margin-right: 52px; 
}

.cart-cols .col-1of3 .title-main {
  margin-left: 52px; 
}

.cart-cols .col-2of3 .col-inner {
  padding-right: 52px; 
  border-right: 1px solid #ccc;
}

.cart-cols .col-1of3 .col-inner {
  padding-left: 52px; 
  padding-top: 24px;
}

.cart-cols .col-inner {
  padding-top: 38px;
  width: 100%;
}

.box-warning {
  background: #CF5A00;
  color: #fff;
  padding: 10px 22px;
  margin-bottom: 23px;
  
  font-weight: 300;
}

.cart-wrapper .box-info {
  border: 1px solid #CBC5BB;
  padding: 22px 36px;
  margin-bottom: 35px;
  
}

.cart-wrapper .box-info img {
  float: left;
}

.cart-wrapper .box-info p {
  padding-left: 40px;
  overflow: hidden;
  line-height: 1.2;
}

.cart-wrapper .box-info strong {
  color: #957340;
}


/* ------------------------------------------------------------ *\
  Cart wrapper
\* ------------------------------------------------------------ */
.page-wrapper {
  padding-top: 40px;
}

.page-wrapper-alt {
  padding-top: 100px;
  padding-bottom: 200px;
}

.cart-wrapper {
  margin-bottom: 320px;
}

.form-wrapper-alt h3.title-main,
.title-main {
  font-weight: 400;
  font-size: 38px;
  color: #00AAAA;
  margin-bottom: 10px;
  line-height: 1.1;
  padding-bottom: 10px;
}

.title-border {
  border-bottom: 1px solid #ccc;
}

.title-alt {
  max-width: 625px;
}

.cart-wrapper .title-main {
  margin-bottom: 0;
}

.cart-content .title-main {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 38px;
}

.cart-content > h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.33;
  
}

.cart-content > h4 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
  
}

.cart-content > h4 span {
  font-weight: 300;
}

.cart-content > h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cart-content .options-list {
  padding-left: 0;
  margin-bottom: 50px;
}

h5.title-border {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Box Cols */
.cart-wrapper .box-cols {
  margin-bottom: 57px;
  display: flex;
  flex-wrap: wrap;
}

.cart-wrapper .box-cols .col {
  /*float: left;*/
}

.cart-wrapper .box-cols:not(.box-cols-even, .box-cols-alt) .col:nth-child(even) {
  margin-left: 13.2%;
}

.cart-wrapper .box-cols:not(.box-cols-even) .col:nth-child(2n) ~ .col {
  margin-top: 60px;
}

.cart-wrapper .box-cols .col-1of2 {
  width: 43.4%;
}

/* Box cols alt */
.cart-wrapper .box-cols-alt .col-1of2 {
  width: 50%;
}

.cart-wrapper .box-cols-alt .col {
  padding-right: 8.7%;
  float: none;
}

.cart-wrapper .box-cols-alt .col ~ .col {
  margin-left: 0;
}

.cart-wrapper .box-cols-alt .col:nth-child(2n) ~ .col {
  margin-top: 50px;
}

.cart-wrapper .box-cols-alt .col:nth-child(even) {
  margin-left: 0;
  padding-left: 8.7%;
  padding-right: 0;
  border-left: 1px solid #DEDEDE;
}

.cart-wrapper .box-cols-alt .col ~ .col {
 
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #DEDEDE;
  margin-bottom: 57px;
}

/* Box cols even */
.box-cols-even {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10%;
  row-gap: 120px;
}

.box-cols-even .title-big {
  width: 100%;
}

.box-cols-even .col {
  width: 45%;
}

/* Box Text */
.box-text {}
.box-text ~ .box-text {
  margin-top: 50px;
}

.box-text .box-bottom {
  display: flex;
}

.box-text .box-bottom .btn {
  width: 50%;
  padding: 3px 4px 4px;
  text-align: center;
}

.box-text .box-bottom .btn  ~ .btn {
  margin-left: 10px;
}

.box-text .radio-label {
  margin-top: 14px;
}

.box-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  
}

.box-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #00AAAA;
  margin-bottom: 20px;
  
}

.box-text p {
  line-height: 1.5;
}

.box-text p ~ p {
  margin-top: 6px;
}

table .selected-color {
  margin-left: 0;
}

table .selected-color img {
  min-width: 24px;
  height: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  display: inline-block;
}

table .selected-color img + .pallete-color {
  display: none;
}

table .selected-color img[src=''] {
  display: none;
}

/* table-order */
.table-wrapper .table-footer {
  text-align: right;
  margin-top: 10px;
}

.table-wrapper .table-footer.table-footer-green {
  color: #008B8B;
}

.table-wrapper .table-footer ul {
  list-style-type: none;
  max-width: 380px;
  margin: 0 0 0 auto;
  padding: 0 10px 0 0;
}

.table-wrapper .table-footer ul strong + strong,
.table-wrapper .table-footer ul span + span {
  min-width: 146px;
  display: inline-block;
  vertical-align: middle;
}

.table-wrapper .table-footer ul + ul {
  border-top: 1px solid #DEDEDE;
  margin-top: 8px;
  padding-top: 8px;
}

.table-wrapper .table-footer .btn {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #00AAAA;
  color: #00AAAA;
  padding: 7px 95px 7px;
  font-weight: 600;
  
}

.table-wrapper .table-footer .btn:hover {
  color: #fff;
  background: #00AAAA;
}

.table-wrapper .table-total {
  margin-bottom: 60px;
}

.table-order {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dedede;
}

.table-order th {
  border-bottom: 1px solid #dedede;
  padding: 0 10px 8px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.table-order td {
  padding: 10px;
}

.table-order td > h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.table-order .addition-box h4 strong,
.table-order td > h4 strong {
  color: #00AAAA;
}

.table-order .addition-box h4 > a,
.table-order td > h4 a {
  color: #111;
}

.table-order .addition-box h4 > a:hover,
.table-order td > h4 a:hover {
  color: #00CCCC;
}

.table-order td > h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}

.table-gift img {
  width: 27px;
}

.table-gift span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

.border-row {
  border-top: 1px solid #dedede;
}

.border-row td {
/*  padding-top: 20px !important;*/
}

.border-bottom td {
  padding-bottom: 20px !important;
}

.table-order-alt tbody td {
  padding: 30px 0;
}

.table-order-alt tbody td:last-of-type {
  padding-right: 10px;
}

.pt-0 td {
  padding-top: 0 !important;
}

.pb-0 td {
  padding-bottom: 0 !important;
}

.pb-10 td {
  padding-bottom: 10px !important;
}

.price-elements {
  font-weight: 700;
}

.price-elements p {
  display: inline-block;
  vertical-align: middle;
}

.price-elements p ~ p {
  margin-left: 22px;
}

.price-elements .old-price {
  position: relative;
}

.price-elements .old-price:before {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #111111;
}

.price-elements .new-price {
  color: #957340;
}

.align-center {
  text-align: center;
}

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


/* ------------------------------------------------------------ *\
  Product boxes
\* ------------------------------------------------------------ */
/* Products List */
.products-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.missing-prod {
  position: relative;
}

.missing-prod:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 50;
  content: '';
  background: 
    linear-gradient(to top left,
        rgba(222,222,222,0) 0%,
        rgba(222,222,222,0) calc(50% - 0.8px),
        rgba(222,222,222,1) 50%,
        rgba(222,222,222,0) calc(50% + 0.8px),
        rgba(222,222,222,0) 100%),
    linear-gradient(to top right,
        rgba(222,222,222,0) 0%,
        rgba(222,222,222,0) calc(50% - 0.8px),
        rgba(222,222,222,1) 50%,
        rgba(222,222,222,0) calc(50% + 0.8px),
        rgba(222,222,222,0) 100%);
}

.products-list .btn-icon {
  font-size: 16px;
  border: 1px solid #B0A088;
  padding: 10px 6px 8px;
  margin-top: 0px;
  width: 100%;
  
  color: #B0A088;
  font-weight: 700;
  text-transform: uppercase;
}


.products-list  .btn-icon:hover {
    color: #957340;
    border-color: #957340;
    background: transparent;
}

.products-list .btn-icon.btn-black {
  background: #B0A088;
  color: #fff;
}

.products-list .btn-icon.btn-black:hover {
  border-color: #B0A088;
  background: #957340;
}

.products-list .btn-icon ~ .btn-icon {
  margin-top: 10px;
}

.products-list .btn-icon img {
  position: relative;
  width: 21px;
  margin-right: 3px;
}

.products-list .box {
  width: 31.75%;
  text-align: center;
}

.products-list .box ~ .box {
  margin-left: 2.375%;  
}

.products-list .box:nth-child(3n+1) {
  margin-left: 0;
}

.products-list .box:nth-child(3n)  ~ .box {
  margin-top: 80px;
}

.products-list .promos-wrapper {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 40;
}

.products-list .promos-wrapper span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  background: #B0A088;
  color: #fff;
  padding: 12px 15.4px;
}

.products-list .promos-wrapper span ~ span {
  margin-top: 7px;
}

.products-list .promos-wrapper .promo-new {
  background: #707070;
}

.products-list .box-image-wrapper {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.products-list .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.products-list .box-image-wrapper > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.products-list .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}

.products-list h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.products-list h3 a {
  color: #111;
}

.products-list h3 a:hover {
  color: #957340;
}

.products-list .box-content {
  padding: 10px 15px;
}

.products-list .prod-price {
  font-weight: 700;
  margin-bottom: 10px;
}

.products-list .price-old {
  position: relative;
}

.products-list .price-old:before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #111111;
}

.products-list .price-new {
  color: #957340;
}

.products-list .prod-price span ~ span {
  margin-left: 20px;
}

.products-list + .pagination-actions {
  margin-top: 100px;
}

.table-orders + .pagination-actions {
  margin-top: 70px;
}

.products-list .checkboxes-wrapper {
  display: inline-block;
  margin: 0;
}

.products-list .checkbox-wrapper {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
}

.products-list .checkbox-wrapper .checkmark {
  width: 18px;
  height: 18px;
  border-width: 1px;
}

/* Paginations */
.pagination-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination-actions ul {
  list-style-type: none;
}

.pagination > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  color: #999999;
  font-family: 'Roboto Condensed', sans-serif;
}

.pagination > a:hover {
  color: #00AAAA;
}

.pagination ul,
.pagination ul li {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.pagination ul {
  margin-top: 9px;
  margin: 9px 46px 0;
}

.pagination ul li.active a {
  border: 1px solid #999999;
}

.pagination ul li a {
  color: #111111;
  padding: 6px 13px;
  display: block;
}

.pagination ul li a:hover {
  color: #00AAAA;
}

/* Prod gifts */
.prod-gifts.prod-gifts-inner {
  padding-left: 50px;
  margin-top: 25px;
  padding-right: 25px;
}
.prod-gifts.prod-gifts-inner > h3 {
  font-size: 16px;
}

.prod-gift ~ .prod-gift {
  margin-top: 40px;
}

.prod-gifts > h3 {
  color: #00AAAA;
  margin-bottom: 18px;
}

.prod-gift-content-inner h3 {
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.prod-gift-content-inner h3 strong {
  color: #111;
}

.prod-gift-content-inner h3 a {
  color: #111;
}

.prod-gift-content-inner h3 a:hover {
  color: #00CCCC;
}

.prod-gift .quantity {
  margin-right: 40px;
}

.prod-gift {
  display: flex;
}

.prod-gift-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.prod-gift-img img {
  transition: all 0.2s ease-in-out;
}

.prod-gift-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.prod-gift-content {
  display: flex;
  flex: 1;
  align-items: start;
}

.prod-gift-aside {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* Prod Boxes */

.product-boxes {}

.product-box {}

.product-boxes > h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  
}

.product-box .prod-image {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
}

.product-box .prod-image > a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
}

.product-box .prod-image img {
  transition: all 0.2s ease-in-out;
}

.product-box .prod-image:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.product-box .prod-content {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.product-box .prod-inner {
  flex: 1
}

.product-box .prod-inner h3 {
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.product-box .prod-inner h3 strong {
  color: #00AAAA;
}

.product-box .prod-inner h3 a {
  color: #111;
}

.product-box .prod-inner h3 a:hover {
  color: #00CCCC;
}

.product-box .prod-prices {
  margin-left: 30px;
  color: #000;
}

.product-box .prod-prices  span {
  font-size: 14px;
  color: #999999;
  display: block;
}

.product-box .prod-prices p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.product-box .new-price {
  margin-left: 22px;
}

.product-box .price-old {
  position: relative;
}

.product-box .price-old:before {
  content: '';
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #111111;
}

.product-box .prod-inner {
/*  position: relative;*/
  padding-left: 24px;
}

.product-box .prod-inner-top {
  display: flex;
  margin-bottom: 14px;
}

.product-box  .helper-text {
  position: absolute;
  left: 0px;
  bottom: -25px;
  font-size: 14px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
}

.prod-inner-content {
  display: flex;
  align-items: flex-end;
}

.product-box .prod-inner-top .prod-fav-form {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
}

.product-box .prod-code {
  font-size: 14px;
  font-weight: 400;
}

.product-box .prod-actions {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.product-box .prod-actions span {
  font-size: 14px;
  color: #999999;
  display: block;
}

.prod-actions-inner {
  display: block;
}

.prod-total-wrapper {
  display: inline-flex;
  flex-direction: column;
}

.prod-total {
  display: inline-block;
}

.prod-inner-info {
  display: flex;
  align-items: center;
  column-gap: 47px;
  margin-top: 14px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.table-wrapper .prod-inner-info {
  margin-top: 6px;
}

.prod-inner-info .info h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.prod-inner-info .info {
  display: flex;
  align-items: center;
  column-gap: 9px;
}

.prod-inner-info .info .pallete-color {
  width: 20px;
  height: 20px;
}

.prod-inner-info .box-size {
  border: 1px solid #707070;
  font-size: 14px;
  color: #111111;
  padding: 1px 4px;
}

.form-remove-prod {
  display: inline-block;
  margin-left: 16px;
}

.remove-prod {
  border: 0;
  background-color: transparent;
  display: inline-block;
  background-image: url(../icons/close-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}

.product-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 34px;
  margin-bottom: 34px;
}

.product-boxes > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

table .product-box {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

table .product-boxes .prod-gift-info img {
  width: 26px;
}

table .product-boxes .info-wrapper {
  margin-left: 6px;
}

table .product-boxes .info-wrapper strong {
  cursor: default;
}

/* ------------------------------------------------------------ *\
  summary-boxes
\* ------------------------------------------------------------ */
.summary-boxes {
  color: #111;
}

.summary-boxes .box-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.title-accordion {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.title-accordion:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 47%;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: top;
  height: 12px;
  width: 12px;
  border-color: #999999;
  transition: all 0.2s ease-in-out;
}

.active .title-accordion:after {
  top: 54%;
  transform: translateY(-50%) rotate(-45deg);
}

.box-accordion .box-content {
  display: none;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 15px;
}

.shoping-info-discount:first-of-type {
  margin-top: 35px !important; 
}

.shoping-info-discount {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #00D4C5;
}

.shoping-info-discount-alt {
  color: #EE0268;
}

.summary-boxes .box ~ .box {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 12px;
}

.summary-boxes .box.box-info-text {
  border: 0;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.box-row-warning {
  color: #00AAAA;
  display: flex;
  align-items: center;
}

.box-row-warning strong {
  margin-left: auto;
}

.summary-boxes .box-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-boxes .box-row.box-row-promo {
  display: block;
}

.summary-boxes .checkbox-wrapper .check-text {
  font-size: 14px;
  font-weight: 300;
}

.summary-boxes .check-text a {
  text-decoration: none;
}

.summary-boxes .check-text a strong {
  font-size: 14px;
  font-weight: 700;
}

.hint {
  font-size: 13px;
  font-weight: 300;
  color: #00AAAA;
  padding-left: 30px;
}

.promo-info {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  background: #EAEAEA;
  padding: 14px 20px;
  line-height: 1.1;
  margin-bottom: 16px;
} 

.promo-info-warning {
  color: #fff;
  background: #CF5A00;
} 

.box-row-promo form {
  display: flex;
  align-items: center;
}

.box-row-promo .form-body {
  flex: 1;
}

.box-row-promo .form-footer {
  margin-top: 0;
  margin-left: 24px;
  display: flex;
}

.box-row-promo .submit-button {
  text-transform: uppercase;
  padding: 12px 28px 9px;
  border: 1px solid #00AAAA;
  font-size: 16px;
  font-weight: 700;
  color: #00AAAA;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.box-row-promo .submit-button:hover {
  background: #00AAAA;
  color: #fff;
}

.summary-boxes .box-row ~ .box-row {
  margin-top: 20px;
}

.summary-boxes .box-row span {
  font-weight: 700;
}

.summary-boxes .box-row strong {
  font-size: 20px;
}

.summary-boxes .box-row-big {
  display: flex;
  align-items: center;
}

.summary-boxes .box-row-big span {
  font-size: 18px;
}

.summary-boxes .box-row-big strong {
  font-size: 29px;
  margin-left: auto;
}

.summary-boxes .box > p {
  margin-top: 6px;
}

.summary-boxes .box-actions {
  margin-top: 60px;
}

.summary-boxes .box-actions .submit-button {
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  padding: 10px 28px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  background: #00AAAA;
  color: #fff;
  padding: 12px 10px 10px;
}

.summary-boxes .box-actions .submit-button:hover {
  background: #00CCCC;
}

.summary-boxes .box-actions .submit-button + .btn {
  margin-top: 30px;
}

.summary-boxes .box-actions .btn {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 6.5px 28px;
}

.summary-boxes .box-actions .btn-black {
  border: 0;
  background: #00AAAA;
  color: #fff;
  padding: 10px 10px 8px;
}

.summary-boxes .box-actions .btn-black:hover {
  background: #00CCCC;
}

.summary-boxes .box-actions .btn.btn-outline {
  border: 1px solid #00AAAA;
  color: #00AAAA;
  padding: 10px 10px 7px;
}

.summary-boxes .box-actions .btn.btn-outline:hover {
  color: #fff;
  border-color: #00AAAA;
  background: #00AAAA;
}

.summary-boxes .box-actions .btn ~ .btn {
  margin-top: 30px;
}


.promo-code {
  padding: 11px 12px;
  border: 1px solid #CCCCCC;
  width: 100%;
}

.promo-code + .btn {
  margin-left: 13px;
}

.summary-boxes .btn {
  text-transform: uppercase;
  padding: 7px 28px;
}

/* Top-actions */
.top-actions {
  display: flex;
  margin-bottom: 40px;
}

.top-actions .btn {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 6.5px 28px;
  flex: 1;
}

.top-actions .btn.btn-black {
  border: 0;
  background: #00AAAA;
  color: #fff;
  padding: 10px 10px 8px;
}

.top-actions .btn.btn-black:hover {
  background: #DF2121;
}

.top-actions .btn.btn-outline {
  border: 1px solid #00AAAA;
  color: #00AAAA;
  padding: 10px 10px 7px;
}

.top-actions .btn.btn-outline:hover {
  color: #fff;
  border-color: #00AAAA;
  background: #00AAAA;
}

.top-actions .btn ~ .btn {
  margin-left: 39px;
}

/* Contacts boxes */
.contact-boxes {
  padding-bottom: 126px;
}

.contact-boxes .boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 110px;
}

.contact-boxes .box {
  width: 45%;
}

.contact-boxes h3 {
  font-size: 32px;
  color: #111111;
  font-family: 'Neucha', cursive;
  margin-bottom: 18px;
  line-height: 1.1;
}

.label-info {
  font-size: 22px;
  font-family: 'Neucha', cursive;
  margin-top: 10px;
  margin-bottom: 16px;
}

.label-info-closed {
  color: #DF2121;
}

.label-info-open {
  color: #6FAE00;
}

/* Box links */
.box-link {
  font-weight: 300;
  font-size: 22px;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.box-link ~ .box-link {
  margin-top: 8px;
}

.box-link.box-link-red:hover {
  color: #00AAAA;
}

.box-link.box-link-green:hover {
  color: #4E7A00;
}

.box-link.box-link-orange:hover {
  color: #A74E00;
}

.form-request textarea {
  min-height: 190px !important;
}

.form-request .form-actions .btn-black {
  width: 100%;
  transition: all 0.2s ease;
  line-height: 27px;
}

.form-wrapper-alt h3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  
  color: #111;
}

.form-wrapper-alt .form-row ~ .form-row {
  margin-top: 27px;
}

form .chosen-container {
  width: 100% !important;
  margin-bottom: 27px;
}

form .form-col .chosen-container {
  margin-bottom: 0;
}

form .chosen-container-single .chosen-single span {
  line-height: 1.42;
}

form .chosen-container-single.chosen-with-drop .chosen-single {
  border-bottom-color: transparent;
}

form .chosen-container-single .chosen-single {
  border-radius: 0;
  border-width: 1px;
  border-color: #CBC5BB;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  color: #111111;
  height: auto;
  padding: 12px 50px 10px 14px;
  font-weight: 400;
}

form .chosen-container-single .chosen-single span {
  white-space: normal;
}

form .chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
}

form .chosen-container.chosen-with-drop .chosen-drop {
  background: #fff;
  border: 1px solid #CBC5BB;
  border-top: 0;
  box-shadow: none;
  font-weight: 300;
  border-radius: 0;
  padding-top: 5px;
}

form .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  display: none !important;
}

form .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #111111;
  max-height: 400px;
  background: transparent;
  font-weight: 300;
}

form .chosen-container .chosen-results li {
  line-height: 1;
  padding: 11px 16px;
}

form .chosen-container-single .chosen-single div b {
  background: none;
  position: relative;
  background-image: none !important;
}

form .chosen-container-single .chosen-single div b:before {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  border-color: #00AAAA;
  height: 10px;
  top: 9px;
  right: 5px;
  position: relative;
  transform: rotate(135deg);
  width: 10px;
  transition: transform 0.2s ease-in-out;
}

form .chosen-with-drop.chosen-container-single .chosen-single div b:before {
  transform: rotate(-45deg);
  top: 16px;
  border-color: #00AAAA;
}


/*.chosen-container-single.chosen-with-drop .chosen-single div b:before {
  border-color: #8e806b;  
}*/

form .chosen-container-single .chosen-single div {
  width: 30px;
}

form .chosen-container .chosen-results li.highlighted,
form .chosen-container .chosen-results li.result-selected {
  background: #00AAAA;
  color: #fff;
}

.form-section {
  border: 1px solid #DEDEDE;
  padding: 30px;
  margin-bottom: 40px;
}

.form-section .btn {
  font-weight: 600;
  font-size: 16px;
  padding: 4px 62px 2px;
  text-align: center;
  text-transform: none;
}

.el-inner {
  flex: 1;
  padding-right: 40px;
}

.form-section .btn.btn-outline {
  border: 1px solid #00AAAA;
  color: #00AAAA;
  padding: 4px 42px 2px;
}

.form-section .btn.btn-outline:hover {
  color: #fff;
  border-color: #00CCCC;;
  background: #00CCCC;;
}

.form-section .btn.btn-black {
  line-height: 24px;
  border: 0;
  background: #00AAAA;
  color: #fff;
  padding: 5px 50px 3px;
}

.form-section .btn.btn-black:hover {
  background: #00CCCC;
}

.form-section .btn-black {
  padding: 0px 50px 2px;
}

.section-content-hidden {
  display: none;
}

.form-section .section-bottom {
  display: flex;
  margin-top: 27px;
  padding: 0;
}

.form-section .section-bottom .btn {
  flex: 1;
}

.form-section .section-bottom .btn ~ .btn {
  margin-left: 20px;
}

.form-section .section-inner {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.form-section .section-content ~ .section-content {
  margin-top: 27px;
}

.form-section .section-content + .form-row {
  margin-top: 27px;
}

.form-section .section-actions {
  text-align: right;
  margin-top: 20px;
}

.form-section .section-actions button ~ a,
.form-section .section-actions a ~ a {
  margin-left: 10px;
}

.form-section .section-inner ul {
  list-style-type: none;
}

.form-section .section-inner ul span {
  font-size: 14px;
  min-width: 58px;
  display: inline-block;
  vertical-align: middle;
}

.form-wrapper-alt .form-label {
  font-weight: 300;
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 9px;
  position: static;
}

.input-container {
  position: relative;
}

.form-wrapper-alt .form-row .input-container {
  margin: 0;
}

.form-wrapper-alt .form-row {
  display: block;
}

.form-wrapper-alt .form-row .input-container textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  min-height: 80px;
  padding: 15px;
  resize: vertical;
  font-size: 14px;
  font-weight: 300;
}

.form-wrapper-alt .form-row .input-container input {
  border: 1px solid #CCCCCC;
  padding: 10.5px 16px;
  font-size: 16px;
  font-weight: 300;
  color: #111111;
  width: 100%;
}

.asterisk {
  color: #00AAAA;
  font-size: 38px;
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  top: 12px;
}


/* Form cols */
.form-cols .form-col {
  float: left;
}

.form-cols .form-col-1of2 {
  width: 47.9%;
}

.form-cols .form-col-1of3 {
  width: 33.5%;  
}

.form-cols .form-col-2of3 {
  width: 62.3%;  
}

.form-cols .form-col ~ .form-col {
  margin-left: 4.2%;
}

.form-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-row-inner > strong {
  font-size: 20px;
  line-height: 1;
}

.form-section-alt {
  padding: 30px;
}

.form-section .options-list {
  display: none;
  padding-left: 35px;
}

.options-list {
  margin-bottom: 69px;
}

.options-list ul {
  font-size: 14px;
  font-weight: 300;
  list-style-type: none;
  margin: 10px 0;
}

.options-list ul li ~ li {
  margin-top: 2px;
}


.form-cols-alt {
  display: flex;
  column-gap: 20px;
}

.form-col-small input {
  width: 42px !important;
  height: 42px !important;
  padding: 5px !important;
  text-align: center;
}

.form-col-big {
  flex: 1;
}
/* bottom-info-el */
.bottom-info-el {
  color: #111;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-top: 66px;
}

.bottom-info-el h4 {
  font-size: 20px;
  margin-bottom: 16px;
}

.bottom-info-el p {
  margin-bottom: 22px;
}

.bottom-info-el *:last-child {
  margin-bottom: 0;
}

.bottom-info-el button[type="submit"] {
  text-transform: uppercase;
  padding: 12px 28px 9px;
  border: 1px solid #00AAAA;
  font-size: 18px;
  font-weight: 700;
  color: #00AAAA;
  background: transparent;
  transition: all 0.2s ease-in-out;
  width: 380px;
}

.bottom-info-el button[type="submit"]:hover {
  background: #00AAAA;
  color: #fff;
}

.bottom-info-el .form-actions {
  margin-top: 70px;
  text-align: right;
}

.bottom-info-el .checkbox-wrapper {
  margin-bottom: 22px;
}

.bottom-info-el .checkbox-wrapper .check-text {
  font-size: 16px;
}

/* RADIO BUTTONS */
.cart-wrapper .radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
}

.cart-wrapper .radio-label strong {
  display: block;
  font-weight: 300;
  margin-top: 4px;
}

.form-row-radio  > input {
  width: calc(100% - 27px);
  margin: 0 0 0 auto;
  display: block;
  padding: 4px 12px;
  border: 1px solid #b5b5b5;
  margin-top: 6px;
}

.form-row-radio ~ .form-row-radio {
  margin-top: 20px;
}

.cart-wrapper .radio-label span:not(.checkmark) {
  color: #1DD510;
}

.cart-wrapper .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.cart-wrapper .radio-label .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

.cart-wrapper .radio-label input:checked ~ .checkmark {}

.cart-wrapper .radio-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cart-wrapper .radio-label input:checked ~ .checkmark:after {
  display: block;
}

.cart-wrapper .radio-label .checkmark:after {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #00AAAA;
  border: 0;
  top: 6px;
  left: 6px;
}

.settings-page .toggle-panel, .summary-boxes .toggle-panel, .form-wrapper-alt .toggle-panel {
    display: none;
}

/* prod-additions */
.prod-additions {
  color: #000;
}

.addition-box ~ .addition-box {
  margin-top: 20px;
}

.addition-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}

.addition-box-green h4 {
  color: #6FAE00;
}

.addition-box-green span {
  color: #6FAE00;
}

.addition-box-orange h4 {
  color: #E28800;
}

.addition-box-red h4 {
  color: #00AAAA;
  font-weight: 400;
}

.addition-box .box-row {
  display: flex;
  align-items: center;
  line-height: 1;
}

.addition-box .box-row .aside {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
}

.addition-box .box-row .aside img {
  margin-right: 10px;
}

.addition-box .box-row .aside .quantity {
  margin-right: 40px;
}

table .addition-box .box-row  p {
  margin: 0 !important;
}

.addition-box .box-row span {
  font-size: 24px;
  display: inline-block;
  margin-right: 6px;
}

.addition-box .box-row .aside {}

.table-order.table-order-prod tr.custom-padding td {
  padding-bottom: 3px;
  padding-top: 0;
}

.table-order.table-order-prod tr.custom-padding  ~ tr.custom-padding td {
  padding-bottom: 0;
  padding-top: 3px;
}

.table-order.table-order-prod tr.no-padding td {
  padding: 0 10px;
}

.table-order.table-order-prod tr.no-padding-top td {
  padding: 0 10px 10px;
}

.table-order.table-order-prod tr.no-padding-bottom td {
  padding: 10px 10px 2px;
}

.table-order.table-order-prod td.align-right {
  white-space: nowrap;
}


.table-order.table-order-prod tbody tr:first-child td {
  padding-top: 20px !important;
}

.table-order.table-order-prod tbody tr:last-child td {
  padding-bottom: 20px !important;
}

/* Sidebar */
.settings-page .sidebar-nav {
  width: 220px;
  list-style-type: none;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
}

.settings-page .sidebar-nav li {}
.settings-page .sidebar-nav li ~ li a {
  border-top: 1px solid #CCCCCC;
}

.settings-page .sidebar-nav li.active,
.settings-page .sidebar-nav li a:hover {
  background: #ADE5E5;
}

.settings-page .sidebar-nav li a {
  display: block;
  color: #111111;
  padding: 10px 14px;
  transition: all 0.2s ease-in-out;
}

.sidebar-select  + .chosen-container,
.sidebar-select {
  display: none !important;
}

.popup-btn img, .popup-btn span, .popup-btn strong {
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
  settings-wrapper
\* ------------------------------------------------------------ */
.page-content-shop {
  flex: 1;
  padding-left: 60px;
}

/* Box Cols */
.settings-page .box-cols {
  margin-bottom: 57px;
  display: flex;
  flex-wrap: wrap;
}

.settings-page .box-cols .col {
  /*float: left;*/
}

.settings-page .box-cols:not(.box-cols-even, .box-cols-alt) .col:nth-child(even) {
  margin-left: 13.2%;
}

.settings-page .box-cols:not(.box-cols-even) .col:nth-child(2n) ~ .col {
  margin-top: 60px;
}

.settings-page .box-cols .col-1of2 {
  width: 43.4%;
}

/* Box cols alt */
.box-cols-alt .col-1of2 {
  width: 50%;
}

.box-cols-alt .col {
  padding-right: 8.7%;
  float: none;
}

.box-cols-alt .col ~ .col {
  margin-left: 0;
}

.box-cols-alt .col:nth-child(2n) ~ .col {
  margin-top: 50px;
}

.box-cols-alt .col:nth-child(even) {
  margin-left: 0;
  padding-left: 8.7%;
  padding-right: 0;
  border-left: 1px solid #DEDEDE;
}


.settings-page-wishlist .page-content {
  padding-right: 0 !important;
}

.settings-page {
  padding: 0px 0 60px;
  font-size: 16px;
  line-height: 1.3;
  color: #111;
}

.settings-page .shell {
  display: flex;
  align-items: flex-start;
}

.settings-page .checkbox-wrapper .checkmark {
  width: 20px;
  height: 20px;
  top: 0;
  transform: none;
}

.settings-page .btn.btn-outline {
  background-color: transparent;
  line-height: 20.8px;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 50px 5px;
  text-transform: unset;
  border: 1px solid #00AAAA;
  color: #00AAAA;
  transition: all 0.2s ease-in-out;
}

.settings-page .btn.btn-outline:hover {
  color: #fff;
  background: #00AAAA;
}

.settings-page .checkboxes-wrapper {
  margin: 8px 0;
}

.settings-page  .checkbox-wrapper {
  padding-left: 30px;
}

.settings-page .page-content {
  float: left;
  width: calc(100% - 220px);
  padding-left: 60px;
}

.settings-page .page-title {
  font-size: 38px;
  margin-bottom: 60px;
  line-height: 1.3;
  color: #00AAAA;
}

.settings-page .page-top .page-title {
  margin-bottom: 0;
}

.settings-page .page-top {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.settings-page .box-cols .btn {
  margin-top: 20px;
}

.page-content-shop h5 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  
}

.page-content-shop h5 span {
  font-weight: 300;
}

.page-content-shop > h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.page-content-shop > h3.title-blue {
  margin-top: 96px;
  color: #008B8B;
}

h4.title-big {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.page-content-shop p {
  margin-bottom: 8px;
}

.page-content-shop p > span {
  min-width: 42px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  margin-right: 16px;
}

.page-content-shop p strong span {
  color: #957340;
}


.page-content-shop p a:not(.btn) {
  color: #957340;
  font-weight: 700;
}

.page-content-shop p a:not(.btn):hover {
  color: #111;
}

.page-content-shop .form-section {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}

.page-top-actions {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}

.page-content-shop .form-bottom {
  margin-top: 40px;
}

.page-content-shop .form-bottom .submit-button {
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 12px 10px 10px;
  background: #00AAAA;
  color: #fff;
  border: 0;
  transition: all 0.2;
}

.page-content-shop .form-bottom .submit-button:hover {
  background: #00CCCC;
}

.page-content-shop .page-inner {
  font-size: 14px;
  font-weight: 300;
}

.page-content-shop .page-inner p {
  margin-bottom: 20px;
}

.page-content-shop .page-inner > *:last-child {
  margin-bottom: 0;
}

.settings-page .page-top-actions .btn {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 110px;
  background: #00AAAA;
  color: #fff;
  border: 0;
  font-weight: 700;
}

.settings-page .page-top-actions .btn:hover {
  background: #00CCCC;
}

/* table-orders */
.table-orders {
  margin-bottom: 80px;
}

.table-orders table {
  font-size: 15px;
  width: 100%;
  text-align: left;
}

.table-orders th {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #F3F0EA;
  padding: 0 12px 8px 12px;
}

.table-orders td {
  padding: 10px 12px;
}

.table-orders td a {
  color: #111;
}

.table-orders td a:hover {
  color: #00AAAA;
}

.table-orders td {
  border-bottom: 1px solid #F3F0EA;
}

.table-orders tbody tr:hover {
  background: #CCCCCC;
}

.table-orders .table-bottom {
  margin-top: 20px;
}

/* Accordions */
.accordions-wrapper {
  margin-bottom: 50px;
}

.accordion  ~ .accordion {
  margin-top: 20px;
}

.accordion-top {
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

.accordion-top h3 {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.accordion-top h3:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 47%;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: top;
  height: 12px;
  width: 12px;
  border-color: #ccc;
  transition: all 0.2s ease-in-out;
}

.accordion.active h3:after {
  top: 54%;
  transform: translateY(-50%) rotate(-45deg);
  border-color: #00AAAA;
}

.accordion-body {
  display: none;
  border-bottom: 1px solid #DEDEDE;
  font-weight: 700;
  padding: 30px 0;
}

/* download-elements */
.download-elements {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}

.download-elements li {
  width: 44%;  
}

.download-elements li:before {}


.download-elements a {
  position: relative;
  padding-left: 12px;
  color: #111;
}

.download-elements a:hover {
  color: #00AAAA;
}

.download-elements a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}

.download-elements a:hover:before {
  background: #957340;
}

.download-elements img {
  margin-left: 10px;
}



/* RADIO BUTTONS */
.radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
}

.radio-label strong {
  display: block;
  font-weight: 300;
  margin-top: 4px;
}

.form-row-radio  > input {
  width: calc(100% - 27px);
  margin: 0 0 0 auto;
  display: block;
  padding: 4px 12px;
  border: 1px solid #b5b5b5;
  margin-top: 6px;
}

.form-row-radio ~ .form-row-radio {
  margin-top: 20px;
}

.radio-label span:not(.checkmark) {
  color: #1DD510;
}

.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.radio-label .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

.radio-label input:checked ~ .checkmark {}

.radio-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-label input:checked ~ .checkmark:after {
  display: block;
}

.radio-label .checkmark:after {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: #00AAAA;
  border: 0;
  top: 4px;
  left: 4px;
}

#personal-data,
#add-edit-address {
  max-width: 555px;
}


/* Tooltip box */
.tooltip-box {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.tooltip-box span {
  position: absolute;
  min-width: 128px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: #00AAAA;
  right: 0;
  top: -38px;
  visibility: hidden;
  opacity: 0;
  padding: 3px 2px 4px;
}

.tooltip-box span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00AAAA transparent transparent transparent;
  top: 100%;
  right: 4px;  
  transform: translateX(-50%);
  position: absolute;
}

.tooltip-box:hover span {
  visibility: visible;
  opacity: 1;
}

.tooltip-box span + span {}

/* Pass toggle */
.input-container .toggle-password + .toggle-password {
  display: none;
}

.input-container.active .toggle-password {
  display: none;
}

.input-container.active .toggle-password + .toggle-password {
  display: inline-block;
}

.input-container .tooltip-box span + span {
  display: none;
}

.input-container.active .tooltip-box span {
  display: none;
}

.input-container.active .tooltip-box span + span {
  display: inline-block;
}

.input-container .tooltip-box {
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  right: 10px;
}

.access-forms {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 100px;
}

/* form-alt */
.form-alt .form-head {
  margin-bottom: 40px;
}

.form-alt .form-body > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 12px;
}

.form-alt .form-footer > span {
    font-size: 16px;
    display: block;
    margin: 30px 0;
    line-height: 1.3;
    text-align: left;
}

.form-alt .form-head h3 {
  font-size: 38px;
  font-weight: 400;
  color: #00AAAA;
}

.form-alt .form-row ~ .form-row {
  margin-top: 18px;
}

.form-alt .form-label {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 7.5px;
  display: block;
  color: #111111;
}

.form-alt .form-row {
  display: block;
}

.form-alt .form-row .input-container {
  margin-left: 0;
}

.form-alt .form-row .input-container input {
  border: 1px solid #CBC5BB;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  color: #111111;
}

.form-alt .form-footer {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.form-alt .form-footer .submit-button {
  padding: 13px 5px 11px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #00AAAA;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}

.form-alt .form-footer .submit-button:hover {
  background: #00CCCC;
}

.form-alt .form-footer .btn-outline {
  padding: 9px 5px 8px;
  border: 1px solid #00AAAA;
  background: transparent;
  color: #00AAAA;
  border-radius: 0;
}

.form-alt .form-footer .btn-outline:hover {
  color: #fff;
  background: #00AAAA;
  border-color: #00AAAA;
}

.form-alt .form-footer > p {
  font-size: 16px;
  margin: 40px 0;
}

.form-alt .form-footer > p a {
  color: #111111;
}

.form-alt .form-footer > span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 30px 0 40px;
  line-height: 1.3;
  text-align: left;
}

.form-alt .form-footer > p a:hover {
  color: #00AAAA;
}

.form-alt .footer-inner {
  margin-top: 60px;
  display: block;
}

.form-alt .footer-inner p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
}

.form-alt .form-footer .submit-button,
.form-alt .form-footer .btn {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.form-alt .checkboxes-wrapper {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}

.form-alt .checkbox-wrapper .check-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}

.form-alt .checkmark {
  width: 22px;
  height: 22px;
  border-width: 1px;
  top: 0;
  transform: none;
}

.form-alt .checkbox-wrapper {
  padding-left: 34px;
}

.access-forms {
  max-width: 380px;
  margin: 0 auto;
}

.boxes-type-4-wishlist .box-actions {
  margin-top: 20px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxes-type-4-wishlist .box-actions form {
  display: flex;
  width: 100%;
  justify-content: center;
}

.boxes-type-4-wishlist .box-actions .hover-images {
  width: 100%;
  max-width: 200px;
}

.boxes-type-4-wishlist .btn-icon {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 1px solid #00AAAA;
  color: #00AAAA;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 11px 5px 8px;
}

.boxes-type-4-wishlist .btn-icon:not(.btn-filled):hover {
  color: #fff;
  background: #00AAAA;
}

.boxes-type-4-wishlist .btn-icon.btn-filled {
  background: #00AAAA;
  color: #fff;
}

.boxes-type-4-wishlist .btn-icon.btn-filled:hover {
  background: #00CCCC;
  border-color: #00CCCC;
}

/* gallery-elements */
.gallery-elements {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
  column-gap: 5.25%;
  row-gap: 76px;
  margin-bottom: 108px;
}

.gallery-elements .gallery-item {
  width: 29.83%;
  position: relative;
}

.gallery-elements .gallery-content {
  padding: 0 15px;
}

.gallery-elements .gallery-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

.gallery-elements .gallery-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.gallery-elements .gallery-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.gallery-elements .gallery-image-wrapper:hover .gallery-image {
  transform: scale3d(1.3, 1.3, 1.3);
}

.gallery-elements h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.gallery-elements h3 a {
  color: #111111;
  transition: all 0.2s ease-in-out;
}

.gallery-elements h3 a:hover {
  color: #00CCCC;
}


/* brands */
.brands {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.65%;
  row-gap: 22px;
  margin-bottom: 108px;
}

.brands .brand {
  position: relative;
  width: 14.46%;
  padding-bottom: 9.61%;
}

.brands .brand-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brands .brand-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.brands .brand img {
  transition: all 0.2s;
}

.brands .brand:hover img {
  transform: scale3d(0.8, 0.8, 0.8);
}


/* ------------------------------------------------------------ *\
  Filters wrapper
\* ------------------------------------------------------------ */
.section-top + .filters-wrapper {
  margin-top: -40px;
}

.filters-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: 78px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 45px;
}

.filters-wrapper ul {
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  list-style-type: none;
  column-gap: 36px;
}

.filters-wrapper ul li a {
  color: #006868;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  text-transform: uppercase;
}

.filters-wrapper ul li.active a,
.filters-wrapper ul li a:hover {
  color: #00AAAA;
}

.filter-arrow {
  transition: all 0.2s ease-in-out;
  background-image: url(../icons/chevron-gray.svg);
  width: 14px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 1;
}

@media only screen and (min-width: 1025px) {
  .filter-arrow:hover {
    background-image: url(../icons/chevron-blue.svg);
  }
}

.filter-prev {
  transform: rotate(90deg);
}

.filter-next {
  transform: rotate(-90deg);
}

/* Contacts form */
.form-wrapper-contacts.form-wrapper {
  position: relative;
  margin-bottom: 140px;
  padding: 0;
}

.form-wrapper-contacts .form-wrapper .shell {
  max-width: 1100px;
}

.form-wrapper-contacts .form-title {
  font-size: 70px;
  color: #111111;
  margin-bottom: 50px;
  font-weight: 100;
  line-height: 1.2;
  padding-left: 100px;
}

.form-wrapper-contacts .form-row {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #777777;
  padding-bottom: 4px;
}

#contact-form .form-col .form-row {
  margin-top: 0;
}

#contact-form .submit-button {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  background: #111;
  color: #fff;
  border: 0;
  outline: none;
  width: 285px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

#contact-form .submit-button:hover {
  background: #00CCCC;
}

#contact-form .form-row .input-container {
  flex-grow: 1;
}

.form-wrapper-contacts .checkboxes-outer {
  text-align: center;
}

.checkboxes-outer .checkboxes-wrapper {
  display: inline-block;
  margin-top: 70px;
  text-align: left;
}

#contact-form .form-label { 
  font-size: 15px;
  font-weight: 400;
  color: #00AAAA;
  text-transform: lowercase;
  margin-right: 20px;
  line-height: 1;
}

#contact-form .form-row ~ .form-row {
  margin-top: 48px;
}

#contact-form .form-row .input-container input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}

#contact-form .checkbox-wrapper .check-text {
  font-size: 16px;
  color: #666666;
}

.form-wrapper-contacts .form-row-textarea {
  display: block;
  border: 0;
}

.form-wrapper-contacts .form-row-textarea + .checkboxes-wrapper {
  display: none;
}

.form-wrapper-contacts .form-row-textarea .form-label {
  position: static;
  margin-bottom: 5px;
  display: block;
}

.form-wrapper-contacts .form-row-textarea textarea {
  border: 1px solid #777777;
  height: 208px;
  background: transparent;
  width: 100%;
  font-size: 15px;
  padding: 14px;
  line-height: 1.4;
  color: #333333;
  font-weight: 400;
}

#contact-form .form-actions {
  margin-top: 90px;
  text-align: center;
}

#contact-form .form-actions .recaptcha-wrapper {
  transform: scale(0.95) !important;
  position: relative;
  left: -9px;
  margin-top: 26px;
  margin-bottom: 63px;
}

#contact-form .form-row-textarea .form-label {
  padding-bottom: 4px;
  display: inline-block;
}

.form-wrapper-contacts .form-buttons {
  text-align: center;
  margin-top: 88px;
}

.form-wrapper-contacts .recaptcha-wrapper {
  margin-top: 50px;
}

#contact-form .form-cols {
  display: flex;
  width: 100%;
}

#contact-form .form-col {
  flex-basis: 50%;
}

#contact-form .form-col ~ .form-col {
  margin-left: 100px;
}

/* search-results */
.search-results {
  margin-bottom: 110px;
}

.search-results .shell > h3 {
  font-size: 40px;
  font-weight: 300;
  color: #00AAAA;
  margin-bottom: 40px;
  padding-left: 32px;
}

.search-results .boxes-type-4 + h3 {
  margin-top: 116px;
}

/* Page search */
.page-search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 190;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  top: -100vh;
}

.page-search-wrapper .close-search {
  position: absolute;
  right: 50px;
  top: 120px;
}

.page-search-wrapper.active {
  top: 0;
}

.active-menu .page-search-wrapper.active {
  z-index: 501;
}

.searchForm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.searchForm input {
  border: 0;
  background: #fff;
  color: #111;
  font-size: 24px;
  width: 653px;
  height: 75px;
  padding-left: 30px;
  padding-right: 65px;
}

.searchForm input::placeholder {
  color: #111;
  font-size: 24px;
}

.searchForm input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.searchForm input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
.searchForm input[type="search"]::-webkit-search-decoration,
.searchForm input[type="search"]::-webkit-search-cancel-button,
.searchForm input[type="search"]::-webkit-search-results-button,
.searchForm input[type="search"]::-webkit-search-results-decoration { display: none; }

.searchForm button {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  background-image: url(../icons/search-black.svg);
  width: 23px;
  height: 23px;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  box-shadow: none;
}

.searchForm button:hover {
  background-image: url(../icons/search-blue.svg);
}

/* category-nav-wrapper */
.category-nav-wrapper {
/*  position: relative;
  background: #00CDFF;
  width: 320px;*/
  margin-left: 79px;
}

.category-nav-wrapper.active .toggle-categories .custom-icon {
  transform: rotate(-180deg);
}

.category-nav {
  position: absolute;
  left: 80px;
  top: 100%;
  background: #fff;
  width: 100%;
  padding: 30px 0px 47px 0px;
  font-size: 15px;
  display: none;
  width: 310px;
  box-shadow: -1px 1px 4px rgba(0,0,0,0.2);
}

.category-nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.category-nav > ul > li.active > a {
  color: #00AAAA;
}

@media only screen and (min-width: 1025px) {
    .category-elements a.visible .icon-arrow-nav,
    .category-nav > ul > li:hover > a .icon-arrow-nav {
      transform: rotate(-90deg);
        background-image: url(../icons/chevron-blue.svg);
    }
    .category-nav > ul > li:hover > a,
    .category-nav ul li a:hover {
        color: #00AAAA;
    }
}

.category-elements > li > a {
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}

.category-nav a {
  color: #111111;
  display: flex;
  align-items: center;
  line-height: 1.2;
  column-gap: 10px;
  padding-right: 30px;
}

.category-elements > li > a {
    justify-content: end;
}

.category-elements > li {
    padding-left: 40px;
}

.toggle-categories {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 8px;
  color: #00AAAA;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.toggle-categories:hover {
  color: #00CCCC;
}

.category-elements > li:hover > .sub-menu-category {
  visibility: visible;
  opacity: 1;
}

.sub-menu-category {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: calc(100vw - 478px);
  display: flex;
  visibility: hidden;
  opacity: 0;
  padding: 28px 51px;
  row-gap: 48px;
  column-gap: 2%;
  flex-wrap: wrap;
  max-height: calc(100vh - 123px);
  overflow-y: auto;
  direction: ltr;
  text-align: left;
  align-content: flex-start;
}

.category-elements {
 max-height: calc(100vh - 200px);
 overflow-y: auto;
 direction: rtl;
 padding-bottom: 20px;
}

.sub-menu-category .box {
  width: 32%;
}

.sub-menu-category .box a {
  font-size: 14px;
  padding-right: 0;
  font-weight: 400;
}

.sub-menu-category .box ul {
  row-gap: 11px;
  font-size: 14px;
  font-weight: 400;
}

.sub-menu-category .box ul li.active a {
  color: #00AAAA;
}

.sub-menu-category .box h4 a {
  font-size: 15px;
  font-weight: 700;
}

.sub-menu-category .box h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 1.2;
}

.sub-menu-category .box h4.active a {
    color: #00AAAA;
}

.sub-menu-category .box h4 > a {
    display: inline-block;
}

.sub-menu-category::-webkit-scrollbar,
.category-elements::-webkit-scrollbar {
  width: 5px;
}

.sub-menu-category::-webkit-scrollbar-track,
.category-elements::-webkit-scrollbar-track {
  background: #E2E2E2;
  width: 1px;
}

.sub-menu-category::-webkit-scrollbar-thumb,
.category-elements::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.scroll-top {
  position: fixed;
  right: 36px;
  bottom: 90px;
}

.lang-picker {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  margin-left: auto;
  text-transform: capitalize;
}

.lang-picker a {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  margin-left: auto
}

.lang-picker li a:hover,
.lang-picker li.active a {
  color: #00CCCC;
}

.lang-picker {
  display: flex;
  align-items: center;
  column-gap: 10px;
}


/* ------------------------------------------------------------ *\
  Media Queries
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1350px) {
  .category-nav-wrapper {
    margin-left: 30px;
  }

  .header-nav > ul {
    column-gap: 15px;
  }

  .header-content {
    padding-right: 20px;
  }

  .footer-nav {
    margin: 0;
  }

  .slider-images .slick-next {
    right: -60px;
  }

  .slider-images .slick-prev {
    left: -60px;
  }

  .paging-info {
    right: 20px;
  }
}

@media only screen and (max-width: 1200px) {

  .footer-nav {
    margin-right: 20px;
  }

  .footer-nav ul li {
    margin-left: 40px;
  }

  /*.subscribe-form input {
    width: 260px;
  }*/

  .subscribe-form .form-body {
    width: 260px;
  }

  .header .logo img {
    display: none;
  }

  .section-testimonials .section-inner {
    padding-left: 0;
  }

  .section-testimonials .section-inner h3 {
    top: -30px;
    font-size: 50px;
  }

  .header .logo img + img {
    display: inline-block;
  }

  .header .logo {
    min-width: 45px;
  }

  .link-inquiry {
    font-size: 14px;
  }

  .header-aside {
    padding-right: 40px;
  }

  .link-menu {
    margin-left: 22px;
  }

  .fullscreen-menu .cols .col-1of3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-nav-items {
    padding-left: 50px;
  }

  .product-image {
    width: 440px;
  }

  .product-image .product-features {
    display: none;
  }

  .product-features .aside.mobile-view {
    display: block;
    margin-bottom: 40px;
  }
  .product-image .main-image {
    height: 440px;
  }

  .input-group {
    margin-right: 30px;
  }

  .product-main-data .prod-content {
    padding-left: 40px;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (max-width: 1024px) {
  .add-to-list {
    display: block;
    margin: 20px auto 0;
  }
  
  .boxes-type-2.slider-products .box {
    margin-left: 10px;
  }

  .boxes-type-2.slider-products.slick-initialized .slick-list {
    margin-left: -10px;
  }

  .scroll-top {
    bottom: 130px;
    right: 10px;
  }

  .widget-visible iframe:first-child {
    bottom: 58px !important;
    right: 0px !important;
  }

  .main-slider-outer {
    padding-top: 60px;
    padding-right: 60px;
  }

  .main-slider-wrapper .slide-content {

  }

  .main-slider-wrapper .slide-content h3 {
    font-size: 42px;
  }

  .main-slider-wrapper .slide-content > p {
    font-size: 16px;
  }

  .section-top .shell {
    padding: 0 30px;
  }
  .gallery-elements {
    padding: 0;
  }

  .radio-el-color .color-tooltip {
    top: 120%;
  }

  .slider-gallery-images {
    height: 440px;
  }
  .footer-nav {
    display: none;
  }

  .footer .footer-inner {
    column-gap: 20px;
  }

  .section-featured-products .shell {
    padding: 0 80px;
  }

  .header-nav {
    display: none;
  }

  .category-nav-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    margin: 0;
    z-index: -1;
    transition: all 0.2s;
  }

  .active-menu .category-nav-wrapper {
    top: 100%;
  }

  .toggle-categories {
    background: #F5F5F5;
    justify-content: center;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .active .toggle-categories {
    background: #fff;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header-content {
    width: 100%;
    padding: 18px 24px;
  }

  .header-aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .link-list,
  .header .link-heart,
  .aside-links > a:not(.link-cart),
  .link-inquiry {
    display: none;
  }

  .link-menu {
    margin-left: 0;
  }

  .lang-picker {
    margin-left: 26px;
  }

  .toggle-menu {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    width: 50%;
    height: 60px;
    top: 0;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    background: #F5F5F5;
    justify-content: center;
    transition: all 0.2s;
    z-index: -1;
    column-gap: 8px;
  }

  .toggle-menu:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../icons/chev-black.svg);
    width: 8px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
    transition: all 0.2s;
  }

  .toggle-menu.active:after {
    transform: rotate(-90deg);
  }

  .intro {
    margin-top: 60px;
    margin-right: 60px;
  }

  .active.toggle-menu {
    background: #fff;
  }

  .active-menu .toggle-menu {
    top: 100%;
  }

  .category-nav {
    left: 0;
    width: 100vw;
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 26px 24px;
  }

  .sub-menu-category {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0;
  }

  .sub-menu-category .box ul {
    display: none;
    padding-left: 20px;
    margin-bottom: 13px;
  }

  .sub-menu-category .box ul li ~ li {
    margin-top: 10px;
  }

  .sub-menu-category,
  .category-elements {
    max-height: 100%;
    overflow: visible;
    direction: ltr;
  }

  .category-elements > li {
    padding-left: 0;
  }

  .icon-arrow-nav {
    order: 2;
  }

  .category-elements > li > a {
    justify-content: flex-start;
  }

  .sub-menu-category .box {
    width: 100%;
  }

  .category-nav a {
    padding-right: 0;
  }

  .sub-menu-category {
    display: none;
    box-shadow: none;
    padding-left: 20px;
    margin-top: 13px;
  }

  .sub-menu-category .box h4 {
    display: flex;
    font-size: 15px;
    text-transform: none;
    align-items: center;
  }

  .category-elements > li:last-child {
    padding-bottom: 30px;
  }

  .fullscreen-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 120px);
    transition: none;
    top: 120px;
    position: absolute;
  }

  .fullscreen-menu .close-menu {
    display: none;
  }

  .fullscreen-menu .cols {
    flex-direction: column;
    background: transparent;
    text-align: right;
    padding: 26px 24px;
  }

  .fullscreen-menu .cols .col-2of3,
  .fullscreen-menu .cols .col-1of3 {
    width: 100%;
  }

  .logo-alt {
    display: none;
  }

  .nav-main {
    font-size: 27px;
  }

  .nav-main .sub-menu {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .main-nav-items {
    padding: 0;
  }

  .fullscreen-menu .cols .col-1of3 {
    padding: 0;
    background: transparent;
  }

  .nav-main .collapse-icon {
    position: absolute;
    right: 0;
    top: 8px;
  }

  .nav-main > ul > li {
    padding-right: 30px;
  }

  .nav-secondary {
    font-size: 25px;
    padding-right: 30px;
    margin-top: 27px;
    font-weight: 400;
  }

  .nav-secondary > ul > li > a {
    color: #111;
  }

  .top-socials {
    display: none;
  }

  .navigations-bar {
    display: flex;
    background: #111;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
  }

  .navigations-bar .aside a {
    font-size: 13px;
  }

  .navigations-bar .aside a ~ a {
    margin-left: 10px;
  }

  .navigations-bar .content {
    display: inline-flex;
    align-items: center;
    column-gap: 30px;
  }

  .visible > .icon-arrow-nav {
    transform: rotate(-180deg);
    background-image: url(../icons/chevron-blue.svg);
  }

  .page-search-wrapper {
    height: calc(100vh - 48px);
  }

  .searchForm input {
    width: 300px;
    max-width: 300px;
  }

  .searchForm input {
    height: 55px;
    font-size: 18px;
  }

  .searchForm input::placeholder {
    font-size: 18px;
  }

  .boxes-type-1 {
    flex-direction: column;
    align-items: center;
  }

  .boxes-type-1 .box-col {
    width: 80%;
  }

  .shell {
    padding: 0 24px;
  }

  .section-product {
    padding: 0 30px 50px;
  }

  .boxes-type-4.boxes-type-4-full,
  .boxes-type-4 {
    column-gap: 5%;
  }

  .boxes-type-4.boxes-type-4-full .box,
  .boxes-type-4 .box {
    width: 30%;
  }
}

@media only screen and (max-width: 980px) {
  .paralax-content {
    left: 14px;
  }

  .paralax-content h3 {
    font-size: 112px;
    padding-left: 50px;
  }

  .paralax-content h5 {
    padding-left: 40px;
    font-size: 62px;
  }

  .section-testimonials .section-content {
    flex-direction: column;
  }

  .section-testimonials .section-image {
    flex-basis: auto;
    max-width: 300px;
  }

  .section-testimonials .section-inner h3 {
    position: static;
    margin-bottom: 20px;
  }

  .section-testimonials .section-inner {
    text-align: center;
  }

  .testimonials .box-head {
    padding-left: 0;
  }

  .testimonials .slick-arrow.slick-next,
  .testimonials .slick-arrow.slick-prev {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -80px;
  }

  .testimonials .slick-arrow.slick-prev {
    margin-left: -40px;
    transform: translateX(-50%) rotate(-180deg);
  }

  .testimonials .slick-arrow.slick-next {
    margin-left: 40px;
  }

  .section-testimonials {
    padding-bottom: 120px;
  }

  .product-main-data {
    flex-direction: column;
  }

  .product-image {
    margin: 0 auto 40px;
  }

  .product-main-data .prod-content {
    padding-left: 0;
    width: 100%;
  }

  .product-features {
    flex-direction: column;
  }

  .product-features .aside {
    width: 100%;
  }

  .product-features .content {
    padding-left: 0;
    margin-top: 30px;
  }

  /*.boxes-type-5 {
    flex-direction: column;
  }

  .boxes-type-5 .box {
    width: 100%;
  }*/

  .boxes-type-5 .box-content .btn,
  .boxes-type-5 .box-dates,
  .boxes-type-5 .box-content {
    position: static;
  }

  .section-top h3 {
    font-size: 70px;
  }

  .boxes-type-5 .box-content {
    align-items: flex-start;
  }

  .boxes-type-5 .box-dates {
    order: 3;
  }

  .boxes-type-5 .box-content .btn {
    margin-top: 20px;
  }

  .boxes-type-5 .box-content > p,
  .boxes-type-5 h3 {
    max-width: 100%;
  }

  .cart-cols {
    flex-direction: column;
  }

  .cart-cols .col-1of3,
  .cart-cols .col-2of3 {
    width: 100%;
    position: static;
  }

  .cart-cols .col-2of3 .col-inner {
    padding-right: 0;
    border: 0;
  }

  .cart-cols .col-1of3 {
    margin-top: 40px;
  }

  .cart-cols .col-1of3 .col-inner {
    padding-left: 0;
  }

  .cart-wrapper {
    margin-bottom: 60px;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (max-width: 767px) {


  .boxes-type-2.slider-products:not(.slick-initialized) {
    flex-direction: column;
  }

  .boxes-type-2.slider-products:not(.slick-initialized) .box {
    width: 100%;
  }

  .product-box .helper-text {
    position: static;
    display: block;
    margin-bottom: 15px;
  }

  .boxes-type-6 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .boxes-type-6 .box {
    width: 100%;
    flex-direction: column;
  }

  .boxes-type-6 .box-content {
    padding-left: 0;
    padding-right: 0;
  }

  .boxes-type-6 .box-image-wrapper {
    width: 100%;
    padding-bottom: 100%;
  }

  .section-top .shell {
    padding: 0 24px;
  }

  .section-top h3 {
    font-size: 32px;
  }

  .section-top .section-content {
    padding-left: 0;
    font-size: 16px;
  }

  .boxes-type-5 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .boxes-type-5 .box {
    width: 100%;
  }

  .boxes-type-5 h3 {
    font-size: 26px;
  }

  .boxes-type-5 .box-content {
    padding: 12px;
  }

  .boxes-type-5 .box-dates {
    margin-top: 10px;
  }

  .footer-content-outer {
    padding: 24px;
  }

  .footer:after {
    display: none;
  }

  .footer .footer-inner {
    flex-direction: column;
    padding: 0;
  }

  .footer-content {
    padding: 30px 16px 21px;
  }

  .footer-socials {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 12px;
    margin-bottom: 25px;
  }

  .footer-bottom {
    padding: 0;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-bottom {
    background: #111111;
    padding: 15px 0;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    padding: 0;
    row-gap: 12px;
  }

  .footer-socials li {
    width: 33%;
  }

  .subscribe-form input {
    width: 100%;
    max-width: 280px;
  }

  .subscribe-form .form-body {
    width: 100%;
    max-width: 280px;
    margin: 0 auto
  }

  .logo-footer {
    max-width: 135px;
  }

  .footer .footer-inner {
    text-align: center;
  }

  .footer-inner p {
    font-size: 14px;
  }

  .image-boxes {
    flex-wrap: wrap;
  }

  .image-boxes .box {
    width: 33%;
    padding-bottom: 33%;
  }

  .step-boxes {
    flex-direction: column;
  }

  .step-boxes .box {
    width: 100%;
    padding: 20px 25px;
    padding-right: 50px;
  }


  .step-boxes .box img.step-number {
    max-width: 100%;
    height: 30px;
    bottom: 0;
  }

  .section-highlights .section-head {
    padding: 0;
    flex-direction: column;
    row-gap: 37px;
  }

  .boxes-type-3 .box-content {
    padding: 0;
    padding-left: 40px;
  }

  .section-partners .shell {
    padding: 0 20px;
  }

  .box-dates {
    font-size: 38px;
  }

  .owl-carousel {
    display: flex;
    flex-wrap: wrap;
  }

  .infinite-loop-wrapper {
    padding: 0;
    justify-content: space-between;
    row-gap: 12px;
  }

  .infinite-loop-wrapper a {
    height: 33px;
  }

  .section-partners .section-head {
    padding-left: 0;
  }

  .section-partners .section-title {
    font-size: 38px;
    text-align: center;
    font-weight: 300;
  }

  .section-highlights .slider-custom-nav-alt {
    margin: 0;
  }

  .section-highlights .section-title {
    font-size: 38px;
    font-weight: 300;
  }

  .boxes-type-3 {
    padding: 0;
    margin-left: -30px;
  }

  .section-testimonials .section-inner h3 {
    white-space: normal;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 38px;
  }

  .testimonials h4 {
    font-size: 24px;
  }

  .testimonials .box-head p {
    font-size: 18px;
  }

  .testimonials .box-head {
    margin-bottom: 30px;
  }

  .testimonials {
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
  }

  .testimonials .box-content {
    padding: 0;
    font-size: 15px;
    padding-bottom: 30px;
  }

  .testimonials .box-content:after {
    bottom: 0px;
  }

  .testimonials .box-content:before {
    top: -24px;
  }

  .rev_slider_wrapper:before,
  .rev_slider_wrapper:after {
    display: none;
  }

  .intro {
    margin-left: 0;
    margin-right: 0;
    height: 415px;
    min-height: 415px;
  }

  .tp-bullets {
    display: none !important;
  }

  .rev-video-media .tp-caption > .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name, .rev-image-media .tp-caption > .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name {
    font-size: 26px !important;
  }

  .rev-video-media .tp-caption > .main_caption_name + .main_caption_name, .rev-video-media .tp-caption > a .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > .main_caption_name + .main_caption_name, .rev-image-media .tp-caption > a .main_caption_name + .main_caption_name {
    font-size: 14px !important;
  }

  .rev-image-media .tp-caption {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 24px 110px 24px !important;
  }

  .rev_slider_wrapper .defaultimg:before {
    width: 100%;
  }

  .tparrows {
    width: 40px;
    height: 40px;
  }

  .tp-leftarrow {
    margin-left: -40px;
  }

  .tp-rightarrow {
    margin-right: -40px;
  }

  .section-welcome .section-title span {
    font-size: 57px;
    margin-right: -5px;
    top: 4px;
  }

  .section-welcome .section-title {
    font-size: 26px;
  }

  .section-welcome .section-head {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-welcome .section-head p {
    font-size: 23px;
    padding: 0;
    margin-top: 2px;
  }

  .boxes-type-1 .box-col {
    width: 100%;
    row-gap: 70px;
  }

  .boxes-type-1 {
    margin-left: -30px;
    row-gap: 70px;
  }

  .boxes-type-1 .box-content,
  .boxes-type-1 .box.box-big .box-content {
    position: static;
    background: transparent;
    padding: 0;
    padding-left: 40px;
    width: 100%;
    order: 2;
  }

  .section-welcome .section-head {
    padding-left: 0;
  }

  .boxes-type-1 .box-image-wrapper {
    margin-bottom: 15px;
  }

  .boxes-type-1 h3,
  .boxes-type-1 .box.box-big .box-content h3 {
    font-size: 22px;
    max-width: 100%;
  }

  .boxes-type-1 .box.box-big .box-content > p {
    max-width: 100%;
    margin-bottom: 26px;
  }

  .boxes-type-1 .box.box-big .box-content .btn {
    position: static;
  }

  .boxes-type-1 .box-discount {
    margin-bottom: 8px;
  }

  .boxes-type-1 .box {
    flex-direction: column;
  }

  .boxes-type-1 .box-image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    order: 1;
  }

  .scroll-top {
    position: fixed;
    right: 10px;
    bottom: 130px;
  }

  .section-featured-products {
    padding: 60px 0;
  }

  .section .section-head {
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }

  .section-trending-prods .section-head {
    margin-bottom: 70px;
  }

  .section .section-title {
    font-size: 38px;
  }

  .section-featured-products .shell {
    padding: 0 30px;
  }

  .slider-products .slick-dots {
    display: none;
  }

  .tab-elements {
    padding: 0;
  }

  .slider-products {
    margin: 0 -24px;
  }

  .tabs-nav {
    flex-wrap: wrap;
    border: 0;
    column-gap: 30px;
    row-gap: 22px;
    justify-content: center;
  }

  .tabs {
    padding: 0;
  }

  .slider-products {
    position: relative;
    padding-bottom: 70px;
  }

  .slider-products .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border: 1px solid #111;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider-products .slick-next:before {
    content: '';
    background: url(../../assets/icons/chev-black.svg);
    width: 7px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .slider-products .slick-prev:before {
    content: '';
    background: url(../../assets/icons/chev-black.svg);
    width: 7px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
  }

  .slider-products .slick-prev {
    margin-left: -40px;
  }

  .slider-products .slick-next {
    margin-left: 40px;
  }

  .section-paralax {
    margin-left: 0;
    margin-right: 0;
  }

  .paralax-image {
    background-attachment: unset;
  }

  .paralax-content {
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 37px;
    bottom: 133px;
  }

  .paralax-content h4 {
    font-size: 52px;
  }

  .paralax-content h3 {
    font-size: 70px;
    padding: 0;
  }

  .paralax-content h5 {
    font-size: 36px;
    padding: 0;
  }

  .section-paralax:after {
    width: 100%;
    right: 0;
  }

  .icon-boxes-wrapper {
    flex-direction: column;
    row-gap: 60px;
  }

  .icon-boxes-wrapper .box {
    width: 100%;
    max-width: 300px;
  }

  .section-text {
    font-size: 15px;
  }

  .boxes-type-2 {
    margin: 0 -24px;
  }

  .slider-custom-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .section-trending-prods {
    position: relative;
    padding-top: 40px;
  }

  /*page content*/
  .page-nav {
      padding: 0;
  }

  .page-nav a {
    width: 40px;
    height: 40px;
  }

  .page-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
    font-size: 16px;
    margin-bottom: 0px;
  }

  .page-content .shell {
    padding: 0;
  }

  .page-head h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .list-icons li {
    width: 40px;
  }

  .list-icons {
    column-gap: 27px;
  }

  .page-nav .page-prev:before {
      margin-right: 4px;
  }

  .article > p {
    font-size: 16px;
  }

  .page-head {
    margin-bottom: 60px;
  }

  .list-logos {
    display: flex;
    flex-wrap: wrap;
  }

  .list-logos ul li {
    width: 80px;
    margin: 0;
  }

  .list-thumbnails li {
    width: 45%;
  }

  .list-thumbnails ul {
    column-gap: 10%;
    row-gap: 30px;
  }

  .list-thumbnails .thumbnail-image {
    height: auto;
  }

  .slider-gallery-images {
    padding: 0;
  }

  .paging-info  {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -45px;
    right: auto;
  }

  .paging-info span:first-child {
      top: 0;
  }

  .paging-info .divider {
      margin-right: 15px;
  }

  .paging-info span:first-child {
      right: auto;
  }

  .paging-info .divider {
    font-size: 24px;
  }

  .paging-info span:first-child {
    font-size: 22px;
  }

  .paging-info span:last-of-type {
    top: 0;
  }

  .slider-images .slick-arrow {
    top: auto;
    bottom: -65px;
    width: 30px;
    height: 30px;
  }

  .slider-images .slick-arrow {
    right: 0;
  }

  .slider-images .slick-prev {
    left: 0;
  }


  .article h3 {
    font-size: 24px;
  }

  .article > ul,
  .article > ol {
    font-size: 16px;
    padding-left: 40px;
  }

  a.inserted-file {
    margin-left: 50px;
  }

  .article {
    margin-bottom: 30px;
  }

  .page-nav .page-next:after {
      margin-left: 4px;
  }

  .slider-gallery-images {
      height: 250px;
  }

  .article > ol li:before {
      font-size: 16px;
  }

  .page-bottom {
    flex-direction: column;
    row-gap: 30px;
  }

  .page-price .wrapper-price strong {
    font-size: 18px;
  }

  .page-price .wrapper-price span {
    font-size: 14px;
  }

  .page-price .price.price-old .wrapper-price:before {
    height: 1px;
  }

  .page-dates span {
    font-size: 22px;
  }

  .page-dates {
    font-size: 16px;
  }

  .page-dates p ~ p:before {
    font-size: 30px;
  }

  .page-gallery {
    margin-bottom: 40px;
  }

  .product-image .main-image {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
    margin: 0 auto;
  }

  .slider-nav .slick-track,
  .slider-nav .slick-list,
  .slider-nav .slick-slide img {
    height: 100%;
  }

  .product-image {
    width: 100%;
    max-width: 280px;
  }

  .slider-nav {
    width: 100%;
    max-width: 280px;
    padding: 0 26px;
  }

  .product-main-data .prod-content h3 {
    font-size: 28px;
  }

  .prod-content-bottom,
  .product-main-data .box-prices {
    flex-direction: column;
  }

  .prod-content-bottom {
    row-gap: 20px;
  }

  .input-group {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 272px;
    display: block;
  }

  .input-group + .submit-button {
    display: block;
    margin: 0 auto;
  }

  .product-features .box-data.box-data-table .box-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-data-table table {
    font-size: 12px;
  }

  .box-data-table table td, .box-data-table table th {
    padding: 4px;
  }

  .product-features .content .box-cols {
    flex-direction: column;
  }

  .product-features .content .box-cols .col {
    width: 100%;
  }

  .form-product {
    padding-bottom: 40px;
  }

  .page-content.page-content-prod {
    margin-bottom: 30px;
  }

  .section-last-viewed .section-head {
    flex-direction: column;
  }

  .slider-custom-nav-alt {
    margin-right: 0;
    margin-top: 20px;
  }

  .filters-wrapper ul {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .filter-arrow {
    min-width: 14px;
  }

  .filters-wrapper {
    column-gap: 15px;
    padding: 0 10px;
    margin-bottom: 38px;
    font-size: 18px;
  }

  .link-filters {
    display: flex;
  }

  .sidebar {
    position: fixed;
    left: -100vw;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.2s ease-in-out;
    background: #fff;
    z-index: 600;
    margin: 0;
    width: 100vw;
    padding: 50px 22px 0;
  }

  .sidebar .form-buttons {
    margin: 0 -20px;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    background: #fff;
  }

  .visible-filters .sidebar {
    left: 0;
  }

  .close-filters {
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 10px;
  }

  .section-product .section-body {
    flex-direction: column;
  }

  .section-product .section-body > .section-inner {
    padding: 0;
  }

  .filters-aside,
  .applied-filters-wrapper,
  .filters-box {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .filters-box .select-wrapper {
    padding-left: 0;
  }

  .section-product {
    padding: 0 24px 40px;
  }

  .boxes-type-4 {
    flex-direction: column;
    row-gap: 60px;
  }

  .boxes-type-4 .box {
    width: 100%;
  }

  .gallery-elements {
    flex-direction: column;
  }

  .gallery-elements .gallery-item {
    width: 100%;
  }

  .brands {
    margin-bottom: 40px;
    column-gap: 10%;
    row-gap: 30px;
  }

  .brands .brand {
    width: 25%;
  }

  .section-top .section-inner {
    flex-direction: column;
  }

  .map-wrapper {
    margin-top: 30px;
    width: 100%;
    max-width: 280px;
  }

  .form-wrapper-contacts .form-title {
    padding-left: 0;
    font-size: 32px;
  }

  #contact-form .form-cols {
    flex-direction: column;
  }

  #contact-form .form-label {
    white-space: nowrap;
  }

  #contact-form .form-col ~ .form-col {
    margin-left: 0;
    margin-top: 40px;
  }
  
  .mobile-view {
    display: block;
  }  

  .desktop-view {
    display: none;
  }

  .form-wrapper-contacts .checkboxes-outer .checkboxes-wrapper {
    margin-top: 20px;
  }

  #contact-form .form-actions {
    margin-top: 40px;
  }

  #contact-form .submit-button {
    width: 100%;
    max-width: 260px;
  }

  .form-wrapper-contacts.form-wrapper {
    margin-bottom: 50px;
  }

  .search-prod {
    margin-top: 20px;
  }

  .section-top {
    margin-bottom: 50px;
  }

  .section-top + .filters-wrapper {
    margin-top: -20px;
  }

  .search-results .shell > h3 {
    padding-left: 0;
    font-size: 24px;
  }

  .boxes-type-4.boxes-type-4-full .box {
    width: 100%;
  }

  settings-page .shell {
    flex-direction: column;
   }

   .page-content-shop {
    padding-left: 0;
    width: 100%;
   }

   .settings-page .page-title {
    font-size: 26px;
    margin-bottom: 30px;
   }

   .form-section-address-row {
    flex-direction: column;
   }

   .el-inner {
    padding: 0;
   }

   .form-section-address-row-alt {
    justify-content: unset;
    align-items: unset;
    row-gap: 27px;
   }

   .form-cols .form-col-1of2 {
    width: 100%;
   }

   .form-cols .form-col {
    float: none;
   }

   .form-cols .form-col ~ .form-col {
    margin-left: 0;
    margin-top: 27px;
   }

   .form-cols-alt {
    flex-direction: column;
    row-gap: 27px;
   }

   .form-col-small input {
    width: 100% !important;
   }

   .settings-page .page-top-actions .btn {
    padding: 10px 20px;
   }

   h4.title-big {
    font-size: 20px;
    margin-bottom: 22px;
   }

   .box-cols {
    flex-direction: column;
   }

   .box-cols-alt .col-1of2,
   .box-cols-alt .col {
    width: 100%;
    padding: 0;
   }

   .box-cols {
    margin-bottom: 30px;
   }

   hr {
    margin-bottom: 30px;
   }


   .box-cols-even .col {
    width: 100%;
   }

   .box-cols-even {
    row-gap: 40px;
   }

   .settings-page {
    padding-bottom: 0;
   }

   .snackbar-wrapper {
    padding: 0 20px;
   }

   .cart-cols {
    flex-direction: column;
   }

   .cart-cols .col-1of3,
   .cart-cols .col-2of3 {
    width: 100%;
   }

   .cart-cols .col-2of3 .col-inner {
    padding-right: 0;
    border: 0;
   }

   .cart-cols .col-2of3 .title-main {
    margin-right: 0;
    font-size: 24px;
   }

   .product-box .prod-content {
    flex-direction: column;
   }

   .product-box .prod-inner {
    padding-left: 0;
   }

   .prod-inner-content {
    flex-direction: column;
    align-items: unset;
   }

   .product-box .prod-prices {
    margin-left: 0;
   }
   .product-box .prod-actions {
    margin-left: 0;
   }

   .addition-box .box-row {
    flex-direction: column;
    align-items: unset;
    position: relative;
   }

   .addition-box .box-row .aside {
    margin-left: 0;
    align-items: unset;
    row-gap: 5px;
    margin-top: 10px;
    position: relative;
   }


   .addition-box .box-row ~ .box-row {
    margin-top: 30px;
   }

   .addition-box .box-row span {
    position: absolute;
    left: 0;
    top: 0;
   }

   .addition-box .box-row span + p {
    padding-left: 20px;
    margin-top: 5px;
   }

   .prod-actions-inner {
    position: relative;
   }

   .prod-gifts.prod-gifts-inner {
    padding-left: 0;
    padding-right: 0;
   }

   .cart-cols .col-1of3 .title-main {
    margin-left: 0;
   }

   .cart-cols .col-1of3 .col-inner {
    padding-left: 0;
   }

   .form-wrapper-alt h3.title-main, .title-main {
    font-size: 26px;
   }

    .product-box {
      border: 0;
      padding-bottom: 0;
    }

    .box-row-promo form {
      flex-direction: column;
      align-items: unset;
    }

    .prod-gift-content {
      flex-direction: column;
      row-gap: 10px;
    }

    .box-row-promo .form-footer {
      margin-left: 0;
      margin-top: 14px;
    }

    .summary-boxes .box-row-big strong {
      font-size: 24px;
    }

    .shoping-info-discount {
      font-size: 16px;
    }

    .cart-wrapper {
      margin-bottom: 40px;
    }

    .form-wrapper-alt h3 {
      font-size: 20px;
    }

    .cart-cols .col-inner {
      padding-top: 0;
    }

    .form-section .section-inner {
      flex-direction: column;
      align-items: unset;
      row-gap: 14px;
    }

    .form-section .btn.btn-outline {
      padding-left: 20px;
      padding-right: 20px;
    }

    .form-section .btn.btn-black {
      padding-left: 20px;
      padding-right: 20px;
    }

    .form-section .section-actions {
      text-align: center;
    }

    .form-section {
      padding: 14px;
    }

    .form-section .chosen-container-single .chosen-single {
      font-size: 13px;
      padding: 8px 30px 8px 8px;
    }

    .form-cols .form-col-2of3,
    .form-cols .form-col-1of3 {
      width: 100%;
    }

    .top-actions {
      flex-direction: column;
      row-gap: 14px;
    }

    .top-actions .btn ~ .btn {
      margin-left: 0;
    }

    .top-actions .btn {
      font-size: 15px;
    }

    .form-section-address-row {
      align-items: unset;
    }

    .form-section-address span {
      font-size: 16px;
    }

    .cart-content .title-main {
      margin-bottom: 25px;
      font-size: 22px;  
    }

    .cart-content > h4 {
      font-size: 18px;  
    }

    .cart-content > h2 {
      font-size: 24px;
    }

    .box-cols .col-1of2 {
      width: 100%;
    }

    .box-cols:not(.box-cols-even, .box-cols-alt) .col:nth-child(even) {
      margin-left: 0;
    }

    .box-cols {
      row-gap: 35px;
    }

    .box-cols:not(.box-cols-even) .col:nth-child(2n) ~ .col {
      margin-top: 0;
    }

    .table-wrapper .table-footer .btn {
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      width: 100%;
    }

    .table-wrapper .table-holder {
      overflow-x: auto;
      width: 100%;
    }

    .table-order {
      min-width: 500px;
    }

    .cart-content > h3 {
      font-size: 22px;
    }

    .access-forms {
      margin: 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .form-alt .form-head h3 {
      font-size: 26px;
      margin-bottom: 12px;
    }

    .form-alt .form-head {
      margin-bottom: 20px;
    }

    .settings-page .page-top {
      margin-bottom: 22px;
    }

    .settings-page .page-title {
      font-size: 24px;
    }

    .box-cols-alt .col:nth-child(even) {
      padding-left: 0;
      border: 0;
      border-top: 1px solid #DEDEDE;
      padding-top: 20px;
    }

    .pagination ul {
      margin: 0;
    }

    .pagination ul, .pagination ul li {
      font-size: 14px;
    }

    .pagination ul li a {
      padding: 4px 9px;
    }

    .pagination > a {
      margin-top: -5px;
    }

    .pagination-actions {
      margin-top: 30px;
      flex-direction: column;
      row-gap: 30px;
    }

    .section-product .pagination ul {
      padding: 0 30px;
    }

    .section-product .pagination > a {
      margin: 0;
    }

    .table-orders {
      margin-bottom: 40px;
    }

    .boxes-type-2.boxes-type-2-alt {
      flex-direction: column;
    }

    .boxes-type-2.boxes-type-2-alt .box {
      width: 100%;
    }

    .settings-page .page-content {
      float: none;
      width: 100%;
      padding-left: 0;
    }

    .boxes-type-2.boxes-type-2-alt .box ~ .box {
      margin-top: 0;
    }

    .boxes-type-2.boxes-type-2-alt {
      margin-bottom: 40px;
    }

    .sidebar-nav {
        display: none;
    }

    .sidebar-select + .chosen-container {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .payment-methods {
      flex-wrap: wrap;
      column-gap: 16px;
      row-gap: 16px;
      margin-bottom: 50px;
    }

    .payment-methods img {
      transform: scale(0.8);
    }

    .snackbar {
     padding-left: 50px;
     padding-right: 50px;
    }

  form .chosen-container-single .chosen-single div b:before {
    top: 4px;
    right: -4px;
  }

  .cart-wrapper .box-cols {
    flex-direction: column;
  }

  .cart-wrapper .box-cols .col-1of2 {
    width: 100%;
  }

  .cart-wrapper .box-cols:not(.box-cols-even, .box-cols-alt) .col:nth-child(even) {
    margin-left: 0;
  }

  .page-wrapper-alt {
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .sidebar-select + .chosen-container {
      display: block !important;
      width: 100% !important;
      margin-bottom: 20px;
  }

  .settings-page .shell {
      flex-direction: column;
  }

  .settings-page .box-cols .col-1of2 {
      width: 100%;
  }
  .settings-page .box-cols:not(.box-cols-even, .box-cols-alt) .col:nth-child(even) {
    margin-left: 0;
  }

  .settings-page .box-cols {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .settings-page .page-top {
    flex-direction: column;
    row-gap: 20px;
  }

  .table-wrapper .table-total:last-child {
    margin-bottom: 0;
  }

  .page-wrapper {
    margin-bottom: 40px;
  }

  .box-bottom {
    flex-direction: column;
  }

  .box-text .box-bottom .btn {
    width: 100%;
  }

  .box-text .box-bottom .btn ~ .btn {
    margin-left: 0;
  }

  .main-slider-outer:after,
  .main-slider-outer:before,
  .main-slider-wrapper .slick-dots {
    display: none !important;
  }

  .main-slider-outer {
    padding: 60px 0 0 0;
  }

  .main-slider-wrapper .slide {
    flex-direction: column;
  }

  .main-slider-wrapper .slide-content,
  .main-slider-wrapper .slide-image {
    width: 100%;
  }

  .main-slider-wrapper .slide-image {
    padding-bottom: 320px;
  }

  .main-slider-wrapper .slide-content {
    order: 2;
    padding: 42px 36px 26px 24px;
  }

  .main-slider-outer {
    min-width: 0;
    height: auto;
  }

  .main-slider-wrapper .slide-content h3 {
    font-size: 26px;
  }

  .main-slider-wrapper .slide-content > p {
    font-size: 14px;
  }

  .main-slider-wrapper .box-prices .price-el > span {
    font-size: 12px;
  }

  .main-slider-wrapper .box-prices p {
    font-size: 18px;
  }

  .main-slider-wrapper .box-prices p span {
    font-size: 14px;
  }

  .main-slider-wrapper .box-prices p.price-old:before {
    top: 15px;
  }

  .main-slider-wrapper .box-prices {
    margin-top: 13px;
  }

  .main-slider-wrapper .slick-arrow {
    bottom: auto;
    top: 280px;
    width: 40px;
    height: 40px;
  }

  .main-slider-wrapper .slick-prev {
    margin-left: -40px;
  }

  .main-slider-wrapper .slick-next {
    margin-right: -40px;
  }

  .main-slider-wrapper .btn {
    font-size: 12px;
    height: auto;
    padding: 10px 4px;
    width: 126px;
  }

  .main-slider-wrapper .slide-actions {
    column-gap: 20px;
    justify-content: center;
  }

  .lang-picker {
    margin-left: 16px;
  }

  .details-wrapper {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .details-wrapper p {
    padding-right: 0;
  }

  .product-features .content .box-cols {
    margin-bottom: 0;
  }


  .boxes.slick-initialized {
    display: block !important; 
  }

  .section-last-viewed {
    padding-bottom: 60px;
  }

  .slider-last-viewed.slick-initialized .box,
  .slider-last-viewed.slick-initialized .slick-list {
    margin-left: 0;
    height: auto !important;
  }

  .slider-trending-products.slick-initialized .box {
    height: auto !important;
  }

  .input-group-prod {
    margin-bottom: 12px;
  }

  .page-search-wrapper .close-search {
    right: 30px;
    top: 80px;
  }

  .boxes-type-2.slider-products .box {
    margin-left: 0px;
  }

  .boxes-type-2.slider-products.slick-initialized .slick-list {
    margin-left: 0px;
  }
  
  .product-features .content .box-info {
    margin-bottom: 40px;
  }

  .prod-content-bottom > form {
    flex-direction: column;
  }

  .buttons-group {
    width: 100%;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
  }

  .sidebar .box.box-categories {
    display: none;
  }
  
  .prod-content-bottom-text {
    text-align: center;
  }

  .bottom-info-el button[type="submit"] {
    width: auto;
  }

  .bottom-info-el .form-actions {
    text-align: center;
  }
  
  .buttons-group form {
    margin-left: 0;
  }

  .product-main-data .box-prices {
    align-items: center;
  }
}

/* CSS Fixes */
.clear-form-wrapper {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}