/* CSS from site upgrade. */
html * {
  box-sizing: border-box;
  outline: none;
}
.screen-reader-element {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.cl-container {
  width: 1190px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.cl-container:before {
  content: "";
  display: table;
}
.cl-container:after {
  content: "";
  display: table;
  clear: both;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label:after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../images/cl-tick.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 3px;
}
input[type=checkbox] + label {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: white;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: unset;
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
input[type=checkbox] + label[for=loyality_consent] {
  margin-top: -6px;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 3px;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  width: 100%;
  height: 41px;
  background: white;
  border: unset;
  border-radius: 3px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #99a9b5;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 3px 20px;
}
button[type=submit],
input[type=submit] {
  background: white;
  border: unset;
  border-radius: 3px;
  padding: 9px 28px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #7b7b7b;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all .35s;
}
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #7b7b7b;
  color: white;
}
.form-wide {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.form-wide:before {
  content: "";
  display: table;
}
.form-wide:after {
  content: "";
  display: table;
  clear: both;
}
.form-side {
  display: block;
  width: 50%;
  float: left;
}
.form-side:nth-child(1) {
  padding-right: 10px;
}
.form-side:nth-child(2) {
  padding-left: 10px;
}
.form-side:only-child {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
header.cl-header {
  padding-top: 29px;
  padding-bottom: 34px;
  background-color: white;
  border-bottom: 2px solid #d2d2d2;
  position: relative;
}
header.cl-header .site-logo {
  padding-left: 7px;
}
header.cl-header .cl-hamburger {
  display: none;
}
header.cl-header .cl-hamburger .hamburger-btn {
  width: 27px;
  height: 26px;
  position: absolute;
  top: 33px;
  right: 50px;
  border: initial;
  background: initial;
  cursor: pointer;
}
header.cl-header .cl-hamburger .hamburger-btn.active span:first-of-type {
  top: unset;
  bottom: 50%;
  margin-top: -3px;
  transform: rotate(-45deg);
  transition: transform .35s;
}
header.cl-header .cl-hamburger .hamburger-btn.active span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
header.cl-header .cl-hamburger .hamburger-btn.active span:last-of-type {
  transform: rotate(45deg);
  bottom: 50%;
  margin-top: -3px;
  transition: transform .35s;
}
header.cl-header .cl-hamburger .hamburger-btn span {
  width: 100%;
  height: 4px;
  background-color: #cb7375;
  background-color: #f5df4d;
  background-color: #6860a3;
  position: absolute;
  opacity: 1;
  visibility: visible;
}
header.cl-header .cl-hamburger .hamburger-btn span:first-of-type {
  top: 2px;
  right: 0;
}
header.cl-header .cl-hamburger .hamburger-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
  left: 0;
}
header.cl-header .cl-hamburger .hamburger-btn span:last-of-type {
  left: 0;
  bottom: 1px;
}
header.cl-header .cl-hamburger .hamburger-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .35s;
  z-index: 1000;
  background-color: #cb7375;
  background-color: #f5df4d;
  background-color: #6860a3;
  padding: 3% 5%;
}
header.cl-header .cl-hamburger .hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}
header.cl-header .cl-hamburger .hamburger-menu ul {
  list-style: none;
}
header.cl-header .cl-hamburger .hamburger-menu ul li {
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  font-size: 18px;
  width: 100%;
  margin-bottom: 15px;
}
header.cl-header .cl-hamburger .hamburger-menu ul li:last-child {
  margin-bottom: 0;
}
header.cl-header .cl-hamburger .hamburger-menu ul li.cl-points {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}
header.cl-header .cl-hamburger .hamburger-menu ul li a {
  color: inherit;
  font-size: inherit;
  text-decoration: unset;
}
footer.cl-footer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  background-color: #f0f0f0;
  background-color: #939597;
  padding-top: 43px;
  padding-bottom: 30px;
  border-top: 1px solid #cecece;
}
footer.cl-footer:before {
  content: "";
  display: table;
}
footer.cl-footer:after {
  content: "";
  display: table;
  clear: both;
}
footer.cl-footer .cl-half {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 50%;
  float: left;
}
footer.cl-footer .cl-half:before {
  content: "";
  display: table;
}
footer.cl-footer .cl-half:after {
  content: "";
  display: table;
  clear: both;
}
footer.cl-footer .cl-half .cl-address {
  padding-left: 7px;
}
footer.cl-footer .cl-half .cl-address .cl-footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}
footer.cl-footer .cl-half .cl-address p {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #99a9b5;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
}
footer.cl-footer .cl-half .cl-other {
  float: right;
  padding-left: 23px;
}
footer.cl-footer .cl-half .cl-other .cl-yt {
  display: block;
  margin-bottom: 56px;
}
footer.cl-footer .cl-half .cl-other .cl-yt:after {
  display: none;
}
footer.cl-footer .cl-half .cl-other > span {
  display: block;
}
footer.cl-footer .cl-half .cl-other a {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #99a9b5;
  color: #f0f0f0;
  font-size: 14px;
  text-decoration: unset;
  position: relative;
}
footer.cl-footer .cl-half .cl-other a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #99a9b5;
  background: #f0f0f0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
