@charset "utf-8";
@font-face {
  font-family: 'MAAX';
  src: url('../fonts/MAAX.OTF') format('opentype');
}
@font-face {
  font-family: 'MAAXBOLD';
  src: url('../fonts/MAAXBOLD.OTF') format('opentype');
}
/* VARS */
/* AZUL */
/* CINZA */
/* Cinza */
/* CINZA */
/* SIZE */
/* FLOAT */
/* BACKGROUND */
/* TEXT */
/* FONTS */
/* DISPLAY */
/* POSITION */
/* WEBKIT */
/* SHADOW */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'MAAX', sans-serif;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'MAAX', sans-serif;
  background: none;
  color: #000;
}
/*BUTTONS */
.btn:focus {
  outline: none;
  border: none;
  background: none;
}
button.action,
button.primary {
  color: #fff;
  background: #36a1d9;
  border: 1px solid #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'MAAX', sans-serif;
  font-weight: normal;
}
button.action span,
button.primary span {
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
button.action:hover,
button.primary:hover {
  border: 1px solid #36a1d9;
  background: #fff;
  color: #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'MAAX', sans-serif;
  font-weight: normal;
}
button.action:hover span,
button.primary:hover span {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #36a1d9;
}
/* FORMS */
form {
  float: left;
}
input[type=text],
input[type=email],
input[type=date],
input[type=number],
input[type=tel],
input[type=password] {
  float: left;
  width: 100%;
  padding: 2px 11px;
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 15px 0;
  color: #000;
  font-family: 'MAAX', sans-serif;
  border: 1px solid #d8d8d8;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none !important;
  border: 1px solid #d8d8d8;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
/* PARAGRAPH */
p {
  color: #000;
  font-size: 14px;
}
/* LINK */
a {
  color: #000;
  outline: 0 !important;
}
a:focus,
a:active,
a:hover {
  color: #9e9e9e;
  text-decoration: none;
  outline: none !important;
}
*:focus {
  outline: none;
}
* {
  font-family: 'MAAX', sans-serif;
}
/************************** STRUCTURE **********************************/
.label {
  color: #000;
}
/* HEADER */
.page-header {
  float: left;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  background: #fff;
  z-index: 999;
}
.page-header .logo {
  float: left;
  width: 100%;
  margin: 25px 0 0;
  max-width: 100%;
}
.page-header .logo img {
  max-width: 100%;
}
.page-header .panel.wrapper {
  float: left;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: initial;
}
.page-header .panel.wrapper .header-panel {
  float: right;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0 0;
  position: relative;
  padding: 0 !important;
}
.page-header .panel.wrapper .header-panel ul.header.links {
  float: left;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  position: relative;
}
.page-header .panel.wrapper .header-panel ul.header.links li {
  float: left;
  color: #9e9e9e;
  font-size: 15px;
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-family: 'MAAX', sans-serif;
}
.page-header .panel.wrapper .header-panel ul.header.links li a {
  float: left;
  font-size: 15px;
  color: #9e9e9e;
}
.page-header .panel.wrapper .header-panel ul.header.links li a:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel ul.header.links li a span {
  font-weight: normal;
}
.page-header .panel.wrapper .header-panel ul.header.links li a.user_welcome:before {
  float: left;
  font-size: 18px;
  line-height: 18px;
  color: #9e9e9e;
  content: "\f007";
  display: block;
  margin: 0 7px 0 0;
  font-family: FontAwesome;
}
.page-header .panel.wrapper .header-panel ul.header.links li a.user_welcome span {
  float: left;
  font-size: 15px;
  font-family: 'MAAX', sans-serif;
  text-transform: uppercase;
  color: #9e9e9e;
  padding: 0 18px 0 0;
  border-right: 1px solid #d8d8d8;
  margin: 0 5px 0 0;
  /*&:before{.left-wh(15px, 20px); content: ""; .block; background: url('../images/icons/user.png') 0 0 no-repeat; margin: 0 7px 0 0; }
							&:hover:before{background-position: 0 -20px; }*/
}
.page-header .panel.wrapper .header-panel ul.header.links li a.user_welcome:hover span {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel ul.header.links li a.user_welcome:hover:before {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link a span {
  display: none;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link a .fas {
  font-size: 16px;
  color: #9e9e9e;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link a.active .fas,
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link a:hover .fas {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link.logout a .fas {
  float: left;
  font-size: 18px;
  color: #9e9e9e;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link.logout a:hover .fas {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link:after {
  display: none;
}
.page-header .panel.wrapper .header-panel ul.header.links li.authorization-link.logout {
  float: right;
  margin: 0 0 0 12px;
}
.page-header .panel.wrapper .header-panel ul.header.links li.customer-welcome {
  display: none;
}
.page-header .panel.wrapper .header-panel ul.header.links li.nav.item {
  float: right;
  margin: 2px 0 0 10px;
  display: none;
}
.page-header .panel.wrapper .header-panel ul.header.links li.nav.item a {
  float: left;
  width: 20px;
  height: 17px;
  content: "";
  display: block;
  background: url('../images/icons/account.png') 0 0 no-repeat;
}
.page-header .panel.wrapper .header-panel ul.header.links li.nav.item a:hover {
  background-position: 0 -18px;
}
.page-header .panel.wrapper .header-panel .switcher-language {
  float: left;
  font-size: 15px;
  line-height: 17px;
  font-family: 'MAAX', sans-serif;
  text-transform: uppercase;
  color: #9e9e9e;
  border-right: 1px solid #d8d8d8;
  margin: 2px 5px 0 5px;
}
.page-header .panel.wrapper .header-panel .switcher-language:last-child {
  display: none;
}
.page-header .panel.wrapper .header-panel .switcher-language:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel .switcher-language .action {
  height: 17px;
}
.page-header .panel.wrapper .header-panel .switcher-language .dropdown {
  min-width: 45px !important;
}
.page-header .panel.wrapper .header-panel .switcher-language .dropdown li a:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel .switcher-language .dropdown li:hover {
  background: none;
}
.page-header .panel.wrapper .header-panel .switcher-language .dropdown:before,
.page-header .panel.wrapper .header-panel .switcher-language .dropdown:after {
  display: none;
}
.page-header .panel.wrapper .header-panel .switcher-currency {
  float: left;
  height: 17px;
  font-size: 15px;
  color: #9e9e9e;
  border-right: 1px solid #d8d8d8;
  margin: 1px 5px 0 5px;
}
.page-header .panel.wrapper .header-panel .switcher-currency:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel .switcher-currency .dropdown {
  z-index: 9999;
}
.page-header .panel.wrapper .header-panel .switcher-currency .dropdown li a:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-panel .switcher-currency .dropdown li:hover {
  background: none;
}
.page-header .panel.wrapper .header-panel .switcher-currency .dropdown:before,
.page-header .panel.wrapper .header-panel .switcher-currency .dropdown:after {
  display: none;
}
.page-header .panel.wrapper .header-content {
  float: left;
  border-top: 1px solid #d8d8d8;
  padding: 7px 0 0;
  margin: 12px 0 0;
  position: initial;
}
.page-header .panel.wrapper .header-content .nav-sections {
  float: left;
  background: none;
  position: initial;
  margin: 0;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation {
  float: left;
  width: 100%;
  position: initial;
  background: none;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul {
  float: left;
  width: 100%;
  display: inline;
  text-align: center;
  position: initial;
  background: #fff;
  margin: 7px 0 0;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li {
  float: none;
  text-transform: uppercase;
  font-family: 'MAAX', sans-serif;
  position: initial;
  display: inline;
  text-align: center;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top {
  color: #000;
  font-size: 19px;
  line-height: 19px;
  padding: 7px 15px 0 15px;
  font-weight: normal;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top span {
  text-align: center;
  font-size: 19px;
  line-height: 19px;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top:hover {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top.ui-state-focus,
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top.ui-state-active {
  color: #36a1d9;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 98px !important;
  left: 0 !important;
  text-align: center;
  border: none;
  display: none;
  box-shadow: 0 5px 5px rgba(216, 216, 216, 0.8);
  z-index: 98;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu li {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  border: 1px solid #36a1d9;
  margin: 26px 15px 0 15px;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu li a {
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #36a1d9;
  font-weight: normal;
  padding: 5px 11px 3px 11px;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu li a:hover,
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu li a.ui-state-focus,
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu li a.ui-state-active {
  color: #fff;
  background: #36a1d9;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu.level1 {
  display: none !important;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu.fixed {
  position: fixed;
  height: 50px;
  top: 0 !important;
  right: 0;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu.fixed li {
  margin-top: 12px;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li ul.submenu.fixed:before {
  display: none;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0 {
  padding-bottom: 15px;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0:last-child {
  padding: 0;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0.active a {
  color: #36a1d9;
  border: none;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0.active ul.submenu {
  display: block !important;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0.has-active.level-top > a {
  color: #36a1d9;
  border: none;
}
.page-header .panel.wrapper .header-content .nav-sections .navigation ul li.level0.has-active.level-top > ul.submenu li.active a {
  border: none;
  color: #fff;
  background: #36a1d9;
}
.page-header .section-right {
  padding: 0;
}
.page-header .section-right .search-link {
  float: left;
  margin: 6px 0 0;
}
.page-header .section-right .search-link .fas {
  font-size: 30px;
  color: #9e9e9e;
}
.page-header .section-right .search-link:hover .fas {
  color: #36a1d9;
}
.page-header .section-right .section-wrapper {
  float: right;
}
.page-header .section-right .section-wrapper .block-minicart {
  z-index: 99999;
}
.page-header .section-right .section-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.page-header .section-right .section-wrapper .block-minicart .subtitle.empty span {
  font-size: 17px;
  color: #000;
  font-weight: normal;
}
.page-header .section-right .section-wrapper li.wishlist {
  float: left;
  width: 37px;
  height: 32px;
  list-style: none;
  margin: 4px 0 0 15px;
}
.page-header .section-right .section-wrapper li.wishlist a {
  float: left;
  width: 37px;
  height: 32px;
  position: relative;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon {
  float: left;
  position: relative;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon .fas {
  position: absolute;
  top: 0;
  left: 0;
  color: #9e9e9e;
  font-size: 32px;
  z-index: 9;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon.active {
  width: 37px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon.active .fas {
  color: #36a1d9;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon.active .counter {
  font-size: 14px;
  line-height: 14px;
  color: #36a1d9;
  position: absolute;
  top: -5px;
  right: -6px;
}
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon.active .counter:before,
.page-header .section-right .section-wrapper li.wishlist a .wishlist_icon.active .counter:after {
  display: none;
}
.page-header .section-right .section-wrapper li.wishlist a:hover .wishlist_icon .fas {
  color: #36a1d9;
}
.page-header .minicart-wrapper {
  float: right;
  width: 31px;
  height: 38px;
  margin: 0 0 0 15px;
  position: relative;
}
.page-header .minicart-wrapper a.action.showcart {
  float: left;
  width: 100%;
  height: 38px;
  font-size: 15px;
  color: #9e9e9e;
}
.page-header .minicart-wrapper a.action.showcart .minicart_loader {
  display: none;
}
.page-header .minicart-wrapper a.action.showcart .minicart_loader.active {
  display: block;
}
.page-header .minicart-wrapper a.action.showcart .counter {
  float: left;
  width: 46px;
  height: 38px;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block !important;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number {
  float: left;
  width: 33px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  z-index: 9;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number .icon_cart {
  float: left;
  width: 33px;
  height: 32px;
  margin: 4px 0 0;
  position: relative;
  text-shadow: none;
  background: url('../images/icons/cart.png') 0 0 no-repeat;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number .icon_cart .fas {
  color: #9e9e9e;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number.active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number.active .icon_cart {
  text-shadow: none;
  background-position: 0 -35px;
}
.page-header .minicart-wrapper a.action.showcart .counter .counter-number.active .icon_cart span {
  color: #36a1d9;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: -5px;
  right: -4px;
}
.page-header .minicart-wrapper a.action.showcart .counter .loading-mask {
  display: none;
}
.page-header .minicart-wrapper a.action.showcart .text {
  display: none;
}
.page-header .minicart-wrapper a.action.showcart:hover .counter-number .icon_cart {
  background-position: 0 -35px;
}
.page-header .minicart-wrapper a.action.showcart:before {
  display: none;
}
.page-header .minicart-wrapper #btn-minicart-close {
  display: none;
}
.page-header .minicart-wrapper .minicart_close {
  float: left;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: 10px;
  box-shadow: none;
  border: none;
  background: none;
}
.page-header .minicart-wrapper .minicart_close:before {
  float: left;
  font-size: 41px;
  line-height: 20px;
  font-weight: bold;
  color: #9e9e9e;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -15px;
}
.page-header .minicart-wrapper .minicart_close:hover:before {
  color: #36a1d9;
}
.page-header .minicart-wrapper .block-minicart {
  width: 540px;
  border: 1px solid #d8d8d8;
  padding: 28px 15px;
  position: absolute;
  right: 0;
  display: none !important;
}
.page-header .minicart-wrapper .block-minicart .primary {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .minicart-widgets,
.page-header .minicart-wrapper .block-minicart #top-cart-btn-checkout {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .items-total {
  float: left;
  display: none;
}
.page-header .minicart-wrapper .block-minicart .subtotal {
  float: right;
  padding: 15px;
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .subtotal .label {
  float: left;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  padding-left: 0;
  text-transform: uppercase;
}
.page-header .minicart-wrapper .block-minicart .subtotal .amount {
  float: left;
}
.page-header .minicart-wrapper .block-minicart .subtotal .amount .price-wrapper {
  float: left;
}
.page-header .minicart-wrapper .block-minicart .subtotal .amount .price-wrapper span {
  font-size: 20px;
  color: #36a1d9;
  font-weight: normal;
  font-family: 'MAAXBOLD', sans-serif;
}
.page-header .minicart-wrapper .block-minicart .coupon_text {
  float: left;
  padding: 15px;
  max-width: 235px;
}
.page-header .minicart-wrapper .block-minicart .coupon_text span {
  font-size: 17px;
  color: #C5C5C5;
}
.page-header .minicart-wrapper .block-minicart .checkout {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper {
  float: left !important;
  width: 100% !important;
  height: 100% !important;
  overflow-x: initial;
  margin: 0;
  padding: 10px 0 0;
  border: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product.options {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing {
  float: right;
  margin: 0 40px 0 0;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .price-container {
  float: right;
  margin: 0 0 0 20px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .price-container .price-wrapper {
  float: left;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .price-container .price-wrapper .price-excluding-tax .price {
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  color: #36a1d9;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty {
  float: left;
  margin: 0 0 0 20px;
  background: none;
  padding: 0 5px;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .qty_loader {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 31px;
  background: url('../images/loader-1.gif') 0 0 no-repeat;
  background-size: 30px;
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .qty_loader.active {
  display: block;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty label {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty input {
  height: 30px;
  margin: 0;
  background: none;
  border: 1px solid #d8d8d8;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty input:focus {
  outline: none !important;
  border: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .plus,
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .minus {
  float: left;
  width: 20px;
  height: 20px;
  background: #36a1d9;
  color: #fff;
  box-shadow: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  border: none;
  margin: 4px 0 0;
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .plus .fas,
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .minus .fas {
  font-size: 10px;
  color: #fff;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .plus:hover,
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .minus:hover {
  background: #9e9e9e;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .update-cart-item {
  background: #36a1d9;
  border: none;
  box-shadow: none;
  margin-left: 5px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-pricing .details-qty .update-cart-item .fas {
  color: #fff;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .product.actions {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items {
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: none;
  cursor: initial;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  max-width: 180px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name strong {
  float: left;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name p {
  float: left;
  font-size: 17px;
  line-height: 25px;
  color: #767676;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product.actions {
  float: right;
  width: 20px;
  height: 20px;
  display: block;
  margin: 2px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 19px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product.actions .primary {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product.actions .secondary {
  float: right;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product.actions .secondary a:before {
  content: '\e616';
  font-size: 25px;
  line-height: 20px;
  font-weight: bold;
  color: #36a1d9;
  font-family: 'icons-blank-theme';
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product.actions .secondary a:hover:before {
  color: #767676;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items::-webkit-scrollbar {
  width: 8px;
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.page-header .minicart-wrapper .block-minicart .actions {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 25px;
}
.page-header .minicart-wrapper .block-minicart .actions:first-child {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .actions .action.viewcart {
  float: left;
  width: 100%;
  font-size: 17px;
  background: #36a1d9;
  color: #fff;
  border: 1px solid #36a1d9;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 20px 0 0;
}
.page-header .minicart-wrapper .block-minicart .actions .action.viewcart span {
  float: left;
  width: 100%;
  font-size: 17px;
  text-align: center;
}
.page-header .minicart-wrapper .block-minicart .actions .action.viewcart:hover {
  background: #fff;
  color: #36a1d9;
}
.page-header .minicart-wrapper .block-minicart.active {
  display: block !important;
}
.page-header .minicart-wrapper .block-minicart:before {
  right: 10px;
}
.page-header .minicart-wrapper .block-minicart:after {
  right: 9px;
}
.page-header .minicart-wrapper .block-minicart.empty a.btn_home {
  width: 110px;
  height: 40px;
  float: none;
  background: #36a1d9;
  color: #fff;
  font-size: 14px;
  border: 1px solid #36a1d9;
  padding: 10px 15px;
  margin: 0 auto;
  display: block;
}
.page-header .minicart-wrapper .block-minicart.empty a.btn_home:hover {
  background: none;
  color: #36a1d9;
}
.page-header:after {
  float: left;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 95px;
  left: 0;
  content: '';
  box-shadow: 0 5px 5px rgba(216, 216, 216, 0.5);
  z-index: 99;
}
.page-header .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after {
  font-size: 30px;
}
.block-search {
  width: 100%;
  height: 0;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(123, 123, 123, 0.9);
  z-index: 999999;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.block-search .block-content {
  float: left;
  width: 100%;
  height: 90px;
  background: #fff;
}
.block-search .block-content form {
  position: absolute;
  width: 452px;
  left: 50%;
  margin: 28px 0 0 -190px;
}
.block-search .block-content form .control {
  float: left;
  width: 100%;
}
.block-search .block-content form .control .search-autocomplete {
  top: 50px;
}
.block-search .block-content form .control input {
  float: left;
  width: 100%;
  height: 42px;
  font-size: 25px;
  color: #9e9e9e !important;
  border: none;
  margin: 0;
  border-bottom: 1px solid #9e9e9e;
  padding: 0 2px;
  outline: none;
  box-shadow: none;
}
.block-search .block-content form .control input:focus {
  outline: none;
  border-bottom: 1px solid #9e9e9e;
  background: none;
}
.block-search .block-content form .actions button.search:before {
  font-size: 32px;
  content: '\f002';
  display: block;
  color: #767676;
  font-family: FontAwesome;
}
.block-search.active {
  height: 100%;
  /* -webkit-transform: translateY(86px); -moz-transform: translateY(19px); -o-transform: translateY(19px); -ms-transform: translateY(19px);
  		transform: translateY(19px); transition: all 1.2s ease-in-out;*/
  overflow: visible;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.block-search:before {
  float: left;
  width: 100%;
  height: 1px;
  content: '';
  box-shadow: 0 5px 5px #9e9e9e;
  position: absolute;
  top: 0;
}
.block-search:after {
  float: left;
  width: 100%;
  height: 1px;
  position: relative;
  top: -7px;
  content: '';
  box-shadow: 0 5px 5px #9e9e9e;
}
/** COMMON **/
.page\.wrapper,
.page.wrapper,
.page-wrapper {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-authentication .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(65px);
  transform: translateY(65px);
}
html {
  margin: 0 !important;
  overflow: initial !important;
  height: auto;
}
body {
  float: left;
  width: 100%;
  overflow-y: auto;
  height: auto;
  /*POPUP*/
}
body #hb-cc-wrap {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #E4E4E4;
  z-index: 99999999;
}
body #hb-cc-wrap span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
}
body #hb-cc-wrap #hb-cc-hide {
  padding: 5px 10px;
  background: #36a1d9;
  color: #fff;
}
body #hb-cc-wrap #hb-cc-hide:hover {
  opacity: 0.8;
}
body #hb-cc-wrap #hb-cc-ll {
  color: #36a1d9;
}
body #hb-cc-wrap #hb-cc-ll:hover {
  color: #767676;
}
body._has-modal {
  overflow: visible;
}
body .loading-mask {
  z-index: 99999;
}
body .page-main {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body .columns {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
body .page-title-wrapper {
  display: none;
}
body .page.messages .messages .message-success,
body .page.messages .messages .message-error {
  float: left;
  width: 100%;
  position: relative;
  top: 10px;
  border: 4px solid #36a1d9;
  margin: 0;
  color: #36a1d9;
  padding: 40px 20px;
  background: #fff;
  font-size: 16px;
  z-index: 99;
}
body .page.messages .messages .message-success > *:first-child:before,
body .page.messages .messages .message-error > *:first-child:before {
  color: #36a1d9;
  position: absolute;
  top: 5px;
  left: 0;
}
body .message.notice {
  float: left;
  width: 100%;
}
body .message {
  float: left;
  width: 100%;
  font-size: 16px;
  border: 4px solid #36a1d9 !important;
  margin: 0;
  color: #36a1d9 !important;
  padding: 40px 20px !important;
  background: #fff !important;
}
body .message span,
body .message div {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 0 0 0 20px !important;
  color: #36a1d9 !important;
}
body .message span:first-child:before,
body .message div:first-child:before {
  color: #36a1d9 !important;
  top: 48px !important;
}
body .product_message {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
body .product_message .message_stock_out {
  float: left;
  width: 100%;
  background: #fae5e5;
  position: relative;
  padding: 7px 0;
}
body .product_message .message_stock_out p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #e02b27;
  margin: 0 0 0 40px;
}
body .product_message .message_stock_out:before {
  float: left;
  font-size: 30px;
  content: '\e602';
  color: #e02b27;
  font-family: 'icons-blank-theme';
  position: absolute;
  left: 5px;
  top: -4px;
}
body .product_stock_message {
  display: none;
}
body .mfp-bg {
  display: none;
}
body .ui-dialog,
body .mfp-wrap {
  position: absolute;
  overflow: initial;
  display: none;
  overflow-y: initial !important;
  overflow-x: initial !important;
}
body .ui-dialog .mfp-bg,
body .mfp-wrap .mfp-bg,
body .ui-dialog .block-title,
body .mfp-wrap .block-title,
body .ui-dialog .block-container.forgot,
body .mfp-wrap .block-container.forgot,
body .ui-dialog .block-container.create,
body .mfp-wrap .block-container.create {
  display: none;
}
body .ui-dialog .mfp-container,
body .mfp-wrap .mfp-container {
  padding: 0;
}
body .ui-dialog .mfp-content,
body .mfp-wrap .mfp-content {
  margin: 0;
}
body .ui-dialog .dropdown,
body .mfp-wrap .dropdown {
  min-width: 110px !important;
}
body .ui-dialog.active,
body .mfp-wrap.active {
  position: absolute !important;
  width: 302px !important;
  top: 32px !important;
  right: 0px !important;
  z-index: 999999;
  left: initial !important;
  border: none;
  box-shadow: none;
  display: block;
}
body .ui-dialog.active .ui-dialog-titlebar,
body .mfp-wrap.active .ui-dialog-titlebar {
  display: none;
}
body .ui-dialog.active #social-login-popup,
body .mfp-wrap.active #social-login-popup {
  float: left;
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 20px;
  background: #fff;
  overflow: initial !important;
}
body .ui-dialog.active #social-login-popup .mfp-close,
body .mfp-wrap.active #social-login-popup .mfp-close {
  float: left;
  color: #767676;
  border: none;
  outline: 0;
  box-shadow: none;
}
body .ui-dialog.active #social-login-popup .mfp-close:focus,
body .mfp-wrap.active #social-login-popup .mfp-close:focus,
body .ui-dialog.active #social-login-popup .mfp-close:active,
body .mfp-wrap.active #social-login-popup .mfp-close:active,
body .ui-dialog.active #social-login-popup .mfp-close:hover,
body .mfp-wrap.active #social-login-popup .mfp-close:hover {
  float: left;
  color: #36a1d9;
  padding: 0;
  border: none;
  outline: 0;
  box-shadow: none;
}
body .ui-dialog.active #social-login-popup .social-login-ajax-loading,
body .mfp-wrap.active #social-login-popup .social-login-ajax-loading {
  top: -50px !important;
  background-color: #fff !important;
}
body .ui-dialog.active #social-login-popup .social-login.authentication,
body .mfp-wrap.active #social-login-popup .social-login.authentication {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login.authentication .social-login-title,
body .mfp-wrap.active #social-login-popup .social-login.authentication .social-login-title {
  float: left;
  width: 100%;
  background: none;
  padding: 0;
}
body .ui-dialog.active #social-login-popup .social-login.authentication .social-login-title h2.login-title,
body .mfp-wrap.active #social-login-popup .social-login.authentication .social-login-title h2.login-title {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}
body .ui-dialog.active #social-login-popup .social-login-authentication-channel,
body .mfp-wrap.active #social-login-popup .social-login-authentication-channel {
  float: left !important;
  width: 100% !important;
  padding: 0;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 20px 0 0 !important;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .fieldset,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .fieldset {
  margin: 0 0 5px !important;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .fieldset .label,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .fieldset .label {
  padding: 0;
  color: #9e9e9e;
  font-size: 14px;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content .error-msg ol li,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content .error-msg ol li {
  color: red;
  margin: 0;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .control,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .control {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .control input,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .control input {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  color: #9e9e9e;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel {
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 !important;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login {
  float: left;
  width: 100%;
  height: 35px;
  background: #3b5998;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-radius: 3px;
  box-shadow: none;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:before,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/icons/face.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:hover,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:hover {
  opacity: 0.7;
  border: none;
  background: #3b5998;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:hover span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .block-content .primary .btn_facebook_login:hover span {
  color: #fff;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login {
  float: left;
  width: 100%;
  background: #4885ed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-radius: 3px;
  box-shadow: none;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login span {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:hover,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:hover {
  opacity: 0.7;
  border: none;
  background: #4885ed;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:hover span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:hover span {
  color: #fff;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:before,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .social-login-authentication-channel .btn_google_login:before {
  position: absolute;
  width: 13px;
  height: 19px;
  content: '';
  background: url('../images/icons/google.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login {
  float: left;
  width: 100%;
  height: 39px;
  background: #36a1d9 !important;
  font-size: 17px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #36a1d9;
  font-weight: normal;
  margin: 0;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login span {
  font-family: 'MAAXBOLD', sans-serif;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login:hover,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .primary button.login:hover {
  background: #fff !important;
  color: #36a1d9;
  border: 1px solid #36a1d9 !important;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary {
  float: left;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a {
  float: left;
  font-size: 13px;
  color: #36a1d9;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a span {
  float: left;
  font-size: 13px;
  color: #36a1d9;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a:hover,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a:hover {
  color: #9e9e9e;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a:hover span,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a:hover span {
  color: #9e9e9e;
}
body .ui-dialog.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a.action_remind,
body .mfp-wrap.active #social-login-popup .social-login-customer-authentication .block-content form .actions-toolbar .secondary a.action_remind {
  margin: 10px 0 0;
}
body .ui-dialog.active #social-login-popup .actions-toolbar .primary,
body .mfp-wrap.active #social-login-popup .actions-toolbar .primary {
  float: left;
  width: 100%;
}
body .ui-dialog.active #social-login-popup .actions-toolbar .primary .create,
body .mfp-wrap.active #social-login-popup .actions-toolbar .primary .create {
  float: left;
  width: 100%;
  height: 39px;
  background: #36a1d9 !important;
  font-size: 17px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #36a1d9;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 7px 15px;
}
body .ui-dialog.active #social-login-popup .actions-toolbar .primary .create span,
body .mfp-wrap.active #social-login-popup .actions-toolbar .primary .create span {
  font-family: 'MAAXBOLD', sans-serif;
}
body .ui-dialog.active #social-login-popup .actions-toolbar .primary .create:hover,
body .mfp-wrap.active #social-login-popup .actions-toolbar .primary .create:hover {
  background: #fff !important;
  color: #36a1d9;
  border: 1px solid #36a1d9 !important;
}
body .ui-dialog.active #social-login-popup:before,
body .mfp-wrap.active #social-login-popup:before {
  position: absolute;
  width: 0px;
  height: 0px;
  top: -14px;
  right: 1px;
  border: 7px solid;
  border-color: transparent transparent #9e9e9e transparent;
  z-index: 998;
  border-bottom-style: solid;
  content: '';
  display: block;
}
body .ui-dialog.active #social-login-popup:after,
body .mfp-wrap.active #social-login-popup:after {
  position: absolute;
  width: 0px;
  height: 0px;
  border: 6px solid;
  top: -11px;
  right: 2px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9999;
  border-bottom-style: solid;
  content: '';
  display: block;
}
body .modals-overlay {
  z-index: 999;
}
body .modal_message_error_stock,
body .modal-popup.confirm {
  z-index: 999999 !important;
}
body .modal_message_error_stock .modal-inner-wrap,
body .modal-popup.confirm .modal-inner-wrap {
  background: #fff;
  border: 4px solid #36a1d9;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50%;
  margin-top: -40px;
}
body .modal_message_error_stock .modal-inner-wrap header,
body .modal-popup.confirm .modal-inner-wrap header {
  border: none;
}
body .modal_message_error_stock .modal-inner-wrap header h1,
body .modal-popup.confirm .modal-inner-wrap header h1 {
  display: none;
}
body .modal_message_error_stock .modal-inner-wrap header button,
body .modal-popup.confirm .modal-inner-wrap header button {
  height: 50px;
  padding: 0;
}
body .modal_message_error_stock .modal-inner-wrap header button:before,
body .modal-popup.confirm .modal-inner-wrap header button:before {
  font-size: 40px;
  color: #36a1d9;
  padding: 0;
}
body .modal_message_error_stock .modal-inner-wrap header button:hover:before,
body .modal-popup.confirm .modal-inner-wrap header button:hover:before {
  color: #767676;
}
body .modal_message_error_stock .modal-inner-wrap .modal-content,
body .modal-popup.confirm .modal-inner-wrap .modal-content {
  background: #fff;
  color: #36a1d9;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 0;
}
body .modal_message_error_stock .modal-inner-wrap .modal-content .product_stock_message,
body .modal-popup.confirm .modal-inner-wrap .modal-content .product_stock_message {
  float: left;
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
body .modal_message_error_stock .modal-inner-wrap .modal-content .product_stock_message p,
body .modal-popup.confirm .modal-inner-wrap .modal-content .product_stock_message p {
  float: left;
  width: 100%;
  font-size: 18px;
  background: none;
  color: #36a1d9;
  margin: 0;
}
body .modal_message_error_stock .modal-inner-wrap footer,
body .modal-popup.confirm .modal-inner-wrap footer {
  border: none !important;
}
body .modal_message_error_stock .modal-inner-wrap footer button,
body .modal-popup.confirm .modal-inner-wrap footer button {
  background: #36a1d9;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .modal_message_error_stock .modal-inner-wrap footer button span,
body .modal-popup.confirm .modal-inner-wrap footer button span {
  font-size: 14px;
  color: #fff;
}
body .modal_message_error_stock .modal-inner-wrap footer button:hover,
body .modal-popup.confirm .modal-inner-wrap footer button:hover {
  opacity: 0.6;
}
body.active {
  overflow-y: hidden;
}
/**MAGNIFIC POPUP **/
.mfp-gallery {
  background: #fff;
}
.mfp-gallery .mfp-content {
  width: 100%;
  background: #fff;
}
.mfp-gallery .mfp-content .mfp-figure {
  background: #fff;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-img {
  transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-close {
  background: #fff;
  border: none;
  box-shadow: none;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-bottom-bar {
  width: 110px;
  position: absolute;
  margin-top: 0;
  top: 15px;
  left: 0;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-counter {
  display: none;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title {
  float: left;
  display: block;
  padding: 0;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title .image_additional {
  float: left;
  display: block;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title .image_additional a {
  float: left;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #fff;
  margin: 0 0 5px 0;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title .image_additional a img {
  display: block;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title .image_additional a:hover {
  border: 1px solid #d8d8d8;
}
.mfp-gallery .mfp-content .mfp-figure .mfp-title .image_additional a.active {
  border: 1px solid #86C7E9;
}
.mfp-gallery .mfp-content .mfp-figure:after {
  background: #fff;
  box-shadow: none;
}
.mfp-gallery .mfp-close {
  width: 42px !important;
  height: 42px !important;
  position: absolute;
  right: 23px;
  top: 20px;
  font-size: 80px;
  color: #d8d8d8;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.mfp-gallery .mfp-close:hover {
  color: #86C7E9;
  right: 23px;
  top: 20px;
  box-shadow: none;
  border: none;
}
.mfp-gallery .zoom_bar {
  position: absolute;
  width: 42px;
  top: 80px;
  right: 15px;
  padding: 0;
  z-index: 999;
}
.mfp-gallery .zoom_bar .zoom_plus,
.mfp-gallery .zoom_bar .zoom_minus {
  float: left;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  margin: 20px 0 0;
  box-shadow: none;
  padding: 0;
}
.mfp-gallery .zoom_bar .zoom_plus .fa-plus,
.mfp-gallery .zoom_bar .zoom_minus .fa-plus,
.mfp-gallery .zoom_bar .zoom_plus .fa-minus,
.mfp-gallery .zoom_bar .zoom_minus .fa-minus {
  font-size: 42px;
  color: #d8d8d8;
}
.mfp-gallery .zoom_bar .zoom_plus:hover .fa-plus,
.mfp-gallery .zoom_bar .zoom_minus:hover .fa-plus,
.mfp-gallery .zoom_bar .zoom_plus:hover .fa-minus,
.mfp-gallery .zoom_bar .zoom_minus:hover .fa-minus {
  color: #86C7E9;
}
.mfp-gallery .mfp-arrow-right {
  width: 59px;
  height: 59px;
  right: 120px;
  background: url('../images/icons/next_zoom.png') 0 -60px no-repeat;
  box-shadow: none !important;
  border: none;
  opacity: 1;
  margin: -29px 0 0 !important;
}
.mfp-gallery .mfp-arrow-right:before,
.mfp-gallery .mfp-arrow-right:after {
  display: none;
}
.mfp-gallery .mfp-arrow-right:hover {
  background-position: 0 0;
}
.mfp-gallery .mfp-arrow-right:hover:before,
.mfp-gallery .mfp-arrow-right:hover:after {
  display: none;
}
.mfp-gallery .mfp-arrow-left {
  width: 59px;
  height: 59px;
  left: 120px;
  background: url('../images/icons/prev.png') 0 0 no-repeat;
  box-shadow: none !important;
  border: none;
  opacity: 1;
  margin: -29px 0 0 !important;
}
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-left:after {
  display: none;
}
.mfp-gallery .mfp-arrow-left:hover {
  background-position: 0 -59px;
}
.mfp-gallery .mfp-arrow-left:hover:before,
.mfp-gallery .mfp-arrow-left:hover:after {
  display: none;
}
/** HOME **/
.cms-home .page-header .navigation .submenu:before {
  float: left;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  box-shadow: 0 5px 5px rgba(216, 216, 216, 0.5);
  z-index: 99;
}
.cms-home .page-header:after {
  display: none;
}
.cms-home #maincontent .columns:before {
  display: none;
}
.cms-home #maincontent .columns .column {
  margin-bottom: 60px;
}
.cms-home #maincontent .columns .column .page-title-wrapper {
  display: none;
}
.cms-home #maincontent .columns .column .bx-wrapper {
  float: left;
  width: 100%;
  height: 596px;
  position: relative;
  margin: 0 0 30px;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-viewport {
  float: left;
  width: 100%;
  height: 596px;
  position: relative;
  box-shadow: none;
  margin: 0;
  border: none;
  left: 0;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-viewport .bxslider {
  float: left;
  width: 100%;
  height: 596px;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-viewport .bxslider li {
  left: 0;
  z-index: 9999;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-viewport .bxslider li .bx-caption {
  display: none;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-controls .bx-pager {
  bottom: 20px;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  width: 19px;
  height: 19px;
  background: url('../images/icons/slide_btn.png') 0 0 no-repeat;
  box-shadow: none;
  border: none;
}
.cms-home #maincontent .columns .column .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background-position: 0 -21px;
  box-shadow: none;
  border: none;
}
.cms-home #maincontent .columns .column .aw-rbslider-container {
  margin: 0 0 20px;
}
.cms-home #maincontent .columns .column .aw-rbslider-container .uk-slidenav-previous,
.cms-home #maincontent .columns .column .aw-rbslider-container .uk-slidenav-next {
  display: none;
}
.cms-home #maincontent .columns .column .aw-rbslider-container .uk-dotnav {
  justify-content: center;
  display: flex;
}
.cms-home #maincontent .columns .column .aw-rbslider-container .uk-dotnav li a {
  width: 19px;
  height: 19px;
  box-shadow: none;
  border: none;
}
.cms-home #maincontent .columns .column .aw-rbslider-container .uk-dotnav li.uk-active a {
  box-shadow: none;
  border: none;
  transform: scale(1);
}
.cms-home #maincontent .columns .column .magestore-bannerslider .jquery-slider-navigation-prev,
.cms-home #maincontent .columns .column .magestore-bannerslider .jquery-slider-navigation-next,
.cms-home #maincontent .columns .column .magestore-bannerslider .jquery-slider-timer,
.cms-home #maincontent .columns .column .magestore-bannerslider .jquery-slider-control {
  display: none;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslider-title {
  display: none;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider {
  margin-bottom: 30px !important;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider {
  width: 100%;
  height: 596px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .slides {
  float: left;
  width: 100%;
  height: 596px;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .slides > li {
  height: 596px;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .slides > li img {
  max-width: 100%;
  height: 596px;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .flex-direction-nav {
  display: none;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 9999;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .flex-control-nav li {
  margin: 0 5px;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .flex-control-nav li a {
  width: 19px;
  height: 19px;
  background: url('../images/icons/slide_btn.png') 0 0 no-repeat;
  box-shadow: none;
  border: none;
}
.cms-home #maincontent .columns .column .magestore-bannerslider .magestore-bannerslide-flex-slider .flexslider .flex-control-nav li a.flex-active {
  background-position: 0 -21px;
  box-shadow: none;
  border: none;
}
.cms-home #maincontent .columns .column .banners {
  float: left;
  margin: 0;
}
.cms-home #maincontent .columns .column .banners .slide {
  float: left;
  margin: 0 0 30px 0;
}
.cms-home #maincontent .columns .column .banners .slide a {
  float: left;
  width: 100%;
  position: relative;
}
.cms-home #maincontent .columns .column .banners .slide a .title {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin: 0;
  padding: 0 30px;
}
.cms-home #maincontent .columns .column .banners .slide a .title h1 {
  float: left;
  width: 100%;
  font-size: 40px;
  line-height: 60px;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #36a1d9;
  margin: 0;
}
.cms-home #maincontent .columns .column .banners .slide a .title.blue h1 {
  color: #36a1d9;
  background: #fff;
}
/* PRODUCTS */
.products,
.wishlist {
  float: left;
  width: 100%;
}
.products .product-items,
.wishlist .product-items {
  float: left;
  padding: 0 0 50px 0;
  margin: 0 !important;
}
.products .product-items .product-item,
.wishlist .product-items .product-item {
  float: left;
  width: 50%;
  margin: 0;
  clip: inherit;
  padding: 0 15px;
  border: none;
}
.products .product-items .product-item .product-item-info,
.wishlist .product-items .product-item .product-item-info {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 399px;
}
.products .product-items .product-item .product-item-info a,
.wishlist .product-items .product-item .product-item-info a {
  float: left;
  width: 100%;
  outline: none;
}
.products .product-items .product-item .product-item-info a img,
.wishlist .product-items .product-item .product-item-info a img {
  float: none;
  margin: 0 auto;
  display: block;
}
.products .product-items .product-item .product-item-info .product-item-details,
.wishlist .product-items .product-item .product-item-info .product-item-details {
  float: left;
}
.products .product-items .product-item .product-item-info .product-item-details .product-item-name,
.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name,
.products .product-items .product-item .product-item-info .product-item-details .product-reviews-summary,
.wishlist .product-items .product-item .product-item-info .product-item-details .product-reviews-summary,
.products .product-items .product-item .product-item-info .product-item-details .swatch-attribute,
.wishlist .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  display: none;
}
.products .product-items .product-item .product-item-info .price-box,
.wishlist .product-items .product-item .product-item-info .price-box {
  float: left;
  margin: 9px 0 0;
  padding: 0;
}
.products .product-items .product-item .product-item-info .price-box .price,
.wishlist .product-items .product-item .product-item-info .price-box .price {
  float: left;
  font-size: 22px;
  line-height: 24px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: bold;
}
.products .product-items .product-item .product-item-info .price-box .price span.value,
.wishlist .product-items .product-item .product-item-info .price-box .price span.value {
  float: left;
  font-family: 'MAAXBOLD', sans-serif;
}
.products .product-items .product-item .product-item-info .price-box .price span.small,
.wishlist .product-items .product-item .product-item-info .price-box .price span.small {
  float: left;
  font-size: 17px;
  line-height: 19px;
  vertical-align: top;
  font-family: 'MAAXBOLD', sans-serif;
  margin-left: -3px;
}
.products .product-items .product-item .product-item-info .price-box .price span.currency,
.wishlist .product-items .product-item .product-item-info .price-box .price span.currency {
  float: left;
  font-family: 'MAAX', sans-serif;
  padding-left: 3px;
  font-weight: normal;
}
.products .product-items .product-item .product-item-info .price-box .special-price,
.wishlist .product-items .product-item .product-item-info .price-box .special-price {
  float: left;
  font-size: 28px;
}
.products .product-items .product-item .product-item-info .price-box .old-price,
.wishlist .product-items .product-item .product-item-info .price-box .old-price {
  float: left;
  display: block;
  padding-right: 10px;
  margin: 0;
}
.products .product-items .product-item .product-item-info .price-box .old-price .price,
.wishlist .product-items .product-item .product-item-info .price-box .old-price .price {
  display: block;
  font-size: 22px;
  color: #C5C5C5;
  position: relative;
}
.products .product-items .product-item .product-item-info .price-box .old-price .price span.small,
.wishlist .product-items .product-item .product-item-info .price-box .old-price .price span.small {
  font-size: 17px;
  line-height: 19px;
  vertical-align: top;
}
.products .product-items .product-item .product-item-info .price-box .old-price .price:after,
.wishlist .product-items .product-item .product-item-info .price-box .old-price .price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  border-top: 2px solid #36a1d9;
}
.products .product-items .product-item .product-item-info .price-box .old-price .price-label,
.wishlist .product-items .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
.products .product-items .product-item .product-item-info .price-box .minimal-price-link,
.wishlist .product-items .product-item .product-item-info .price-box .minimal-price-link {
  display: none;
}
.products .product-items .product-item .product-item-info .product-inner,
.wishlist .product-items .product-item .product-item-info .product-inner {
  float: left;
  margin: 2px 0 0;
  padding-left: 0;
}
.products .product-items .product-item .product-item-info .product-item-actions,
.wishlist .product-items .product-item .product-item-info .product-item-actions {
  float: right;
  width: 72px;
  margin: 0;
  padding: 0;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary {
  float: right;
  padding: 0;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary form label.qty,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary form label.qty,
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary form input.qty,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary form input.qty {
  display: none;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action {
  float: left;
  width: 27px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action:before,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action:before {
  float: left;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/add_cart.png') no-repeat;
  background-size: cover;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action span,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-primary form button.action span {
  display: none;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-secondary,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  float: left;
  width: 28px;
  padding: 0;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.towishlist,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.towishlist {
  float: left;
  width: 28px;
  padding: 2px 0 0;
  margin: 0;
  pointer-events: none;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.towishlist:before,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.towishlist:before {
  float: left;
  width: 28px;
  height: 25px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/add_wishlist.png') no-repeat;
  background-size: cover;
}
.products .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.tocompare,
.wishlist .product-items .product-item .product-item-info .product-item-actions .actions-secondary a.tocompare {
  display: none;
}
.products .product-items .product-item .product-item-info:hover,
.wishlist .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.products .product-items .product-item .product-item-info:hover a,
.wishlist .product-items .product-item .product-item-info:hover a {
  float: left;
  width: 100%;
  margin: 0;
}
.products .product-items .product-item .product-item-info:hover a img,
.wishlist .product-items .product-item .product-item-info:hover a img {
  float: none;
  margin: 0 auto;
  display: block;
}
.products .product-items .product-item.active:before,
.wishlist .product-items .product-item.active:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 29px solid;
  border-bottom: 29px solid;
  border-right: 24px solid;
  border-left: 24px solid;
  content: '';
  top: 381px;
  right: 37%;
  border-color: transparent transparent #9e9e9e transparent;
  z-index: 8;
  border-bottom-style: solid;
  display: block;
}
.products .product-items .product-item.active:after,
.wishlist .product-items .product-item.active:after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 28px solid;
  border-bottom: 28px solid;
  border-right: 23px solid;
  border-left: 23px solid;
  content: '';
  top: 383px;
  right: 37.2%;
  border-color: transparent transparent #ffffff transparent;
  z-index: 8;
  border-bottom-style: solid;
  display: block;
}
.products .product-items .product-item:hover,
.wishlist .product-items .product-item:hover {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0 15px;
}
.products .product-items .product-item:hover .product-item-info,
.wishlist .product-items .product-item:hover .product-item-info {
  padding: 20px 0;
  margin: 20px 0;
  border: 1px solid transparent;
  border: 1px solid #9e9e9e;
}
.products .product-items .product-item:hover .product-item-info a,
.wishlist .product-items .product-item:hover .product-item-info a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products .product-items .product-item:hover .product-item-info a img,
.wishlist .product-items .product-item:hover .product-item-info a img {
  float: none;
  margin: 0 auto;
  display: block;
}
.products .product-items .popup_default,
.wishlist .product-items .popup_default {
  display: block;
}
.products .popup_mobile,
.wishlist .popup_mobile {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 992;
  background: #fff;
}
.products .popup_default,
.wishlist .popup_default {
  float: left;
  margin: 0;
  display: none;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  /*PRODUCT RELATED */
}
.products .popup_default.active,
.wishlist .popup_default.active {
  z-index: 999;
}
.products .popup_default .close_popup,
.wishlist .popup_default .close_popup {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/icons/close_popup.png') 0 0 no-repeat;
  cursor: pointer;
  z-index: 8;
}
.products .popup_default .close_popup:hover,
.wishlist .popup_default .close_popup:hover {
  background-position: 0 -31px;
}
.products .popup_default .price,
.wishlist .popup_default .price,
.products .popup_default .price_related,
.wishlist .popup_default .price_related {
  float: left;
}
.products .popup_default .price .price-box,
.wishlist .popup_default .price .price-box,
.products .popup_default .price_related .price-box,
.wishlist .popup_default .price_related .price-box {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.products .popup_default .price .price-box span.price,
.wishlist .popup_default .price .price-box span.price,
.products .popup_default .price_related .price-box span.price,
.wishlist .popup_default .price_related .price-box span.price {
  float: left;
  font-size: 31px;
  line-height: 43px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #36a1d9;
}
.products .popup_default .price .price-box span.price span.value,
.wishlist .popup_default .price .price-box span.price span.value,
.products .popup_default .price_related .price-box span.price span.value,
.wishlist .popup_default .price_related .price-box span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.products .popup_default .price .price-box span.price span.small,
.wishlist .popup_default .price .price-box span.price span.small,
.products .popup_default .price_related .price-box span.price span.small,
.wishlist .popup_default .price_related .price-box span.price span.small {
  font-size: 19px;
  line-height: 35px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -14px;
}
.products .popup_default .price .price-box .old-price,
.wishlist .popup_default .price .price-box .old-price,
.products .popup_default .price_related .price-box .old-price,
.wishlist .popup_default .price_related .price-box .old-price {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px 0 0;
}
.products .popup_default .price .price-box .old-price span.price,
.wishlist .popup_default .price .price-box .old-price span.price,
.products .popup_default .price_related .price-box .old-price span.price,
.wishlist .popup_default .price_related .price-box .old-price span.price {
  float: left;
  font-size: 43px;
  line-height: 43px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #C5C5C5;
}
.products .popup_default .price .price-box .old-price span.price span.value,
.wishlist .popup_default .price .price-box .old-price span.price span.value,
.products .popup_default .price_related .price-box .old-price span.price span.value,
.wishlist .popup_default .price_related .price-box .old-price span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.products .popup_default .price .price-box .old-price span.price span.small,
.wishlist .popup_default .price .price-box .old-price span.price span.small,
.products .popup_default .price_related .price-box .old-price span.price span.small,
.wishlist .popup_default .price_related .price-box .old-price span.price span.small {
  font-size: 26px;
  line-height: 35px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -20px;
}
.products .popup_default .price .price-box .old-price span.price:after,
.wishlist .popup_default .price .price-box .old-price span.price:after,
.products .popup_default .price_related .price-box .old-price span.price:after,
.wishlist .popup_default .price_related .price-box .old-price span.price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 18px;
  content: '';
  border-top: 4px solid #36a1d9;
}
.products .popup_default .price .price-box .old-price .price-label,
.wishlist .popup_default .price .price-box .old-price .price-label,
.products .popup_default .price_related .price-box .old-price .price-label,
.wishlist .popup_default .price_related .price-box .old-price .price-label {
  display: none;
}
.products .popup_default .price .price-box .special-price,
.wishlist .popup_default .price .price-box .special-price,
.products .popup_default .price_related .price-box .special-price,
.wishlist .popup_default .price_related .price-box .special-price {
  float: left;
  margin: 2px 0 0;
}
.products .popup_default .price .price-box .special-price span.price,
.wishlist .popup_default .price .price-box .special-price span.price,
.products .popup_default .price_related .price-box .special-price span.price,
.wishlist .popup_default .price_related .price-box .special-price span.price {
  float: left;
  font-size: 31px;
  line-height: 43px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #36a1d9;
}
.products .popup_default .price .price-box .special-price span.price span.value,
.wishlist .popup_default .price .price-box .special-price span.price span.value,
.products .popup_default .price_related .price-box .special-price span.price span.value,
.wishlist .popup_default .price_related .price-box .special-price span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.products .popup_default .price .price-box .special-price span.price span.small,
.wishlist .popup_default .price .price-box .special-price span.price span.small,
.products .popup_default .price_related .price-box .special-price span.price span.small,
.wishlist .popup_default .price_related .price-box .special-price span.price span.small {
  font-size: 19px;
  line-height: 37px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -15px;
}
.products .popup_default .price .price-box .minimal-price-link,
.wishlist .popup_default .price .price-box .minimal-price-link,
.products .popup_default .price_related .price-box .minimal-price-link,
.wishlist .popup_default .price_related .price-box .minimal-price-link {
  display: none;
}
.products .popup_default .product_main,
.wishlist .popup_default .product_main {
  position: relative;
}
.products .popup_default .product_main .product_detail,
.wishlist .popup_default .product_main .product_detail {
  float: left;
  min-height: 516px;
  padding: 35px 15px;
}
.products .popup_default .product_main .product_detail .image,
.wishlist .popup_default .product_main .product_detail .image {
  float: left;
  min-height: 300px;
}
.products .popup_default .product_main .product_detail .image a,
.wishlist .popup_default .product_main .product_detail .image a {
  float: left;
  cursor: pointer;
}
.products .popup_default .product_main .product_detail .image a img,
.wishlist .popup_default .product_main .product_detail .image a img {
  max-height: 441px;
}
.products .popup_default .product_main .product_detail .description,
.wishlist .popup_default .product_main .product_detail .description {
  float: left;
}
.products .popup_default .product_main .product_detail .description h1,
.wishlist .popup_default .product_main .product_detail .description h1 {
  float: left;
  width: 100%;
  font-size: 43px;
  line-height: 43px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #767676;
  margin: 0 0 30px 0;
}
.products .popup_default .product_main .product_detail .description .info,
.wishlist .popup_default .product_main .product_detail .description .info {
  float: left;
  padding: 0;
}
.products .popup_default .product_main .product_detail .description .info p,
.wishlist .popup_default .product_main .product_detail .description .info p {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #767676;
}
.products .popup_default .product_main .product_detail .description .info p strong,
.wishlist .popup_default .product_main .product_detail .description .info p strong {
  font-family: 'MAAXBOLD', sans-serif;
  padding-right: 5px;
}
.products .popup_default .product_main .product_detail .btn_zoom,
.wishlist .popup_default .product_main .product_detail .btn_zoom {
  float: right;
  position: absolute;
  right: 25px;
  bottom: 5px;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}
.products .popup_default .product_main .product_detail .btn_zoom span,
.wishlist .popup_default .product_main .product_detail .btn_zoom span {
  float: left;
  width: 70px;
  position: relative;
  color: #9e9e9e;
  font-size: 15px;
  text-align: left;
}
.products .popup_default .product_main .product_detail .btn_zoom span:after,
.wishlist .popup_default .product_main .product_detail .btn_zoom span:after {
  position: absolute;
  width: 19px;
  height: 20px;
  content: '';
  top: 0;
  right: 0;
  background: url('../images/icons/zoom.png') 0 0 no-repeat;
  display: block;
}
.products .popup_default .product_main .product_detail .btn_zoom:hover span,
.wishlist .popup_default .product_main .product_detail .btn_zoom:hover span {
  color: #36a1d9;
}
.products .popup_default .product_main .product_detail .btn_zoom:hover span:after,
.wishlist .popup_default .product_main .product_detail .btn_zoom:hover span:after {
  background-position: 0 -21px;
}
.products .popup_default .product_main .product_attribute,
.wishlist .popup_default .product_main .product_attribute {
  float: left;
  height: 516px;
  background: #36a1d9;
  margin: 0;
}
.products .popup_default .product_main .product_attribute .wrapper,
.wishlist .popup_default .product_main .product_attribute .wrapper {
  float: left;
  max-width: 500px;
  padding: 0 50px;
  margin: 45px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper .msg_error,
.wishlist .popup_default .product_main .product_attribute .wrapper .msg_error {
  display: none;
}
.products .popup_default .product_main .product_attribute .wrapper h1,
.wishlist .popup_default .product_main .product_attribute .wrapper h1 {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  padding: 0 0 45px 0;
  border-bottom: 1px solid #AFDAF0;
}
.products .popup_default .product_main .product_attribute .wrapper table,
.wishlist .popup_default .product_main .product_attribute .wrapper table {
  float: left;
  padding: 0;
  margin: 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr {
  float: left;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #AFDAF0;
  padding: 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr .msg_error,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr .msg_error {
  float: left;
  width: 100%;
  display: block;
}
.products .popup_default .product_main .product_attribute .wrapper table tr .msg_error p,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr .msg_error p {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #FF0000;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td {
  float: left;
  padding: 11px 0 7px 0;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td p,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td p {
  float: left;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  margin: 8px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td select,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td select {
  float: left;
  width: 149px;
  color: #fff;
  background: #72bde5 url('../images/icons/select.png') 120px 5px no-repeat;
  border: none;
  position: relative;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td label,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td label {
  float: left;
  margin: 5px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute {
  margin: 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option {
  width: 30px;
  height: 30px;
  border: 1px solid #AFDAF0;
  margin: 0 9px 5px 0;
  min-width: 25px;
  min-height: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.image,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.text,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.text {
  float: left;
  width: 41px;
  height: 32px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  border: 2px solid #AFDAF0;
  background: #72BDE5;
  color: #fff;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background: #72BDE5 !important;
  border: 2px solid #000;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  cursor: default;
  pointer-events: none;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover {
  outline: none;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #000;
  box-shadow: 0px 0px 0px 4px #fff;
  outline: none;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option:hover span.tooltip,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td .swatch-attribute .swatch-attribute-options .swatch-option:hover span.tooltip {
  visibility: visible;
  opacity: 1;
}
.products .popup_default .product_main .product_attribute .wrapper table tr td.title,
.wishlist .popup_default .product_main .product_attribute .wrapper table tr td.title {
  margin: 8px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper .options .sizing_info_popup,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .sizing_info_popup {
  display: none;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #AFDAF0;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .msg_error,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .msg_error {
  float: left;
  width: 100%;
  display: block;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .msg_error p,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .msg_error p {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #FF0000;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title {
  float: left;
  padding: 18px 0 0;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  padding-left: 0;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title span,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title span {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title a.sizing_info,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title a.sizing_info {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  color: #AFDAF0;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px 0;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title a.sizing_info:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .title a.sizing_info:hover {
  color: #fff;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options {
  float: left;
  margin: 0;
  padding: 9px 0 5px 0;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option {
  float: left;
  width: 32px;
  height: 32px;
  border: 2px solid #AFDAF0;
  padding: 4px 8px;
  margin: 0 9px 5px 0;
  min-width: 25px;
  text-align: center;
  position: relative;
  overflow: visible;
  min-height: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #000;
  box-shadow: 0px 0px 0px 4px #fff;
  outline: none;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  cursor: default;
  pointer-events: none;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover {
  outline: none;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.image,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text {
  float: left;
  width: 41px;
  height: 32px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  border: 2px solid #AFDAF0;
  padding: 4px 0;
  background: #72BDE5;
  color: #fff;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background: #72BDE5 !important;
  border: 2px solid #000;
  outline: none;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  border: 2px solid #000;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip {
  visibility: hidden;
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.products .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option:hover span.swatch_tooltip,
.wishlist .popup_default .product_main .product_attribute .wrapper .options .swatch-attribute .swatch-attribute-options .swatch-option:hover span.swatch_tooltip {
  visibility: visible;
  opacity: 1;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty {
  float: left;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #AFDAF0;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .title,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .title {
  padding-left: 0;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .title span,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .title span {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  padding: 9px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option {
  padding-left: 0;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn {
  float: left;
  background: #ECECEC;
  padding: 0 10px;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn input,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn input {
  float: left;
  width: 45px;
  height: 32px;
  font-size: 15px;
  color: #767676;
  border: none;
  background: #ECECEC;
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn input:focus,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn input:focus {
  outline: none;
  border: none;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus,
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus {
  float: left;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #36a1d9;
  padding: 1px 7px;
  border: none;
  box-shadow: none;
  margin: 5px 0 0;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus .fas,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus .fas,
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus .fas,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus .fas {
  font-size: 10px;
  color: #fff;
}
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.minus:hover,
.products .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus:hover,
.wishlist .popup_default .product_main .product_attribute .wrapper .product_qty .option .input_btn button.plus:hover {
  opacity: 0.8;
}
.products .popup_default .product_main .product_attribute .actions_popup,
.wishlist .popup_default .product_main .product_attribute .actions_popup {
  float: left;
  position: absolute;
  bottom: 35px;
  left: 0;
  max-width: 500px;
  padding: 0 50px 0 65px;
}
.products .popup_default .product_main .product_attribute .actions_popup .action_loader,
.wishlist .popup_default .product_main .product_attribute .actions_popup .action_loader {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  z-index: 99;
  display: none;
}
.products .popup_default .product_main .product_attribute .actions_popup button,
.wishlist .popup_default .product_main .product_attribute .actions_popup button {
  float: left;
  width: 100%;
  height: 51px;
  font-size: 23px;
  font-family: 'MAAXBOLD', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.products .popup_default .product_main .product_attribute .actions_popup button.wishlist,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.wishlist {
  color: #fff;
  background: #36a1d9;
  border: 1px solid #fff;
}
.products .popup_default .product_main .product_attribute .actions_popup button.wishlist span,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.wishlist span {
  position: relative;
  width: initial;
  font-family: 'MAAXBOLD', sans-serif;
  float: none;
}
.products .popup_default .product_main .product_attribute .actions_popup button.wishlist span:after,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.wishlist span:after {
  position: absolute;
  width: 25px;
  height: 23px;
  content: '';
  top: 1px;
  right: -37px;
  background: url('../images/icons/popup_wishlist.png') 0 0 no-repeat;
}
.products .popup_default .product_main .product_attribute .actions_popup button.wishlist:hover,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.wishlist:hover {
  color: #36a1d9;
  background: #fff;
  border-color: #36a1d9;
}
.products .popup_default .product_main .product_attribute .actions_popup button.wishlist:hover span:after,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.wishlist:hover span:after {
  background-position: 0 -25px;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart {
  color: #36a1d9;
  background: #fff;
  border: 1px solid #fff;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart span,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart span {
  position: relative;
  width: initial;
  font-family: 'MAAXBOLD', sans-serif;
  float: none;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart span:after,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart span:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: '';
  top: -4px;
  right: -37px;
  background: url('../images/icons/popup_cart.png') 0 0 no-repeat;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart span.added_cart,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart span.added_cart {
  display: none;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover {
  color: #fff;
  background: #36a1d9;
  border-color: #fff;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover span,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover span {
  color: #fff;
}
.products .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover span:after,
.wishlist .popup_default .product_main .product_attribute .actions_popup button.prod_cart:hover span:after {
  background-position: 0 -28px;
}
.products .popup_default .product_main .product_attribute .forms_action,
.wishlist .popup_default .product_main .product_attribute .forms_action {
  display: none;
}
.products .popup_default .product_main .btn_prev,
.wishlist .popup_default .product_main .btn_prev {
  width: 34px;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  left: 40px;
  background: url('../images/icons/prev.png') 0 0 no-repeat;
  border: none;
  box-shadow: none;
}
.products .popup_default .product_main .btn_prev:hover,
.wishlist .popup_default .product_main .btn_prev:hover {
  background-position: 0 -59px;
}
.products .popup_default .product_main .btn_next,
.wishlist .popup_default .product_main .btn_next {
  width: 34px;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 40px;
  background: url('../images/icons/next.png') 0 0 no-repeat;
  border: none;
  box-shadow: none;
}
.products .popup_default .product_main .btn_next:hover,
.wishlist .popup_default .product_main .btn_next:hover {
  background-position: 0 -60px;
}
.products .popup_default .product_related,
.wishlist .popup_default .product_related {
  display: none;
}
.products .popup_default .product_related h1,
.wishlist .popup_default .product_related h1 {
  float: left;
  width: 100%;
  font-size: 33px;
  text-align: center;
  color: #767676;
  padding: 0;
  margin: 20px 0 10px 0;
}
.products .popup_default .product_related .items_related,
.wishlist .popup_default .product_related .items_related {
  margin: 30px 0;
  padding: 0 30px;
}
.products .popup_default .product_related .items_related .item_related,
.wishlist .popup_default .product_related .items_related .item_related {
  padding: 15px;
  cursor: pointer;
  border: 1px solid #fff;
}
.products .popup_default .product_related .items_related .item_related .image_related,
.wishlist .popup_default .product_related .items_related .item_related .image_related {
  float: left;
}
.products .popup_default .product_related .items_related .item_related .price_related,
.wishlist .popup_default .product_related .items_related .item_related .price_related {
  float: left;
  margin: 10px 0 0;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box {
  float: left;
  margin: 9px 0 0;
  padding: 0;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .price,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .price {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: bold;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .price span.value,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .price span.value {
  float: left;
  font-family: 'MAAXBOLD', sans-serif;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .price span.small,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .price span.small {
  float: left;
  font-size: 17px;
  line-height: 19px;
  vertical-align: top;
  font-family: 'MAAXBOLD', sans-serif;
  margin-left: -3px;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .price span.currency,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .price span.currency {
  float: left;
  font-family: 'MAAX', sans-serif;
  padding-left: 3px;
  font-weight: normal;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .special-price,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .special-price {
  float: left;
  font-size: 20px;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .old-price {
  float: left;
  display: block;
  padding-right: 10px;
  margin: 0;
  position: relative;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price {
  display: block;
  font-size: 20px;
  color: #C5C5C5;
  position: relative;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price span.small,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price span.small {
  font-size: 17px;
  line-height: 19px;
  vertical-align: top;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price:after,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  border-top: 2px solid #36a1d9;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price-label,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box .old-price .price-label {
  display: none;
}
.products .popup_default .product_related .items_related .item_related .price_related .price-box span.unavailable,
.wishlist .popup_default .product_related .items_related .item_related .price_related .price-box span.unavailable {
  float: left;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MAAXBOLD', sans-serif;
  color: #FF0000;
}
.products .popup_default .product_related .items_related .item_related .product-inner,
.wishlist .popup_default .product_related .items_related .item_related .product-inner {
  margin: 12px 0 0;
}
.products .popup_default .product_related .items_related .item_related .product-inner button.action,
.wishlist .popup_default .product_related .items_related .item_related .product-inner button.action {
  float: left;
  width: 27px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.products .popup_default .product_related .items_related .item_related .product-inner button.action:before,
.wishlist .popup_default .product_related .items_related .item_related .product-inner button.action:before {
  float: left;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/add_cart.png') no-repeat;
  background-size: cover;
}
.products .popup_default .product_related .items_related .item_related .product-inner button.action span,
.wishlist .popup_default .product_related .items_related .item_related .product-inner button.action span {
  display: none;
}
.products .popup_default .product_related .items_related .item_related .product-inner a.towishlist,
.wishlist .popup_default .product_related .items_related .item_related .product-inner a.towishlist {
  float: right;
  width: 28px;
  padding: 2px 0 0;
  margin: 0;
  pointer-events: none;
}
.products .popup_default .product_related .items_related .item_related .product-inner a.towishlist:before,
.wishlist .popup_default .product_related .items_related .item_related .product-inner a.towishlist:before {
  float: left;
  width: 28px;
  height: 25px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/add_wishlist.png') no-repeat;
  background-size: cover;
}
.products .popup_default .product_related .items_related .item_related:hover,
.wishlist .popup_default .product_related .items_related .item_related:hover {
  border: 1px solid #d8d8d8;
}
.products .popup_default .product_related .items_related .popup,
.wishlist .popup_default .product_related .items_related .popup {
  float: left;
  display: none;
}
.products .popup_default .product_related.active,
.wishlist .popup_default .product_related.active {
  display: block;
  z-index: 999;
}
.products .popup_default .product_related:before,
.wishlist .popup_default .product_related:before {
  float: left;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -6px;
  left: 0;
  content: '';
  box-shadow: 0 5px 5px rgba(216, 216, 216, 0.9);
}
.products .zoom_gallery,
.wishlist .zoom_gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
}
.products .zoom_gallery .image_main,
.wishlist .zoom_gallery .image_main {
  position: absolute;
  top: 0;
  left: 0;
}
.products .zoom_gallery .image_main .zoomer,
.wishlist .zoom_gallery .image_main .zoomer {
  background: #fff;
}
.products .zoom_gallery .image_main .zoomer .zoomer-holder,
.wishlist .zoom_gallery .image_main .zoomer .zoomer-holder {
  border: none;
  box-shadow: none;
  opacity: 1 !important;
}
.products .zoom_gallery .image_main .zoomer .zoomer-holder .zoomer-image,
.wishlist .zoom_gallery .image_main .zoomer .zoomer-holder .zoomer-image {
  cursor: pointer;
}
.products .zoom_gallery .scroll-wrapper,
.wishlist .zoom_gallery .scroll-wrapper {
  float: left;
  width: 95px;
  margin: 30px 0 0;
  top: 25px;
  left: 15px;
  z-index: 999;
  padding: 0;
  max-height: 550px;
  padding: 0 0 45px !important;
}
.products .zoom_gallery .scroll-wrapper .gallery_images,
.wishlist .zoom_gallery .scroll-wrapper .gallery_images {
  float: left;
  width: 100%;
  position: relative;
  max-height: 400px;
}
.products .zoom_gallery .scroll-wrapper .gallery_images a,
.wishlist .zoom_gallery .scroll-wrapper .gallery_images a {
  float: left;
  margin: 0 0 5px 0;
  cursor: pointer;
  padding: 10px 0;
  border: 1px solid #fff;
}
.products .zoom_gallery .scroll-wrapper .gallery_images a img,
.wishlist .zoom_gallery .scroll-wrapper .gallery_images a img {
  float: none;
  display: block;
  margin: 0 auto;
  max-height: 90px;
}
.products .zoom_gallery .scroll-wrapper .gallery_images a:hover,
.wishlist .zoom_gallery .scroll-wrapper .gallery_images a:hover {
  border: 1px solid #d8d8d8;
}
.products .zoom_gallery .scroll-wrapper .gallery_images a.active,
.wishlist .zoom_gallery .scroll-wrapper .gallery_images a.active {
  border: 1px solid #86C7E9;
}
.products .zoom_gallery .arrow_left,
.wishlist .zoom_gallery .arrow_left {
  float: left;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 110px;
  margin-top: -27px;
  z-index: 999;
  background: url('../images/icons/prev.png') 0 0 no-repeat;
  box-shadow: none;
  border: none;
}
.products .zoom_gallery .arrow_left:hover,
.wishlist .zoom_gallery .arrow_left:hover {
  background-position: 0 -59px;
}
.products .zoom_gallery .arrow_right,
.wishlist .zoom_gallery .arrow_right {
  float: left;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 50%;
  right: 110px;
  margin-top: -27px;
  z-index: 999;
  background: url('../images/icons/next_zoom.png') 0 -60px no-repeat;
  box-shadow: none;
  border: none;
}
.products .zoom_gallery .arrow_right:hover,
.wishlist .zoom_gallery .arrow_right:hover {
  background-position: 0 0;
}
.products .zoom_gallery .gallery_buttons,
.wishlist .zoom_gallery .gallery_buttons {
  position: absolute;
  top: 25px;
  right: 0;
}
.products .zoom_gallery .gallery_buttons .close_gallery,
.wishlist .zoom_gallery .gallery_buttons .close_gallery {
  float: left;
  width: 100%;
  height: 46px;
  background: none;
  border: none;
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.products .zoom_gallery .gallery_buttons .close_gallery .fa-times,
.wishlist .zoom_gallery .gallery_buttons .close_gallery .fa-times {
  font-size: 48px;
  color: #d8d8d8;
}
.products .zoom_gallery .gallery_buttons .close_gallery:hover .fa-times,
.wishlist .zoom_gallery .gallery_buttons .close_gallery:hover .fa-times {
  color: #86C7E9;
}
.products .zoom_gallery .gallery_buttons .zoom_plus,
.wishlist .zoom_gallery .gallery_buttons .zoom_plus,
.products .zoom_gallery .gallery_buttons .zoom_minus,
.wishlist .zoom_gallery .gallery_buttons .zoom_minus {
  float: left;
  width: 100%;
  height: 42px;
  background: none;
  border: none;
  margin: 20px 0 0;
  box-shadow: none;
  padding: 0;
}
.products .zoom_gallery .gallery_buttons .zoom_plus .fa-plus,
.wishlist .zoom_gallery .gallery_buttons .zoom_plus .fa-plus,
.products .zoom_gallery .gallery_buttons .zoom_minus .fa-plus,
.wishlist .zoom_gallery .gallery_buttons .zoom_minus .fa-plus,
.products .zoom_gallery .gallery_buttons .zoom_plus .fa-minus,
.wishlist .zoom_gallery .gallery_buttons .zoom_plus .fa-minus,
.products .zoom_gallery .gallery_buttons .zoom_minus .fa-minus,
.wishlist .zoom_gallery .gallery_buttons .zoom_minus .fa-minus {
  font-size: 42px;
  color: #d8d8d8;
}
.products .zoom_gallery .gallery_buttons .zoom_plus:hover .fa-plus,
.wishlist .zoom_gallery .gallery_buttons .zoom_plus:hover .fa-plus,
.products .zoom_gallery .gallery_buttons .zoom_minus:hover .fa-plus,
.wishlist .zoom_gallery .gallery_buttons .zoom_minus:hover .fa-plus,
.products .zoom_gallery .gallery_buttons .zoom_plus:hover .fa-minus,
.wishlist .zoom_gallery .gallery_buttons .zoom_plus:hover .fa-minus,
.products .zoom_gallery .gallery_buttons .zoom_minus:hover .fa-minus,
.wishlist .zoom_gallery .gallery_buttons .zoom_minus:hover .fa-minus {
  color: #86C7E9;
}
.products .zoom_gallery.active,
.wishlist .zoom_gallery.active {
  display: block;
}
.modal_item_related,
.modal_item_wishlist,
.modal_item_cross_sell,
.modal_sizing_info {
  z-index: 9999;
}
.modal_item_related .modal-inner-wrap,
.modal_item_wishlist .modal-inner-wrap,
.modal_item_cross_sell .modal-inner-wrap,
.modal_sizing_info .modal-inner-wrap {
  transition-duration: .4s;
}
.modal_item_related .modal-inner-wrap header,
.modal_item_wishlist .modal-inner-wrap header,
.modal_item_cross_sell .modal-inner-wrap header,
.modal_sizing_info .modal-inner-wrap header {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  z-index: 99;
  box-shadow: none;
  padding: 35px !important;
}
.modal_item_related .modal-inner-wrap header h1,
.modal_item_wishlist .modal-inner-wrap header h1,
.modal_item_cross_sell .modal-inner-wrap header h1,
.modal_sizing_info .modal-inner-wrap header h1 {
  display: none;
}
.modal_item_related .modal-inner-wrap header .action-close,
.modal_item_wishlist .modal-inner-wrap header .action-close,
.modal_item_cross_sell .modal-inner-wrap header .action-close,
.modal_sizing_info .modal-inner-wrap header .action-close {
  padding: 20px 10px;
}
.modal_item_related .modal-inner-wrap header .action-close:before,
.modal_item_wishlist .modal-inner-wrap header .action-close:before,
.modal_item_cross_sell .modal-inner-wrap header .action-close:before,
.modal_sizing_info .modal-inner-wrap header .action-close:before {
  color: #fff;
  font-size: 70px;
  line-height: 40px;
  font-weight: bold;
}
.modal_item_related .modal-inner-wrap header .action-close:hover:before,
.modal_item_wishlist .modal-inner-wrap header .action-close:hover:before,
.modal_item_cross_sell .modal-inner-wrap header .action-close:hover:before,
.modal_sizing_info .modal-inner-wrap header .action-close:hover:before {
  color: #86C7E9;
}
.modal_item_related .modal-inner-wrap footer,
.modal_item_wishlist .modal-inner-wrap footer,
.modal_item_cross_sell .modal-inner-wrap footer,
.modal_sizing_info .modal-inner-wrap footer {
  display: none;
}
.modal_sizing_info {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_sizing_info .modal-inner-wrap {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_sizing_info .modal-inner-wrap header .action-close:before {
  color: #86C7E9;
}
.modal_sizing_info .modal-inner-wrap header .action-close:hover:before {
  color: #36a1d9;
}
.modal_sizing_info .modal-inner-wrap .modal-content {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_sizing_info .modal-inner-wrap .modal-content .sizing_info_popup {
  padding: 30px;
  margin: 20px 0 0;
}
.modal_sizing_info .modal-inner-wrap .modal-content .sizing_info_popup p img {
  display: block;
  margin: 0 auto;
}
.modal_sizing_info._show .modal-inner-wrap {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_item_related .modal-inner-wrap .modal-content,
.modal_item_wishlist .modal-inner-wrap .modal-content,
.modal_item_cross_sell .modal-inner-wrap .modal-content {
  padding: 0;
  box-shadow: none;
  border: none;
  overflow-y: hidden !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related {
  display: block;
  padding: 75px 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc h1,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc h1,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc h1 {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #767676;
  margin: 0 0 20px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related {
  float: left;
  width: 100%;
  padding: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price {
  float: left;
  font-size: 31px;
  line-height: 31px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.value,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.value,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.small,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.small,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.price span.small {
  font-size: 19px;
  line-height: 25px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -17px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price {
  float: left;
  display: block;
  position: relative;
  margin: 0 8px 0 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price {
  float: left;
  font-size: 43px;
  line-height: 43px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #C5C5C5;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.value,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.value,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.small,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.small,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price span.small {
  font-size: 26px;
  line-height: 35px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -20px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price span.price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 18px;
  content: '';
  border-top: 4px solid #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price .price-label,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price .price-label,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .old-price .price-label {
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price {
  float: left;
  margin: 8px 0 0;
  position: relative;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price {
  float: left;
  font-size: 31px;
  line-height: 31px;
  font-family: 'MAAXBOLD', sans-serif;
  color: #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.value,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.value,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.value {
  font-family: 'MAAXBOLD', sans-serif;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.small,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.small,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .special-price span.price span.small {
  font-size: 19px;
  line-height: 25px;
  font-family: 'MAAXBOLD', sans-serif;
  vertical-align: top;
  margin-left: -15px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.unavailable,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.unavailable,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box span.unavailable {
  float: left;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MAAXBOLD', sans-serif;
  color: #FF0000;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .minimal-price-link,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .minimal-price-link,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc .price_related .price-box .minimal-price-link {
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc p,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc p,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc p {
  float: left;
  width: 100%;
  color: #767676;
  font-size: 15px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .detail_related .desc p strong,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .detail_related .desc p strong,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .detail_related .desc p strong {
  font-family: 'MAAXBOLD', sans-serif;
  padding-right: 5px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related {
  float: left;
  background: #36a1d9;
  min-height: 320px;
  display: block;
  padding: 60px 15px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .msg_error,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .msg_error,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .msg_error {
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper h1,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper h1,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper h1 {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #AFDAF0;
  margin: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #AFDAF0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error {
  float: left;
  width: 100%;
  display: block;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error p,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error p,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .msg_error p {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #FF0000;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .title,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .title,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .title {
  float: left;
  padding: 18px 0 0;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  padding-left: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options {
  float: left;
  margin: 0;
  padding: 9px 0 5px 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option {
  float: left;
  width: 32px;
  height: 32px;
  border: 2px solid #AFDAF0;
  padding: 4px 8px;
  margin: 0 9px 5px 0;
  min-width: 25px;
  overflow: visible;
  text-align: center;
  position: relative;
  padding: 3px;
  min-height: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #000;
  box-shadow: 0px 0px 0px 4px #fff;
  outline: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  cursor: default;
  pointer-events: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover {
  outline: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.image,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.image,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text {
  float: left;
  width: 41px;
  height: 32px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  border: 2px solid #AFDAF0;
  background: #72BDE5;
  color: #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background: #72BDE5 !important;
  border: 2px solid #000;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  border: 2px solid #000;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip {
  visibility: hidden;
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option .swatch_tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover span.swatch_tooltip,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover span.swatch_tooltip,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .wrapper .swatch-attribute .swatch-attribute-options .swatch-option:hover span.swatch_tooltip {
  visibility: visible;
  opacity: 1;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty {
  float: left;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #AFDAF0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title {
  padding-left: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title span,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title span,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .title span {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  color: #FFF;
  padding: 9px 0 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option {
  padding-left: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn {
  float: left;
  background: #ECECEC;
  padding: 0 10px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input {
  float: left;
  width: 45px;
  height: 32px;
  font-size: 15px;
  color: #767676;
  border: none;
  background: #ECECEC;
  margin: 0;
  padding: 0 5px;
  text-align: center;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input:focus,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input:focus,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn input:focus {
  outline: none;
  border: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus,
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus {
  float: left;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #36a1d9;
  padding: 1px 6px;
  border: none;
  box-shadow: none;
  margin: 5px 0 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus .fas,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus .fas,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus .fas,
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus .fas,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus .fas,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus .fas {
  font-size: 10px;
  color: #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.minus:hover,
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .product_qty .option .input_btn button.plus:hover {
  opacity: 0.8;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 15px;
  position: relative;
  bottom: 0;
  left: 0;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup .action_loader,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup .action_loader,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup .action_loader {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  z-index: 99;
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button {
  float: left;
  width: 100%;
  height: 51px;
  font-size: 23px;
  font-family: 'MAAXBOLD', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist {
  color: #fff;
  background: #36a1d9;
  border: 1px solid #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span {
  position: relative;
  width: initial;
  font-family: 'MAAXBOLD', sans-serif;
  float: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist span:after {
  position: absolute;
  width: 25px;
  height: 23px;
  content: '';
  top: 1px;
  right: -37px;
  background: url('../images/icons/popup_wishlist.png') 0 0 no-repeat;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover {
  color: #36a1d9;
  background: #fff;
  border-color: #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.wishlist:hover span:after {
  background-position: 0 -25px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove {
  color: #fff;
  background: #36a1d9;
  border: 1px solid #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span {
  position: relative;
  width: initial;
  font-family: 'MAAXBOLD', sans-serif;
  float: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove span:after {
  position: absolute;
  width: 25px;
  height: 28px;
  content: '\f014';
  top: -3px;
  right: -33px;
  color: #fff;
  font-size: 28px !important;
  font: normal normal normal 14px/1 FontAwesome;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover {
  color: #36a1d9;
  background: #fff;
  border-color: #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.action.remove:hover span:after {
  color: #36a1d9;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart {
  color: #36a1d9;
  background: #fff;
  border: 1px solid #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span {
  position: relative;
  width: initial;
  font-family: 'MAAXBOLD', sans-serif;
  float: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: '';
  top: -4px;
  right: -37px;
  background: url('../images/icons/popup_cart.png') 0 0 no-repeat;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span.added_cart,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span.added_cart,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart span.added_cart {
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover {
  color: #fff;
  background: #36a1d9;
  border-color: #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span {
  color: #fff;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span:after,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span:after,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup button.prod_cart:hover span:after {
  background-position: 0 -28px;
}
.modal_item_related .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup form button.action,
.modal_item_wishlist .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup form button.action,
.modal_item_cross_sell .modal-inner-wrap .modal-content .popup .attribute_related .actions_popup form button.action {
  display: none;
}
.modal_item_related .modal-inner-wrap .modal-footer,
.modal_item_wishlist .modal-inner-wrap .modal-footer,
.modal_item_cross_sell .modal-inner-wrap .modal-footer {
  border: none !important;
  padding: 35px 15px;
}
.modal_item_related .modal-inner-wrap .modal-footer button,
.modal_item_wishlist .modal-inner-wrap .modal-footer button,
.modal_item_cross_sell .modal-inner-wrap .modal-footer button {
  display: none;
}
.modal_item_related._show .modal-inner-wrap,
.modal_item_wishlist._show .modal-inner-wrap,
.modal_item_cross_sell._show .modal-inner-wrap {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: auto;
}
/* FOOTER */
.page-footer {
  float: left;
  width: 100%;
  background: #3C3C3C;
  padding: 0;
}
.page-footer .footer {
  float: left;
  margin: 40px 0 0;
}
.page-footer .footer .title {
  float: left;
  width: 100%;
  font-size: 19px;
  color: #fff;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  font-family: 'MAAX', sans-serif;
  font-weight: normal;
  border: none;
}
.page-footer .footer p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #9e9e9e;
  font-family: 'MAAX', sans-serif;
}
.page-footer .footer a {
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-family: 'MAAX', sans-serif;
  color: #9e9e9e;
  text-transform: uppercase;
}
.page-footer .footer a:hover {
  color: #fff;
}
.page-footer .footer .block {
  float: left;
  width: 100%;
  margin: 0 0 8px;
}
.page-footer .footer .social h1 {
  margin: 0 0 15px 0;
}
.page-footer .footer .social ul.list-social {
  float: left;
  width: 100%;
  padding: 0;
}
.page-footer .footer .social ul.list-social li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
}
.page-footer .footer .social ul.list-social li a {
  float: left;
}
.page-footer .footer .social ul.list-social li a img {
  float: left;
}
.page-footer .footer .social ul.list-social li a span {
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0 0 0 33px;
}
.page-footer .footer .social ul.list-social li a:before {
  width: 26px;
  height: 25px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  background: #9e9e9e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding: 4px 2px;
  color: #3C3C3C;
}
.page-footer .footer .social ul.list-social li:first-child a:before {
  content: '\f09a';
  padding: 5px 2px;
}
.page-footer .footer .social ul.list-social li:nth-child(2) a:before {
  content: '\f167';
}
.page-footer .footer .social ul.list-social li:nth-child(3) a:before {
  content: '\f16d';
}
.page-footer .footer .content {
  float: left;
  width: 100%;
}
.page-footer .footer .content form.subscribe {
  float: left;
  width: 100%;
  position: relative;
  color: #9e9e9e;
  margin: 8px 0 0;
}
.page-footer .footer .content form.subscribe .field {
  float: left;
  width: 100%;
}
.page-footer .footer .content form.subscribe .field .control {
  float: left;
  width: 100%;
}
.page-footer .footer .content form.subscribe .field .control input[type="email"] {
  float: left;
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  background: #3C3C3C;
  border: 1px solid #767676;
  padding: 14px 15px;
}
.page-footer .footer .content form.subscribe .field .control input[type="email"]::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.page-footer .footer .content form.subscribe .field .control input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.page-footer .footer .content form.subscribe button.primary {
  float: left;
  width: 39px;
  height: 27px;
  position: absolute;
  right: 5px;
  top: 4px;
  background: none;
  border: none;
}
.page-footer .footer .content form.subscribe button.primary:before {
  width: 39px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  content: '\f0e0';
  font-size: 25px;
  color: #9e9e9e;
  float: left;
  width: 100%;
  margin: 0 0 8px;
  margin: 0;
  font-family: FontAwesome;
}
.page-footer .footer .content form.subscribe button.primary span {
  display: none;
}
.page-footer .footer .content form.subscribe div.mage-error[generated] {
  float: left;
  width: 100%;
}
.page-footer .footer .content form.subscribe label {
  float: left;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: normal;
}
.page-footer .footer .content form.subscribe .checkbox_newsletter {
  float: left;
  margin: 3px 5px 0 0;
}
.page-footer .footer address {
  display: none;
}
.page-footer .copyright {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid #4F4F4F;
  background: #3C3C3C;
}
.page-footer .copyright span {
  float: left;
  font-size: 14px;
  font-family: 'MAAX', sans-serif;
  text-transform: uppercase;
  color: #9e9e9e;
}
.page-footer .copyright .payment {
  float: right;
  list-style: none;
  margin: 0;
}
.page-footer .copyright .payment li {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}
.page-footer .copyright .payment li .fab {
  font-size: 28px;
}
.page-footer .copyright .payment li:last-child {
  margin: 0;
}
/** PAGE CATEGORY **/
.catalog-category-view,
.page-products {
  float: left;
  width: 100%;
  /*HEADER*/
}
.catalog-category-view .page-header,
.page-products .page-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.catalog-category-view .page-header .navigation li:hover .submenu,
.page-products .page-header .navigation li:hover .submenu {
  display: block !important;
  z-index: 99 !important;
}
.catalog-category-view .page-header .navigation li:hover .submenu:hover,
.page-products .page-header .navigation li:hover .submenu:hover {
  display: block !important;
}
.catalog-category-view .page-header .navigation li:hover .submenu:before,
.page-products .page-header .navigation li:hover .submenu:before {
  display: none;
}
.catalog-category-view .page-header .navigation li.has-active .submenu,
.page-products .page-header .navigation li.has-active .submenu {
  display: block !important;
}
.catalog-category-view .page-header.fixed,
.page-products .page-header.fixed {
  position: fixed;
  top: 32px;
  left: 0;
  z-index: 9999;
}
.catalog-category-view .fade_product,
.page-products .fade_product {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 991;
  display: none;
}
.catalog-category-view .fade_product.active,
.page-products .fade_product.active {
  display: block;
}
.catalog-category-view .page.messages .messages .message-success,
.page-products .page.messages .messages .message-success,
.catalog-category-view .page.messages .messages .message-error,
.page-products .page.messages .messages .message-error {
  top: 180px;
}
.catalog-category-view .toolbar-products,
.page-products .toolbar-products {
  display: none;
}
.catalog-category-view .toolbar-sorter,
.page-products .toolbar-sorter {
  float: left;
  width: 100%;
}
.catalog-category-view .toolbar-sorter label,
.page-products .toolbar-sorter label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.catalog-category-view .toolbar-sorter .sorter-action,
.page-products .toolbar-sorter .sorter-action {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.catalog-category-view .toolbar-sorter .sorter-action:before,
.page-products .toolbar-sorter .sorter-action:before {
  float: right;
  font-size: 28px;
  color: #fff;
}
.catalog-category-view .toolbar-sorter .sorter-action span,
.page-products .toolbar-sorter .sorter-action span {
  float: left;
  width: 150px;
  height: 100%;
  font-size: 18px;
  position: initial;
  color: #fff;
  overflow: visible;
  clip: initial;
  text-align: left;
}
.catalog-category-view .toolbar-sorter .sorter-action:hover:before,
.page-products .toolbar-sorter .sorter-action:hover:before {
  color: #72BDE5;
}
.catalog-category-view .toolbar-sorter .sorter-action:hover span,
.page-products .toolbar-sorter .sorter-action:hover span {
  color: #72BDE5;
}
.catalog-category-view .toolbar-sorter select,
.page-products .toolbar-sorter select {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  color: #9e9e9e;
  border: 1px solid #D7EDF8;
  background: #ffffff url('../images/icons/filter_arrow.png') 235px 13px no-repeat;
}
.catalog-category-view .sidebar,
.page-products .sidebar,
.catalog-category-view .sidebar-additional,
.page-products .sidebar-additional {
  display: none;
}
.catalog-category-view #maincontent,
.page-products #maincontent {
  float: left;
  width: 100%;
  padding: 0;
  position: initial;
  margin: 0;
}
.catalog-category-view #maincontent .page-title-wrapper,
.page-products #maincontent .page-title-wrapper,
.catalog-category-view #maincontent .category-view,
.page-products #maincontent .category-view {
  display: none;
}
.catalog-category-view #maincontent .columns,
.page-products #maincontent .columns {
  float: left;
  width: 100%;
  margin: 0;
  position: initial;
}
.catalog-category-view #maincontent .columns .column.main,
.page-products #maincontent .columns .column.main {
  float: left;
  width: 100%;
  position: initial;
}
.catalog-category-view #maincontent .columns .column.main .filter_content,
.page-products #maincontent .columns .column.main .filter_content {
  float: left;
  width: 100%;
  height: 1px;
  position: fixed;
  top: 100px;
  z-index: 9999;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .filter_link,
.page-products #maincontent .columns .column.main .filter_content .filter_link {
  float: right;
  width: 33px;
  height: 28px;
  position: relative;
  top: 20px;
  right: 0;
  z-index: 9999;
  background: url('../images/icons/filter.png') 0 -33px no-repeat;
  cursor: pointer;
  display: block;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .filter_link:hover,
.page-products #maincontent .columns .column.main .filter_content .filter_link:hover,
.catalog-category-view #maincontent .columns .column.main .filter_content .filter_link.active,
.page-products #maincontent .columns .column.main .filter_content .filter_link.active {
  background-position: 0 0px;
  z-index: 9999;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter,
.page-products #maincontent .columns .column.main .filter_content .product-filter {
  position: relative;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter .toolbar,
.page-products #maincontent .columns .column.main .filter_content .product-filter .toolbar {
  position: absolute;
  max-width: 296px;
  top: 56px;
  right: 0;
  background: #36a1d9;
  padding: 25px 20px;
  z-index: 999;
  border: 1px solid #d8d8d8;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter .toolbar .modes,
.page-products #maincontent .columns .column.main .filter_content .product-filter .toolbar .modes {
  display: none !important;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter .toolbar .toolbar-amount,
.page-products #maincontent .columns .column.main .filter_content .product-filter .toolbar .toolbar-amount {
  display: none;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter .toolbar:before,
.page-products #maincontent .columns .column.main .filter_content .product-filter .toolbar:before {
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 12px;
  border-bottom-style: solid;
  content: '';
  display: block;
  border: 6px solid;
  border-color: transparent transparent #36a1d9 transparent;
  z-index: 999;
}
.catalog-category-view #maincontent .columns .column.main .filter_content .product-filter .toolbar:after,
.page-products #maincontent .columns .column.main .filter_content .product-filter .toolbar:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -14px;
  right: 11px;
  border: 7px solid;
  border-color: transparent transparent #d8d8d8 transparent;
  z-index: 99;
  border-bottom-style: solid;
  content: '';
}
.catalog-category-view #maincontent .columns .column.main .filter_content.fixed,
.page-products #maincontent .columns .column.main .filter_content.fixed {
  position: fixed;
  top: 133px;
}
.catalog-category-view #maincontent .columns .column.main .field.limiter,
.page-products #maincontent .columns .column.main .field.limiter {
  display: none;
}
.catalog-category-view #maincontent .columns .column.main .products,
.page-products #maincontent .columns .column.main .products {
  margin: 170px 0 0;
  position: relative;
}
/* PAGE PRODUCT */
.page-product-configurable .filter_link {
  display: none !important;
}
.page-product-configurable .column {
  float: left;
  width: 100%;
  margin: 70px 0 0;
}
.page-product-configurable .column .product-info-main .product-reviews-summary {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product-info-main .product-reviews-summary a {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #9e9e9e;
}
.page-product-configurable .column .product-info-main .product-reviews-summary a:hover {
  color: #36a1d9;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .price {
  float: left;
  font-size: 34px;
  line-height: 36px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: bold;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .price span.value {
  float: left;
  font-family: 'MAAXBOLD', sans-serif;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .price span.small {
  float: left;
  font-size: 28px;
  line-height: 26px;
  vertical-align: top;
  font-family: 'MAAXBOLD', sans-serif;
  margin-left: -3px;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .price span.currency {
  float: left;
  font-family: 'MAAX', sans-serif;
  padding-left: 3px;
  font-weight: normal;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .special-price {
  float: right;
  font-size: 28px;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .old-price {
  float: left;
  display: block;
  padding-right: 10px;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .old-price .price {
  display: block;
  font-size: 21px;
  color: #C5C5C5;
  position: relative;
  line-height: 23px;
  margin: 10px 0 0;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .old-price .price span.small {
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .old-price .price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  border-top: 2px solid #36a1d9;
}
.page-product-configurable .column .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.page-product-configurable .column .product-info-main .product-info-stock-sku span {
  color: #767676;
  font-size: 14px;
}
.page-product-configurable .column .product-info-main .swatch-attribute {
  margin: 0;
}
.page-product-configurable .column .product-info-main .swatch-attribute span.swatch-attribute-label {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 10px 0;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option {
  width: 35px;
  height: 35px;
  border: 1px solid #AFDAF0;
  margin: 0 9px 5px 0;
  min-width: 25px;
  min-height: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #000;
  outline: none;
  box-shadow: 0px 0px 0px 4px #fff;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  cursor: default;
  pointer-events: none;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.disabled:hover {
  outline: none;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.text {
  float: left;
  width: 41px;
  height: 35px;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  border: 1px solid #AFDAF0;
  background: #72BDE5;
  color: #fff;
}
.page-product-configurable .column .product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background: #36a1d9 !important;
}
.page-product-configurable .column .product-info-main .product-social-links a {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #9e9e9e;
}
.page-product-configurable .column .product-info-main .product-social-links a:hover {
  color: #36a1d9;
}
.page-product-configurable .column .product-info-main .product-add-form {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product-info-main .product-add-form form {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom span {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom .field.qty {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom .tocart {
  background: #36a1d9;
  border: none;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom .tocart span {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom .tocart:hover {
  background: #9e9e9e;
}
.page-product-configurable .column .product-info-main .product-add-form form .product-options-bottom .tocart:hover span {
  font-weight: normal;
}
.page-product-configurable .column .product.info.detailed .product.data.items .data.item a.data.switch {
  height: 100%;
  font-size: 18px;
  color: #9e9e9e;
}
.page-product-configurable .column .product.info.detailed .product.data.items .data.item.active a.data.switch {
  color: #36a1d9;
}
.page-product-configurable .column .product.info.detailed .product.data.items th,
.page-product-configurable .column .product.info.detailed .product.data.items td,
.page-product-configurable .column .product.info.detailed .product.data.items p {
  font-size: 16px;
  color: #000;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form {
  float: left;
  width: 100%;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form label span {
  font-size: 14px;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form .review-control-vote label:before {
  color: #36a1d9;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form .actions-toolbar .primary button {
  background: #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form .actions-toolbar .primary button span {
  color: #fff;
  font-weight: normal;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form .actions-toolbar .primary button:hover {
  background: #9e9e9e;
}
.page-product-configurable .column .product.info.detailed .product.data.items .block-content form .actions-toolbar .primary button:hover span {
  font-weight: normal;
}
.page-product-configurable .column .block.related .block-title strong {
  float: left;
  width: 100%;
  font-size: 34px;
  color: #767676;
}
.page-product-configurable .column .block.related .product-item {
  width: 25%;
}
.page-product-configurable .column .block.related .product-item .actions-secondary {
  float: right;
}
.page-product-configurable .column .block.related .product-item .checkbox.related {
  display: none;
}
.page-product-configurable .column .product.media .fotorama__thumb-border {
  border: 1px solid #36a1d9;
}
/** CHECKOUT **/
.checkout_bar {
  float: left;
  margin: 55px 0 0;
}
.checkout_bar .container {
  width: 998px;
}
.checkout_bar .container .opc-progress-bar {
  float: left;
  width: 100%;
  padding: 35px 0;
  margin: 0;
  position: relative;
}
.checkout_bar .container .opc-progress-bar li {
  float: left;
  width: 25%;
  position: relative !important;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.checkout_bar .container .opc-progress-bar li span {
  float: left;
  width: 100%;
  height: 110px;
  position: relative;
  display: inline-block;
  padding: 0;
  visibility: hidden;
  background: #fff;
  z-index: 8;
}
.checkout_bar .container .opc-progress-bar li span:before {
  width: 110px;
  height: 110px;
  position: absolute;
  content: '';
  top: 0 !important;
  left: 60px !important;
  border: 6px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  visibility: visible;
  margin: 0 !important;
}
.checkout_bar .container .opc-progress-bar li span:after {
  width: 56px;
  height: 56px;
  content: '';
  top: 20px;
  left: 88px;
  margin: 0;
  display: block;
  position: absolute;
  visibility: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.checkout_bar .container .opc-progress-bar li._active span,
.checkout_bar .container .opc-progress-bar li._complete span,
.checkout_bar .container .opc-progress-bar li.cart span {
  cursor: pointer;
}
.checkout_bar .container .opc-progress-bar li._active span:before,
.checkout_bar .container .opc-progress-bar li._complete span:before,
.checkout_bar .container .opc-progress-bar li.cart span:before {
  border: 6px solid #36a1d9;
  background: #fff;
}
.checkout_bar .container .opc-progress-bar li._active span:after,
.checkout_bar .container .opc-progress-bar li._complete span:after,
.checkout_bar .container .opc-progress-bar li.cart span:after {
  width: 56px;
  height: 56px;
  content: '';
  top: 20px;
  left: 88px;
  margin: 0;
  display: block;
  position: absolute;
  visibility: visible;
}
.checkout_bar .container .opc-progress-bar li._active span:hover:before,
.checkout_bar .container .opc-progress-bar li._complete span:hover:before,
.checkout_bar .container .opc-progress-bar li.cart span:hover:before {
  background-color: #D7EDF8;
  cursor: pointer;
}
.checkout_bar .container .opc-progress-bar li._active:before,
.checkout_bar .container .opc-progress-bar li._complete:before,
.checkout_bar .container .opc-progress-bar li.cart:before {
  background: #36a1d9;
}
.checkout_bar .container .opc-progress-bar li:first-child span:after {
  background: url('../images/icons/checkout_cart.png') 0 -57px no-repeat;
}
.checkout_bar .container .opc-progress-bar li:first-child._active span:after,
.checkout_bar .container .opc-progress-bar li:first-child.cart span:after,
.checkout_bar .container .opc-progress-bar li:first-child._complete span:after {
  background: url('../images/icons/checkout_cart.png') 0 0 no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout_bar .container .opc-progress-bar li:nth-child(2) span:after {
  width: 62px;
  height: 62px;
  left: 81px;
  top: 25px;
  background: url('../images/icons/checkout_shipping.png') 0 -60px no-repeat;
}
.checkout_bar .container .opc-progress-bar li:nth-child(2)._active span:after,
.checkout_bar .container .opc-progress-bar li:nth-child(2)._complete span:after {
  background-position: 0 0;
}
.checkout_bar .container .opc-progress-bar li:nth-child(3) span:after {
  width: 67px;
  height: 42px;
  left: 82px;
  top: 35px;
  background: url('../images/icons/checkout_pay.png') 0 -46px no-repeat;
}
.checkout_bar .container .opc-progress-bar li:nth-child(3)._active span:after,
.checkout_bar .container .opc-progress-bar li:nth-child(3)._complete span:after {
  background-position: 0 0;
}
.checkout_bar .container .opc-progress-bar li:nth-child(4) span:before {
  right: 50%;
}
.checkout_bar .container .opc-progress-bar li:nth-child(4) span:after {
  width: 51px;
  height: 43px;
  left: 91px;
  top: 35px;
  background: url('../images/icons/checkout_finally.png') 0 -44px no-repeat;
}
.checkout_bar .container .opc-progress-bar li:nth-child(4)._active span:after,
.checkout_bar .container .opc-progress-bar li:nth-child(4)._complete span:after {
  background-position: 0 0;
}
.checkout_bar .container .opc-progress-bar li:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 55px !important;
  left: 100px !important;
  background: #d8d8d8;
  content: '';
  border: none;
}
.checkout_bar:before {
  float: left;
  width: 73%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background: #36a1d9;
}
.checkout_bar:after {
  float: left;
  width: 27%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  background: #d8d8d8;
}
/* CHECKOUT-CART */
.checkout-cart-index .page-header {
  position: relative;
  top: 0 !important;
}
.checkout-cart-index .page.messages {
  display: none;
}
.checkout-cart-index #maincontent {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.checkout-cart-index #maincontent .columns {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-cart-index #maincontent .column {
  padding: 0;
  margin-bottom: 110px;
}
.checkout-cart-index #maincontent .progress-wrapper {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
}
.checkout-cart-index #maincontent .item-actions {
  display: none;
}
.checkout-cart-index #maincontent .cart-empty {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-empty p {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 19px;
  color: #767676;
}
.checkout-cart-index #maincontent form.form-cart {
  float: left;
  width: 100%;
  border: none;
}
.checkout-cart-index #maincontent form.form-cart table th {
  padding: 20px;
  text-align: left;
}
.checkout-cart-index #maincontent form.form-cart table th span {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 20px 0;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td {
  padding: 20px;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td span {
  font-size: 18px;
  line-height: 18px;
  color: #767676;
  font-weight: normal !important;
  text-align: left;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td dt,
.checkout-cart-index #maincontent form.form-cart table .cart.item td dd {
  font-size: 18px;
  line-height: 18px;
  color: #767676;
  font-weight: normal !important;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.item {
  float: left;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty {
  padding-top: 21px;
  min-width: 142px;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .label {
  display: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .control.qty {
  float: left;
  background: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .control.qty .update_cart {
  float: right;
  padding: 8px 16px;
  background: #36a1d9;
  margin: 0 0 0 10px;
  border: none;
  box-shadow: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .control.qty .update_cart .fas {
  color: #fff;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .control.qty .update_cart:hover {
  opacity: 0.8;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item td.col.qty .field .control.qty input {
  color: #767676;
  font-size: 18px;
  background: none;
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 0 5px;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item a.product-item-photo {
  float: left;
  width: initial;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item a.product-item-photo img {
  max-width: 100%;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .product-item-details {
  float: left;
  width: initial;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .product-item-details .product-item-name {
  float: left;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .product-item-details .product-item-name a {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #767676;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .product-item-details .product-item-name a:hover {
  color: #36a1d9;
  text-decoration: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete {
  padding-right: 0;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .action-towishlist,
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .action-edit {
  display: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .actions-toolbar {
  float: left;
  margin: 0;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .actions-toolbar a {
  float: right;
  width: 16px;
  height: 17px;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .actions-toolbar a span {
  visibility: hidden;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .actions-toolbar a:before {
  font-size: 23px;
  color: #36a1d9;
  content: '\f00d';
  font-family: 'FontAwesome';
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .col.delete .actions-toolbar a:hover:before {
  color: #36a1d9;
  opacity: 0.8;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .item .message {
  padding: 15px;
  border: 4px solid #36a1d9;
  background: none;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .item .message div {
  padding: 0 0 0 18px;
  color: #36a1d9;
}
.checkout-cart-index #maincontent form.form-cart table .cart.item .item .message div:before {
  color: #36a1d9;
  top: 20px;
}
.checkout-cart-index #maincontent form.form-cart .cart.main {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent form.form-cart .cart.main .action.update {
  float: left;
  display: block;
  padding: 14px 15px 12px 15px;
  margin: 0;
  display: none;
}
.checkout-cart-index #maincontent form.form-cart .cart.main .action.update span {
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  padding: 0;
}
.checkout-cart-index #maincontent .cart-container {
  float: left;
  width: 100%;
  border: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary {
  float: right;
  position: initial;
  background: none;
  margin: 0 25px 25px 0;
  padding: 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .multicheckout,
.checkout-cart-index #maincontent .cart-container .cart-summary #shipping-zip-form,
.checkout-cart-index #maincontent .cart-container .cart-summary #co-shipping-method-form,
.checkout-cart-index #maincontent .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .title {
  display: block;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals {
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 15px;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table {
  margin: 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table th {
  background: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals.sub .mark {
  font-size: 23px;
  line-height: 23px;
  color: #000;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals.sub .amount span {
  font-size: 23px;
  line-height: 23px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: normal;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals .mark .title,
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals .amount .title {
  display: block;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals .mark span.label,
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals .amount span.label {
  font-size: 16px;
  color: #767676;
  background: none;
  font-weight: normal;
  padding: 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals th,
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .totals td {
  font-size: 16px;
  color: #767676;
  background: none;
  padding-left: 0;
  font-weight: normal;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals strong {
  font-size: 23px;
  line-height: 23px;
  color: #000;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals th,
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals td {
  font-size: 18px;
  color: #767676;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals th .label,
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals td .label {
  font-size: 18px;
  color: #767676;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .table .grand.totals .amount span {
  font-size: 23px;
  line-height: 23px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: normal;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .cart-totals .totals-tax {
  display: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount {
  float: left;
  width: 100%;
  padding: 0 0 25px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .title {
  display: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content {
  display: block !important;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .field {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .field label {
  display: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .field input {
  margin: 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .apply,
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .cancel {
  float: right;
  background: #36a1d9;
  border: 1px solid #36a1d9;
  padding: 14px 15px 12px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: 245px;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .apply span,
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .cancel span {
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .apply:hover,
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .cancel:hover {
  background: #fff;
  border: 1px solid #36a1d9;
  padding: 14px 15px 12px 15px;
  box-shadow: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .apply:hover span,
.checkout-cart-index #maincontent .cart-container .cart-summary #block-discount .content form .actions-toolbar .primary .cancel:hover span {
  color: #36a1d9;
  font-weight: normal;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items {
  float: left;
  width: 100%;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout {
  float: right;
  width: 243px;
  background-color: #36a1d9;
  position: relative;
  padding: 12px 15px;
  border: 1px solid #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout span {
  float: left;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 2px 25px 0 0;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout:after {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 11px;
  right: 10px;
  content: '';
  display: block;
  background: url('../images/icons/arrow_btn.png') 0 0 no-repeat;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout:hover {
  color: #36a1d9;
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout:hover span {
  color: #36a1d9;
  font-weight: normal;
}
.checkout-cart-index #maincontent .cart-container .cart-summary .checkout-methods-items .item button.checkout:hover:after {
  background-position: 0 -26px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap {
  transition-duration: 0.4s;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-header {
  border: none;
  box-shadow: none;
  padding: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  z-index: 99;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-header .action-close:before {
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #86C7E9;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content {
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-title {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-title strong {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication {
  border: none;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
  background: #36a1d9;
  padding: 40px 30px;
  margin: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login:before {
  border: 1px solid #d8d8d8;
  color: #767676;
  padding: 1px 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content {
  padding: 0 15px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .label {
  float: left;
  padding: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .label span {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #fff;
  text-align: left;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .label:after {
  margin: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .control {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary button {
  border: 1px solid #fff;
  background: #fff;
  padding: 14px 15px 12px 15px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary button span {
  font-size: 20px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary button:hover {
  background: #36a1d9;
  border: 1px solid #fff;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary button:hover span {
  font-size: 20px;
  color: #fff;
  font-family: 'MAAXBOLD', sans-serif;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .secondary {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .secondary a {
  float: right;
  padding: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .secondary a span {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .secondary a:hover span {
  color: #AFDAF0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login p {
  font-size: 14px;
  color: #fff;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_facebook_login,
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_google_login {
  float: left;
  width: 100%;
  height: 35px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: none;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_facebook_login span,
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_google_login span {
  float: left;
  width: 100%;
  color: #fff;
  margin: 0 0 0 15px;
  text-shadow: none;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_facebook_login {
  background: #3b5998;
  border: 1px solid #3b5998;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_facebook_login:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/icons/face.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_facebook_login:hover {
  opacity: 0.8;
  border: 1px solid #3b5998;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_google_login {
  background: #4885ed;
  margin: 10px 0 0;
  border: 1px solid #4885ed;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_google_login:before {
  position: absolute;
  width: 13px;
  height: 19px;
  content: '';
  background: url('../images/icons/google.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .social-login .btn_google_login:hover {
  opacity: 0.8;
  border: 1px solid #4885ed;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer {
  padding: 40px 30px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-title strong {
  color: #36a1d9;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content {
  padding: 0 15px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content p {
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 23px;
  color: #000;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content ul {
  float: left;
  width: 100%;
  padding: 0 0 0 15px;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content ul li {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
  list-style-type: circle;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary {
  float: left;
  width: 100%;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary a {
  border: 1px solid #fff;
  background: #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary a span {
  font-size: 20px;
  color: #fff;
  font-family: 'MAAXBOLD', sans-serif;
  text-transform: uppercase;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary a:hover {
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-cart-index .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer .block-content .actions-toolbar .primary a:hover span {
  font-size: 20px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
}
.checkout-cart-index .popup-authentication._show .modal-inner-wrap {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50%;
  margin: auto;
}
.checkout-cart-index .paypal.checkout {
  display: none;
}
.checkout-cart-index .block.crosssell {
  float: left;
  width: 100%;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
.checkout-cart-index .block.crosssell .block-title {
  float: left;
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-title strong {
  float: left;
  width: 100%;
  font-size: 32px;
  color: #36a1d9;
  text-align: center;
  font-weight: normal;
}
.checkout-cart-index .block.crosssell .block-content {
  float: left;
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper {
  float: left;
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products {
  float: left;
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info {
  min-height: 280px;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info:hover {
  border: 1px solid #d8d8d8;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details {
  float: left;
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product_price .special-price {
  float: left;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product.actions {
  float: right;
  width: 35%;
  padding: 0 15px;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product.actions .actions-primary button.tocart {
  float: left;
  width: 27px;
  background: none !important;
  border: none !important;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product.actions .actions-primary button.tocart:before {
  float: left;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/cart_hover.png') 0 0 no-repeat;
  background-size: cover;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product.actions .actions-primary button.tocart span {
  display: none;
}
.checkout-cart-index .block.crosssell .block-content .products.wrapper .products li .product-item-info .product.details .product.actions .actions-primary button.tocart:hover:before {
  background-position: 0 -29px;
}
.checkout-cart-index .block.crosssell .popup_product_cross_sell {
  display: none;
}
.checkout-onepage-success #maincontent {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-onepage-success #maincontent .columns {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-onepage-success #maincontent .columns .checkout_bar:before,
.checkout-onepage-success #maincontent .columns .checkout_bar:after {
  background: #36a1d9 !important;
}
.checkout-onepage-success #maincontent .columns .checkout-success {
  float: left;
  width: 100%;
  margin: 60px 0 90px 0;
}
.checkout-onepage-success #maincontent .columns .checkout-success #checkout\.eupago_multibanco\.success {
  display: block;
}
.checkout-onepage-success #maincontent .columns .checkout-success p {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
}
.checkout-onepage-success #maincontent .columns .checkout-success p a {
  color: #36a1d9;
}
.checkout-onepage-success #maincontent .columns .checkout-success p a strong {
  color: #36a1d9;
}
.checkout-onepage-success #maincontent .columns .checkout-success .actions-toolbar {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.checkout-onepage-success #maincontent .columns .checkout-success .actions-toolbar .continue {
  background: #36a1d9;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  box-shadow: none;
}
.checkout-onepage-success #maincontent .columns .checkout-success .actions-toolbar .continue:hover {
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-onepage-success #maincontent .columns .checkout-success .actions-toolbar .continue:hover span {
  color: #36a1d9;
}
.checkout-onepage-success #checkout\.eupago_multibanco\.success {
  display: none;
}
/*CHECKOUT INDEX */
.checkout-index-index input {
  font-size: 15px;
  color: #9e9e9e;
}
.checkout-index-index select {
  font-size: 15px;
  color: #9e9e9e;
  margin: 0 0 15px;
}
.checkout-index-index .message.warning {
  float: left;
  width: 100%;
  top: 0;
  margin: 0;
  border: 4px solid #36a1d9;
  background: none;
}
.checkout-index-index .message.warning span {
  color: #36a1d9;
}
.checkout-index-index .message.warning span:before {
  color: #36a1d9;
}
.checkout-index-index #maincontent {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.checkout-index-index #maincontent .columns {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-index-index #checkout.shipping .opc-sidebar {
  display: none;
}
.checkout-index-index .page-header .nav-sections {
  display: block;
}
.checkout-index-index .step-title {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #36a1d9;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}
.checkout-index-index #step_mycart {
  display: block;
}
.checkout-index-index #step_mycart .step-title {
  display: none;
}
.checkout-index-index .modal-popup .modal-header {
  border: none;
  margin: 0 0 15px;
}
.checkout-index-index .modal-popup .modal-header h1 {
  float: left;
  width: 100%;
  font-size: 34px;
  line-height: 34px;
  color: #36a1d9;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  float: left;
  width: 16px;
  height: 17px;
  background: url('../images/icons/close_checkout.png') 0 0 no-repeat;
  margin: 15px 15px 0 0;
  padding: 0;
}
.checkout-index-index .modal-popup .modal-header .action-close span {
  visibility: hidden;
}
.checkout-index-index .modal-popup .modal-header .action-close:hover {
  background-position: 0 -17px;
}
.checkout-index-index .modal-popup .modal-header .action-close:before {
  display: none;
}
.checkout-index-index .modal-popup .modal-content {
  box-shadow: none;
  border: none;
}
.checkout-index-index .modal-popup .field {
  float: left;
  width: 100%;
}
.checkout-index-index .modal-popup .field .label,
.checkout-index-index .modal-popup .field legend {
  float: left;
  padding: 0;
  border: none;
}
.checkout-index-index .modal-popup .field .label span,
.checkout-index-index .modal-popup .field legend span {
  float: left;
  font-size: 17px;
  color: #767676;
  text-transform: uppercase;
}
.checkout-index-index .modal-popup .field .label:after,
.checkout-index-index .modal-popup .field legend:after {
  float: left;
}
.checkout-index-index .modal-popup .field.choice input {
  float: left;
  margin: 2px 5px 0 0;
}
.checkout-index-index .modal-popup .field.choice .label {
  float: left;
}
.checkout-index-index .modal-popup .field .control._with-tooltip input {
  float: left;
  width: 100%;
}
.checkout-index-index .modal-popup .control select {
  font-size: 15px;
  color: #9e9e9e;
}
.checkout-index-index .modal-popup .field-tooltip {
  display: none;
}
.checkout-index-index .modal-popup .modal-footer {
  border-top: 1px solid #d8d8d8;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background: #36a1d9;
  border: none;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address span {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
  background: #9e9e9e;
  border: none;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover span {
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup span {
  color: #36a1d9;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover span {
  color: #9e9e9e;
}
.checkout-index-index .checkout-wrapper {
  float: left;
  margin: 8px 0 0;
  padding: 0;
}
.checkout-index-index .checkout-wrapper span {
  color: #000;
  font-weight: normal;
  padding-left: 0;
}
.checkout-index-index .checkout-wrapper .label {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 0;
}
.checkout-index-index .checkout-wrapper .note {
  display: none !important;
}
.checkout-index-index .checkout-wrapper fieldset,
.checkout-index-index .checkout-wrapper .field {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper fieldset .label,
.checkout-index-index .checkout-wrapper .field .label {
  float: left;
  width: 30%;
  border: none;
  padding: 5px 0 0;
  margin: 0 0 3px 0;
}
.checkout-index-index .checkout-wrapper fieldset .label span,
.checkout-index-index .checkout-wrapper .field .label span {
  float: left;
  margin-left: 0;
  color: #767676;
  font-size: 17px;
}
.checkout-index-index .checkout-wrapper fieldset .label:after,
.checkout-index-index .checkout-wrapper .field .label:after {
  float: left;
}
.checkout-index-index .checkout-wrapper fieldset .control,
.checkout-index-index .checkout-wrapper .field .control {
  float: left;
  width: 70%;
  max-width: 590px;
}
.checkout-index-index .checkout-wrapper fieldset .control input,
.checkout-index-index .checkout-wrapper .field .control input {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #9e9e9e;
}
.checkout-index-index .checkout-wrapper fieldset .control .field,
.checkout-index-index .checkout-wrapper .field .control .field {
  padding: 5px 0;
}
.checkout-index-index .checkout-wrapper fieldset .control .field .label,
.checkout-index-index .checkout-wrapper .field .control .field .label {
  display: none;
}
.checkout-index-index .checkout-wrapper fieldset .control .field .control,
.checkout-index-index .checkout-wrapper .field .control .field .control {
  width: 100%;
}
.checkout-index-index .checkout-wrapper .action-help {
  display: none;
}
.checkout-index-index .checkout-wrapper .opc {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping {
  float: left;
  width: 100%;
  display: block;
}
.checkout-index-index .checkout-wrapper .opc #shipping .form-login {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper .opc #shipping .form-login span {
  float: left;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping {
  float: left;
  width: 100%;
  margin: 0;
  border: none;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses {
  padding: 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses button {
  margin: 20px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping form {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping form.shipping-new-address-form {
  margin: 30px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping form .actions-toolbar .login {
  background: #36a1d9;
  border: none;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping form .actions-toolbar .login span {
  font-size: 15px;
  line-height: 15px;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping form .actions-toolbar .login:hover {
  background: #9e9e9e;
  border: none;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items {
  float: left;
  margin: 20px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item {
  float: left;
  border: none;
  border: 2px solid transparent;
  color: #767676;
  font-size: 17px;
  padding: 20px 35px 20px 20px;
  min-height: 250px;
  min-width: 290px;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link {
  float: left;
  background: none;
  color: #36a1d9;
  border: none;
  padding-left: 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item .edit-address-link span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item .action-select-shipping-item {
  display: none;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item:after {
  background: #36a1d9;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border: 2px solid #36a1d9;
  position: relative;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.selected-item:after {
  width: 29px;
  height: 27px;
  font-size: 19px;
  line-height: 21px;
  background: #36a1d9;
  color: #ffffff;
  content: '\f00c';
  font-family: 'FontAwesome';
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping #checkout-step-shipping .field.addresses .control .shipping-address-items .shipping-address-item.not-selected-item .action-select-shipping-item {
  display: block;
  float: right;
}
.checkout-index-index .checkout-wrapper .opc #shipping .action-show-popup {
  margin: 20px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #shipping button {
  padding: 10px 15px 8px 15px;
  box-shadow: none;
}
.checkout-index-index .checkout-wrapper .opc #shipping button span {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.checkout-index-index .checkout-wrapper .opc #shipping button:hover {
  padding: 10px 15px 8px 15px;
}
.checkout-index-index .checkout-wrapper .opc #shipping button:hover span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper .opc #shipping a span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper .opc #shipping a span:hover {
  color: #9e9e9e;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method {
  float: left;
  width: 100%;
  display: block;
  margin: 30px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping {
  float: left;
  width: 100%;
  margin: 0;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table tr {
  border-bottom: 1px solid #d8d8d8;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table tr th {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table tr th:first-child {
  padding-left: 0;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table tr td {
  font-size: 17px;
  color: #767676;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method .methods-shipping #checkout-shipping-method-load table tr td span.price {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper .opc #opc-shipping_method #checkout-step-shipping_method.active {
  display: block;
}
.checkout-index-index .checkout-wrapper .opc #checkout-step-cart {
  display: block;
}
.checkout-index-index .checkout-wrapper .opc #checkout-step-cart .opc-sidebar {
  display: block;
}
.checkout-index-index .checkout-wrapper .opc #checkout-step-cart .primary {
  display: none;
}
.checkout-index-index .checkout-wrapper #payment {
  float: left;
  width: 100%;
  display: block;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.checkout-index-index .checkout-wrapper #payment .choice.field input {
  float: left;
  margin: 5px 0 0;
}
.checkout-index-index .checkout-wrapper #payment .billing-address-form {
  float: left;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form {
  float: left;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form fieldset {
  margin: 0;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form fieldset.active {
  border: 1px solid red;
  padding: 0 15px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .step-title {
  padding: 0 15px 15px 15px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-title {
  float: left;
  width: 100%;
  padding: 25px 0;
  border: none;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-title input {
  float: left;
  margin: 21px 10px 0 0;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-title label {
  width: 95%;
  white-space: normal;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-title span {
  font-size: 18px;
  line-height: 24px;
  color: #767676;
  font-weight: normal;
  text-align: left;
  word-wrap: break-word;
  padding: 10px 0;
  text-transform: none;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-title img {
  float: left;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: none;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .choice span {
  font-size: 17px;
  color: #767676;
  margin-left: 10px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address fieldset .billing-address-form {
  display: block !important;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address fieldset span {
  font-size: 16px;
  color: #767676;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details {
  float: left;
  max-width: 290px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details .details_address {
  float: left;
  color: #767676;
  font-size: 17px;
  min-height: 100%;
  min-width: 290px;
  border: 2px solid #36a1d9;
  position: relative;
  padding: 20px 35px 20px 20px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details .details_address:after {
  width: 29px;
  height: 27px;
  font-size: 19px;
  line-height: 21px;
  background: #36a1d9;
  color: #fff;
  content: '\f00c';
  font-family: 'FontAwesome';
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details .new_address_payment {
  float: left;
  background: #36a1d9;
  padding: 6px 15px 4px 15px;
  margin: 20px 0 0;
  cursor: pointer;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details .new_address_payment span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details button {
  float: left;
  margin: 20px 0 0;
  background: none;
  border: none;
  padding: 0;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .billing-address-details button span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .payment-method-billing-address .field-select-billing {
  max-width: 100%;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar {
  float: left;
  width: 100%;
  display: block !important;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar .primary {
  float: right;
  margin-bottom: 20px;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar .primary button {
  padding: 14px 15px 12px 15px;
  background: #36a1d9;
  border: 1px solid #36a1d9;
  margin: 0;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar .primary button span {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar .primary button:hover {
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method .actions-toolbar .primary button:hover span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper #payment #co-payment-form .payment-method:last-child {
  border: none;
}
.checkout-index-index .checkout-wrapper #payment .payment-option {
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
  display: none;
}
.checkout-index-index .checkout-wrapper #payment .payment-option .form-discount {
  float: left;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .checkout-wrapper #payment .message_alert {
  float: left;
  width: 100%;
  display: none;
}
.checkout-index-index .checkout-wrapper #payment .message_alert span {
  font-size: 14px;
  color: red;
}
.checkout-index-index .checkout-wrapper #payment .message_alert.active {
  display: block;
}
.checkout-index-index .checkout-wrapper #step_finally {
  float: left;
  width: 100%;
  display: block;
}
.checkout-index-index .checkout-wrapper #step_finally .step-title {
  display: none;
}
.checkout-index-index .checkout-wrapper #step_finally form {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-wrapper #step_finally button.checkout {
  float: right;
  padding: 14px 15px 12px 15px;
  background: #36a1d9;
  border: 1px solid #36a1d9;
  margin-top: 0;
  margin: 20px 0 0;
}
.checkout-index-index .checkout-wrapper #step_finally button.checkout span {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}
.checkout-index-index .checkout-wrapper #step_finally button.checkout:hover {
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-index-index .checkout-wrapper #step_finally button.checkout:hover span {
  color: #36a1d9;
}
.checkout-index-index .checkout-wrapper.active {
  float: left;
  width: 100%;
}
.checkout-index-index .panel-checkout {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.checkout-index-index .panel-checkout a {
  float: left;
  width: 100%;
  color: #36a1d9;
  cursor: pointer;
  padding: 5px 15px;
}
.checkout-index-index .panel-checkout a span {
  font-size: 26px;
  color: #36a1d9;
}
.checkout-index-index .panel-checkout a:hover {
  color: #9e9e9e;
}
.checkout-index-index .panel-checkout a span {
  float: left;
}
.checkout-index-index .panel-checkout a .fa {
  float: right;
  font-size: 25px;
  margin: 5px 0 0;
}
.checkout-index-index .panel-checkout .panel-collapse {
  display: none;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  padding: 5px 15px;
  border-top: 1px solid #d8d8d8;
}
.checkout-index-index .panel-checkout .panel-collapse.active {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}
.checkout-index-index .panel-checkout .panel-collapse.active label {
  float: left;
  font-size: 18px;
  color: #767676;
  padding: 0;
  font-weight: normal;
  padding: 15px 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active label span {
  color: #767676;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart {
  margin: 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .title {
  display: none;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper {
  border: none;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details {
  float: left;
  width: 80%;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner {
  float: left;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name-block {
  float: left;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name {
  float: left;
  width: 250px;
  font-size: 20px;
  color: #767676;
  font-weight: normal;
  margin: 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty {
  float: left;
  width: 180px;
  margin: 0 0 0 50px;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options span,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty span,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options dl,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty dl,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options dd,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty dd,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options dt,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty dt {
  font-size: 18px;
  line-height: 22px;
  color: #767676;
  padding: 0;
  font-weight: normal;
  margin: 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options dt.label,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty dt.label {
  color: #000;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options span.toggle span,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty span.toggle span {
  color: #36a1d9;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options span.toggle:hover span,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty span.toggle:hover span {
  color: #9e9e9e;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options span.toggle:after,
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .details-qty span.toggle:after {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 30px;
  color: #36a1d9;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product.options {
  margin: 0 0 0 40px;
}
.checkout-index-index .panel-checkout .panel-collapse.active .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details span.subtotal {
  font-size: 18px;
  color: #767676;
  padding: 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals {
  float: right;
  width: 25%;
  background: none;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals th {
  font-size: 23px;
  line-height: 26px;
  color: #000;
  background: none;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals th span {
  font-size: 23px;
  color: #000;
  background: none;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals .grand.totals th {
  text-transform: uppercase;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals .grand.totals th strong {
  font-weight: normal;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals tr.shipping th,
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals .discount th {
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals tr.shipping th span,
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals .discount th span {
  float: left;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  color: #767676;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals td.amount {
  background: none;
  text-transform: uppercase;
}
.checkout-index-index .panel-checkout .panel-collapse.active .table-totals td.amount span {
  font-size: 23px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
}
.checkout-index-index .panel-checkout .panel-collapse.active .shipping-information-content,
.checkout-index-index .panel-checkout .panel-collapse.active .shipping-information-content {
  float: left;
  font-size: 18px;
  color: #767676;
  background: none;
  font-weight: normal;
  padding: 10px 0;
}
.checkout-index-index .panel-checkout .panel-collapse.active .shipping-information-content span,
.checkout-index-index .panel-checkout .panel-collapse.active .shipping-information-content span {
  float: left;
  font-size: 18px;
  color: #767676;
  background: none;
  font-weight: normal;
}
.checkout-index-index .panel-checkout .panel-collapse.active .payment-method-title {
  float: left;
  width: initial;
  padding: 10px 0;
}
.checkout-index-index .panel-checkout .panel-collapse .action-edit {
  float: left;
  background: #36a1d9;
  box-shadow: none;
  border: none;
  margin: 5px 0 0 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.checkout-index-index .panel-checkout .panel-collapse .action-edit .fas {
  font-size: 14px;
  color: #fff;
}
.checkout-index-index .panel-checkout .panel-collapse .action-edit:hover {
  opacity: 0.8;
}
.checkout-index-index .opc-sidebar {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  background: #fff;
  display: none;
}
.checkout-index-index .opc-sidebar .modal-header {
  display: none;
}
.checkout-index-index .opc-sidebar .modal-content {
  box-shadow: none;
  border: none;
  background: none;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary {
  background: #fff;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
  color: #36a1d9;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table {
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #d8d8d8;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table th {
  background: none;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .totals.sub .mark,
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .shipping .mark {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .totals.sub .mark .label,
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .shipping .mark .label {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
  padding: 0;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .totals.sub .amount span,
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .shipping .amount span {
  font-size: 18px;
  line-height: 20px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: normal;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .grand.totals .mark {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table .grand.totals .amount span {
  font-size: 25px;
  line-height: 27px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: normal;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .table-totals {
  float: right;
  width: 30%;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items {
  float: left;
  width: 100%;
  display: block !important;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper .product-item-name {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #000;
  font-weight: normal;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper span {
  font-size: 17px;
  color: #767676;
  font-weight: normal;
  padding-left: 0;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper span.price {
  font-size: 18px;
  color: #36a1d9;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper .product.options span.toggle span {
  color: #36a1d9;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper .product.options span.toggle:hover span {
  color: #9e9e9e;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper .product.options .item-options .label {
  color: #767676;
  font-size: 15px;
  font-weight: 700;
  padding-left: 0;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .minicart-items .minicart-items-wrapper .product.options .item-options .values {
  color: #767676;
  font-size: 15px;
  font-weight: normal;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
}
.checkout-index-index .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  border: none;
  margin: 0;
}
.checkout-index-index button.next,
.checkout-index-index button.continue,
.checkout-index-index button.finally {
  float: right;
  background-color: #36a1d9;
  position: relative;
  padding: 12px 40px 10px 20px !important;
  border: 1px solid #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-index-index button.next span,
.checkout-index-index button.continue span,
.checkout-index-index button.finally span {
  float: left;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.checkout-index-index button.next:after,
.checkout-index-index button.continue:after,
.checkout-index-index button.finally:after {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  content: '';
  display: block;
  background: url('../images/icons/arrow_btn.png') 0 0 no-repeat;
}
.checkout-index-index button.next:hover,
.checkout-index-index button.continue:hover,
.checkout-index-index button.finally:hover {
  color: #36a1d9;
  background: #fff;
  border: 1px solid #36a1d9;
}
.checkout-index-index button.next:hover span,
.checkout-index-index button.continue:hover span,
.checkout-index-index button.finally:hover span {
  color: #36a1d9;
}
.checkout-index-index button.next:hover:after,
.checkout-index-index button.continue:hover:after,
.checkout-index-index button.finally:hover:after {
  background-position: 0 -26px;
}
.view-index-question .account_view {
  height: 715px;
}
.customer-account-create,
.customer-account-login {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent,
.customer-account-login #maincontent {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.customer-account-create #maincontent .page-title-wrapper,
.customer-account-login #maincontent .page-title-wrapper {
  display: none;
}
.customer-account-create #maincontent .columns,
.customer-account-login #maincontent .columns {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.customer-account-create #maincontent .columns .column,
.customer-account-login #maincontent .columns .column {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.customer-account-create #maincontent .columns .column .page.messages,
.customer-account-login #maincontent .columns .column .page.messages {
  float: left;
  width: 100%;
  margin: 0;
  top: 0;
}
.customer-account-create #maincontent .columns .column .page.messages .message-error,
.customer-account-login #maincontent .columns .column .page.messages .message-error {
  margin: 0;
}
.customer-account-create #maincontent .columns .column .social-login-authentication-channel,
.customer-account-login #maincontent .columns .column .social-login-authentication-channel {
  display: none;
}
.customer-account-create #maincontent .columns .column .section-login,
.customer-account-login #maincontent .columns .column .section-login {
  padding-top: 80px;
}
.customer-account-create #maincontent .columns .column .section-login .block,
.customer-account-login #maincontent .columns .column .section-login .block {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent .columns .column .section-login .block .block-title,
.customer-account-login #maincontent .columns .column .section-login .block .block-title {
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
}
.customer-account-create #maincontent .columns .column .section-login .block .block-title strong,
.customer-account-login #maincontent .columns .column .section-login .block .block-title strong {
  float: left;
  width: 100%;
  font-size: 32px;
  color: #35A0D8;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login,
.customer-account-login #maincontent .columns .column .section-login .block .form-login {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .field,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .field {
  float: left;
  width: 100%;
  font-size: 19px;
  text-align: center;
  color: #767676;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .field.note,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .field.note {
  margin: 5px 0 20px 0;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .control,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .control {
  float: none;
  max-width: 352px;
  margin: 0 auto;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .control input,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .control input {
  height: 38px;
  font-size: 19px;
  color: #9e9e9e;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .control input::placeholder,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .control input::placeholder {
  color: #9e9e9e;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar {
  float: none;
  max-width: 352px;
  margin: 0 auto;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary .login,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary .login {
  float: left;
  width: 100%;
  height: 52px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  background: #36a1d9;
  padding: 15px 0;
  border: 1px solid #36a1d9;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary .login:hover,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .primary .login:hover {
  float: left;
  width: 100%;
  height: 52px;
  line-height: 22px;
  padding: 15px 0;
  color: #36a1d9;
  background: #fff;
  border: 1px solid #36a1d9;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary {
  float: left;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary a,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary a {
  float: left;
  width: 100%;
  color: #36a1d9;
  font-size: 17px;
}
.customer-account-create #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary a:hover,
.customer-account-login #maincontent .columns .column .section-login .block .form-login .login .actions-toolbar .secondary a:hover {
  color: #767676;
}
.customer-account-create #maincontent .columns .column .section-create,
.customer-account-login #maincontent .columns .column .section-create {
  background: #36a1d9;
  margin: 2px 0 0;
  padding-top: 84px;
  padding-bottom: 85px;
}
.customer-account-create #maincontent .columns .column .section-create .form,
.customer-account-login #maincontent .columns .column .section-create .form {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent .columns .column .section-create .form p.teaser,
.customer-account-login #maincontent .columns .column .section-create .form p.teaser {
  float: left;
  width: 100%;
  font-size: 19px;
  text-align: center;
  color: #AED9F0;
  margin: 0 0 30px 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset {
  float: none;
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .legend,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .legend {
  float: left;
  width: 100%;
  border: none;
  margin: 0 0 20px 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .legend span,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .legend span {
  float: left;
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .label,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .label {
  float: left;
  width: 100%;
  padding: 0;
  display: none;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .label a,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .label a,
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .label span,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .label span {
  float: left;
  width: 100%;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin: 0 0 0 10px;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .label a:hover,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .label a:hover {
  color: #fff;
  text-decoration: underline;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .label:after,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .label:after {
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .control,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .control {
  float: left;
  width: 100%;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .control input,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .control input {
  height: 38px;
  color: #fff;
  font-size: 19px;
  background: #36a1d9;
  border: 1px solid #AFDAF0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field .control input::placeholder,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field .control input::placeholder {
  color: #fff;
  font-size: 19px;
  font-weight: normal;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field {
  margin: 15px 0 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field input,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field input {
  float: left;
  margin: 7px 0 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field label,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field label {
  float: left;
  width: 95%;
  display: block;
  white-space: normal;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field label:after,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field label:after {
  display: none;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field .error_term_condition,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field .error_term_condition {
  color: #e02b27;
  font-size: 12px;
  display: none;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field .error_term_condition.active,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .field.term_condition_field .error_term_condition.active {
  display: block;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset #password-strength-meter,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset #password-strength-meter {
  margin-bottom: 10px;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .newsletter input,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .newsletter input {
  float: left;
  margin: 7px 0 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset .newsletter .label,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset .newsletter .label {
  float: left;
  width: 200px;
  display: block;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset.account,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset.account {
  padding: 10px 0 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .fieldset.account legend,
.customer-account-login #maincontent .columns .column .section-create .form .fieldset.account legend {
  display: none;
}
.customer-account-create #maincontent .columns .column .section-create .form .actions-toolbar,
.customer-account-login #maincontent .columns .column .section-create .form .actions-toolbar {
  float: none;
  max-width: 352px;
  margin: 0 auto;
}
.customer-account-create #maincontent .columns .column .section-create .form .actions-toolbar .primary,
.customer-account-login #maincontent .columns .column .section-create .form .actions-toolbar .primary {
  float: left;
  width: 100%;
  margin: 40px 0 20px 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit,
.customer-account-login #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit {
  float: left;
  width: 100%;
  height: 52px;
  font-size: 22px;
  color: #36a1d9;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #fff;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.customer-account-create #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit:hover,
.customer-account-login #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit:hover {
  float: left;
  width: 100%;
  height: 52px;
  padding: 10px 0;
  color: #fff !important;
  background: #36a1d9;
  border: 1px solid #fff;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit:hover span,
.customer-account-login #maincontent .columns .column .section-create .form .actions-toolbar .primary .submit:hover span {
  color: #fff;
}
.customer-account-create #maincontent .columns .column .section-create .social-login .wrapper p,
.customer-account-login #maincontent .columns .column .section-create .social-login .wrapper p {
  color: #AFDAF0;
}
.customer-account-create #maincontent .columns .column .social-login,
.customer-account-login #maincontent .columns .column .social-login {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper,
.customer-account-login #maincontent .columns .column .social-login .wrapper {
  float: none;
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper p,
.customer-account-login #maincontent .columns .column .social-login .wrapper p {
  float: left;
  width: 100%;
  font-size: 19px;
  color: #9e9e9e;
  text-align: center;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-facebook,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-facebook,
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google {
  float: left;
  width: 100%;
  height: 40px;
  background: #3b5998;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-radius: 3px;
  box-shadow: none;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-facebook span,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-facebook span,
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google span,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-facebook:before,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-facebook:before,
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google:before,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: '';
  background: url('../images/icons/face.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-facebook:hover,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-facebook:hover,
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google:hover,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google:hover {
  opacity: 0.7;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google {
  background: #4885ed;
  margin: 20px 0 0;
}
.customer-account-create #maincontent .columns .column .social-login .wrapper .btn-google:before,
.customer-account-login #maincontent .columns .column .social-login .wrapper .btn-google:before {
  width: 13px;
  height: 19px;
  background: url('../images/icons/google.png') 0 0 no-repeat;
  left: 10px;
  top: 10px;
}
.sales-order-view .page.wrapper .columns .column.main .block-title {
  padding: 15px;
}
.sales-order-view .page.wrapper .columns .column.main .block-content {
  padding: 15px;
  color: #767676;
}
.sales-order-view .page.wrapper .columns .column.main .items.order-links {
  float: left;
  width: 100%;
}
.sales-order-view .page.wrapper .columns .column.main .items.order-links li {
  display: none;
}
.sales-order-view .page.wrapper .columns .column.main .items.order-links li:first-child {
  display: block;
}
.sales-order-view .page.wrapper .columns .column.main table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.sales-order-view .page.wrapper .columns .column.main table td {
  word-break: break-all;
  font-size: 15px !important;
}
.sales-order-view .page.wrapper .columns .column.main table th {
  padding-left: 0 !important;
  font-size: 15px !important;
}
.sales-order-view .page.wrapper .columns .column.main address a {
  float: none !important;
}
.customer-account-edit #maincontent form .fieldset.password {
  float: left !important;
}
/** EMAIL **/
body.email {
  background: #f5f5f5;
  color: #f5f5f5;
}
body.email .email_cottonclick {
  color: #767676;
}
body.email .email_cottonclick .wrapper {
  width: 100%;
  max-width: 660px;
  float: none;
  margin: 0 auto;
}
body.email .email_cottonclick .wrapper .logo {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
body.email .email_cottonclick .wrapper .main-content {
  background: #fff;
  padding: 20px;
}
body.email .email_cottonclick .wrapper .main-content h1 {
  color: #9e9e9e;
}
body.email .email_cottonclick .wrapper .main-content p {
  color: #767676;
  font-size: 14px !important;
}
body.email .email_cottonclick .wrapper .main-content h3 {
  font-size: 16px !important;
  color: #767676;
}
body.email .email_cottonclick .wrapper .main-content td,
body.email .email_cottonclick .wrapper .main-content th {
  font-size: 14px !important;
  color: #767676;
  padding: 10px;
}
body.email .email_cottonclick .wrapper .main-content dl,
body.email .email_cottonclick .wrapper .main-content dt {
  font-size: 14px !important;
  color: #767676;
  font-weight: normal !important;
  margin: 0;
}
body.email .email_cottonclick .wrapper .main-content dl {
  margin: 0 0 10px;
}
body.email .email_cottonclick .wrapper .main-content .order-totals {
  background: #f5f5f5;
}
body.email .email_cottonclick .wrapper .main-content .order-totals th,
body.email .email_cottonclick .wrapper .main-content .order-totals td {
  text-align: right;
}
/* CUSTOMER ACOUNT */
.customer-account-forgotpassword .columns,
.customer-account-createpassword .columns {
  margin: 80px 0 0;
}
.customer-account-forgotpassword .columns form,
.customer-account-createpassword .columns form {
  float: left;
}
.customer-account-forgotpassword .columns form .field,
.customer-account-createpassword .columns form .field {
  padding-left: 0;
  font-size: 17px;
  color: #767676;
}
.customer-account-forgotpassword .columns form .field .label,
.customer-account-createpassword .columns form .field .label {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: normal;
  padding-left: 0;
  text-align: left;
}
.customer-account-forgotpassword .columns form .field .control,
.customer-account-createpassword .columns form .field .control {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.customer-account-forgotpassword .columns form .action.submit,
.customer-account-createpassword .columns form .action.submit {
  background: #36a1d9;
  border: 1px solid #36a1d9;
  padding: 10px 15px 8px 15px;
  margin: 0 0 30px;
}
.customer-account-forgotpassword .columns form .action.submit span,
.customer-account-createpassword .columns form .action.submit span {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
}
.customer-account-forgotpassword .columns form .action.submit:hover,
.customer-account-createpassword .columns form .action.submit:hover {
  background: none;
  border: 1px solid #36a1d9;
}
.customer-account-forgotpassword .columns form .action.submit:hover span,
.customer-account-createpassword .columns form .action.submit:hover span {
  color: #36a1d9;
  font-weight: normal;
}
.newsletter-manage-index h1 {
  float: left;
  width: 100%;
  font-size: 34px;
  color: #36a1d9;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding-bottom: 10px;
}
.newsletter-manage-index h2 {
  float: left;
  width: 100%;
  color: #36a1d9;
  margin: 0 0 10px;
}
.newsletter-manage-index .form-newsletter-manage {
  margin: 20px 0 !important;
}
.newsletter-manage-index .form-newsletter-manage .fieldset {
  margin: 0 0 20px;
}
.newsletter-manage-index .form-newsletter-manage .protection_confirm_field {
  margin: 40px 0 0;
}
.newsletter-manage-index .actions-toolbar {
  margin: 30px 0 0;
}
.newsletter-manage-index .actions-toolbar .primary {
  float: left;
  width: 100%;
}
.newsletter-manage-index .actions-toolbar .primary .action.save {
  float: right;
  max-width: 150px;
}
.account #maincontent .page.messages {
  margin: 0;
}
.account #maincontent .columns {
  float: left;
  width: 100%;
  margin: 70px 0 0;
  padding: 0;
}
.account #maincontent .columns .sidebar-additional {
  display: none;
}
.account #maincontent .columns p,
.account #maincontent .columns address {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.account #maincontent .columns .box-title span {
  float: left;
  width: 100%;
  color: #767676;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
.account #maincontent .columns .sidebar-main {
  float: left;
  width: 25%;
  padding: 0 15px 0 0;
}
.account #maincontent .columns .sidebar-main .user_avatar {
  padding: 25px 15px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.account #maincontent .columns .sidebar-main .user_avatar .image {
  padding-right: 0;
}
.account #maincontent .columns .sidebar-main .user_avatar .image .wrapper {
  width: 70px;
  height: 70px;
  float: none;
  margin: 0 auto;
  background: #36a1d9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 16px;
}
.account #maincontent .columns .sidebar-main .user_avatar .image .wrapper span {
  float: left;
  width: 100%;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 3px 0 0;
}
.account #maincontent .columns .sidebar-main .user_avatar .name {
  padding-top: 5px;
  margin: 0;
}
.account #maincontent .columns .sidebar-main .user_avatar .name span {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #36a1d9;
}
.account #maincontent .columns .sidebar-main .account-nav {
  display: none;
}
.account #maincontent .columns .sidebar-main .block {
  float: left;
  width: 100%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.account #maincontent .columns .sidebar-main .block .content {
  float: left;
  width: 100%;
  background: none;
  padding: 0;
}
.account #maincontent .columns .sidebar-main .block .content .nav {
  margin: 0 0 20px;
}
.account #maincontent .columns .sidebar-main .block .content .nav li {
  background: #fff;
  margin: 0 0 2px 0;
  padding: 14px 12px;
  padding-right: 0;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a,
.account #maincontent .columns .sidebar-main .block .content .nav li strong {
  float: left;
  width: 100%;
  color: #36a1d9;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 4px 10px 0 35px;
  position: relative;
  background: none;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li strong:before {
  width: 17px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  display: block;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a:after,
.account #maincontent .columns .sidebar-main .block .content .nav li strong:after {
  float: left;
  width: 100%;
  height: 2px;
  content: '';
  border-bottom: 2px solid #f8f8f8;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a strong {
  padding: 0;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a strong:before {
  display: none !important;
}
.account #maincontent .columns .sidebar-main .block .content .nav li a:hover {
  color: #767676;
  background: none;
}
.account #maincontent .columns .sidebar-main .block .content .nav li.current {
  background: #f8f8f8;
  padding: 12px;
  border-left: 3px solid #36a1d9;
}
.account #maincontent .columns .sidebar-main .block .content .nav li.current a,
.account #maincontent .columns .sidebar-main .block .content .nav li.current strong {
  border: none;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(1) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(1) strong:before {
  background: url('../images/icons/account_user.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(2) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(2) strong:before {
  background: url('../images/icons/account_order.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(3) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(3) strong:before {
  top: 8px;
  background: url('../images/icons/account_info.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(3) a strong:before {
  display: none;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(4) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(4) strong:before {
  background: url('../images/icons/account_home.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(5) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(5) strong:before {
  background: url('../images/icons/account_payment.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(6) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(6) strong:before {
  width: 19px;
  height: 19px;
  background: url('../images/icons/icon_contact.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(7) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(7) strong:before {
  background: url('../images/icons/account_wishlist.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(8) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(8) strong:before {
  background: url('../images/icons/faq_icon.png') 0 0 no-repeat;
}
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(9) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(10) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(11) a:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(9) strong:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(10) strong:before,
.account #maincontent .columns .sidebar-main .block .content .nav li:nth-child(11) strong:before {
  background: url('../images/icons/account_help.png') 0 0 no-repeat;
}
.account #maincontent .columns .column {
  float: right;
  width: 75%;
  padding-left: 15px;
}
.account #maincontent .columns .column a {
  float: left;
  font-size: 17px;
  color: #36a1d9;
}
.account #maincontent .columns .column a:hover {
  color: #9e9e9e;
}
.account #maincontent .columns .column .block {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.account #maincontent .columns .column .block .block-title {
  float: left;
  width: 100%;
}
.account #maincontent .columns .column .block .block-title strong {
  float: left;
  width: 100%;
  font-size: 34px !important;
  line-height: 34px;
  color: #36a1d9;
  text-transform: uppercase;
}
.account #maincontent .columns .column .block .block-title a {
  margin: 0 !important;
}
.account #maincontent .columns .column .block .block-content {
  float: left;
  width: 100%;
}
.account #maincontent .columns .column .block.block-dashboard-info,
.account #maincontent .columns .column .block.block-dashboard-addresses,
.account #maincontent .columns .column .block.block-addresses-list {
  margin: 50px 0 10px 0;
}
.account #maincontent .columns .column .orders-history {
  margin: 20px 0 0;
}
.account #maincontent .columns table th {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.account #maincontent .columns table td {
  font-size: 16px;
  color: #767676;
  font-weight: normal;
}
.account #maincontent .columns table td strong {
  font-weight: normal;
}
.account #maincontent .columns table td .item-options {
  font-size: 14px;
}
.account #maincontent .columns table td .item-options dt {
  color: #000;
}
.account #maincontent .columns form {
  float: left;
  width: 100%;
  margin: 0;
}
.account #maincontent .columns form legend span {
  float: left;
  width: 100%;
  font-size: 34px !important;
  color: #36a1d9;
  text-transform: uppercase;
}
.account #maincontent .columns form .fieldset.info {
  float: left;
  width: 100%;
}
.account #maincontent .columns form .label {
  float: left;
  font-size: 16px;
  color: #767676;
  font-weight: normal;
}
.account #maincontent .columns form .field {
  float: left;
  width: 100%;
}
.account #maincontent .columns form .field .label {
  padding-left: 0;
}
.account #maincontent .columns form .field .control {
  float: left;
  width: 100%;
}
.account #maincontent .columns form .field.field-name-firstname input,
.account #maincontent .columns form .field.field-name-lastname input {
  float: left;
  width: 50%;
}
.account #maincontent .columns form .field input {
  float: left;
  color: #9e9e9e;
  font-size: 15px;
}
.account #maincontent .columns form .field.choice input {
  margin: 5px 0 0;
}
.account #maincontent .columns form .field.choice .label {
  padding-left: 10px;
}
.account #maincontent .columns .order-links li strong {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border-color: #d8d8d8;
}
.account #maincontent .columns .order-details-items {
  border: 1px solid #d8d8d8;
}
.account #maincontent .columns .order-details-items .col.name strong {
  color: #000;
  font-weight: normal;
}
.account #maincontent .columns .order-details-items .col.price span,
.account #maincontent .columns .order-details-items .col.subtotal span {
  color: #36a1d9;
  font-size: 17px;
  font-weight: normal;
}
.account #maincontent .columns .order-details-items tfoot {
  background: #D7EDF8;
}
.account #maincontent .columns .order-details-items tfoot th {
  background: #D7EDF8;
  color: #767676;
}
.account #maincontent .columns .order-details-items tfoot td {
  color: #36a1d9;
  font-weight: bold;
}
.account #maincontent .columns .order-details-items tfoot td span {
  font-weight: bold;
}
.account #maincontent .columns .order-products-toolbar .pager {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.account #maincontent .columns .order-products-toolbar .pager .toolbar-amount {
  float: left;
  font-size: 15px;
  line-height: 15px;
  color: #767676;
  width: initial;
  margin: 10px 0 0;
}
.account #maincontent .columns .order-products-toolbar .pager .pages {
  float: right;
  width: 40%;
  position: relative;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul {
  float: right;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li {
  line-height: 25px;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item {
  float: left;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item a {
  font-size: 18px;
  line-height: 25px;
  color: #767676;
  border: none;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item a:hover {
  border: none;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item a:hover span {
  font-size: 18px;
  line-height: 25px;
  color: #36a1d9;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item span {
  font-size: 18px;
  line-height: 25px;
  color: #767676;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item.current strong {
  font-size: 18px;
  line-height: 25px;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.item.current strong span {
  font-size: 18px;
  line-height: 25px;
  color: #36a1d9;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-previous,
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-next {
  border: none;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-previous a,
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-next a {
  background: #36a1d9;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 4px 2px 8px;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-previous a:before,
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-next a:before {
  color: #fff;
}
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-previous a:hover,
.account #maincontent .columns .order-products-toolbar .pager .pages ul li.pages-item-next a:hover {
  background: #9e9e9e;
}
.account #maincontent .columns .order-products-toolbar .pager .limiter strong,
.account #maincontent .columns .order-products-toolbar .pager .limiter span {
  font-size: 15px;
  line-height: 20px;
  color: #767676;
}
.account #maincontent .columns .block-order-details-view .box {
  padding: 0 15px;
}
.account #maincontent .columns .block-order-details-view .box .box-content {
  font-size: 16px;
  color: #767676;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.account #maincontent .columns .fieldset .message {
  float: left;
  width: 100%;
}
.account #maincontent .columns .fieldset.password .control {
  float: left;
  width: 100%;
}
.account #maincontent .columns button.action,
.account #maincontent .columns button.primary {
  color: #fff;
  background: #36a1d9;
  border: 1px solid #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'MAAX', sans-serif;
  font-weight: normal;
}
.account #maincontent .columns button.action span,
.account #maincontent .columns button.primary span {
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.account #maincontent .columns button.action:hover,
.account #maincontent .columns button.primary:hover {
  border: 1px solid #36a1d9;
  background: #fff;
  color: #36a1d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'MAAX', sans-serif;
  font-weight: normal;
}
.account #maincontent .columns button.action:hover span,
.account #maincontent .columns button.primary:hover span {
  float: left;
  width: 100%;
  text-align: center;
  color: #36a1d9;
}
.account.sales-order-history .page-title-wrapper {
  display: block;
}
.account.sales-order-history .page-title-wrapper h1 {
  float: left;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding-bottom: 10px;
}
.account.sales-order-history .page-title-wrapper h1 span {
  color: #36a1d9;
}
.wishlist-index-index #maincontent {
  position: relative;
}
.wishlist-index-index #maincontent .product_message {
  top: 10px;
}
.wishlist-index-index #maincontent .product_message .message_stock_out p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #e02b27;
  margin: 0 0 0 40px !important;
}
.wishlist-index-index #maincontent .page.messages .messages {
  margin: 0;
}
.wishlist-index-index #maincontent .comment-box {
  display: none;
}
.wishlist-index-index #maincontent .actions-toolbar {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items {
  margin: 0 !important;
  position: relative;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item {
  min-height: 376px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-name {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info {
  float: left;
  display: block;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover {
  display: block;
  padding: 20px 0 !important;
  box-shadow: none;
  margin: 0;
  border: 1px solid #d8d8d8;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .unavailable {
  top: 39px !important;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) {
  display: block;
  padding: 20px 0 !important;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
  margin: 0 !important;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active),
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover {
  cursor: pointer;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-photo,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-photo {
  margin: 0px 0 10px 0;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-as-configured,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-as-configured {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box {
  float: left;
  width: 65%;
  padding: 0 15px;
  margin: 20px 0 0;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .price,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .price {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #36a1d9;
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: bold;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .price span.value,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .price span.value {
  float: left;
  font-family: 'MAAXBOLD', sans-serif;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .price span.small,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .price span.small {
  float: left;
  font-size: 17px;
  line-height: 20px;
  vertical-align: top;
  font-family: 'MAAXBOLD', sans-serif;
  margin-left: -6px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .price span.currency,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .price span.currency {
  float: left;
  font-family: 'MAAX', sans-serif;
  padding-left: 3px;
  font-weight: normal;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .special-price,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .special-price {
  float: left;
  font-size: 28px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .old-price,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .old-price {
  float: left;
  display: block;
  padding-right: 10px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .old-price .price,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .old-price .price {
  display: block;
  font-size: 21px;
  color: #C5C5C5;
  position: relative;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .old-price .price span.small,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .old-price .price span.small {
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .old-price .price:after,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .old-price .price:after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  border-top: 2px solid #36a1d9;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .price-box .old-price .price-label,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .price-box .old-price .price-label {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner {
  float: right;
  width: 35%;
  height: 100%;
  display: block;
  border: none;
  position: initial;
  overflow: visible;
  margin: 0;
  padding: 0;
  clip: initial;
  box-shadow: none;
  background: none;
  padding-right: 15px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart {
  float: right;
  margin: 0;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart .field.qty,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart .field.qty {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart button.tocart,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart button.tocart {
  float: left;
  width: 27px;
  background: none !important;
  border: none !important;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart button.tocart:before,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart button.tocart:before {
  float: left;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
  content: "";
  background: url('../images/icons/cart_hover.png') 0 0 no-repeat;
  background-size: cover;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart button.tocart span,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart button.tocart span {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart button.tocart:hover:before,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart button.tocart:hover:before {
  background-position: 0 -29px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart .unavailable,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart .unavailable {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MAAXBOLD', sans-serif;
  color: #FF0000;
  text-align: center;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .box-tocart .unavailable span,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .box-tocart .unavailable span {
  color: #FF0000;
  font-family: 'MAAXBOLD', sans-serif;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions {
  float: left;
  width: 21px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions .edit,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions .edit {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions .btn-remove,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions .btn-remove {
  width: 21px;
  height: 27px;
  color: #36a1d9;
  margin: 8px 0 0;
  pointer-events: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions .btn-remove span,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions .btn-remove span {
  display: none;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions .btn-remove:before,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions .btn-remove:before {
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  width: 21px;
  height: 27px;
  content: '\f014';
  display: block;
  font-size: 27px;
}
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) .product-item-inner .product-item-actions .btn-remove:hover,
.wishlist-index-index #maincontent .form-wishlist-items .wishlist-item .product-item-info:hover .product-item-inner .product-item-actions .btn-remove:hover {
  color: #9e9e9e;
}
.wishlist-index-index .popup_product_wishlist {
  display: none;
}
.wishlist-index-index .popup_product .attribute_related .swatch-attribute .swatch-option.disabled:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.cms-page-view .columns {
  float: left;
  width: 100%;
}
.cms-page-view .columns .column {
  float: left;
  margin: 80px 0 100px 0;
  padding: 0;
}
.cms-page-view .columns .column .block-static-block {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 30px 0 0;
}
.cms-page-view .columns .column .block-static-block .sidebar_cms {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.cms-page-view .columns .column .block-static-block .sidebar_cms p {
  margin: 0;
}
.cms-page-view .columns .column .block-static-block .sidebar_cms.support_client .block-cms-link:nth-child(1) a:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  font-size: 17px;
  color: #767676;
  background: url('../images/icons/delivery_icon.png') 0 0 no-repeat;
}
.cms-page-view .columns .column .block-static-block .sidebar_cms.support_client .block-cms-link:nth-child(2) a:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  font-size: 17px;
  color: #767676;
  background: url('../images/icons/account_payment.png') 0 0 no-repeat;
}
.cms-page-view .columns .column .block-static-block .sidebar_cms.support_client .block-cms-link:nth-child(3) a:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  font-size: 17px;
  color: #767676;
  background: url('../images/icons/devolution_icon.png') 0 0 no-repeat;
}
.cms-page-view .columns .column .block-static-block .block-cms-link {
  float: left;
  width: 100%;
  background: #fff;
  margin: 0 0 2px 0;
  padding: 14px 12px;
  padding-right: 0;
}
.cms-page-view .columns .column .block-static-block .block-cms-link a {
  float: left;
  width: 100%;
  color: #36a1d9;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 4px 10px 0 35px;
  position: relative;
  background: none;
}
.cms-page-view .columns .column .block-static-block .block-cms-link a span {
  float: left;
  width: 100%;
  color: #36a1d9;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 2px solid #f8f8f8;
}
.cms-page-view .columns .column .block-static-block .block-cms-link a:hover {
  color: #767676;
  background: none;
}
.cms-page-view .columns .column .block-static-block .block-cms-link a:hover span {
  color: #767676;
  background: none;
}
.cms-page-view .columns .column .content_area {
  padding: 0 0 0 15px;
}
.cms-page-view .columns .column .block {
  font-size: 17px;
  color: #767676;
}
.cms-page-view .columns .column h1 {
  float: right;
  width: 75%;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #36a1d9 !important;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px;
}
.cms-page-view .columns .column h2 {
  float: right;
  width: 75%;
  font-size: 22px;
  color: #36a1d9 !important;
  margin: 0 0 10px;
  text-align: left !important;
}
.cms-page-view .columns .column h2 span {
  font-size: 22px !important;
  color: #36a1d9 !important;
  text-align: left !important;
}
.cms-page-view .columns .column h3 {
  float: right;
  width: 75%;
  font-size: 18px;
  color: #000 !important;
  margin: 0;
  text-align: left !important;
}
.cms-page-view .columns .column h3 span {
  font-size: 18px !important;
  color: #000 !important;
}
.cms-page-view .columns .column p {
  float: right;
  width: 75%;
  font-size: 17px;
  color: #767676 !important;
  font-family: 'MAAX', sans-serif;
}
.cms-page-view .columns .column p img {
  float: left;
  width: 100%;
}
.cms-page-view .columns .column p span {
  font-size: 17px;
  color: #767676 !important;
  font-family: 'MAAX', sans-serif;
}
.cms-page-view .columns .column table {
  float: right !important;
  width: 75% !important;
  border: 1px solid #d8d8d8;
}
.cms-page-view .columns .column table tr {
  border-bottom: 1px solid #d8d8d8;
}
.cms-page-view .columns .column table tr td {
  border-right: 1px solid #d8d8d8;
}
.cms-page-view .columns .column table tr td:last-child {
  border: none;
}
.cms-page-view .columns .column table tr:first-child td {
  color: #000;
}
.cms-page-view .columns .column table tr:first-child td p {
  color: #000;
}
.cms-page-view .columns .column table tr:first-child td p span {
  color: #000;
}
.cms-portes-de-entrega .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1),
.cms-shipping .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) {
  background: #f8f8f8 !important;
  padding: 12px;
  border-left: 3px solid #36a1d9;
}
.cms-metodo-de-pagamento .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2),
.cms-paymment .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) {
  background: #f8f8f8 !important;
  padding: 12px;
  border-left: 3px solid #36a1d9;
}
.cms-trocas-e-devolucoes .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3),
.cms-returns .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) {
  background: #f8f8f8 !important;
  padding: 12px;
  border-left: 3px solid #36a1d9;
}
.cms-termos-e-condicoes .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before,
.cms-faq .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before,
.cms-termos-privacidade .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before,
.cms-terms-of-use .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before,
.cms-sobre-nos .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before,
.cms-about-us .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(1) a:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  display: block;
  background: url('../images/icons/about_us.png') 0 0 no-repeat;
}
.cms-termos-e-condicoes .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before,
.cms-faq .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before,
.cms-termos-privacidade .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before,
.cms-terms-of-use .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before,
.cms-sobre-nos .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before,
.cms-about-us .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(2) a:before {
  width: 17px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  display: block;
  background: url('../images/icons/faq_icon.png') 0 0 no-repeat;
}
.cms-termos-e-condicoes .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before,
.cms-faq .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before,
.cms-termos-privacidade .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before,
.cms-terms-of-use .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before,
.cms-sobre-nos .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before,
.cms-about-us .columns .block-static-block .sidebar_cms .block-cms-link:nth-child(3) a:before {
  width: 17px;
  height: 19px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #000;
  font-size: 14px;
  content: '';
  display: block;
  background: url('../images/icons/icon_terms.png') 0 0 no-repeat;
}
.cms-sobre-nos .columns .sidebar_cms .block-cms-link:nth-child(1),
.cms-about-us .columns .sidebar_cms .block-cms-link:nth-child(1) {
  background-color: #f8f8f8 !important;
  border-left: 3px solid #36a1d9;
}
.cms-terms-of-use .columns .sidebar_cms .block-cms-link:nth-child(3),
.cms-termos-privacidade .columns .sidebar_cms .block-cms-link:nth-child(3) {
  background-color: #f8f8f8 !important;
  border-left: 3px solid #36a1d9;
}
.cms-faq .columns .sidebar_cms .block-cms-link:nth-child(2) {
  background-color: #f8f8f8 !important;
  border-left: 3px solid #36a1d9;
}
.cms-faq .columns p {
  margin: 0;
}
.cms-faq .columns .content_area {
  margin: 0 0 90px;
}
.cms-faq .columns .content_area h1,
.cms-faq .columns .content_area h2,
.cms-faq .columns .content_area h3 {
  float: left !important;
  width: 100% !important;
}
.cms-faq .columns .content_area .faq_block .wrapper {
  border: 1px solid #d8d8d8;
  min-height: 660px;
}
.cms-faq .columns .content_area .faq_block .wrapper h1 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #36a1d9;
  margin: 15px 0;
  text-align: center;
}
.cms-faq .columns .content_area .faq_block .wrapper a {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  margin: 0 0 10px;
}
.cms-faq .columns .content_area .faq_block .wrapper a:hover {
  color: #36a1d9;
}
.cms-faq .columns .content_area .faq_block .wrapper .image {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.cms-faq .columns .content_area .faq_block .wrapper .image i {
  float: none;
  width: 80px;
  height: 80px;
  color: transparent;
  margin: 0 auto;
  display: block;
  background: #36a1d9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.cms-faq .columns .content_area .faq_block .wrapper .image i.icon_before_order:before {
  float: left;
  width: 52px;
  height: 50px;
  content: '';
  display: block;
  background: url('../images/icons/before_order.png') 0 0 no-repeat;
  margin: 14px 14px;
}
.cms-faq .columns .content_area .faq_block .wrapper .image i.icon_order:before {
  float: left;
  width: 50px;
  height: 50px;
  content: '';
  display: block;
  background: url('../images/icons/order.png') 0 0 no-repeat;
  margin: 11px 16px;
}
.cms-faq .columns .content_area .faq_block .wrapper .image i.icon_after_order:before {
  float: left;
  width: 50px;
  height: 50px;
  content: '';
  display: block;
  background: url('../images/icons/after_order.png') 0 0 no-repeat;
  margin: 16px 16px;
}
.cms-faq .columns .content_area .faq_content {
  margin: 30px 0 0;
}
.cms-faq .columns .content_area .faq_content h1 {
  font-size: 24px;
  text-transform: none;
  margin: 0 0 15px;
}
.cms-faq .columns .content_area .faq_content .panel_faq {
  float: left;
  width: 100%;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px;
}
.cms-faq .columns .content_area .faq_content .panel_faq a {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
  padding: 10px;
  cursor: pointer;
}
.cms-faq .columns .content_area .faq_content .panel_faq a .fa {
  float: right;
  color: #767676;
  font-size: 16px;
  margin: 3px 0 0;
}
.cms-faq .columns .content_area .faq_content .panel_faq a.active,
.cms-faq .columns .content_area .faq_content .panel_faq a:hover {
  color: #36a1d9;
}
.cms-faq .columns .content_area .faq_content .panel_faq a.active .fa,
.cms-faq .columns .content_area .faq_content .panel_faq a:hover .fa {
  color: #36a1d9;
}
.cms-faq .columns .content_area .faq_content .panel_faq ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #767676;
}
.cms-faq .columns .content_area .faq_content .panel_faq small {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.cms-faq .columns .content_area .faq_content .panel_faq .collapse {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  display: none;
}
.cms-faq .columns .content_area .faq_content .panel_faq .collapse p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #767676;
}
.cms-faq .columns .content_area .faq_content .panel_faq .collapse.active {
  height: 100%;
  display: block;
}
.faq_content {
  margin: 30px 0 0;
}
.faq_content h1 {
  font-size: 24px;
  text-transform: none;
  margin: 0 0 15px;
}
.faq_content .panel_faq {
  float: left;
  width: 100%;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px;
}
.faq_content .panel_faq a {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
  padding: 10px;
  cursor: pointer;
}
.faq_content .panel_faq a .fa {
  float: right;
  color: #000;
  font-size: 16px;
  margin: 3px 0 0;
}
.faq_content .panel_faq a.active,
.faq_content .panel_faq a:hover {
  color: #767676;
}
.faq_content .panel_faq a.active .fa,
.faq_content .panel_faq a:hover .fa {
  color: #36a1d9;
}
.faq_content .panel_faq ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #767676;
}
.faq_content .panel_faq small {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.faq_content .panel_faq .collapse {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  display: none;
}
.faq_content .panel_faq .collapse p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #767676;
}
.faq_content .panel_faq .collapse.active {
  height: 100%;
  display: block;
}
.contact-index-index .columns .column {
  float: left;
  margin: 80px 0 100px 0;
  padding: 0;
}
.contact-index-index .columns .column .block-static-block {
  float: left;
  width: 100%;
  margin: 0;
}
.contact-index-index .columns .column .block-static-block p,
.contact-index-index .columns .column .block-static-block strong {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #767676;
}
.contact-index-index .columns .column .block-static-block .contact_info {
  margin-bottom: 30px;
}
.contact-index-index .columns .column .block-static-block .contact_info h1 {
  float: left;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
  color: #36a1d9;
  margin: 0 0 25px 0;
}
.contact-index-index .columns .column .block-static-block .contact_info h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  color: #767676;
  margin: 0 0 30px 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar {
  margin: 70px 0 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar h1 {
  float: left;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  color: #36a1d9;
  margin: 0 0 20px 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar strong {
  font-family: 'MAAXBOLD', sans-serif;
  font-weight: normal;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a {
  float: left;
  font-size: 17px;
  color: #36a1d9;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a:hover {
  color: #9e9e9e;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a span {
  display: none;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_facebook {
  width: 49px;
  height: 49px;
  background: url('../images/icons/facebook.png') 0 0 no-repeat;
  margin: 25px 25px 0 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_facebook:hover {
  background-position: 0 -50px;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_youtube {
  width: 49px;
  height: 49px;
  background: url('../images/icons/youtube.png') 0 0 no-repeat;
  margin: 25px 25px 0 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_youtube:hover {
  background-position: 0 -50px;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_instagram {
  width: 49px;
  height: 49px;
  background: url('../images/icons/instagram.png') 0 0 no-repeat;
  margin: 25px 0 0;
}
.contact-index-index .columns .column .block-static-block .contact_sidebar a.contact_instagram:hover {
  background-position: 0 -50px;
}
.contact-index-index .columns .column .form_contact {
  margin-top: -120px;
}
.contact-index-index .columns .column .form_contact .fieldset {
  margin: 0;
}
.contact-index-index .columns .column .form_contact .fieldset .legend span {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #36a1d9;
  text-transform: uppercase;
}
.contact-index-index .columns .column .form_contact .fieldset .note {
  display: none;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field .label {
  padding-left: 0;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field .label span {
  font-size: 15px;
  color: #9e9e9e;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field .control {
  float: left;
  width: 100%;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field .control input {
  font-size: 15px;
  color: #9e9e9e;
  margin: 0;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper .field .control textarea {
  float: left;
  width: 100%;
  height: 175px;
  font-size: 15px;
  color: #9e9e9e;
  border: 1px solid #d8d8d8;
}
.contact-index-index .columns .column .form_contact .fieldset .wrapper.left {
  padding-left: 0;
}
.contact-index-index .columns .column .form_contact .actions-toolbar {
  float: left;
  width: 100%;
  margin: 0;
}
.contact-index-index .columns .column .form_contact .actions-toolbar .primary {
  float: right;
}
.contact-index-index .columns .column .form_contact .actions-toolbar .primary .submit {
  float: left;
  width: 269px;
  background: #36a1d9;
  border: none;
  padding: 10.5px 15px;
  margin: 0 15px 0 0;
}
.contact-index-index .columns .column .form_contact .actions-toolbar .primary .submit span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.contact-index-index .columns .column .form_contact .actions-toolbar .primary .submit:hover {
  background: #9e9e9e;
  border: none;
}
.contact-index-index .columns .column .form_contact .actions-toolbar .primary .submit:hover span {
  font-weight: normal;
}
.customer-account-create .section-create {
  float: right;
}
.customer-account-logoutsuccess .column {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
.customer-account-logoutsuccess .column p {
  float: left;
  width: 100%;
  font-size: 20px;
}
.cms-no-route .column,
.cms-index-defaultnoroute .column {
  float: left;
  margin: 80px 0 100px 0;
  padding: 0;
}
.cms-no-route .column dt,
.cms-index-defaultnoroute .column dt {
  font-size: 20px;
  color: #000;
}
.cms-no-route .column ul,
.cms-index-defaultnoroute .column ul {
  float: left;
  width: 100%;
}
.cms-no-route .column ul li,
.cms-index-defaultnoroute .column ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #767676;
}
.cms-no-route .column p,
.cms-index-defaultnoroute .column p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #767676;
}
.cms-no-route .sidebar-additional,
.cms-index-defaultnoroute .sidebar-additional {
  display: none;
}
.customer-account-createpassword form {
  float: left;
  margin: 0 0 100px 0;
}
@media (min-width: 1650px) {
  .container {
    width: 1600px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .page-header .header-content .nav-sections .navigation ul li:hover .submenu {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel.wrapper .header-content .nav-sections .navigation {
    margin: 0 0 0 30px !important;
  }
  .account.wishlist-index-index .wishlist-item .product-item-info a {
    width: 100% !important;
  }
  .account.wishlist-index-index .wishlist-item .product-item-info .price-box {
    padding-left: 15px;
  }
}
/* SM - TABLER */
@media (min-width: 768px) and (max-width: 992px) {
  .page-header .nav-toggle {
    left: 0;
    top: 0;
  }
  .page-header .nav-toggle:before {
    font-size: 44px;
    line-height: 44px;
    color: #767676 !important;
  }
  .page-header .nav-toggle.active {
    background: #fff;
    left: 1px;
    top: 5px;
  }
  .page-header .nav-toggle.active:before {
    width: 34px;
    height: 34px;
    content: '';
    background: url('../images/icons/close.png') 0 0 no-repeat;
    background-size: 34px !important;
  }
  .page-header .logo {
    margin: 16px 0 0;
  }
  .page-header .panel.wrapper .header-panel .switcher.language,
  .page-header .panel.wrapper .header-panel .header.links {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .page-header .panel.wrapper .header-panel .switcher.currency {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }
  .page-header .panel.wrapper .header-panel .header.links .authorization-link {
    margin-left: 3px !important;
  }
  .page-header .panel.wrapper .header-panel .header.links .user_welcome span {
    padding: 0 5px 0 0 !important;
  }
  .page-header .panel.wrapper .header-content .nav-sections ul {
    margin: 30px 0 0;
  }
  .page-header .panel.wrapper .header-content .nav-sections ul li {
    float: left;
    width: 100%;
  }
  .page-header .panel.wrapper .header-content .nav-sections ul li a {
    float: left;
    width: 100%;
    text-align: center;
  }
  .page-header.fixed {
    top: 23px !important;
  }
  .modal-popup.popup_product header {
    height: 50px !important;
  }
  .modal-popup.popup_product header button {
    box-shadow: none;
    border: none;
    padding: 15px 5px !important;
  }
  .modal-popup.popup_product header button:before {
    color: #36a1d9 !important;
  }
  .modal-popup.popup_product header:after {
    top: 60px !important;
  }
  .modal-popup.popup_product .popup {
    height: 650px;
    overflow-y: auto !important;
    display: block !important;
  }
  .modal-popup.popup_product .popup .attribute_related {
    padding: 30px 15px !important;
  }
  .modal_item_related .modal-inner-wrap,
  .modal_item_wishlist .modal-inner-wrap,
  .modal_item_cross_sell .modal-inner-wrap {
    height: auto !important;
    min-height: auto !important;
    top: 150px !important;
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .modal_item_related._show,
  .modal_item_wishlist._show,
  .modal_item_cross_sell._show {
    z-index: 999999;
  }
  .modal_item_related._show .modal-inner-wrap,
  .modal_item_wishlist._show .modal-inner-wrap,
  .modal_item_cross_sell._show .modal-inner-wrap {
    position: absolute !important;
    right: 0 !important;
    margin: 0 !important;
    left: initial !important;
    top: 150px !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .columns {
    margin: 125px 0 0 !important;
  }
  .columns.active {
    margin: 155px 0 0 !important;
  }
  .checkout-index-index .opc-sidebar {
    position: relative;
    left: 0;
    top: 0;
    visibility: visible;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap {
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
    box-shadow: none;
    position: relative;
    visibility: visible;
    transform: none;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content {
    box-shadow: none;
    visibility: visible;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item {
    padding: 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product {
    padding: 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container {
    float: left !important;
    width: 100% !important;
    margin: 10px 0 0;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container .product-image-wrapper {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container .product-image-wrapper img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details {
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner {
    float: left;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block {
    float: left;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
    float: left !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .subtotal {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product.options {
    float: left !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .checkout-index-index .opc-sidebar .table-totals {
    float: left !important;
    width: 100% !important;
    margin: 30px 0 0;
  }
  .checkout-index-index .opc-sidebar .table-totals tbody {
    float: right;
  }
  .account .sidebar-main .image {
    padding-right: 15px !important;
  }
  .account .sidebar-main .name span {
    float: left;
    width: 100%;
    text-align: center;
  }
  .account .orders-history table td:last-child a {
    float: left;
    width: 100%;
    text-align: center;
  }
  .account .orders-history table td:last-child a span {
    float: left;
    width: 100%;
    text-align: center;
  }
  .account .orders-history table td:last-child a span:after {
    display: none;
  }
}
/* SM - TABLER */
@media (max-width: 992px) {
  .page-header {
    float: left !important;
    width: 100% !important;
    height: 129px !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    margin: 0 !important;
    border: none !important;
    padding: 18px 0 !important;
    box-shadow: 0 5px 5px rgba(216, 216, 216, 0.8);
    box-shadow: none !important;
    background: #fff;
  }
  .page-header .container {
    width: 100% !important;
  }
  .page-header .container .logo {
    float: left;
    margin: 7px 0 0;
    max-width: 100%;
  }
  .page-header .container .nav-toggle {
    float: left;
    z-index: 999;
    display: block !important;
    position: relative;
  }
  .page-header .container .nav-toggle:after {
    display: none !important;
  }
  .page-header .container .panel.wrapper {
    float: right !important;
  }
  .page-header .container .panel.wrapper .header-content {
    border: none !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections {
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: calc(-100%) !important;
    top: 128px;
    background: #fff;
    padding: 30px 15px;
    box-shadow: none !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation {
    float: left;
    width: 100%;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
    position: initial !important;
    top: 0 !important;
    box-shadow: none !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul li {
    float: left;
    width: 100%;
    margin: 0 0 10px !important;
    border: none !important;
    text-align: left !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul li a {
    float: left !important;
    width: 100% !important;
    font-size: 24px !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul li a span {
    font-size: 24px !important;
    margin: 0 !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul li a:after {
    font-size: 40px;
    color: #000;
    top: 2px !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul li a.level-top {
    padding: 0 !important;
    margin: 0 !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul.submenu {
    margin: 20px 0 0 !important;
    box-shadow: none !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul.submenu:before {
    display: none;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul.submenu li a {
    font-size: 18px !important;
    padding: 12px 10px !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections .navigation ul.submenu li a span {
    float: left;
    width: 100%;
    font-size: 18px !important;
  }
  .page-header .container .panel.wrapper .header-content .nav-sections.active {
    left: 0 !important;
  }
  .page-header .container .panel.wrapper .header-content .section-right {
    float: right !important;
  }
  .page-header:after {
    float: left;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 122px !important;
    left: 0;
    content: '';
    box-shadow: 0 5px 5px rgba(216, 216, 216, 0.5);
    z-index: 99;
  }
  .HB-Bar {
    position: fixed !important;
  }
  .social-login-popup {
    z-index: 99 !important;
  }
  .container {
    width: 100% !important;
  }
  .block-search {
    top: 120px !important;
  }
  table {
    display: block;
    overflow: auto;
  }
  footer .footer .wrapper {
    min-height: 200px;
  }
  footer .footer .wrapper h1 {
    margin: 20px 0 !important;
  }
  .cms-home .bx-wrapper {
    float: left;
    width: 100%;
    height: 100% !important;
  }
  .cms-home .magestore-bannerslider-standard {
    width: 100% !important;
  }
  .cms-home .flexslider {
    width: 100% !important;
    height: 400px !important;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .cms-home .flexslider .slides {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li {
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li a {
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li a img {
    max-width: 100%;
    height: 400px !important;
  }
  .page-products .category-view {
    display: none;
  }
  .page-products .products {
    margin: 0 !important;
  }
  .page-products .products .product-items {
    margin: 30px 0 0 !important;
  }
  .page-products .products .product-items .container {
    width: 100% !important;
  }
  .page-products .products .product-items .container .popup_default .close_popup {
    top: 15px !important;
    right: 15px !important;
  }
  .page-products .products .product-items .container .popup_default.active {
    max-height: 100% !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_main .product_attribute {
    float: left;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
  }
  .page-products .products .product-items .container .popup_default.active .product_main .product_attribute .wrapper {
    float: left !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_main .product_attribute .actions_popup {
    position: relative;
    padding: 0 50px !important;
    max-width: 450px;
    margin: 30px 0 0 !important;
    top: 0;
  }
  .page-products .products .product-items .container .popup_default.active .product_main .product_attribute .actions_popup button {
    margin-bottom: 10px 0 0 !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_main .btn_prev,
  .page-products .products .product-items .container .popup_default.active .product_main .btn_next {
    top: 245px !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_related span.unavailable {
    font-size: 15px !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_related .item_related .product-inner {
    float: right !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_related .item_related .product-inner .tocart {
    float: right !important;
  }
  .page-products .products .product-items .container .popup_default.active .product_related .item_related .product-inner .towishlist {
    margin: 0 5px 0 0;
  }
  .zoom_gallery {
    z-index: 999999 !important;
  }
  .checkout_bar {
    display: none !important;
  }
  .checkout-cart-index .cart-summary {
    float: right !important;
    width: 55% !important;
  }
  .checkout-cart-index .cart-summary #cart-totals,
  .checkout-cart-index .cart-summary #block-discount {
    float: right;
    width: 100%;
  }
  .checkout-cart-index .form-cart {
    width: 100% !important;
    margin: 0;
    padding: 20px 15px;
  }
  .checkout-cart-index .form-cart .cart.item a.product-item-photo {
    padding: 0 !important;
  }
  .checkout-cart-index .form-cart .cart.item .col.delete {
    padding-left: 20px !important;
  }
  .checkout-cart-index .form-cart .col.item .product-item-details {
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 20px 0 0  !important;
  }
  .checkout-cart-index .form-cart .col.item .product-item-details .product-item-name {
    float: left !important;
    width: 100% !important;
  }
  .checkout-cart-index .form-cart .col.qty .control.qty {
    width: 100px;
  }
  .checkout-cart-index .form-cart .col.qty button {
    margin: 0 0 0 5px !important;
  }
  .checkout-cart-index .block.crosssell ol li {
    width: 50% !important;
  }
  .checkout-cart-index .block.crosssell ol li .product.actions {
    width: 30% !important;
  }
  .checkout-index-index .opc-sidebar {
    float: left !important;
    width: 100% !important;
    margin: 40px 0 0 !important;
  }
  .checkout-index-index .checkout-wrapper {
    margin: 30px 0 0;
  }
  .checkout-index-index .step_finally .opc-block-summary .details-qty {
    margin: 0 !important;
  }
  .account.wishlist-index-index .wishlist-item .product-item-info a {
    width: 100% !important;
  }
  .account.wishlist-index-index .wishlist-item .product-item-info .price-box {
    width: 60% !important;
    padding-left: 15px;
  }
  .account.wishlist-index-index .wishlist-item .product-item-info .product-item-inner {
    width: 40% !important;
    max-width: 80px;
  }
  .customer-account-login .section-login {
    padding: 80px 0 !important;
  }
  .customer-account-login .section-login:after {
    display: none;
  }
  .contact-index-index .form_contact {
    margin: 50px 0 0 !important;
  }
}
/* XS - PHONE */
@media (max-width: 767px) {
  .page-header {
    height: initial !important;
    padding: 10px 0 !important;
    min-height: 65px;
  }
  .page-header .container .nav-toggle {
    top: 8px;
    z-index: 999;
    left: 0 !important;
  }
  .page-header .container .nav-toggle:before {
    font-size: 32px;
    line-height: 32px;
    color: #767676 !important;
  }
  .page-header .container .nav-toggle:after {
    display: none !important;
  }
  .page-header .container .nav-toggle.active {
    background: #fff;
    left: 1px !important;
    top: 10px;
  }
  .page-header .container .nav-toggle.active:before {
    float: left;
    width: 25px;
    height: 25px;
    background-size: 25px;
    content: '';
    background: url('../images/icons/close.png') 0 0 no-repeat;
  }
  .page-header .container .logo {
    margin: 15px 0 0;
  }
  .page-header .container .logo img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .page-header .container .row.header .panel.wrapper {
    float: right !important;
  }
  .page-header .container .row.header .header-panel {
    display: none;
  }
  .page-header .container .row.header .header-content {
    border: none !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
  }
  .page-header .container .row.header .header-content .nav-sections {
    overflow-y: auto;
    max-height: 530px;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items {
    float: left;
    width: 100%;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-title {
    width: 50%;
    border: none;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-title a {
    font-size: 16px;
    color: #36a1d9;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-title.active {
    background: #36a1d9;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-title.active a {
    font-size: 16px;
    color: #fff;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel {
    float: left !important;
    width: 100% !important;
    display: block !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language {
    float: left;
    width: 100%;
    height: 41px;
    padding: 0;
    border: none;
    border-top: 1px solid #d8d8d8;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .switcher-options,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .switcher-options {
    float: left;
    width: 100%;
    padding: 10px;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .switcher-options .switcher-trigger,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .switcher-options .switcher-trigger {
    float: left;
    width: 100%;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .switcher-options .switcher-trigger strong,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .switcher-options .switcher-trigger strong {
    float: left;
    font-size: 15px;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .switcher-options .switcher-trigger strong:after,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .switcher-options .switcher-trigger strong:after {
    display: none;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .switcher-options .switcher-trigger:after,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .switcher-options .switcher-trigger:after {
    float: right;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.currency .ui-dialog,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language .ui-dialog {
    width: 100%;
    top: 35px;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .switcher.language:last-child {
    display: none;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links {
    float: left;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links li {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links li a {
    float: left;
    width: 100%;
    padding: 10px;
    border: none;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links li a span {
    float: left;
    display: block !important;
    padding: 0 0 0 10px !important;
    border: none !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links li a .social-login span {
    display: block;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .ui-dialog {
    width: 100% !important;
    height: 565px !important;
    top: 40px !important;
    position: relative !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .ui-dialog:before,
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .ui-dialog:after {
    display: none;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .ui-dialog #social-login-popup {
    float: left !important;
    width: 100% !important;
    left: 0 !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .mfp-wrap {
    width: 100% !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .mfp-wrap.active {
    top: 41px !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .mfp-wrap.active #social-login-popup:before {
    right: initial !important;
    left: 1px !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .mfp-wrap.active #social-login-popup:after {
    right: initial !important;
    left: 2px !important;
  }
  .page-header .container .row.header .header-content .nav-sections .section-items .section-item-content .header-panel .header.links .mfp-wrap.active #social-login-popup .social-login-authentication-channel a {
    color: #fff !important;
    padding: 6px 12px 6px 44px !important;
  }
  .page-header .container .row.header .header-content .section-right .minicart-wrapper {
    margin: 0 0 0 10px !important;
  }
  .page-header .container .row.header .header-content .section-right .minicart-wrapper .counter {
    width: 40px !important;
  }
  .page-header .container .row.header .header-content .section-right .minicart-wrapper .block-minicart {
    max-width: 320px !important;
  }
  .page-header .container .row.header .header-content .section-right .minicart-wrapper .block-minicart .product-item-pricing {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .page-header .container .row.header .header-content .section-right .minicart-wrapper .block-minicart .product-item-pricing .details-qty {
    float: left;
    margin: 0 !important;
  }
  .page-header:after {
    position: absolute !important;
    top: 56px !important;
  }
  .block-search {
    top: 40px !important;
  }
  .block-search.active {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  .block-search:before {
    display: none;
  }
  .block-search .block-content {
    position: relative;
  }
  .block-search .block-content form {
    float: left !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .block-search .block-content form .label {
    display: none;
  }
  .block-search .block-content form .control {
    padding: 0 15px;
    margin: 20px 0 0;
    border: none;
  }
  .block-search .block-content form .control input {
    display: block !important;
  }
  .block-search .block-content form .control .search-autocomplete {
    top: 70px !important;
  }
  .block-search .block-content form .actions {
    float: right;
  }
  .block-search .block-content form .actions .search {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 40px;
    top: 10px;
    background: none;
    border: none;
    display: block !important;
  }
  .block-search .block-content form .actions .search span {
    display: none;
  }
  .ui-dialog.active {
    right: 9px !important;
    top: 34px !important;
    width: 275px !important;
  }
  .ui-dialog.active #social-login-popup {
    position: absolute;
    width: 275px !important;
    left: 29px;
    top: 1px;
  }
  .ui-dialog.active #social-login-popup .btn_google_login {
    margin: 10px 0 0 !important;
  }
  .ui-dialog.active:before {
    right: 48px !important;
  }
  .ui-dialog.active:after {
    right: 49px !important;
  }
  .columns.active {
    margin: 75px 0 0 !important;
  }
  footer .footer {
    margin: 20px 0 0 !important;
  }
  footer .footer .wrapper {
    min-height: 200px;
  }
  footer .footer .wrapper h1 {
    margin: 20px 0;
  }
  footer .footer .wrapper form {
    max-width: 390px;
  }
  footer .footer .wrapper.social h1 {
    margin: 20px 0;
  }
  footer .copyright {
    margin: 0 !important;
  }
  footer .copyright span {
    float: left;
    width: 100%;
    font-size: 12px !important;
    text-align: left;
  }
  footer .copyright .payment {
    float: left !important;
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
  }
  .modal-popup.popup_product {
    z-index: 9999 !important;
  }
  .modal-popup.popup_product header {
    height: 50px !important;
  }
  .modal-popup.popup_product header button {
    box-shadow: none;
    border: none;
    padding: 15px 5px !important;
  }
  .modal-popup.popup_product header button:before {
    color: #36a1d9 !important;
  }
  .modal-popup.popup_product header:after {
    top: 60px !important;
  }
  .modal-popup.popup_product .popup .attribute_related .actions_popup {
    position: relative !important;
  }
  .cms-home .page-header:after {
    float: left;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 56px !important;
    left: 0;
    content: '';
    box-shadow: 0 5px 5px rgba(216, 216, 216, 0.5);
    z-index: 99;
  }
  .cms-home .magestore-bannerslider-standard {
    width: 100% !important;
  }
  .cms-home .flexslider {
    width: 100% !important;
    height: 300px !important;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .cms-home .flexslider .slides {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li {
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li a {
    height: 100% !important;
  }
  .cms-home .flexslider .slides > li a img {
    max-width: 100%;
    height: 300px !important;
  }
  .cms-home .bxslider {
    height: auto !important;
  }
  .cms-home .bx-wrapper {
    height: auto !important;
  }
  .cms-home .banners .slide a {
    float: left;
    width: 100%;
  }
  .cms-home .banners .slide a img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .cms-home .banners .banner .image {
    margin: 0 0 30px 0 !important;
  }
  .cms-home .banners .banner .image a {
    float: left;
    width: 100%;
  }
  .cms-home .banners .banner .image a img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .catalog-category-view,
  .page-products {
    float: left;
    width: 100%;
  }
  .catalog-category-view .page-header.fixed,
  .page-products .page-header.fixed {
    z-index: 9999;
  }
  .catalog-category-view .page-header:after,
  .page-products .page-header:after {
    top: 56px !important;
  }
  .catalog-category-view .category-view,
  .page-products .category-view {
    display: none;
  }
  .catalog-category-view .page.messages,
  .page-products .page.messages {
    margin: 0 !important;
  }
  .catalog-category-view #maincontent,
  .page-products #maincontent {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  .catalog-category-view #maincontent .columns,
  .page-products #maincontent .columns {
    padding-top: 0 !important;
  }
  .catalog-category-view #maincontent .columns .product-item-actions,
  .page-products #maincontent .columns .product-item-actions {
    display: block !important;
  }
  .catalog-category-view #maincontent .columns .filter_content,
  .page-products #maincontent .columns .filter_content {
    position: relative !important;
    top: 15px !important;
    z-index: 1 !important;
  }
  .catalog-category-view #maincontent .columns .filter_content .filter_link,
  .page-products #maincontent .columns .filter_content .filter_link {
    display: block !important;
    top: 0 !important;
  }
  .catalog-category-view #maincontent .columns .filter_content .toolbar-sorter,
  .page-products #maincontent .columns .filter_content .toolbar-sorter {
    position: relative !important;
  }
  .catalog-category-view #maincontent .columns .filter_content .toolbar,
  .page-products #maincontent .columns .filter_content .toolbar {
    max-width: 250px !important;
    top: 35px !important;
  }
  .catalog-category-view #maincontent .columns .filter_content.fixed,
  .page-products #maincontent .columns .filter_content.fixed {
    position: relative !important;
  }
  .catalog-category-view #maincontent .columns .products,
  .page-products #maincontent .columns .products {
    margin: 30px 0 0 !important;
    padding: 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .product-item .product-item-info,
  .page-products #maincontent .columns .products .product-item .product-item-info {
    padding: 20px 5px !important;
    min-height: 265px !important;
  }
  .catalog-category-view #maincontent .columns .products .product-item:before,
  .page-products #maincontent .columns .products .product-item:before,
  .catalog-category-view #maincontent .columns .products .product-item:after,
  .page-products #maincontent .columns .products .product-item:after {
    display: none;
  }
  .catalog-category-view #maincontent .columns .products .product-item .product_price .price-box,
  .page-products #maincontent .columns .products .product-item .product_price .price-box {
    margin: 2px 0 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .product-item .product_price .price-box .special-price,
  .page-products #maincontent .columns .products .product-item .product_price .price-box .special-price {
    float: left;
    width: 100%;
  }
  .catalog-category-view #maincontent .columns .products .product-item .product_price .price-box .old-price,
  .page-products #maincontent .columns .products .product-item .product_price .price-box .old-price {
    float: left;
    width: 100%;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .close_popup,
  .page-products #maincontent .columns .products .popup_default .close_popup {
    top: 15px !important;
    right: 15px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail,
  .page-products #maincontent .columns .products .popup_default .product_detail {
    height: 100% !important;
    min-height: 100%;
    padding: 15px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .image a,
  .page-products #maincontent .columns .products .popup_default .product_detail .image a {
    float: left;
    width: 100%;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .image a img,
  .page-products #maincontent .columns .products .popup_default .product_detail .image a img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description,
  .page-products #maincontent .columns .products .popup_default .product_detail .description {
    margin: 30px 0 0;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description h1,
  .page-products #maincontent .columns .products .popup_default .product_detail .description h1 {
    width: 100%;
    font-size: 25px !important;
    margin: 0 !important;
    line-height: 28px !important;
    padding: 0 0 5px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .price,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .price {
    margin: 0;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .price:after,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .price:after {
    top: 26px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info button.more_info,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info button.more_info {
    float: left;
    background: #36a1d9;
    color: #fff;
    box-shadow: none;
    border: none;
    margin: 0 0 10px;
    padding: 7px 15px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info button.more_info .fas,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info button.more_info .fas {
    float: right;
    margin: 2px 0 0 8px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info p,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info p {
    float: left;
    font-size: 12px !important;
    line-height: 19px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info p span,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info p span {
    float: left;
    line-height: 19px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info p strong,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info p strong {
    float: left;
    line-height: 19px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info .desc,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info .desc,
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info .attribute,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info .attribute {
    display: none;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info .desc.active,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info .desc.active,
  .catalog-category-view #maincontent .columns .products .popup_default .product_detail .description .info .attribute.active,
  .page-products #maincontent .columns .products .popup_default .product_detail .description .info .attribute.active {
    display: block;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute,
  .page-products #maincontent .columns .products .popup_default .product_attribute {
    height: 100% !important;
    min-height: 100%;
    padding: 20px 15px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .wrapper,
  .page-products #maincontent .columns .products .popup_default .product_attribute .wrapper {
    padding: 0 15px !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .wrapper h1,
  .page-products #maincontent .columns .products .popup_default .product_attribute .wrapper h1 {
    padding: 0 0 20px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .wrapper .swatch-attribute .swatch-option,
  .page-products #maincontent .columns .products .popup_default .product_attribute .wrapper .swatch-attribute .swatch-option {
    margin-bottom: 5px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .wrapper .wishlist span:after,
  .page-products #maincontent .columns .products .popup_default .product_attribute .wrapper .wishlist span:after,
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .wrapper .prod_cart span:after,
  .page-products #maincontent .columns .products .popup_default .product_attribute .wrapper .prod_cart span:after {
    right: 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_attribute .actions_popup,
  .page-products #maincontent .columns .products .popup_default .product_attribute .actions_popup {
    position: initial !important;
    margin: 20px 0 10px 0;
    padding: 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .btn_prev,
  .page-products #maincontent .columns .products .popup_default .btn_prev {
    left: 10px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .btn_next,
  .page-products #maincontent .columns .products .popup_default .btn_next {
    right: 10px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .btn_next,
  .page-products #maincontent .columns .products .popup_default .btn_next,
  .catalog-category-view #maincontent .columns .products .popup_default .btn_prev,
  .page-products #maincontent .columns .products .popup_default .btn_prev {
    width: 25px !important;
    height: 40px !important;
    background-size: 25px !important;
    top: 185px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default.active,
  .page-products #maincontent .columns .products .popup_default.active {
    max-height: 100% !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related {
    padding: 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related {
    margin-bottom: 30px;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .price,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .price {
    font-size: 18px !important;
    margin: 0;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .price .small,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .price .small {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .special-price,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .special-price {
    float: left;
    margin: 0;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .price_related .price-box .old-price {
    float: left;
    margin: 0;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner {
    margin: 18px 0 0 !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .tocart,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .tocart {
    float: right !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .tocart:before,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .tocart:before {
    background-size: 20px !important;
  }
  .catalog-category-view #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .towishlist:before,
  .page-products #maincontent .columns .products .popup_default .product_related .items_related .item_related .product-inner .towishlist:before {
    background-size: 20px !important;
  }
  .catalog-category-view #maincontent .zoom_gallery,
  .page-products #maincontent .zoom_gallery {
    z-index: 99999999 !important;
  }
  .catalog-category-view #maincontent .zoom_gallery .gallery_div,
  .page-products #maincontent .zoom_gallery .gallery_div {
    width: 45px !important;
  }
  .catalog-category-view #maincontent .zoom_gallery .arrow_left,
  .page-products #maincontent .zoom_gallery .arrow_left {
    left: 15px !important;
  }
  .catalog-category-view #maincontent .zoom_gallery .arrow_right,
  .page-products #maincontent .zoom_gallery .arrow_right {
    right: 0 !important;
  }
  .checkout-cart-index .progress-wrapper {
    display: none;
  }
  .checkout-cart-index .columns {
    float: left !important;
    width: 100% !important;
    margin: 145px 0 0!important;
  }
  .checkout-cart-index .columns .column.main {
    float: left !important;
    width: 100% !important;
  }
  .checkout-cart-index .columns .column.main form.form-cart {
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-bottom: none;
  }
  .checkout-cart-index .columns .column.main form.form-cart .cart {
    border: none;
  }
  .checkout-cart-index .columns .column.main form.form-cart table thead {
    display: none;
  }
  .checkout-cart-index .columns .column.main form.form-cart table th {
    background: none;
    padding: 20px;
    text-align: left;
  }
  .checkout-cart-index .columns .column.main form.form-cart table th span {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr {
    display: block;
    position: relative;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td {
    float: left !important;
    width: 100% !important;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td span,
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td dt,
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td dd {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #767676;
    font-weight: normal !important;
    text-align: center !important;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td.col.qty .field {
    width: 120px !important;
    float: none !important;
    margin: 0 auto;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td.col.qty .field .label {
    display: none;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td.col.qty .field .control.qty {
    float: left;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td:before {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #767676;
    font-weight: normal !important;
    text-align: center;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item tr td.col.delete {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    border: none;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item a.product-item-photo {
    float: left !important;
    width: 100% !important;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item a.product-item-photo img {
    margin: 0 auto;
    display: block;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item .product-item-details {
    float: left !important;
    width: 100% !important;
    margin: 30px 0 0;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item .product-item-details .product-item-name {
    float: left !important;
    width: 100% !important;
    margin: 0;
  }
  .checkout-cart-index .columns .column.main form.form-cart table .cart.item .product-item-details .product-item-name a {
    float: left !important;
    width: 100% !important;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
  }
  .checkout-cart-index .columns .column.main form.form-cart .cart.main {
    float: left;
    width: 100%;
  }
  .checkout-cart-index .columns .column.main form.form-cart .cart.main .action.update {
    float: right;
    display: block;
    padding: 12px 15px 9px 15px;
    margin: 0;
  }
  .checkout-cart-index .columns .column.main form.form-cart .cart.main .action.update span {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 0;
  }
  .checkout-cart-index .columns .column.main .cart-container {
    padding: 20px 0 0;
  }
  .checkout-cart-index .columns .column.main .cart-container .cart-summary {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px 15px 15px !important;
  }
  .checkout-cart-index .columns .column.main .cart-container .cart-summary .block.discount .content {
    padding: 0;
  }
  .checkout-cart-index .columns .column.main .cart-container .cart-summary .checkout.methods {
    padding: 0;
  }
  .checkout-cart-index .columns:before {
    display: none !important;
  }
  .checkout-cart-index .popup-authentication._show .modal-inner-wrap {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: 0;
  }
  .checkout-cart-index .popup-authentication .modal-header .action-close {
    width: 50px;
    height: 40px;
    right: 15px;
    top: 0;
  }
  .checkout-cart-index .popup-authentication .block-new-customer {
    float: left;
    width: 100%;
  }
  .checkout-cart-index .popup-authentication .block-customer-login {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    margin: 20px 0 0;
  }
  .checkout-cart-index .block.crosssell ol li {
    width: 100% !important;
  }
  .checkout-cart-index .block.crosssell ol li .product.actions {
    display: block;
  }
  .checkout-index-index .search_mobile,
  .checkout-index-index .progress-wrapper,
  .checkout-index-index .checkout_bar {
    display: none;
  }
  .checkout-index-index .modal-content {
    background: none;
  }
  .checkout-index-index .columns {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .columns .column.main {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .columns .column.main .checkout_edit {
    padding-left: 0 !important;
  }
  .checkout-index-index .columns .column.main .minicart-wrapper {
    float: right;
    width: 32px;
    height: 33px;
    margin: 0 0 0 20px;
  }
  .checkout-index-index .columns .column.main .minicart-wrapper .action.showcart {
    float: left;
    width: 100%;
    height: 33px;
    font-size: 15px;
    color: #9e9e9e;
  }
  .checkout-index-index .columns .column.main .minicart-wrapper .action.showcart:before {
    float: left;
    width: 32px;
    height: 33px;
    content: "";
    background: url('../images/icons/cart.png') 0 -35px no-repeat;
    display: block;
  }
  .checkout-index-index .columns .column.main .minicart-wrapper .action.showcart span.text {
    display: none;
  }
  .checkout-index-index .columns .column.main .minicart-wrapper .action.showcart span.qty {
    position: absolute;
    top: -14px;
    right: -9px;
    background: none;
    color: #36a1d9;
    font-size: 15px;
  }
  .checkout-index-index .columns .column.main table {
    overflow-x: auto;
    display: block;
  }
  .checkout-index-index .columns .column.main .step-content .label {
    text-align: left;
  }
  .checkout-index-index .columns .column.main .checkout-container {
    float: left;
    width: 100%;
    margin: 10px 0 0 !important;
  }
  .checkout-index-index .columns .column.main .checkout-container .authentication-wrapper {
    float: right !important;
    width: 100% !important;
    position: relative;
    right: 15px;
    margin: 0 !important;
  }
  .checkout-index-index .columns .column.main .checkout-container .authentication-wrapper button {
    float: right;
    padding: 10px;
  }
  .checkout-index-index .columns .column.main .checkout-container .opc-estimated-wrapper {
    float: left;
    width: 100%;
    margin: 20px 0 0 !important;
    padding: 20px 15px;
    display: none;
  }
  .checkout-index-index .columns .column.main .checkout-container .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #36a1d9;
  }
  .checkout-index-index .columns .column.main .payment-methods {
    margin: 0 !important;
  }
  .checkout-index-index .columns .column.main .payment-methods input {
    margin: 11px 0 0 !important;
  }
  .checkout-index-index .columns .column.main .payment-methods .label span {
    padding: 0 10px !important;
  }
  .checkout-index-index .columns .column.main .modal-custom {
    z-index: 9999 !important;
  }
  .checkout-index-index .columns .column.main .modal-custom .block-customer-login {
    float: left;
    width: 100%;
    margin: 30px 0 0;
  }
  .checkout-index-index .columns .column.main .modal-custom .block-customer-login .block-title strong {
    font-size: 23px;
  }
  .checkout-index-index .columns .column.main .modal-custom .block-customer-login .block-content {
    float: left;
    width: 100%;
  }
  .checkout-index-index .columns .column.main .modal-custom .block-customer-login .block-content form {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .columns .column.main .modal-custom .block-customer-login .block-content form label span {
    color: #000 !important;
    font-size: 15px;
  }
  .checkout-index-index .columns .column.main #checkout-step-shipping_method .table-checkout-shipping-method th {
    font-size: 14px !important;
  }
  .checkout-index-index .columns .column.main #checkout-step-shipping_method .table-checkout-shipping-method td {
    font-size: 12px !important;
  }
  .checkout-index-index .columns .column.main .choice {
    padding: 10px 15px !important;
  }
  .checkout-index-index .columns .column.main #payment .step-title {
    padding: 0 15px;
  }
  .checkout-index-index .columns .column.main .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-index-index .columns .column.main .opc-sidebar {
    position: relative;
    left: 0;
    top: 0;
    visibility: visible;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap {
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
    box-shadow: none;
    position: relative;
    visibility: visible;
    transform: none;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content {
    box-shadow: none;
    visibility: visible;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item {
    padding: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product {
    padding: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container {
    float: left !important;
    width: 100% !important;
    margin: 10px 0 0;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container .product-image-wrapper {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-image-container .product-image-wrapper img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details {
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner {
    float: left;
    width: 100%;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block {
    float: left;
    width: 100%;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
    float: left !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .subtotal {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .modal-inner-wrap .modal-content .product-item .product .product-item-details .product.options {
    float: left !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .checkout-index-index .columns .column.main .opc-sidebar .table-totals {
    float: left !important;
    width: 100% !important;
  }
  .checkout-index-index .columns:before {
    display: none !important;
  }
  .checkout-index-index button.primary {
    margin: 30px 0 0 !important;
    max-width: 245px;
  }
  .checkout-onepage-success .checkout_bar {
    display: none;
  }
  .account .columns {
    position: relative;
    margin: 20px 0 0 !important;
  }
  .account .columns:after {
    top: -10px !important;
  }
  .account .columns .sidebar-main {
    float: left !important;
    width: 100% !important;
  }
  .account .columns .sidebar-main .user_avatar {
    position: absolute;
    left: 0;
    top: 130px;
  }
  .account .columns .sidebar-main .block-collapsible-nav {
    position: absolute;
    top: 247px !important;
    margin: 0 !important;
    background: #fff;
  }
  .account .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title strong {
    font-size: 17px;
  }
  .account .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    font-size: 32px;
    line-height: 33px;
    margin: 0;
    top: 3px;
  }
  .account .columns .sidebar-main .block-collapsible-nav li {
    margin: 0 !important;
  }
  .account .columns .column {
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 320px 0 0 !important;
  }
  .account .columns .column .col.actions {
    padding-bottom: 30px !important;
  }
  .account .columns .column .box {
    float: left;
    width: 100%;
  }
  .account .columns .column .box-title {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
  }
  .account .columns .column .account_view h2 {
    padding: 0 !important;
  }
  .page-product-configurable .block.related .product-item {
    width: 50% !important;
  }
  .wishlist-index-index .wishlist .product-items {
    margin: 0 !important;
  }
  .wishlist-index-index .wishlist .product-items .product-item-photo {
    float: left;
    width: 100%;
  }
  .wishlist-index-index .wishlist .product-items .price-as-configured {
    display: none !important;
  }
  .wishlist-index-index .wishlist .product-items .price-box {
    margin: 0 !important;
    padding-left: 0 !important;
  }
  .wishlist-index-index .wishlist .product-items .price-box .price-wrapper {
    margin: 5px 0 0 !important;
  }
  .wishlist-index-index .wishlist .product-items .btn-remove {
    margin: 0 0 0 15px!important;
  }
  .wishlist-index-index .wishlist .product-items .product-item-inner {
    margin: 6px 0 0;
    padding-right: 0 !important;
  }
  .wishlist-index-index .form-wishlist-items .wishlist-item .product-item-info,
  .wishlist-index-index .form-wishlist-items .wishlist-item .product-item-info:not(:hover):not(.active) {
    padding: 20px 15px !important;
  }
  .customer-account-login .section-login {
    padding: 80px 15px !important;
  }
  .customer-account-login .section-login:after {
    display: none;
  }
  .customer-account-login .section-login .block {
    padding: 0 15px;
  }
  .cms-page-view .columns .column p,
  .cms-page-view .columns .column h1,
  .cms-page-view .columns .column h2,
  .cms-page-view .columns .column img {
    float: left !important;
    width: 100% !important;
  }
  .cms-page-view .columns .column img {
    margin: 50px 0 0;
  }
  .cms-page-view .columns .column .block-static-block {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 40px !important;
  }
  .cms-page-view .columns .column .block {
    padding: 0 15px;
  }
  .cms-page-view .columns .column .content_area {
    float: left;
    width: 100%;
    margin: 40px 0 0;
  }
  .cms-page-view .columns .column .sidebar_cms {
    padding: 0 15px;
  }
  .cms-page-view .columns .column table {
    float: left !important;
    width: 100% !important;
  }
  .contact-index-index .columns .column .form_contact {
    margin: 50px 0 0 !important;
  }
  .modal_item_related._show .modal-inner-wrap,
  .modal_item_wishlist._show .modal-inner-wrap {
    webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: 30px;
  }
  .modal_item_related._show .modal-inner-wrap .modal-content .popup,
  .modal_item_wishlist._show .modal-inner-wrap .modal-content .popup {
    display: block !important;
  }
  .modal_item_related._show .modal-inner-wrap .modal-content .popup .detail_related .desc,
  .modal_item_wishlist._show .modal-inner-wrap .modal-content .popup .detail_related .desc {
    position: relative !important;
  }
}
@media (max-width: 430px) {
  .page-products .product_price {
    padding-left: 0 !important;
  }
  .page-products .product_price .price-box .price {
    font-size: 18px !important;
  }
  .page-products .product_price .price-box .price .small {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .page-products .product_price .price-box .special-price {
    float: left;
    width: 100%;
  }
  .page-products .product_price .price-box .old-price {
    float: left;
    width: 100%;
    margin: 10px 0 0;
  }
  .page-products .product-inner {
    padding: 0 !important;
  }
  .page-products .product-inner .product-item-actions {
    float: left !important;
    width: 100% !important;
  }
  .page-products .product-inner .product-item-actions .actions-primary .tocart {
    width: 17px !important;
  }
  .page-products .product-inner .product-item-actions .actions-primary .tocart:before {
    width: 18px !important;
    height: 18px !important;
  }
  .page-products .product-inner .product-item-actions .actions-secondary {
    width: 18px !important;
  }
  .page-products .product-inner .product-item-actions .actions-secondary .towishlist {
    width: 18px !important;
  }
  .page-products .product-inner .product-item-actions .actions-secondary .towishlist:before {
    width: 18px !important;
    height: 16px !important;
  }
}
@media (min-width: 362px) and (max-width: 767px) {
  .page-header .container .nav-toggle.active:before {
    background-size: 25px !important;
  }
}
@media (max-width: 475px) {
  .page-header .nav-toggle {
    top: 8px !important;
  }
  .page-header .nav-toggle:before {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .page-header .nav-toggle.active {
    top: 10px !important;
  }
  .page-header .nav-toggle.active:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
  }
  .page-header .logo {
    margin: 18px 0 0 !important;
  }
  .page-header .panel.wrapper .header-content .section-right .search-link {
    width: 20px !important;
    height: 20px !important;
    margin: 4px 0 0 !important;
  }
  .page-header .panel.wrapper .header-content .section-right .search-link .fas {
    font-size: 18px;
  }
  .page-header .panel.wrapper .header-content .section-right .minicart-wrapper {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .minicart-wrapper a.action.showcart .icon_cart {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .minicart-wrapper a.action.showcart .counter-number.active .icon_cart {
    background-position: 0 -23px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .minicart-wrapper a.action.showcart .counter-number.active .icon_cart .fas {
    font-size: 20px;
  }
  .page-header .panel.wrapper .header-content .section-right .minicart-wrapper a.action.showcart .counter-number.active .icon_cart span {
    right: -11px !important;
    font-size: 12px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .link.wishlist {
    width: 23px !important;
    height: 20px !important;
    margin-left: 5px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .link.wishlist a {
    width: 20px !important;
    height: 18px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .link.wishlist a .wishlist_icon {
    width: 23px !important;
    height: 20px !important;
  }
  .page-header .panel.wrapper .header-content .section-right .link.wishlist a .wishlist_icon .fas {
    font-size: 20px;
  }
  .page-header .panel.wrapper .header-content .section-right .link.wishlist a .wishlist_icon.active .fas {
    font-size: 20px;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