footer.cl-footer .cl-half .cl-other a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
footer.cl-footer .cl-half .cl-other span {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #99a9b5;
  color: #f0f0f0;
  font-size: 14px;
  margin-bottom: 5px;
}
footer.cl-footer .cl-half .cl-other span a {
  font-weight: 600;
}
.lost-password {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: italic;
  color: white;
  font-size: 14px;
  display: inline-block;
  text-decoration: unset;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
  position: relative;
}
.lost-password:after {
  content: "";
  width: 0;
  height: 1px;
  background: white;
  position: absolute;
  top: 100%;
  left: -1px;
  transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
.lost-password:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cl-site-title,
.cl-site-title #accesskeyContent {
  font-family: "Montserrat";
  font-weight: 700;
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #ff80ab;
  color: #f9bd9f;
  font-size: 48px;
  margin-top: -9px;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}
.cl-site-title span,
.cl-site-title #accesskeyContent span {
  display: block;
  font-weight: 400;
}
h3 {
  font-family: "Montserrat";
  font-weight: 400;
  color: #787878;
  font-size: 28px;
  margin-bottom: 20px;
}
.flash-message {
  font-family: "Montserrat";
  font-weight: 500;
  color: #787878;
  font-size: 17px;
  padding: 5px 10px !important;
  border: 1px solid #dfe5e8;
  border-radius: 3px;
  margin-bottom: 18px;
}
.flash-message.alert-error {
  border-color: #e21111;
}
.flash-message.alert-success {
  border-color: #229022;
}
.flash-message .flash-message-icon {
  display: none;
}
label {
  font-family: "Montserrat";
  font-weight: 500;
  color: #787878;
  display: inline-block;
  margin-bottom: 10px;
}
.cl-form-retrieve-password table {
  border: unset;
}
.cl-form-retrieve-password table label {
  color: white;
  margin-bottom: 0;
  white-space: nowrap;
}
.cl-form-retrieve-password table input[type=text],
.cl-form-retrieve-password table input[type=password],
.cl-form-retrieve-password table input[type=email],
.cl-form-retrieve-password table input[type=tel],
.cl-form-retrieve-password table input[type=number],
.cl-form-retrieve-password table input[type=password] {
  margin-bottom: 0;
}
.cl-form-retrieve-password table tr {
  background-color: unset !important;
}
.cl-form-retrieve-password table td {
  padding: 10px;
}
table {
  width: 100%;
  border: 1px solid #dfe5e8;
  margin-bottom: 20px;
}
table.order-form tr {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dfe5e8;
}
table.order-form tr:last-child {
  border-bottom: unset;
}
table.order-form-radio input[type="radio"] {
  margin-top: 0;
}
table.order-form-radio label {
  font-size: 18px;
}
table thead {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d4cfcf;
}
table tbody tr:nth-child(odd) .quantity .qty {
  background-color: #ebe9eb;
}
table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
table td {
  padding: 15px;
  border-right: 1px solid #dfe5e8;
}
table td:last-child {
  border-right: unset;
}
.cl-slider {
  position: relative;
  border-bottom: 2px solid white;
  box-shadow: 0px 2px 5.82px 0.18px rgba(0, 0, 0, 0.3);
  z-index: 400;
}
.cl-slider .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 25%;
  right: 25%;
  text-align: center;
}
.cl-slider .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background-color: #c8c8c8;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
}
.cl-slider .owl-dots .owl-dot.active {
  border: 1px solid #060606;
}
.cl-homepage {
  background: center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 156px;
  padding-bottom: 234px;
  position: relative;
  z-index: 250;
  margin-bottom: -140px;
}
.cl-homepage .cl-half {
  width: 50%;
  float: left;
}
.cl-homepage .cl-half:first-child {
  padding-left: 7px;
  padding-right: 70px;
}
.cl-homepage .cl-half:last-child {
  padding-left: 27px;
  padding-right: 195px;
}
.cl-homepage .cl-half h2 {
  font-family: "Montserrat";
  font-weight: 400;
  color: white;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.cl-homepage .cl-half strong {
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  font-size: 101px;
  display: block;
  margin-top: -11px;
  letter-spacing: 5px;
}
.cl-homepage .cl-half .woocommerce-error strong,
.cl-homepage .cl-half .woocommerce-info strong,
.cl-homepage .cl-half .woocommerce-message strong {
  font-size: inherit;
  color: inherit;
  margin: initial;
  letter-spacing: initial;
  font-family: inherit;
}
.cl-homepage .cl-half h3 {
  font-family: "Montserrat";
  font-weight: 200;
  color: white;
  font-size: 36px;
  margin-bottom: 44px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.cl-homepage .cl-half .cl-homepage-logged h3 {
  margin-bottom: 10px;
}
.cl-homepage .cl-half .cl-homepage-logged strong {
  font-size: 30px;
  margin-top: 0;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.cl-homepage .cl-half .cl-homepage-logged > span {
  display: block;
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: white;
  font-size: 15px;
  text-decoration: unset;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}
.cl-homepage .cl-half .cl-homepage-logged > span a {
  color: inherit;
  display: inline-block;
  text-decoration: unset;
  position: relative;
}
.cl-homepage .cl-half .cl-homepage-logged > span a:after {
  content: "";
  width: 0;
  height: 1px;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
.cl-homepage .cl-half .cl-homepage-logged > span a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cl-man-standing {
  display: block;
  width: 100%;
  height: auto;
}
.cl-content-page {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  padding: 110px 0;
  background-color: #FFFFFF;
}
.cl-content-page:before {
  content: "";
  display: table;
}
.cl-content-page:after {
  content: "";
  display: table;
  clear: both;
}
.cl-content-page .cl-sidebar {
  width: 23%;
  float: left;
}
.cl-content-page .cl-sidebar .cl-user-info {
  padding: 23px 30px;
  border: 1px solid #dfe5e8;
  margin-bottom: 74px;
}
.cl-content-page .cl-sidebar .cl-user-info .cl-name {
  font-family: "Montserrat";
  font-weight: 700;
  color: #787878;
  font-size: 18px;
  display: block;
  margin-bottom: 21px;
  letter-spacing: 0.6px;
}
.cl-content-page .cl-sidebar .cl-user-info span {
  font-family: "Montserrat";
  font-weight: 300;
  color: #787878;
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
.cl-content-page .cl-sidebar .cl-user-info .cl-points {
  font-family: "Montserrat";
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #ff80ab;
  color: #f9bd9f;
  font-size: 24px;
  display: block;
  letter-spacing: 1.1px;
  margin-bottom: 28px;
}
.cl-content-page .cl-sidebar .cl-user-info p {
  font-family: "Source Sans Pro";
  font-weight: 600;
  color: #99a9b5;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.cl-content-page .cl-sidebar .cl-user-info p strong {
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #ff80ab;
  color: #f9bd9f;
  letter-spacing: 1.4px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul {
  list-style: none;
  padding-left: 30px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li {
  position: relative;
  margin-bottom: 13px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li.current-menu-item:before {
  background-image: url(../images/cl-arrow1-red.png);
  background-image: url(../images/cl-arrow1-blue.png);
}
.cl-content-page .cl-sidebar .cl-side-menu ul li.current-menu-item a {
  font-weight: 700;
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #ff80ab;
  color: #f9bd9f;
  letter-spacing: 0.9px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li.current-menu-item a:after {
  background: #cb1313;
  background: #0f4c81;
  background: #F5DF4D;
  background: #ff80ab;
  color: #f9bd9f;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li.mcls-vernostni-program-odhlasit a {
  font-weight: 700;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li:before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/cl-arrow1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: -13px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li a {
  font-family: "Montserrat";
  font-weight: 400;
  color: #99a9b5;
  font-size: 18px;
  text-decoration: unset;
  position: relative;
  letter-spacing: 1.1px;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #99a9b5;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
.cl-content-page .cl-sidebar .cl-side-menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cl-content-page .cl-content {
  width: 77%;
  float: left;
  padding-left: 40px;
}
.cl-content-page .cl-content .cl-giftbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cl-content-page .cl-content .cl-giftbox-container:before {
  content: "";
  display: table;
}
.cl-content-page .cl-content .cl-giftbox-container:after {
  content: "";
  display: table;
  clear: both;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
  /*float: left;*/
  margin-right: 5%;
  margin-bottom: 5%;
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 23px 13px;
  border: 1px solid #dfe5e8;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox.sm-padding {
  padding: 23px 6px;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox:nth-child(3n+3) {
  margin-right: 0;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-title {
  font-family: "Montserrat";
  font-weight: 600;
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #ff80ab;
  color: #f9bd9f;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  height: 3em;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-image {
  margin: 0 auto;
  margin-bottom: 18px;
  display: block;
  width: 200px;
  height: 180px;
  background: center center no-repeat;
  background-size: contain;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-desc {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #99a9b5;
  font-size: 18px;
  height: 100px;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-order,
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .added_to_cart.wc-forward {
  font-family: "Montserrat";
  font-weight: 600;
  color: #cb1313;
  color: #0f4c81;
  color: #F5DF4D;
  color: #939597;
  font-size: 18px;
  display: block;
  padding: 5px;
  background-color: #fff;
  background-color: #F5DF4D;
  background-color: #ff80ab;
  background-color: #f9bd9f;
  border-radius: 3px;
  transition: all .35s;
  text-decoration: unset;
  text-align: center;
  /*&:not(.disabled):hover {
      color: #fff;
      background-color: #cb1313;
      background-color: #0f4c81;
      background-color: #F5DF4D;
    }*/
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-order.loading:after,
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .added_to_cart.wc-forward.loading:after {
  top: 50%;
  margin-top: -9px;
  right: 0;
}
.cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .added_to_cart.wc-forward {
  margin-top: 10px;
  margin-bottom: -6px;
}
#innerhtml.cl-content-white,
#innerhtml.cl-content-white label {
  color: white;
}
.cl-content-page .cl-content #innerhtml {
  font-family: "Montserrat";
  font-weight: 400;
  color: #787878;
}
.cl-content-page .cl-content #innerhtml h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.cl-content-page .cl-content #innerhtml p {
  margin-bottom: 15px;
}
.cl-content-page .cl-content #innerhtml ul {
  list-style: none;
}
.cl-content-page .cl-content #innerhtml ul.woocommerce-error li:last-child {
  margin-bottom: 0;
}
.cl-content-page .cl-content #innerhtml ul.woocommerce-error li:before {
  top: 50%;
  margin-top: -6px;
  left: -11px;
}
.cl-content-page .cl-content #innerhtml ul:not(.woocommerce-error):not(.woocommerce-shipping-methods):not(.wc_payment_methods):not(.woocommerce-order-overview) {
  padding-left: 1em;
}
.cl-content-page .cl-content #innerhtml ul:not(.woocommerce-error):not(.woocommerce-shipping-methods):not(.wc_payment_methods):not(.woocommerce-order-overview) li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 6px;
}
.cl-content-page .cl-content #innerhtml ul:not(.woocommerce-error):not(.woocommerce-shipping-methods):not(.wc_payment_methods):not(.woocommerce-order-overview) li:before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/cl-arrow1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: -13px;
}
.cl-content-page .cl-content #innerhtml a:not(.remove):not(.checkout-button) {
  color: inherit;
  font-weight: 600;
  text-decoration: unset;
  position: relative;
}
.cl-content-page .cl-content #innerhtml a:not(.remove):not(.checkout-button):hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cl-content-page .cl-content #innerhtml a:not(.remove):not(.checkout-button):after {
  content: "";
  width: 0;
  height: 1px;
  background: #787878;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .35s;
  opacity: 0;
  visibility: hidden;
}
a.cmsbutton {
  padding: 5px 10;
}
.woocommerce .woocommerce-btns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: initial !important;
}
.woocommerce .woocommerce-btns-container .go-back-container {
  flex-basis: 33%;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) and (min-width:0) {
  .woocommerce .woocommerce-btns-container .go-back-container {
    flex-basis: 100%;
  }
}
.woocommerce .woocommerce-btns-container .go-back-container .button,
.woocommerce .woocommerce-btns-container .place-order .button {
  display: block;
  text-align: center;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce .woocommerce-btns-container .wc-proceed-to-checkout,
.woocommerce .woocommerce-btns-container .place-order {
  flex-basis: 48%;
}
@media only screen and (max-width: 767px) and (min-width:0) {
  .woocommerce .woocommerce-btns-container .wc-proceed-to-checkout,
  .woocommerce .woocommerce-btns-container .place-order {
    flex-basis: 100%;
  }
}
.woocommerce .woocommerce-btns-container .place-order {
  margin: 0;
  padding: 1em 0 !important;
}
@media only screen and (max-width: 767px) and (min-width:0) {
  .woocommerce .woocommerce-btns-container .place-order {
    padding: 0 !important;
  }
}
.woocommerce .woocommerce-btns-container .place-order .button {
  float: initial;
  width: 100%;
}
.wc-proceed-to-checkout .checkout-button,
.place-order #place_order {
  background-color: #787878 !important;
  transition: all .35s;
  margin-bottom: 0 !important;
}
.wc-proceed-to-checkout .checkout-button:hover,
.place-order #place_order:hover {
  background-color: #878787 !important;
}
.wc-proceed-to-checkout .checkout-button.disabled,
.place-order #place_order.disabled {
  cursor: not-allowed;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: initial;
  width: 100%;
}
@media only screen and (max-width: 550px) and (min-width:0) {
  .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive td:before,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive td:before {
    width: 50%;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive td:after,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive td:after {
    clear: both;
    display: table;
    content: "";
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: initial;
}
.woocommerce-checkout #customer_details,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  display: none;
}
@media screen and (max-width: 1550px) and (min-width: 0px) {
  .cl-homepage {
    padding-top: 50px;
    padding-bottom: 190px;
  }
  .cl-homepage .cl-half h2 {
    font-size: 42px;
  }
  .cl-homepage .cl-half strong {
    font-size: 80px;
  }
  .cl-homepage .cl-half:first-child {
    padding-left: 0;
  }
  header.cl-header .site-logo {
    padding-left: 0;
  }
  .cl-homepage .cl-half h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  button[type=submit],
  input[type=submit] {
    font-size: 17px;
  }
  .cl-content-page {
    padding: 55px 0;
  }
  .cl-site-title,
  .cl-site-title #accesskeyContent {
    font-size: 40px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-title {
    font-size: 21px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox {
    padding: 15px 13px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox.sm-padding {
    padding: 15px 13px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox .cl-gift-order {
    font-size: 17px;
  }
  .cl-content-page .cl-sidebar .cl-user-info {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 0px) {
  .cl-container {
    width: 948px;
  }
  .cl-homepage .cl-half:last-child {
    padding-right: 60px;
  }
  .cl-homepage .cl-half h2 {
    font-size: 36px;
  }
  .cl-homepage .cl-half strong {
    font-size: 60px;
  }
  .cl-homepage .cl-half h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  button[type=submit],
  input[type=submit] {
    font-size: 16px;
  }
  .cl-homepage {
    padding-bottom: 140px;
  }
  header.cl-header {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox:nth-child(3n+3) {
    margin-right: 4%;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox:nth-child(2n+2) {
    margin-right: 0;
  }
  .cl-content-page .cl-sidebar .cl-user-info .cl-name {
    font-size: 17px;
  }
  .cl-content-page .cl-sidebar .cl-user-info span {
    font-size: 17px;
  }
  .cl-content-page .cl-sidebar .cl-user-info .cl-points {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .cl-content-page .cl-sidebar .cl-user-info p {
    font-size: 16px;
  }
  .cl-content-page .cl-sidebar .cl-user-info {
    padding: 17px 20px;
    margin-bottom: 30px;
  }
  .cl-content-page .cl-sidebar .cl-side-menu ul {
    padding-left: 20px;
  }
  .cl-content-page .cl-sidebar .cl-side-menu ul li a {
    font-size: 16px;
  }
  .cl-site-title,
  .cl-site-title #accesskeyContent {
    font-size: 33px;
    margin-bottom: 25px;
    letter-spacing: 1.7px;
  }
  .cl-content-page .cl-content #innerhtml h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 0px) {
  .cl-container {
    width: 748px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cl-homepage {
    padding-top: 20px;
    padding-bottom: 110px;
    margin-bottom: -80px;
  }
  .cl-homepage .cl-half {
    width: 100%;
  }
  .cl-homepage .cl-half:first-child {
    padding-right: 0;
    margin-bottom: 27px;
  }
  .cl-homepage .cl-half:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  footer.cl-footer {
    display: none;
  }
  .lost-password {
    margin-bottom: 10px;
  }
  body:not(.home):not(#pageid-2):not(#pageid-15):not(#pageid-0) header.cl-header .cl-hamburger {
    display: block;
  }
  .cl-content-page .cl-sidebar {
    display: none;
  }
  .cl-content-page .cl-content {
    padding-left: 0;
    width: 100%;
  }
  .cl-content-page .cl-content #innerhtml h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 21px;
  }
  table td {
    font-family: "Montserrat";
    padding: 10px;
    font-size: 14px;
  }
  a.cmsbutton {
    padding: 2px 5px;
  }
  table.order-form-radio label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .cl-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .cl-man-standing {
    display: none;
  }
  .cl-slider {
    display: none;
  }
  .cl-homepage {
    background-image: unset;
    background-color: #cb7375;
    background-color: #f5df4d;
    background-color: #6860a3;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .cl-content-page .cl-content .cl-giftbox-container .cl-giftbox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 6%;
  }
  header.cl-header .cl-hamburger .hamburger-btn {
    right: 33px;
  }
  .cl-content-page {
    padding: 30px 0;
  }
  .cl-site-title,
  .cl-site-title #accesskeyContent {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .flash-message {
    font-size: 16px;
  }
  h3 {
    font-size: 19px;
  }
  table.order-form-radio input[type=radio] + label {
    display: inline;
  }
  .cl-homepage-logged {
    margin-bottom: 130px;
  }
  .cl-form-retrieve-password {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) and (min-width: 0px) {
  .cl-homepage .cl-half h2 {
    font-size: 28px;
  }
  .cl-homepage .cl-half strong {
    font-size: 44px;
  }
  .cl-homepage .cl-half h3 {
    font-size: 27px;
    margin-bottom: 16px;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password] {
    font-size: 15px;
    margin-bottom: 14px;
    height: 39px;
  }
  header.cl-header .cl-hamburger .hamburger-menu ul li {
    font-size: 16px;
  }
  header.cl-header .cl-hamburger .hamburger-menu {
    padding: 5% 5%;
  }
  .cl-site-title,
  .cl-site-title #accesskeyContent {
    font-size: 23px;
  }
  #frmorderform-send {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 450px) and (min-width: 0px) {
  .cl-homepage .cl-half h2 {
    font-size: 25px;
  }
  .cl-homepage .cl-half strong {
    font-size: 40px;
  }
  #pageid-0 table th,
  #pageid-0 table td,
  #pageid-15 table th,
  #pageid-15 table td {
    display: block;
  }
  #pageid-0 table .hlrow:not(.required) th,
  #page-id15 table tr:not(.required) th {
    display: none;
  }
  #pageid-0 table .hlrow button[type=submit],
  #pageid-0 table .hlrow input[type=submit],
  #pageid-15 table button[type=submit],
  #pageid-15 table tr:not(.required) input[type=submit] {
    width: 100%;
  }
}
.woocommerce .quantity .qty {
  padding: 2px;
}
