/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
/*Core*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 33, ../scss/core/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 50, ../scss/core/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 60, ../scss/core/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 68, ../scss/core/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 80, ../scss/core/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 92, ../scss/core/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/core/_reset.scss */
a:focus {
  outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 109, ../scss/core/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 121, ../scss/core/_reset.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/core/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/core/_reset.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 143, ../scss/core/_reset.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 150, ../scss/core/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 158, ../scss/core/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 169, ../scss/core/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 178, ../scss/core/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 185, ../scss/core/_reset.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 192, ../scss/core/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 200, ../scss/core/_reset.scss */
sup {
  top: -0.5em;
}

/* line 204, ../scss/core/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 214, ../scss/core/_reset.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, ../scss/core/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../scss/core/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 242, ../scss/core/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 252, ../scss/core/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 264, ../scss/core/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, ../scss/core/_reset.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 292, ../scss/core/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../scss/core/_reset.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 314, ../scss/core/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, ../scss/core/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, ../scss/core/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 358, ../scss/core/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 371, ../scss/core/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 379, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 389, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 396, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 402, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 411, ../scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 421, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 430, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 434, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 440, ../scss/core/_reset.scss */
img {
  display: block;
}

/* line 444, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 449, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 454, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 459, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 483, ../scss/core/_reset.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 496, ../scss/core/_reset.scss */
a {
  text-decoration: none;
}

/* line 500, ../scss/core/_reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 507, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 517, ../scss/core/_reset.scss */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 525, ../scss/core/_reset.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 533, ../scss/core/_reset.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 541, ../scss/core/_reset.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 549, ../scss/core/_reset.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 557, ../scss/core/_reset.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 568, ../scss/core/_reset.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 572, ../scss/core/_reset.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 578, ../scss/core/_reset.scss */
.availability .label {
  display: none;
}

/* line 582, ../scss/core/_reset.scss */
.availability.in-stock {
  color: #11b400;
}

/* line 586, ../scss/core/_reset.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

/* line 591, ../scss/core/_reset.scss */
.availability-only {
  color: #df280a;
  margin-bottom: 10px;
}

/* Content Columns */
/* line 596, ../scss/core/_reset.scss */
.col2-set {
  float: left;
  width: 100%;
}

/* line 597, ../scss/core/_reset.scss */
.dashboard .box-account {
  overflow: hidden;
  height: 100%;
}

/* line 598, ../scss/core/_reset.scss */
.col2-set .box-content {
  float: left;
  width: 100%;
}

/* line 599, ../scss/core/_reset.scss */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

/* line 600, ../scss/core/_reset.scss */
.col2-set .col-2 {
  float: right;
  width: 49%;
}

/* line 601, ../scss/core/_reset.scss */
.col2-set .col-narrow {
  width: 33%;
}

/* line 602, ../scss/core/_reset.scss */
.col2-set .col-wide {
  width: 65%;
}

/* line 604, ../scss/core/_reset.scss */
.col3-set .col-1 {
  float: left;
  width: 32%;
}

/* line 605, ../scss/core/_reset.scss */
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

/* line 606, ../scss/core/_reset.scss */
.col3-set .col-3 {
  float: right;
  width: 32%;
}

/* line 608, ../scss/core/_reset.scss */
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

/* line 609, ../scss/core/_reset.scss */
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

/* line 610, ../scss/core/_reset.scss */
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

/* line 611, ../scss/core/_reset.scss */
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* Content Columns no margin*/
/* line 615, ../scss/core/_reset.scss */
.columns-3 .col-1 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

/* line 616, ../scss/core/_reset.scss */
.columns-3 .col-2 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
}

/* line 617, ../scss/core/_reset.scss */
.columns-3 .col-3 {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 20px 20px;
}

/* line 619, ../scss/core/_reset.scss */
.columns-2 .col-1 {
  float: left;
  width: 50%;
}

/* line 620, ../scss/core/_reset.scss */
.columns-2 .col-2 {
  float: left;
  width: 50%;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 625, ../scss/core/_reset.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/* -------------------------------------------- *
 * Block Module
 */
/*.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}
*/
/* line 645, ../scss/core/_reset.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #e1e1e1;
}

/* line 656, ../scss/core/_reset.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
}

/* line 661, ../scss/core/_reset.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 666, ../scss/core/_reset.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 671, ../scss/core/_reset.scss */
.block-content {
  margin-top: 5px;
}

/* line 675, ../scss/core/_reset.scss */
.block-content.unpad {
  padding: 0;
}

/* line 679, ../scss/core/_reset.scss */
.block-content li.item {
  margin: 0 0 10px 9px;
}

/* line 683, ../scss/core/_reset.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 687, ../scss/core/_reset.scss */
.block .actions {
  margin: 10px 0 0;
}

/* line 690, ../scss/core/_reset.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

/* line 695, ../scss/core/_reset.scss */
.block .actions a {
  float: left;
}

/* line 698, ../scss/core/_reset.scss */
.block .actions .button {
  float: right;
}

/* line 702, ../scss/core/_reset.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* line 707, ../scss/core/_reset.scss */
.sidebar .block-banner img {
  max-width: 100%;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 714, ../scss/core/_reset.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}

/* line 719, ../scss/core/_reset.scss */
.block-account li,
.block-cms-menu li {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}

/* line 724, ../scss/core/_reset.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #282828;
}

/* line 729, ../scss/core/_reset.scss */
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}

/* line 733, ../scss/core/_reset.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #282828;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/*.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: $btn_secondary_background;
  color: $btn_secondary_text;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}
*/
/* Primary Buttons */
/*.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: $btn_default_background;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: $btn_default_text;
  font:$f_h6;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
   background-color: lighten( $btn_default_background, 20% );
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background-color: lighten( $btn_default_background, 20% );
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: lighten( $btn_default_background, 20% );
  outline: none;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color:$btn_hover_text;
}
*/
/* Disabled - class for anchor, state for form elements */
/*.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}*/
/* Adjacent buttons */
/* line 833, ../scss/core/_reset.scss */
.button + .button {
  margin-left: 5px;
}

/*.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #282828;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}
*/
@media only screen and (max-width: 770px) {
  /* line 867, ../scss/core/_reset.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 874, ../scss/core/_reset.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }

  /* line 877, ../scss/core/_reset.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 882, ../scss/core/_reset.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }

  /* line 889, ../scss/core/_reset.scss */
  .buttons-set .back-link {
    display: none;
  }

  /* line 892, ../scss/core/_reset.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 899, ../scss/core/_reset.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 903, ../scss/core/_reset.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 907, ../scss/core/_reset.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

/* line 912, ../scss/core/_reset.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 916, ../scss/core/_reset.scss */
.paypal-button {
  line-height: 0px;
}

/* line 920, ../scss/core/_reset.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  /* line 925, ../scss/core/_reset.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 929, ../scss/core/_reset.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
/* line 943, ../scss/core/_reset.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}

/* line 949, ../scss/core/_reset.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}

/* line 955, ../scss/core/_reset.scss */
.buttons-set .back-link {
  float: right;
  margin: 0;
  line-height: 33px;
}

/* line 960, ../scss/core/_reset.scss */
.buttons-set .required {
  display: none;
}

/* line 961, ../scss/core/_reset.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

/* line 966, ../scss/core/_reset.scss */
.buttons-set button.button {
  float: left;
  margin-right: 5px;
  min-width: 140px;
}

/* line 971, ../scss/core/_reset.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 980, ../scss/core/_reset.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  /*background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;*/
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 988, ../scss/core/_reset.scss */
  .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 998, ../scss/core/_reset.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

/* line 1011, ../scss/core/_reset.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #282828;
  border-color: #282828;
}

/* line 1017, ../scss/core/_reset.scss */
.btn-remove:after,
.btn-remove2:after {
  content: 'X';
  color: #282828;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}

/* line 1028, ../scss/core/_reset.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 1033, ../scss/core/_reset.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}

/* line 1047, ../scss/core/_reset.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #282828;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

/* line 1063, ../scss/core/_reset.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

/* line 1075, ../scss/core/_reset.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 1088, ../scss/core/_reset.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 1092, ../scss/core/_reset.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 1105, ../scss/core/_reset.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 1114, ../scss/core/_reset.scss */
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
}

/* line 1119, ../scss/core/_reset.scss */
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1125, ../scss/core/_reset.scss */
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Top Container
 */
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1136, ../scss/core/_reset.scss */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}

/* line 1141, ../scss/core/_reset.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}

/* line 1155, ../scss/core/_reset.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1162, ../scss/core/_reset.scss */
.promo-msg {
  color: #282828;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1173, ../scss/core/_reset.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1182, ../scss/core/_reset.scss */
.success {
  color: #11b400;
}

/* line 1186, ../scss/core/_reset.scss */
.error {
  color: #df280a;
  font-weight: bold;
}

/* line 1191, ../scss/core/_reset.scss */
.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1199, ../scss/core/_reset.scss */
.messages {
  margin-bottom: 10px;
}

/* line 1203, ../scss/core/_reset.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

/* line 1211, ../scss/core/_reset.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/* line 1217, ../scss/core/_reset.scss */
.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

/* line 1223, ../scss/core/_reset.scss */
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

/* line 1235, ../scss/core/_reset.scss */
.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

/* line 1241, ../scss/core/_reset.scss */
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

/* line 1253, ../scss/core/_reset.scss */
.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

/* line 1259, ../scss/core/_reset.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  /* line 1272, ../scss/core/_reset.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1276, ../scss/core/_reset.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1281, ../scss/core/_reset.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1290, ../scss/core/_reset.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1296, ../scss/core/_reset.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1304, ../scss/core/_reset.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1308, ../scss/core/_reset.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1312, ../scss/core/_reset.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1316, ../scss/core/_reset.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* line 1326, ../scss/core/_reset.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1340, ../scss/core/_reset.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1354, ../scss/core/_reset.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1361, ../scss/core/_reset.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}

/* line 1370, ../scss/core/_reset.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1379, ../scss/core/_reset.scss */
.price-box {
  margin: 7px 0;
}

/* line 1383, ../scss/core/_reset.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1387, ../scss/core/_reset.scss */
.price-notice {
  color: #a0a0a0;
}

/* line 1391, ../scss/core/_reset.scss */
.price-box .price {
  color: #282828;
  font-size: 16px;
}

/* line 1396, ../scss/core/_reset.scss */
.price-box .price,
.price {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1401, ../scss/core/_reset.scss */
.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1407, ../scss/core/_reset.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #282828;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}

/* line 1413, ../scss/core/_reset.scss */
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1420, ../scss/core/_reset.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}

/* line 1424, ../scss/core/_reset.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}

/* line 1428, ../scss/core/_reset.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1433, ../scss/core/_reset.scss */
.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

/* line 1438, ../scss/core/_reset.scss */
.price-box .special-price {
  color: #282828;
  padding-left: 1em;
}

/* line 1442, ../scss/core/_reset.scss */
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1449, ../scss/core/_reset.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* line 1454, ../scss/core/_reset.scss */
span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1461, ../scss/core/_reset.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}

/* line 1470, ../scss/core/_reset.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

/* line 1475, ../scss/core/_reset.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}

/* line 1480, ../scss/core/_reset.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1489, ../scss/core/_reset.scss */
.item-options {
  font-size: 14px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1493, ../scss/core/_reset.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1498, ../scss/core/_reset.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}

/* line 1505, ../scss/core/_reset.scss */
.item-options dt:after {
  content: ': ';
}

/* line 1508, ../scss/core/_reset.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

/* line 1514, ../scss/core/_reset.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1519, ../scss/core/_reset.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

/* line 1524, ../scss/core/_reset.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1528, ../scss/core/_reset.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1533, ../scss/core/_reset.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #282828;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}

/* line 1544, ../scss/core/_reset.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1558, ../scss/core/_reset.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1564, ../scss/core/_reset.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1569, ../scss/core/_reset.scss */
  .truncated {
    cursor: inherit;
  }

  /* line 1572, ../scss/core/_reset.scss */
  .truncated a.details {
    display: none;
  }

  /* line 1575, ../scss/core/_reset.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  /* line 1583, ../scss/core/_reset.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  /* line 1586, ../scss/core/_reset.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1593, ../scss/core/_reset.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1603, ../scss/core/_reset.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1610, ../scss/core/_reset.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  /*border: 1px solid #ededed;*/
  overflow: hidden;
}

@media only screen and (max-width: 770px) {
  /* line 1618, ../scss/core/_reset.scss */
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
/* line 1622, ../scss/core/_reset.scss */
.no-touch .product-image:hover {
  border-color: #282828;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1631, ../scss/core/_reset.scss */
.std p {
  margin: 0 0 1.5em;
}

/* line 1635, ../scss/core/_reset.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

/* line 1640, ../scss/core/_reset.scss */
.std ol li {
  margin-left: 2em;
}

/* line 1644, ../scss/core/_reset.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
/* line 1647, ../scss/core/_reset.scss */
.std ul.messages {
  list-style: none;
  margin-bottom: 10px;
}
/* line 1650, ../scss/core/_reset.scss */
.std ul.messages ul {
  margin: 0;
  list-style: none;
}
/* line 1651, ../scss/core/_reset.scss */
.std ul.messages li {
  margin-left: 0;
}

/* line 1655, ../scss/core/_reset.scss */
.std ul li {
  margin-left: 2em;
}

/* line 1659, ../scss/core/_reset.scss */
.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1667, ../scss/core/_reset.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1675, ../scss/core/_reset.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}

/* line 1683, ../scss/core/_reset.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1689, ../scss/core/_reset.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 1693, ../scss/core/_reset.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 1697, ../scss/core/_reset.scss */
.toolbar,
.pager {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

/* line 1705, ../scss/core/_reset.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1712, ../scss/core/_reset.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}

/* line 1716, ../scss/core/_reset.scss */
.sorter label:after {
  content: ':';
}

/* line 1720, ../scss/core/_reset.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}

/* line 1725, ../scss/core/_reset.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/* line 1730, ../scss/core/_reset.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}

/* line 1733, ../scss/core/_reset.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}

/* line 1736, ../scss/core/_reset.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}

/* line 1739, ../scss/core/_reset.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 1743, ../scss/core/_reset.scss */
.sorter > .view-mode {
  float: right;
}

/* line 1746, ../scss/core/_reset.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}

/* line 1752, ../scss/core/_reset.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}

/* line 1756, ../scss/core/_reset.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}

/* line 1760, ../scss/core/_reset.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}

/* line 1763, ../scss/core/_reset.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 1768, ../scss/core/_reset.scss */
.pager {
  float: right;
  overflow: hidden;
}

/* line 1772, ../scss/core/_reset.scss */
.pager > .count-container {
  float: left;
}

/* line 1775, ../scss/core/_reset.scss */
.pager .amount {
  float: left;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}

/* line 1781, ../scss/core/_reset.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}

/* line 1786, ../scss/core/_reset.scss */
.pager .limiter > label {
  padding-right: 5px;
}

/* line 1789, ../scss/core/_reset.scss */
.pager .limiter > label:after {
  content: ':';
}

/* line 1792, ../scss/core/_reset.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 1798, ../scss/core/_reset.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}

/* line 1803, ../scss/core/_reset.scss */
.pages strong {
  display: none;
}

/* line 1807, ../scss/core/_reset.scss */
.pages li {
  float: left;
}

@media only screen and (max-width: 479px) {
  /* line 1813, ../scss/core/_reset.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1817, ../scss/core/_reset.scss */
  .pages {
    float: left;
  }

  /* line 1821, ../scss/core/_reset.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1826, ../scss/core/_reset.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }

  /* line 1830, ../scss/core/_reset.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }

  /* line 1834, ../scss/core/_reset.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  /* line 1838, ../scss/core/_reset.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  /* line 1843, ../scss/core/_reset.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }

  /* line 1851, ../scss/core/_reset.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }

  /* line 1857, ../scss/core/_reset.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  /* line 1863, ../scss/core/_reset.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1870, ../scss/core/_reset.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1877, ../scss/core/_reset.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

/* line 1883, ../scss/core/_reset.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #282828;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1899, ../scss/core/_reset.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1915, ../scss/core/_reset.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1931, ../scss/core/_reset.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1948, ../scss/core/_reset.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 1955, ../scss/core/_reset.scss */
.a-center {
  text-align: center;
}

/* line 1959, ../scss/core/_reset.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 1964, ../scss/core/_reset.scss */
.no-display {
  display: none !important;
}

/* line 1968, ../scss/core/_reset.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 1973, ../scss/core/_reset.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 1980, ../scss/core/_reset.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 1987, ../scss/core/_reset.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 1991, ../scss/core/_reset.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 2003, ../scss/core/_reset.scss */
.fieldset p {
  margin-bottom: 7px;
}

/* line 2006, ../scss/core/_reset.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

/* line 2013, ../scss/core/_reset.scss */
.fieldset + .fieldset {
  margin-top: 5px;
}

/* line 2017, ../scss/core/_reset.scss */
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 2036, ../scss/core/_reset.scss */
.input-box {
  padding-top: 2px;
}

/* line 2039, ../scss/core/_reset.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 2045, ../scss/core/_reset.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 2052, ../scss/core/_reset.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 2061, ../scss/core/_reset.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2073, ../scss/core/_reset.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* line 2082, ../scss/core/_reset.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 2090, ../scss/core/_reset.scss */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 2098, ../scss/core/_reset.scss */
select {
  font-size: 14px;
}

/* line 2102, ../scss/core/_reset.scss */
select + select {
  margin-left: 5px;
}

/* line 2106, ../scss/core/_reset.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 2116, ../scss/core/_reset.scss */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 2127, ../scss/core/_reset.scss */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background: #FFFFFF;
  font-size: 12px;
}

/* line 2140, ../scss/core/_reset.scss */
.input-text:focus {
  border: 1px solid #282828;
}

/* line 2144, ../scss/core/_reset.scss */
.input-text.validation-failed {
  border-color: #df280a;
}

/* line 2148, ../scss/core/_reset.scss */
.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

/* line 2152, ../scss/core/_reset.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  padding: 0 8px;
}

/* line 2162, ../scss/core/_reset.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  max-width: 100%;
  background-color: #ffffff;
  border-color: #e1e1e1;
  color: #282828;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2176, ../scss/core/_reset.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/* line 2187, ../scss/core/_reset.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 2194, ../scss/core/_reset.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 2204, ../scss/core/_reset.scss */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

/* line 2208, ../scss/core/_reset.scss */
input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 2215, ../scss/core/_reset.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 2222, ../scss/core/_reset.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 2235, ../scss/core/_reset.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 2245, ../scss/core/_reset.scss */
.form-list > li {
  margin-bottom: 10px;
}

/* line 2248, ../scss/core/_reset.scss */
.form-list select {
  margin-top: 4px;
  width: 100%;
  max-width: 100%;
}

/* line 2253, ../scss/core/_reset.scss */
.form-list .input-range .input-text {
  width: 74px;
}

/* line 2256, ../scss/core/_reset.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 2263, ../scss/core/_reset.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

/* line 2270, ../scss/core/_reset.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}

/* line 2278, ../scss/core/_reset.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}

/* line 2285, ../scss/core/_reset.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 0px;
}

/* line 2300, ../scss/core/_reset.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 20px;
}

/* line 2318, ../scss/core/_reset.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}

/* line 2326, ../scss/core/_reset.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 2334, ../scss/core/_reset.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  max-width: 100%;
}

/* line 2340, ../scss/core/_reset.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 2346, ../scss/core/_reset.scss */
.form-list .control {
  margin-top: 10px;
}

/* line 2349, ../scss/core/_reset.scss */
.form-list .control label {
  float: none;
}

/* line 2352, ../scss/core/_reset.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}

/* line 2356, ../scss/core/_reset.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 2363, ../scss/core/_reset.scss */
form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 2373, ../scss/core/_reset.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 2380, ../scss/core/_reset.scss */
.data-table {
  width: 100%;
  border: 1px solid #e1e1e1;
}

/* line 2385, ../scss/core/_reset.scss */
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

/* line 2391, ../scss/core/_reset.scss */
.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 2399, ../scss/core/_reset.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #e1e1e1;
}

/* line 2408, ../scss/core/_reset.scss */
.data-table tfoot tr {
  background: #f4f4f4;
}

/* line 2412, ../scss/core/_reset.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}

/* line 2416, ../scss/core/_reset.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 2423, ../scss/core/_reset.scss */
.info-box {
  border: 1px solid #e1e1e1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

/* line 2428, ../scss/core/_reset.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

/* line 2433, ../scss/core/_reset.scss */
.info-table th,
.info-table td {
  vertical-align: top;
}

/* line 2438, ../scss/core/_reset.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

/* line 2443, ../scss/core/_reset.scss */
.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 2450, ../scss/core/_reset.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #e1e1e1;
}

/* line 2454, ../scss/core/_reset.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px;
  background-color: transparent;
}

/* line 2460, ../scss/core/_reset.scss */
.zebra-table tr {
  background-color: #eeeded;
}

/* line 2463, ../scss/core/_reset.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 2471, ../scss/core/_reset.scss */
  .linearize-table {
    /* Helpers */
  }

  /* line 2474, ../scss/core/_reset.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  /* line 2479, ../scss/core/_reset.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }

  /* line 2483, ../scss/core/_reset.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }

  /* line 2486, ../scss/core/_reset.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }

  /* line 2489, ../scss/core/_reset.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  /* line 2493, ../scss/core/_reset.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  /* line 2498, ../scss/core/_reset.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }

  /* line 2501, ../scss/core/_reset.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }

  /* line 2504, ../scss/core/_reset.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }

  /* line 2508, ../scss/core/_reset.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  /* line 2512, ../scss/core/_reset.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  /* line 2519, ../scss/core/_reset.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  /* line 2523, ../scss/core/_reset.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 2528, ../scss/core/_reset.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  /* line 2532, ../scss/core/_reset.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }

  /* line 2535, ../scss/core/_reset.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  /* line 2539, ../scss/core/_reset.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  /* line 2543, ../scss/core/_reset.scss */
  .linearize-table .linearize-hide {
    display: none;
  }

  /* line 2546, ../scss/core/_reset.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }

  /* line 2549, ../scss/core/_reset.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2554, ../scss/core/_reset.scss */
  .linearize-table-large {
    /* Helpers */
  }

  /* line 2557, ../scss/core/_reset.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  /* line 2562, ../scss/core/_reset.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }

  /* line 2566, ../scss/core/_reset.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  /* line 2569, ../scss/core/_reset.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }

  /* line 2572, ../scss/core/_reset.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }

  /* line 2576, ../scss/core/_reset.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  /* line 2581, ../scss/core/_reset.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }

  /* line 2584, ../scss/core/_reset.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  /* line 2587, ../scss/core/_reset.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }

  /* line 2591, ../scss/core/_reset.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  /* line 2595, ../scss/core/_reset.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  /* line 2602, ../scss/core/_reset.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  /* line 2606, ../scss/core/_reset.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 2611, ../scss/core/_reset.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  /* line 2615, ../scss/core/_reset.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }

  /* line 2618, ../scss/core/_reset.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  /* line 2622, ../scss/core/_reset.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  /* line 2626, ../scss/core/_reset.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }

  /* line 2629, ../scss/core/_reset.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }

  /* line 2632, ../scss/core/_reset.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2637, ../scss/core/_reset.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
/* line 2644, ../scss/core/_reset.scss */
html,
body {
  height: 100%;
}

/* line 2649, ../scss/core/_reset.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 2656, ../scss/core/_reset.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  /* line 2666, ../scss/core/_reset.scss */
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  /* line 2672, ../scss/core/_reset.scss */
  .page-header-container {
    position: relative;
  }
}
/* line 2676, ../scss/core/_reset.scss */
.header-language-container,
.page-header {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 2684, ../scss/core/_reset.scss */
.header-language-background {
  padding: 10px;
  background-color: #282828;
  text-transform: uppercase;
}

/* line 2689, ../scss/core/_reset.scss */
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2694, ../scss/core/_reset.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}

/* line 2699, ../scss/core/_reset.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}

/* line 2704, ../scss/core/_reset.scss */
.header-language-background .welcome-msg {
  float: right;
}

/* line 2708, ../scss/core/_reset.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  /*padding: 13px 15px 10px 10px;*/
}

/* line 2713, ../scss/core/_reset.scss */
.page-header-container .store-language-container label {
  display: none;
}

/* line 2716, ../scss/core/_reset.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 2721, ../scss/core/_reset.scss */
  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  /* line 2724, ../scss/core/_reset.scss */
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* line 2728, ../scss/core/_reset.scss */
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  /* line 2734, ../scss/core/_reset.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 2741, ../scss/core/_reset.scss */
.logo {
  display: block;
  float: left;
  /* width: 65%;
   min-width: 100px;
   min-height: 44px;*/
  text-align: center;
}

/* line 2749, ../scss/core/_reset.scss */
.logo img {
  max-width: 100%;
}

/* line 2752, ../scss/core/_reset.scss */
.logo .small {
  display: block;
}

/* line 2755, ../scss/core/_reset.scss */
.logo .large {
  display: none;
}

/* line 2759, ../scss/core/_reset.scss */
.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  /*.logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }*/
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 2778, ../scss/core/_reset.scss */
.skip-links {
  clear: both;
  /*overflow: hidden;*/
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  /* line 2786, ../scss/core/_reset.scss */
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 2793, ../scss/core/_reset.scss */
.skip-link {
  position: relative;
  float: left;
  /*width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;*/
  text-align: center;
}

/* line 2804, ../scss/core/_reset.scss */
a.skip-link {
  text-decoration: none;
}

/* line 2808, ../scss/core/_reset.scss */
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  /* line 2813, ../scss/core/_reset.scss */
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  /* line 2817, ../scss/core/_reset.scss */
  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  /* line 2822, ../scss/core/_reset.scss */
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  /* line 2830, ../scss/core/_reset.scss */
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  /* line 2835, ../scss/core/_reset.scss */
  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 2842, ../scss/core/_reset.scss */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/*.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
*/
/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 2863, ../scss/core/_reset.scss */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  /* line 2868, ../scss/core/_reset.scss */
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 2875, ../scss/core/_reset.scss */
.skip-content {
  display: none;
}

/* line 2879, ../scss/core/_reset.scss */
.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  /* line 2888, ../scss/core/_reset.scss */
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  /* line 2898, ../scss/core/_reset.scss */
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  /* line 2903, ../scss/core/_reset.scss */
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/*.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}
*/
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 2929, ../scss/core/_reset.scss */
.footer,
.footer button {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 2934, ../scss/core/_reset.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}

/* line 2938, ../scss/core/_reset.scss */
.footer .block-title strong {
  font-weight: normal;
}

/* line 2944, ../scss/core/_reset.scss */
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}

/* line 2950, ../scss/core/_reset.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}

/* line 2955, ../scss/core/_reset.scss */
.footer .links a {
  color: #636363;
}

/* line 2958, ../scss/core/_reset.scss */
.footer .links a:hover {
  color: #282828;
}

/* line 2964, ../scss/core/_reset.scss */
.footer .form-subscribe-header {
  display: none;
}

/* line 2967, ../scss/core/_reset.scss */
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 2976, ../scss/core/_reset.scss */
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
/* line 2981, ../scss/core/_reset.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}

/* line 2985, ../scss/core/_reset.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}

/* line 2988, ../scss/core/_reset.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}

/* line 2992, ../scss/core/_reset.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}

/* line 2995, ../scss/core/_reset.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}

/* line 2999, ../scss/core/_reset.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}

/* line 3002, ../scss/core/_reset.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}

/* line 3006, ../scss/core/_reset.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}

/* line 3009, ../scss/core/_reset.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}

/* line 3013, ../scss/core/_reset.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}

/* line 3017, ../scss/core/_reset.scss */
.footer .bugs,
.footer address {
  clear: both;
}

/* line 3021, ../scss/core/_reset.scss */
.footer .bugs {
  display: none;
}

/* line 3024, ../scss/core/_reset.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}

/* line 3030, ../scss/core/_reset.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}

@media only screen and (max-width: 1199px) {
  /* line 3038, ../scss/core/_reset.scss */
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }

  /* line 3043, ../scss/core/_reset.scss */
  .footer .links:nth-child(4) {
    margin-right: 0;
  }

  /* line 3046, ../scss/core/_reset.scss */
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  /* line 3053, ../scss/core/_reset.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3059, ../scss/core/_reset.scss */
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }

  /* line 3063, ../scss/core/_reset.scss */
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }

  /* line 3067, ../scss/core/_reset.scss */
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 3080, ../scss/core/_reset.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 3085, ../scss/core/_reset.scss */
.category-image {
  margin-bottom: 1.5em;
}

/* line 3089, ../scss/core/_reset.scss */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 3099, ../scss/core/_reset.scss */
.products-grid {
  position: relative;
}

/* line 3103, ../scss/core/_reset.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3109, ../scss/core/_reset.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

/* line 3114, ../scss/core/_reset.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3120, ../scss/core/_reset.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

/* line 3125, ../scss/core/_reset.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}

/* line 3129, ../scss/core/_reset.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 3133, ../scss/core/_reset.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* line 3139, ../scss/core/_reset.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

/* line 3145, ../scss/core/_reset.scss */
.products-grid .ratings .rating-box {
  margin: 0 auto;
}

/* line 3149, ../scss/core/_reset.scss */
.products-grid .ratings .amount {
  display: none;
}

/* line 3153, ../scss/core/_reset.scss */
.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

/* line 3159, ../scss/core/_reset.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
}

/*.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}
*/
@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 3192, ../scss/core/_reset.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }

  /*.products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }*/
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }*/
  /* Set column config */
  /*.products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }*/
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /*.products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }*/
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /*.products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }*/
  /* Set column config */
  /*.products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }*/
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 3316, ../scss/core/_reset.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 3320, ../scss/core/_reset.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

/* line 3325, ../scss/core/_reset.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3330, ../scss/core/_reset.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}

/* line 3334, ../scss/core/_reset.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}

/* line 3338, ../scss/core/_reset.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 3343, ../scss/core/_reset.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}

/* line 3348, ../scss/core/_reset.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}

/* line 3351, ../scss/core/_reset.scss */
.products-list .product-shop .ratings {
  margin: 0;
}

/* line 3354, ../scss/core/_reset.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}

/* line 3359, ../scss/core/_reset.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}

/* line 3362, ../scss/core/_reset.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}

/* line 3365, ../scss/core/_reset.scss */
.products-list .product-shop .price-box .price {
  font-size: 18px;
}

/* line 3368, ../scss/core/_reset.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}

/* line 3371, ../scss/core/_reset.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}

/* line 3374, ../scss/core/_reset.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}

/* line 3380, ../scss/core/_reset.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  /* line 3388, ../scss/core/_reset.scss */
  .products-list .product-name a {
    font-size: 18px;
  }

  /* line 3391, ../scss/core/_reset.scss */
  .cdz-product-wrapper .products-list .product-name a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 3396, ../scss/core/_reset.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }

  /* line 3402, ../scss/core/_reset.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 3408, ../scss/core/_reset.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 3412, ../scss/core/_reset.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 3424, ../scss/core/_reset.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 100px;
  margin-bottom: 0;
}

/* line 3429, ../scss/core/_reset.scss */
.mini-products-list .product-details {
  margin-left: 110px;
}

/* line 3432, ../scss/core/_reset.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}

/* line 3435, ../scss/core/_reset.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}

/* line 3439, ../scss/core/_reset.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3445, ../scss/core/_reset.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3450, ../scss/core/_reset.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

/* line 3456, ../scss/core/_reset.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

/* line 3460, ../scss/core/_reset.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}

/* line 3463, ../scss/core/_reset.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 3471, ../scss/core/_reset.scss */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}

/* line 3475, ../scss/core/_reset.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}

/* line 3479, ../scss/core/_reset.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 3486, ../scss/core/_reset.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}

/* line 3513, ../scss/core/_reset.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

/* line 3527, ../scss/core/_reset.scss */
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

/* line 3531, ../scss/core/_reset.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}

/* line 3535, ../scss/core/_reset.scss */
.block-layered-nav .block-content .block-subtitle {
  display: none;
}
/* line 3536, ../scss/core/_reset.scss */
.block-layered-nav .block-content .currently {
  border: 1px solid #282828;
  padding: 10px;
}
/* line 3539, ../scss/core/_reset.scss */
.block-layered-nav .block-content .currently ol {
  padding: 0;
  margin: 0;
}
/* line 3542, ../scss/core/_reset.scss */
.block-layered-nav .block-content .currently ol li .label {
  display: none;
}
/* line 3545, ../scss/core/_reset.scss */
.block-layered-nav .block-content .actions {
  margin-bottom: 20px;
}
/* line 3547, ../scss/core/_reset.scss */
.block-layered-nav .block-content .actions a {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  background: #282828;
  color: white;
  padding: 5px 10px;
}

/* line 3557, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dt {
  margin: 0;
  margin-bottom: 10px;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 700;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0;
  position: relative;
  display: block;
}

/* line 3574, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

/* line 3589, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dt:hover {
  background-color: transparent;
}

/* line 3592, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dd {
  padding: 0 0 20px;
  margin: 0;
}

/* line 3596, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dd li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 14px;
  padding-right: 10px;
}
/* line 3607, ../scss/core/_reset.scss */
.cdz-rtl .block-layered-nav .block-content dl dd li:before {
  padding-right: 0px;
  padding-left: 10px;
}

/* line 3609, ../scss/core/_reset.scss */
.block-layered-nav .block-content .configurable-swatch-list li:before {
  display: none;
  font-size: 0;
}

/* line 3610, ../scss/core/_reset.scss */
.block-layered-nav .block-content dl dd:last-child {
  border-width: 0 1px 1px 1px;
}

/* line 3614, ../scss/core/_reset.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 3618, ../scss/core/_reset.scss */
.block-layered-nav dl dd ol li span, .block-layered-nav dl dd ol li a {
  padding: 5px 0px;
  display: inline-block;
}

/* line 3622, ../scss/core/_reset.scss */
.block-layered-nav dl dd ol li a .count {
  color: #a0a0a0;
  font-size: 9px;
}

@media only screen and (min-width: 771px) {
  /* line 3631, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  /* line 3636, ../scss/core/_reset.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  /* line 3640, ../scss/core/_reset.scss */
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  /* line 3644, ../scss/core/_reset.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  /* line 3648, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  /* line 3652, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #282828;
  }

  /* line 3655, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #282828;
    border-right: none;
  }

  /* line 3666, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }

  /* line 3669, ../scss/core/_reset.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }

  /* line 3672, ../scss/core/_reset.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  /* line 3675, ../scss/core/_reset.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 3689, ../scss/core/_reset.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  /* line 3693, ../scss/core/_reset.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #282828;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }

  /* line 3700, ../scss/core/_reset.scss */
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }

  /* line 3714, ../scss/core/_reset.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }

  /* line 3718, ../scss/core/_reset.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 3733, ../scss/core/_reset.scss */
  #narrow-by-list,
  #narrow-by-list2 {
    border-top: 0;
  }

  /* line 3739, ../scss/core/_reset.scss */
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  /* line 3745, ../scss/core/_reset.scss */
  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }

  /* line 3750, ../scss/core/_reset.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
}
/* line 3755, ../scss/core/_reset.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 3763, ../scss/core/_reset.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 3767, ../scss/core/_reset.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}

/* line 3770, ../scss/core/_reset.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

/* line 3773, ../scss/core/_reset.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3779, ../scss/core/_reset.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 3787, ../scss/core/_reset.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}

/* line 3791, ../scss/core/_reset.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}

/* line 3795, ../scss/core/_reset.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3800, ../scss/core/_reset.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3806, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}

/* line 3812, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #282828;
  font-size: 24px;
}

/* line 3818, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

/* line 3822, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}

/* line 3825, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}

/* line 3828, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}

/* line 3834, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

/* line 3839, ../scss/core/_reset.scss */
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}

/* line 3843, ../scss/core/_reset.scss */
.product-view .price-box.map-info a {
  display: inherit;
}

/* line 3846, ../scss/core/_reset.scss */
.product-view .old-price .price-label {
  display: none;
}

/* line 3849, ../scss/core/_reset.scss */
.product-view .add-to-cart-wrapper {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  /* line 3856, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  /* line 3860, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 3866, ../scss/core/_reset.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  /* line 3871, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  /* line 3875, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 3881, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  /* line 3885, ../scss/core/_reset.scss */
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
/* line 3894, ../scss/core/_reset.scss */
.product-image-gallery {
  position: relative;
}

/* line 3897, ../scss/core/_reset.scss */
.product-image-gallery .gallery-image {
  display: none;
}

/* line 3900, ../scss/core/_reset.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}

/* line 3903, ../scss/core/_reset.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

/* line 3906, ../scss/core/_reset.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 3915, ../scss/core/_reset.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

/* line 3920, ../scss/core/_reset.scss */
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

/* line 3926, ../scss/core/_reset.scss */
.product-image-gallery.loading {
  position: relative;
}

/* line 3929, ../scss/core/_reset.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 3933, ../scss/core/_reset.scss */
.product-image-thumbs li {
  display: inline-block;
}

/* line 3936, ../scss/core/_reset.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}

/* line 3939, ../scss/core/_reset.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 3944, ../scss/core/_reset.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/* line 3950, ../scss/core/_reset.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}

/* line 3953, ../scss/core/_reset.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 599px) {
  /* line 3962, ../scss/core/_reset.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 3968, ../scss/core/_reset.scss */
.product-collateral {
  clear: both;
}

/* line 3972, ../scss/core/_reset.scss */
.collateral-tabs dd h2 {
  display: none;
}

/* line 3976, ../scss/core/_reset.scss */
.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  /* line 3981, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }

  /* line 3988, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  /* line 3993, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }

  /* line 4009, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  /* line 4013, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }

  /* line 4017, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #282828;
  }

  /* line 4021, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }

  /* line 4024, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 4029, ../scss/core/_reset.scss */
  .product-collateral > dl {
    width: 100%;
  }

  /* line 4032, ../scss/core/_reset.scss */
  .product-collateral > dl > dt {
    display: none;
  }

  /* line 4035, ../scss/core/_reset.scss */
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  /* line 4042, ../scss/core/_reset.scss */
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  /* line 4047, ../scss/core/_reset.scss */
  .product-collateral .toggle-tabs {
    display: none;
  }

  /* line 4050, ../scss/core/_reset.scss */
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }

  /* line 4076, ../scss/core/_reset.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 4090, ../scss/core/_reset.scss */
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }

  /* line 4093, ../scss/core/_reset.scss */
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }

  /* line 4100, ../scss/core/_reset.scss */
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  /* line 4103, ../scss/core/_reset.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  /* line 4107, ../scss/core/_reset.scss */
  .product-collateral > dl > dt:hover {
    color: #282828;
  }

  /* line 4110, ../scss/core/_reset.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #282828;
    border-right: none;
  }

  /* line 4121, ../scss/core/_reset.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }

  /* line 4124, ../scss/core/_reset.scss */
  .product-collateral > dl > dd {
    display: none;
  }

  /* line 4127, ../scss/core/_reset.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  /* line 4130, ../scss/core/_reset.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 4144, ../scss/core/_reset.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  /* line 4149, ../scss/core/_reset.scss */
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  /* line 4160, ../scss/core/_reset.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 4164, ../scss/core/_reset.scss */
  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 4169, ../scss/core/_reset.scss */
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* line 4177, ../scss/core/_reset.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 4183, ../scss/core/_reset.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #e1e1e1;
}

/* line 4187, ../scss/core/_reset.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 4195, ../scss/core/_reset.scss */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 4201, ../scss/core/_reset.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  /* line 4205, ../scss/core/_reset.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
/* line 4210, ../scss/core/_reset.scss */
.grouped-items-table .name-wrapper {
  color: #282828;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 4214, ../scss/core/_reset.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

/* line 4217, ../scss/core/_reset.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}

/* line 4220, ../scss/core/_reset.scss */
.grouped-items-table td {
  padding: 4px;
}

/* line 4223, ../scss/core/_reset.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

/* line 4227, ../scss/core/_reset.scss */
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 4239, ../scss/core/_reset.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

/* line 4244, ../scss/core/_reset.scss */
.product-options dt:first-child {
  margin-top: 0;
}

/* line 4248, ../scss/core/_reset.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

/* line 4253, ../scss/core/_reset.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}

/* line 4257, ../scss/core/_reset.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}

/* line 4261, ../scss/core/_reset.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

/* line 4267, ../scss/core/_reset.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
}

/* line 4272, ../scss/core/_reset.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 4278, ../scss/core/_reset.scss */
.product-options dd .input-text {
  width: 98%;
}

/* line 4282, ../scss/core/_reset.scss */
.product-options dd .input-box {
  padding-top: 0;
}

/* line 4286, ../scss/core/_reset.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}

/* line 4290, ../scss/core/_reset.scss */
.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

/* line 4301, ../scss/core/_reset.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

/* line 4306, ../scss/core/_reset.scss */
.product-options dd select {
  width: 330px;
  max-width: 100%;
}

/* line 4311, ../scss/core/_reset.scss */
.product-options ul.options-list {
  margin-right: 5px;
}

/* line 4315, ../scss/core/_reset.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 4320, ../scss/core/_reset.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

/* line 4324, ../scss/core/_reset.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

/* line 4330, ../scss/core/_reset.scss */
.product-options ul.options-list .label {
  display: block;
}

/* line 4334, ../scss/core/_reset.scss */
.product-options ul.options-list label {
  font-weight: normal;
}

/* line 4338, ../scss/core/_reset.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

/* line 4345, ../scss/core/_reset.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}

@media only screen and (max-width: 1199px) {
  /* line 4355, ../scss/core/_reset.scss */
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}
/* line 4366, ../scss/core/_reset.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 4371, ../scss/core/_reset.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 4378, ../scss/core/_reset.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 4386, ../scss/core/_reset.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  /* line 4389, ../scss/core/_reset.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 4393, ../scss/core/_reset.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 4401, ../scss/core/_reset.scss */
.block-related li {
  margin-bottom: 7px;
}

/* line 4404, ../scss/core/_reset.scss */
.block-related .block-title {
  border-bottom: none;
}

/* line 4407, ../scss/core/_reset.scss */
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 4420, ../scss/core/_reset.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
}

/* line 4423, ../scss/core/_reset.scss */
.block-related .product {
  position: relative;
}

/* line 4426, ../scss/core/_reset.scss */
.block-related .checkbox {
  float: right;
  margin-top: 20px;
}

/* line 4430, ../scss/core/_reset.scss */
.block-related .product-details {
  margin-left: 90px;
}

/* line 4433, ../scss/core/_reset.scss */
.block-related .product-name {
  margin-bottom: 3px;
}

/* line 4436, ../scss/core/_reset.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

/* line 4439, ../scss/core/_reset.scss */
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}

/* line 4445, ../scss/core/_reset.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 4453, ../scss/core/_reset.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4458, ../scss/core/_reset.scss */
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 4465, ../scss/core/_reset.scss */
.box-up-sell {
  margin-top: 20px;
}

/* line 4468, ../scss/core/_reset.scss */
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 4475, ../scss/core/_reset.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 4485, ../scss/core/_reset.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 4494, ../scss/core/_reset.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

@media only screen and (min-width: 771px) {
  /* line 4504, ../scss/core/_reset.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }

  /* line 4507, ../scss/core/_reset.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  /* line 4513, ../scss/core/_reset.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 4518, ../scss/core/_reset.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

/* line 4523, ../scss/core/_reset.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  /* line 4533, ../scss/core/_reset.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 4537, ../scss/core/_reset.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

/* line 4548, ../scss/core/_reset.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  /* line 4556, ../scss/core/_reset.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 4560, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}

/* line 4563, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4568, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout span {
  display: block;
}

/* line 4571, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

/* line 4576, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

/* line 4580, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

/* line 4583, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

/* line 4586, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

/* line 4591, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

/* line 4597, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4602, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
  /* line 4606, ../scss/core/_reset.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }

  /* line 4609, ../scss/core/_reset.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }

  /* line 4615, ../scss/core/_reset.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }

  /* line 4618, ../scss/core/_reset.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 4623, ../scss/core/_reset.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4628, ../scss/core/_reset.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}

@media only screen and (max-width: 479px) {
  /* line 4632, ../scss/core/_reset.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 4637, ../scss/core/_reset.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 4643, ../scss/core/_reset.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

/* line 4646, ../scss/core/_reset.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

/* line 4651, ../scss/core/_reset.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 4659, ../scss/core/_reset.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 4667, ../scss/core/_reset.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4673, ../scss/core/_reset.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 4677, ../scss/core/_reset.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 4681, ../scss/core/_reset.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 4688, ../scss/core/_reset.scss */
.cart-table {
  float: left;
  width: 60%;
}

/* line 4693, ../scss/core/_reset.scss */
.cart .button {
  white-space: normal;
}

/* line 4697, ../scss/core/_reset.scss */
.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

/* line 4706, ../scss/core/_reset.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

/* line 4715, ../scss/core/_reset.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

/* line 4723, ../scss/core/_reset.scss */
.checkout-cart-index #postcode {
  width: 100%;
}

/* line 4727, ../scss/core/_reset.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

/* line 4731, ../scss/core/_reset.scss */
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

/* line 4736, ../scss/core/_reset.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

/* line 4740, ../scss/core/_reset.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

/* line 4745, ../scss/core/_reset.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  /* line 4751, ../scss/core/_reset.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  /* line 4755, ../scss/core/_reset.scss */
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  /* line 4760, ../scss/core/_reset.scss */
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }

  /* line 4764, ../scss/core/_reset.scss */
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }

  /* line 4769, ../scss/core/_reset.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 4775, ../scss/core/_reset.scss */
  .product-cart-sku {
    display: none;
  }

  /* line 4779, ../scss/core/_reset.scss */
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* line 4792, ../scss/core/_reset.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 4801, ../scss/core/_reset.scss */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

/* line 4805, ../scss/core/_reset.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4810, ../scss/core/_reset.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

/* line 4817, ../scss/core/_reset.scss */
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}

/* line 4823, ../scss/core/_reset.scss */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}

/* line 4827, ../scss/core/_reset.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4832, ../scss/core/_reset.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}

/* line 4836, ../scss/core/_reset.scss */
.checkout-types li:first-child {
  margin-left: 0;
}

/* line 4839, ../scss/core/_reset.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}

/* line 4842, ../scss/core/_reset.scss */
.checkout-types.top li {
  display: inline-block;
}

/* line 4845, ../scss/core/_reset.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}

/* line 4849, ../scss/core/_reset.scss */
.checkout-types.top .bml_button img {
  display: block;
}

/* line 4852, ../scss/core/_reset.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}

/* line 4855, ../scss/core/_reset.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}

/* line 4858, ../scss/core/_reset.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  /* line 4865, ../scss/core/_reset.scss */
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
/* line 4870, ../scss/core/_reset.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  /* line 4875, ../scss/core/_reset.scss */
  .checkout-types {
    float: none;
    text-align: center;
  }

  /* line 4879, ../scss/core/_reset.scss */
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  /* line 4884, ../scss/core/_reset.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 4891, ../scss/core/_reset.scss */
  .btn-checkout {
    width: 100%;
  }
}
/* line 4895, ../scss/core/_reset.scss */
.cart-table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 4898, ../scss/core/_reset.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}

/* line 4904, ../scss/core/_reset.scss */
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 4910, ../scss/core/_reset.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 4916, ../scss/core/_reset.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}

/* line 4920, ../scss/core/_reset.scss */
.cart-table tr {
  border-bottom: 1px solid #e1e1e1;
}

/* line 4923, ../scss/core/_reset.scss */
.cart-table tfoot tr {
  background: none;
}

/* line 4926, ../scss/core/_reset.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

/* line 4931, ../scss/core/_reset.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 4937, ../scss/core/_reset.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

/* line 4942, ../scss/core/_reset.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}

/* line 4946, ../scss/core/_reset.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}

/* line 4950, ../scss/core/_reset.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}

/* line 4953, ../scss/core/_reset.scss */
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}

/* line 4959, ../scss/core/_reset.scss */
.cart-table .product-cart-sku .label {
  font-weight: 600;
}

/* line 4962, ../scss/core/_reset.scss */
.cart-table .btn-empty {
  float: left;
}

/* line 4965, ../scss/core/_reset.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}

/* line 4969, ../scss/core/_reset.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

/* line 4973, ../scss/core/_reset.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #282828;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

/* line 4987, ../scss/core/_reset.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #282828;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

/* line 5000, ../scss/core/_reset.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

/* line 5007, ../scss/core/_reset.scss */
.cart-table .cart-links > li > a {
  display: block;
}

/* line 5010, ../scss/core/_reset.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

/* line 5013, ../scss/core/_reset.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

/* line 5017, ../scss/core/_reset.scss */
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}

/* line 5025, ../scss/core/_reset.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

/* line 5028, ../scss/core/_reset.scss */
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  /* line 5033, ../scss/core/_reset.scss */
  .cart-table th {
    font-size: 12px;
  }

  /* line 5036, ../scss/core/_reset.scss */
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  /* line 5040, ../scss/core/_reset.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  /* line 5045, ../scss/core/_reset.scss */
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 5051, ../scss/core/_reset.scss */
  .cart-table colgroup, .cart-table thead {
    display: none;
  }

  /* line 5054, ../scss/core/_reset.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }

  /* line 5061, ../scss/core/_reset.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 5066, ../scss/core/_reset.scss */
  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  /* line 5069, ../scss/core/_reset.scss */
  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  /* line 5072, ../scss/core/_reset.scss */
  .cart-table td {
    border: none;
    display: block;
  }

  /* line 5076, ../scss/core/_reset.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  /* line 5080, ../scss/core/_reset.scss */
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  /* line 5083, ../scss/core/_reset.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  /* line 5090, ../scss/core/_reset.scss */
  .cart-table td.product-cart-price {
    text-align: left;
  }

  /* line 5093, ../scss/core/_reset.scss */
  .cart-table h2 {
    font-size: 12px;
  }

  /* line 5096, ../scss/core/_reset.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  /* line 5100, ../scss/core/_reset.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  /* line 5104, ../scss/core/_reset.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  /* line 5107, ../scss/core/_reset.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  /* line 5112, ../scss/core/_reset.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  /* line 5115, ../scss/core/_reset.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  /* line 5120, ../scss/core/_reset.scss */
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  /* line 5126, ../scss/core/_reset.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  /* line 5131, ../scss/core/_reset.scss */
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  /* line 5137, ../scss/core/_reset.scss */
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  /* line 5142, ../scss/core/_reset.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  /* line 5146, ../scss/core/_reset.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }

  /* line 5149, ../scss/core/_reset.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }

  /* line 5153, ../scss/core/_reset.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  /* line 5156, ../scss/core/_reset.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }

  /* line 5159, ../scss/core/_reset.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  /* line 5163, ../scss/core/_reset.scss */
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  }

  /* line 5169, ../scss/core/_reset.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  /* line 5173, ../scss/core/_reset.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  /* line 5176, ../scss/core/_reset.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  /* line 5179, ../scss/core/_reset.scss */
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  /* line 5184, ../scss/core/_reset.scss */
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 5191, ../scss/core/_reset.scss */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

/* line 5196, ../scss/core/_reset.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #e1e1e1;
}

/* line 5202, ../scss/core/_reset.scss */
.shipping select.validation-failed {
  border-color: #df280a;
}

/* line 5205, ../scss/core/_reset.scss */
.shipping .shipping-desc {
  display: none;
}

/* line 5208, ../scss/core/_reset.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 5213, ../scss/core/_reset.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5218, ../scss/core/_reset.scss */
.shipping .form-list li {
  float: none;
  margin: 5px 0 10px 0;
}

/* line 5222, ../scss/core/_reset.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}

/* line 5225, ../scss/core/_reset.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}

/* line 5228, ../scss/core/_reset.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}

/* line 5232, ../scss/core/_reset.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}

/* line 5235, ../scss/core/_reset.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}

/* line 5238, ../scss/core/_reset.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}

/* line 5242, ../scss/core/_reset.scss */
.shipping .form-list label {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 5249, ../scss/core/_reset.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}

/* line 5253, ../scss/core/_reset.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}

/* line 5256, ../scss/core/_reset.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}

/* line 5262, ../scss/core/_reset.scss */
.shipping .sp-methods label span {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* line 5267, ../scss/core/_reset.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

/* line 5271, ../scss/core/_reset.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}

/* line 5276, ../scss/core/_reset.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  /* line 5281, ../scss/core/_reset.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }

  /* line 5285, ../scss/core/_reset.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }

  /* line 5288, ../scss/core/_reset.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
/* line 5293, ../scss/core/_reset.scss */
.cart .cart-totals {
  text-align: right;
}

/* line 5296, ../scss/core/_reset.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5301, ../scss/core/_reset.scss */
.cart .cart-totals table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

/* line 5308, ../scss/core/_reset.scss */
.cart .cart-totals table td {
  padding: 2px 0px;
}

/* line 5311, ../scss/core/_reset.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}

/* line 5315, ../scss/core/_reset.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}

/* line 5319, ../scss/core/_reset.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

/* line 5323, ../scss/core/_reset.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

/* line 5328, ../scss/core/_reset.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 5332, ../scss/core/_reset.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  /* line 5337, ../scss/core/_reset.scss */
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  /* line 5342, ../scss/core/_reset.scss */
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
/* line 5346, ../scss/core/_reset.scss */
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5353, ../scss/core/_reset.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

/* line 5357, ../scss/core/_reset.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}

/* line 5361, ../scss/core/_reset.scss */
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}

/* line 5372, ../scss/core/_reset.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}

/* line 5376, ../scss/core/_reset.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}

/* line 5380, ../scss/core/_reset.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}

/* line 5385, ../scss/core/_reset.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}

/* line 5389, ../scss/core/_reset.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

/* line 5397, ../scss/core/_reset.scss */
.cart .giftcard p {
  margin-bottom: 7px;
}

/* line 5401, ../scss/core/_reset.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}

/* line 5405, ../scss/core/_reset.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 5413, ../scss/core/_reset.scss */
.crosssell h2 {
  color: #282828;
}

/* line 5416, ../scss/core/_reset.scss */
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  /* line 5423, ../scss/core/_reset.scss */
  .crosssell {
    /* Undo three-column config */
  }

  /* line 5426, ../scss/core/_reset.scss */
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }

  /* line 5432, ../scss/core/_reset.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }

  /* line 5435, ../scss/core/_reset.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  /* line 5438, ../scss/core/_reset.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 5443, ../scss/core/_reset.scss */
  .cart-table .cart-tax-total:after {
    right: -9px;
  }

  /* line 5446, ../scss/core/_reset.scss */
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 5451, ../scss/core/_reset.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }

  /* line 5454, ../scss/core/_reset.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 5461, ../scss/core/_reset.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

/* line 5466, ../scss/core/_reset.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  /* line 5472, ../scss/core/_reset.scss */
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }

  /* line 5477, ../scss/core/_reset.scss */
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }

  /* line 5482, ../scss/core/_reset.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
/* line 5486, ../scss/core/_reset.scss */
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 5493, ../scss/core/_reset.scss */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 5503, ../scss/core/_reset.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5509, ../scss/core/_reset.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 5514, ../scss/core/_reset.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

/* line 5518, ../scss/core/_reset.scss */
.opc .section .step-title a {
  display: none;
}

/* line 5522, ../scss/core/_reset.scss */
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

/* line 5530, ../scss/core/_reset.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

/* line 5534, ../scss/core/_reset.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #282828;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

/* line 5550, ../scss/core/_reset.scss */
.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

/* line 5554, ../scss/core/_reset.scss */
.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

/* line 5558, ../scss/core/_reset.scss */
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #282828;
}

/* line 5563, ../scss/core/_reset.scss */
.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

/* line 5572, ../scss/core/_reset.scss */
.opc .section .step {
  padding: 20px;
}

/* line 5575, ../scss/core/_reset.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 979px) {
  /* line 5581, ../scss/core/_reset.scss */
  .opc .section .step {
    padding: 10px;
  }
}
/* line 5586, ../scss/core/_reset.scss */
.opc select {
  max-width: 365px;
  width: 100%;
}

/* line 5591, ../scss/core/_reset.scss */
.opc h3 {
  font-weight: 500;
}

/* line 5595, ../scss/core/_reset.scss */
.opc .buttons-set {
  text-align: left;
}

/* line 5598, ../scss/core/_reset.scss */
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

/* line 5604, ../scss/core/_reset.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5609, ../scss/core/_reset.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}

/* line 5613, ../scss/core/_reset.scss */
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  /* line 5620, ../scss/core/_reset.scss */
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
/* line 5625, ../scss/core/_reset.scss */
.opc #opc-login .step {
  padding: 0px;
}

/* line 5628, ../scss/core/_reset.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  /* line 5634, ../scss/core/_reset.scss */
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
/* line 5639, ../scss/core/_reset.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 5649, ../scss/core/_reset.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

/* line 5658, ../scss/core/_reset.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

/* line 5666, ../scss/core/_reset.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 5677, ../scss/core/_reset.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 5682, ../scss/core/_reset.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 5687, ../scss/core/_reset.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 5694, ../scss/core/_reset.scss */
.sp-methods {
  margin: 0 0 8px;
}

/* line 5697, ../scss/core/_reset.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

/* line 5701, ../scss/core/_reset.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}

/* line 5704, ../scss/core/_reset.scss */
.sp-methods dd li {
  margin: 5px 0;
}

/* line 5707, ../scss/core/_reset.scss */
.sp-methods label img {
  float: left;
}

/* line 5710, ../scss/core/_reset.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

/* line 5715, ../scss/core/_reset.scss */
.sp-methods .price {
  font-weight: bold;
}

/* line 5718, ../scss/core/_reset.scss */
.sp-methods .form-list {
  padding-left: 20px;
}

/* line 5721, ../scss/core/_reset.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}

/* line 5724, ../scss/core/_reset.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}

/* line 5728, ../scss/core/_reset.scss */
.sp-methods select.year {
  width: 96px;
}

/* line 5731, ../scss/core/_reset.scss */
.sp-methods input.cvv {
  width: 4em !important;
}

/* line 5734, ../scss/core/_reset.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

/* line 5737, ../scss/core/_reset.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

/* line 5743, ../scss/core/_reset.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

/* line 5749, ../scss/core/_reset.scss */
.sp-methods .checkmo-list address {
  float: left;
}

@media only screen and (max-width: 479px) {
  /* line 5753, ../scss/core/_reset.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }

  /* line 5756, ../scss/core/_reset.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 5760, ../scss/core/_reset.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}

/* line 5763, ../scss/core/_reset.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 5769, ../scss/core/_reset.scss */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

/* line 5775, ../scss/core/_reset.scss */
.block-progress .block-content {
  font-size: 13px;
}

/* line 5778, ../scss/core/_reset.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}

/* line 5795, ../scss/core/_reset.scss */
.block-progress dt.complete {
  color: #636363;
}

/* line 5798, ../scss/core/_reset.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

/* line 5804, ../scss/core/_reset.scss */
.block-progress dd address {
  font-style: italic;
}

/* line 5807, ../scss/core/_reset.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

/* line 5810, ../scss/core/_reset.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

/* line 5821, ../scss/core/_reset.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}

/* line 5824, ../scss/core/_reset.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

/* line 5829, ../scss/core/_reset.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 5836, ../scss/core/_reset.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 5840, ../scss/core/_reset.scss */
#checkout-review-table-wrapper {
  clear: both;
}

/* line 5844, ../scss/core/_reset.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 5849, ../scss/core/_reset.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px;
}

/* line 5852, ../scss/core/_reset.scss */
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

/* line 5856, ../scss/core/_reset.scss */
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  /* line 5861, ../scss/core/_reset.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 5866, ../scss/core/_reset.scss */
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 5872, ../scss/core/_reset.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 5877, ../scss/core/_reset.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 5883, ../scss/core/_reset.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

/* line 5887, ../scss/core/_reset.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

/* line 5890, ../scss/core/_reset.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

/* line 5894, ../scss/core/_reset.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 479px) {
  /* line 5899, ../scss/core/_reset.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 5904, ../scss/core/_reset.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  /* line 5909, ../scss/core/_reset.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }

  /* line 5912, ../scss/core/_reset.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 5916, ../scss/core/_reset.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 5920, ../scss/core/_reset.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}

/* line 5923, ../scss/core/_reset.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 5929, ../scss/core/_reset.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}

/* line 5935, ../scss/core/_reset.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}

/* line 5938, ../scss/core/_reset.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

/* line 5943, ../scss/core/_reset.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 5947, ../scss/core/_reset.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

/* line 5955, ../scss/core/_reset.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}

/* line 5958, ../scss/core/_reset.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

/* line 5961, ../scss/core/_reset.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* line 5964, ../scss/core/_reset.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

/* line 5967, ../scss/core/_reset.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5972, ../scss/core/_reset.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

/* line 5975, ../scss/core/_reset.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}

/* line 5980, ../scss/core/_reset.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

/* line 5985, ../scss/core/_reset.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

/* line 5988, ../scss/core/_reset.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5993, ../scss/core/_reset.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

/* line 5996, ../scss/core/_reset.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  /* line 6001, ../scss/core/_reset.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }

  /* line 6004, ../scss/core/_reset.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }

  /* line 6008, ../scss/core/_reset.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }

  /* line 6011, ../scss/core/_reset.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 6018, ../scss/core/_reset.scss */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

/* line 6022, ../scss/core/_reset.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}

/* line 6026, ../scss/core/_reset.scss */
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 6034, ../scss/core/_reset.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
/* line 6043, ../scss/core/_reset.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 6054, ../scss/core/_reset.scss */
.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}

/* line 6058, ../scss/core/_reset.scss */
.swatch-link img {
  border-radius: 2px;
}

/* line 6061, ../scss/core/_reset.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 6065, ../scss/core/_reset.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

/* line 6076, ../scss/core/_reset.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}

/* line 6079, ../scss/core/_reset.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6085, ../scss/core/_reset.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

/* line 6092, ../scss/core/_reset.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}

/* line 6098, ../scss/core/_reset.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

/* line 6103, ../scss/core/_reset.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none !important;
  margin: 0;
  vertical-align: top;
}

/* line 6109, ../scss/core/_reset.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}

/* line 6112, ../scss/core/_reset.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}

/* line 6116, ../scss/core/_reset.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 6120, ../scss/core/_reset.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* line 6124, ../scss/core/_reset.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

/* line 6127, ../scss/core/_reset.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

/* line 6131, ../scss/core/_reset.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

/* line 6135, ../scss/core/_reset.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

/* line 6141, ../scss/core/_reset.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

/* line 6144, ../scss/core/_reset.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #282828;
}

/* line 6147, ../scss/core/_reset.scss */
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 0;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 2px 8px;
  white-space: nowrap;
  border-radius: 0;
}

/* line 6158, ../scss/core/_reset.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

/* line 6163, ../scss/core/_reset.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

@media only screen and (max-width: 770px) {
  /* line 6173, ../scss/core/_reset.scss */
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
/* line 6177, ../scss/core/_reset.scss */
.currently .swatch-current {
  position: relative;
}

/* line 6180, ../scss/core/_reset.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

/* line 6186, ../scss/core/_reset.scss */
.currently .swatch-current span {
  display: block;
  float: left;
}

/* line 6190, ../scss/core/_reset.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

/* line 6194, ../scss/core/_reset.scss */
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
/* line 6200, ../scss/core/_reset.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #282828;
}

/* line 6206, ../scss/core/_reset.scss */
.configurable-swatch-box {
  background: none !important;
}

/* line 6209, ../scss/core/_reset.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}

/* line 6212, ../scss/core/_reset.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 6224, ../scss/core/_reset.scss */
.availability.out-of-stock span {
  color: #a0a0a0;
}

/* line 6228, ../scss/core/_reset.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

/* line 6234, ../scss/core/_reset.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}

/* line 6238, ../scss/core/_reset.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* line 6242, ../scss/core/_reset.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #282828;
  padding-left: 5px;
}

/* line 6248, ../scss/core/_reset.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

/* line 6252, ../scss/core/_reset.scss */
.product-view .product-options .select-label {
  display: none;
}

/* line 6255, ../scss/core/_reset.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
/* line 6263, ../scss/core/_reset.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}

/* line 6266, ../scss/core/_reset.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}

/* line 6270, ../scss/core/_reset.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

/* line 6276, ../scss/core/_reset.scss */
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {
  /* line 6282, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }

  /* line 6287, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }

  /* line 6290, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  /* line 6296, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }

  /* line 6299, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  /* line 6305, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }

  /* line 6308, ../scss/core/_reset.scss */
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  /* line 6314, ../scss/core/_reset.scss */
  .customer-account-login .col2-set p.required {
    display: none;
  }
}
/* line 6319, ../scss/core/_reset.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 6323, ../scss/core/_reset.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* line 6330, ../scss/core/_reset.scss */
.remember-me-box a.hide {
  display: none;
}

/* line 6333, ../scss/core/_reset.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

/* line 6338, ../scss/core/_reset.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}

/* line 6344, ../scss/core/_reset.scss */
.remember-me-popup.show {
  display: block;
}

/* line 6347, ../scss/core/_reset.scss */
.remember-me-popup p {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 6350, ../scss/core/_reset.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

/* line 6357, ../scss/core/_reset.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 6361, ../scss/core/_reset.scss */
.customer-account-create .buttons-set {
  max-width: 455px;
}

/* line 6364, ../scss/core/_reset.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}

@media only screen and (max-width: 479px) {
  /* line 6369, ../scss/core/_reset.scss */
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
/* line 6374, ../scss/core/_reset.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}

/* line 6377, ../scss/core/_reset.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

/* line 6381, ../scss/core/_reset.scss */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}

@media only screen and (max-width: 479px) {
  /* line 6387, ../scss/core/_reset.scss */
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
/* line 6392, ../scss/core/_reset.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 6399, ../scss/core/_reset.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}

/* line 6403, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}

/* line 6407, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}

/* line 6410, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 6415, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}

/* line 6420, ../scss/core/_reset.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

/* line 6426, ../scss/core/_reset.scss */
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}

/* line 6430, ../scss/core/_reset.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 6434, ../scss/core/_reset.scss */
body.customer-account .data-table {
  margin-top: 5px;
}

/* line 6437, ../scss/core/_reset.scss */
body.customer-account .data-table td a {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

/* line 6443, ../scss/core/_reset.scss */
body.customer-account .data-table span.nobr {
  white-space: normal;
}

/* line 6446, ../scss/core/_reset.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}

/* line 6449, ../scss/core/_reset.scss */
body.customer-account .data-table td.view a {
  display: block;
}

/* line 6452, ../scss/core/_reset.scss */
body.customer-account .data-table .separator {
  display: none;
}

/* line 6455, ../scss/core/_reset.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

/* line 6458, ../scss/core/_reset.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}

/* line 6461, ../scss/core/_reset.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}

/* line 6464, ../scss/core/_reset.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 6468, ../scss/core/_reset.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

/* line 6472, ../scss/core/_reset.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

/* line 6475, ../scss/core/_reset.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 6479, ../scss/core/_reset.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

/* line 6482, ../scss/core/_reset.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

/* line 6487, ../scss/core/_reset.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}

/* line 6493, ../scss/core/_reset.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 6501, ../scss/core/_reset.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

/* line 6507, ../scss/core/_reset.scss */
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}

/* line 6513, ../scss/core/_reset.scss */
.dashboard .box-head a {
  padding: 10px;
}

/* line 6516, ../scss/core/_reset.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 11px;
  float: right;
  padding: 5px 0;
}
/* line 6522, ../scss/core/_reset.scss */
.cdz-rtl .dashboard .box-title a, .cdz-rtl
.dashboard .box-head a {
  float: left;
}

/* line 6526, ../scss/core/_reset.scss */
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}

/* line 6531, ../scss/core/_reset.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

/* line 6536, ../scss/core/_reset.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 0%;
  padding-bottom: 0;
}

/* line 6541, ../scss/core/_reset.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}

/* line 6546, ../scss/core/_reset.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 6554, ../scss/core/_reset.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}

/* line 6559, ../scss/core/_reset.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}

/* line 6562, ../scss/core/_reset.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}

/* line 6566, ../scss/core/_reset.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}

/* line 6569, ../scss/core/_reset.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}

/* line 6575, ../scss/core/_reset.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}

/* line 6578, ../scss/core/_reset.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}

/* line 6584, ../scss/core/_reset.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

/* line 6590, ../scss/core/_reset.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 6598, ../scss/core/_reset.scss */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 6601, ../scss/core/_reset.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

/* line 6605, ../scss/core/_reset.scss */
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}

/* line 6608, ../scss/core/_reset.scss */
.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {
  /* line 6612, ../scss/core/_reset.scss */
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 6618, ../scss/core/_reset.scss */
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 6624, ../scss/core/_reset.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}
/* ============================================ *
 * Order View
 * ============================================ */
/* line 6632, ../scss/core/_reset.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}

/* line 6638, ../scss/core/_reset.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

/* line 6644, ../scss/core/_reset.scss */
.order-info dt {
  margin-right: 20px;
}

/* line 6647, ../scss/core/_reset.scss */
.order-info li {
  margin: 0 0 0 20px;
}

/* line 6650, ../scss/core/_reset.scss */
.order-info li.current {
  font-weight: 600;
}

/* line 6653, ../scss/core/_reset.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 6657, ../scss/core/_reset.scss */
.order-date {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 6662, ../scss/core/_reset.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}

/* line 6666, ../scss/core/_reset.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}

/* line 6670, ../scss/core/_reset.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

/* line 6674, ../scss/core/_reset.scss */
.order-info-box .col-2 {
  width: 52%;
}

/* line 6677, ../scss/core/_reset.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 6683, ../scss/core/_reset.scss */
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}

/* line 6688, ../scss/core/_reset.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

/* line 6694, ../scss/core/_reset.scss */
.order-info-box .box-title h2:after {
  content: ':';
}

/* line 6697, ../scss/core/_reset.scss */
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 6701, ../scss/core/_reset.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}

/* line 6706, ../scss/core/_reset.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}

/* line 6709, ../scss/core/_reset.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}

/* line 6712, ../scss/core/_reset.scss */
.order-info-box .box-content strong {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 6718, ../scss/core/_reset.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}

/* line 6723, ../scss/core/_reset.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}

/* line 6726, ../scss/core/_reset.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 6731, ../scss/core/_reset.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 6735, ../scss/core/_reset.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

/* line 6738, ../scss/core/_reset.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  /* line 6743, ../scss/core/_reset.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }

  /* line 6746, ../scss/core/_reset.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }

  /* line 6749, ../scss/core/_reset.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }

  /* line 6752, ../scss/core/_reset.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }

  /* line 6755, ../scss/core/_reset.scss */
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }

  /* line 6758, ../scss/core/_reset.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  /* line 6761, ../scss/core/_reset.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  /* line 6765, ../scss/core/_reset.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

  /* line 6768, ../scss/core/_reset.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 6772, ../scss/core/_reset.scss */
.order-additional {
  margin: 40px 0;
}

/* line 6776, ../scss/core/_reset.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  /* line 6781, ../scss/core/_reset.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  /* line 6787, ../scss/core/_reset.scss */
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  /* line 6792, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }

  /* line 6795, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 6801, ../scss/core/_reset.scss */
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  /* line 6808, ../scss/core/_reset.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 6812, ../scss/core/_reset.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  /* line 6818, ../scss/core/_reset.scss */
  .order-info dt {
    display: none;
  }

  /* line 6822, ../scss/core/_reset.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }

  /* line 6825, ../scss/core/_reset.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }

  /* line 6828, ../scss/core/_reset.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }

  /* line 6831, ../scss/core/_reset.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }

  /* line 6834, ../scss/core/_reset.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  /* line 6838, ../scss/core/_reset.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 6844, ../scss/core/_reset.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  /* line 6848, ../scss/core/_reset.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 6853, ../scss/core/_reset.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 6858, ../scss/core/_reset.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }

  /* line 6861, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  /* line 6864, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }

  /* line 6869, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }

  /* line 6872, ../scss/core/_reset.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }

  /* line 6875, ../scss/core/_reset.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }

  /* line 6878, ../scss/core/_reset.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  /* line 6881, ../scss/core/_reset.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }

  /* line 6887, ../scss/core/_reset.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 6891, ../scss/core/_reset.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 6895, ../scss/core/_reset.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }

  /* line 6899, ../scss/core/_reset.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 6903, ../scss/core/_reset.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  /* line 6909, ../scss/core/_reset.scss */
  .order-info-box {
    margin: 0;
  }

  /* line 6912, ../scss/core/_reset.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }

  /* line 6918, ../scss/core/_reset.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 6924, ../scss/core/_reset.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 6931, ../scss/core/_reset.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}

/* line 6934, ../scss/core/_reset.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}

/* line 6937, ../scss/core/_reset.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 6948, ../scss/core/_reset.scss */
.contacts-index-index .buttons-set p.required {
  float: right;
}

@media only screen and (max-width: 599px) {
  /* line 6952, ../scss/core/_reset.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }

  /* line 6956, ../scss/core/_reset.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }

  /* line 6960, ../scss/core/_reset.scss */
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  /* line 6969, ../scss/core/_reset.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
/* line 6974, ../scss/core/_reset.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

/* line 6979, ../scss/core/_reset.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}

/* line 6984, ../scss/core/_reset.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
  /* line 6988, ../scss/core/_reset.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }

  /* line 6991, ../scss/core/_reset.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}
/* line 6996, ../scss/core/_reset.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

/* line 7001, ../scss/core/_reset.scss */
.top-container .bml-ad span {
  display: inline-block;
}

/* line 7004, ../scss/core/_reset.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 7008, ../scss/core/_reset.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}

/* line 7013, ../scss/core/_reset.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}

/* line 7017, ../scss/core/_reset.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

/* line 7021, ../scss/core/_reset.scss */
.bml-ad a:hover {
  opacity: 0.7;
}

/* line 7024, ../scss/core/_reset.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 7029, ../scss/core/_reset.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  /* line 7035, ../scss/core/_reset.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  /* line 7040, ../scss/core/_reset.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 7044, ../scss/core/_reset.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}

/* line 7049, ../scss/core/_reset.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}

/* line 7053, ../scss/core/_reset.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

/* line 7057, ../scss/core/_reset.scss */
div.paypal-logo span a img {
  max-width: 100%;
}

/* line 7060, ../scss/core/_reset.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 7064, ../scss/core/_reset.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 7068, ../scss/core/_reset.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 7072, ../scss/core/_reset.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}

/* line 7076, ../scss/core/_reset.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}

/* line 7080, ../scss/core/_reset.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}

/* line 7083, ../scss/core/_reset.scss */
.sidebar .paypal-logo > a img {
  display: block;
}

/* line 7086, ../scss/core/_reset.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}

/* line 7089, ../scss/core/_reset.scss */
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 7097, ../scss/core/_reset.scss */
#customer-reviews {
  width: auto;
  float: none;
}

/* line 7101, ../scss/core/_reset.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}

/* line 7106, ../scss/core/_reset.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}

/* line 7111, ../scss/core/_reset.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}

/* line 7115, ../scss/core/_reset.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}

/* line 7120, ../scss/core/_reset.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}

/* line 7123, ../scss/core/_reset.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 7128, ../scss/core/_reset.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}

/* line 7131, ../scss/core/_reset.scss */
#customer-reviews h2 {
  color: #282828;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 7136, ../scss/core/_reset.scss */
#customer-reviews h2 span {
  color: #636363;
}

/* line 7139, ../scss/core/_reset.scss */
#customer-reviews h3 {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 7145, ../scss/core/_reset.scss */
#customer-reviews h3 span {
  color: #282828;
}

/* line 7148, ../scss/core/_reset.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}

/* line 7152, ../scss/core/_reset.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* line 7160, ../scss/core/_reset.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}

/* line 7163, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}

/* line 7171, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}

/* line 7176, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}

/* line 7180, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}

/* line 7186, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}

/* line 7190, ../scss/core/_reset.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

/* line 7193, ../scss/core/_reset.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}

/* line 7198, ../scss/core/_reset.scss */
#customer-reviews dl {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 7204, ../scss/core/_reset.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}

/* line 7208, ../scss/core/_reset.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}

/* line 7213, ../scss/core/_reset.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}

/* line 7218, ../scss/core/_reset.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}

/* line 7221, ../scss/core/_reset.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}

/* line 7225, ../scss/core/_reset.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}

/* line 7228, ../scss/core/_reset.scss */
#customer-reviews dl dd .review-meta {
  color: #282828;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 7236, ../scss/core/_reset.scss */
.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}

/* line 7240, ../scss/core/_reset.scss */
.review-summary-table thead {
  background: transparent;
}

/* line 7243, ../scss/core/_reset.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}

/* line 7248, ../scss/core/_reset.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}

/* line 7252, ../scss/core/_reset.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}

/* line 7257, ../scss/core/_reset.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}

/* line 7262, ../scss/core/_reset.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}

/* line 7265, ../scss/core/_reset.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 7279, ../scss/core/_reset.scss */
.ratings-table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 7284, ../scss/core/_reset.scss */
.ratings-table th {
  padding-right: 10px;
}

@media only screen and (max-width: 770px) {
  /* line 7295, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }

  /* line 7298, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }

  /* line 7302, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }

  /* line 7306, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 7311, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }

  /* line 7314, ../scss/core/_reset.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 7320, ../scss/core/_reset.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }

  /* line 7323, ../scss/core/_reset.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }

  /* line 7326, ../scss/core/_reset.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }

  /* line 7330, ../scss/core/_reset.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }

  /* line 7333, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 7337, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 7341, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }

  /* line 7345, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }

  /* line 7352, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }

  /* line 7355, ../scss/core/_reset.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 7360, ../scss/core/_reset.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 7367, ../scss/core/_reset.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}

/* line 7370, ../scss/core/_reset.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}

/* line 7374, ../scss/core/_reset.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}

/* line 7377, ../scss/core/_reset.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  /* line 7382, ../scss/core/_reset.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 7389, ../scss/core/_reset.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
}

/* line 7394, ../scss/core/_reset.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}

/* line 7401, ../scss/core/_reset.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

/* line 7410, ../scss/core/_reset.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

/* line 7414, ../scss/core/_reset.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 7419, ../scss/core/_reset.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 7433, ../scss/core/_reset.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

/* line 7441, ../scss/core/_reset.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

/* line 7454, ../scss/core/_reset.scss */
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}

/* line 7457, ../scss/core/_reset.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}

/* line 7460, ../scss/core/_reset.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 7464, ../scss/core/_reset.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 7480, ../scss/core/_reset.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}

/* line 7492, ../scss/core/_reset.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

/* line 7496, ../scss/core/_reset.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 7503, ../scss/core/_reset.scss */
.slideshow-prev {
  left: 8px;
}

/* line 7506, ../scss/core/_reset.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}

/* line 7512, ../scss/core/_reset.scss */
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

/* line 7516, ../scss/core/_reset.scss */
.slideshow-next {
  right: 8px;
}

/* line 7519, ../scss/core/_reset.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}

/* line 7525, ../scss/core/_reset.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

/* line 7529, ../scss/core/_reset.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 7537, ../scss/core/_reset.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 7552, ../scss/core/_reset.scss */
#wishlist-table th {
  text-align: center;
}

/* line 7555, ../scss/core/_reset.scss */
#wishlist-table.clean-table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

/* line 7561, ../scss/core/_reset.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #e1e1e1;
}

/* line 7564, ../scss/core/_reset.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

/* line 7568, ../scss/core/_reset.scss */
#wishlist-table.clean-table thead th {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 7573, ../scss/core/_reset.scss */
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 7579, ../scss/core/_reset.scss */
#wishlist-table .product-name a {
  color: #282828;
}

/* line 7582, ../scss/core/_reset.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}

/* line 7587, ../scss/core/_reset.scss */
#wishlist-table textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 7594, ../scss/core/_reset.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

/* line 7597, ../scss/core/_reset.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

/* line 7600, ../scss/core/_reset.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

/* line 7603, ../scss/core/_reset.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

/* line 7606, ../scss/core/_reset.scss */
#wishlist-table textarea:focus {
  border: 1px solid #282828;
}

/* line 7609, ../scss/core/_reset.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}

/* line 7614, ../scss/core/_reset.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

/* line 7618, ../scss/core/_reset.scss */
#wishlist-table .cart-cell {
  text-align: center;
}

/* line 7621, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

/* line 7624, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

/* line 7627, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}

/* line 7631, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

/* line 7634, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

/* line 7640, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

/* line 7643, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

/* line 7646, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

/* line 7649, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

/* line 7652, ../scss/core/_reset.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

/* line 7655, ../scss/core/_reset.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

/* line 7659, ../scss/core/_reset.scss */
#wishlist-table .price-box {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* line 7663, ../scss/core/_reset.scss */
#wishlist-table .price-box .price {
  color: #636363;
}

/* line 7666, ../scss/core/_reset.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

/* line 7669, ../scss/core/_reset.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}

/* line 7672, ../scss/core/_reset.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #282828;
  margin-bottom: 3px;
}

/* line 7677, ../scss/core/_reset.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #282828;
}

/* line 7681, ../scss/core/_reset.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  /* line 7686, ../scss/core/_reset.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  /* line 7692, ../scss/core/_reset.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 7696, ../scss/core/_reset.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  /* line 7699, ../scss/core/_reset.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }

  /* line 7702, ../scss/core/_reset.scss */
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 7707, ../scss/core/_reset.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 7712, ../scss/core/_reset.scss */
  #wishlist-table .product-name {
    font-size: 16px;
  }

  /* line 7715, ../scss/core/_reset.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  /* line 7719, ../scss/core/_reset.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }

  /* line 7722, ../scss/core/_reset.scss */
  #wishlist-table tr {
    position: relative;
  }

  /* line 7725, ../scss/core/_reset.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 7730, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }

  /* line 7733, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }

  /* line 7737, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }

  /* line 7740, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }

  /* line 7744, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 7749, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }

  /* line 7752, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 7758, ../scss/core/_reset.scss */
  #wishlist-table tr {
    position: relative;
  }

  /* line 7761, ../scss/core/_reset.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }

  /* line 7764, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }

  /* line 7770, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }

  /* line 7774, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }

  /* line 7777, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }

  /* line 7781, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }

  /* line 7784, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }

  /* line 7788, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }

  /* line 7791, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }

  /* line 7794, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }

  /* line 7798, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }

  /* line 7802, ../scss/core/_reset.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }

  /* line 7810, ../scss/core/_reset.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 7817, ../scss/core/_reset.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

/* line 7820, ../scss/core/_reset.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

/* line 7824, ../scss/core/_reset.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}

/* line 7828, ../scss/core/_reset.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}

/* line 7833, ../scss/core/_reset.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 7844, ../scss/core/_reset.scss */
.header-minicart {
  display: inline-block;
}

@media only screen and (max-width: 770px) {
  /* line 7848, ../scss/core/_reset.scss */
  .header-minicart {
    display: block;
  }
}
/* line 7852, ../scss/core/_reset.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

/* line 7856, ../scss/core/_reset.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

/* line 7860, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

/* line 7864, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 7873, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

/* line 7878, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

/* line 7884, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}

/* line 7887, ../scss/core/_reset.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}

/* line 7890, ../scss/core/_reset.scss */
.header-minicart .block-cart {
  display: none;
}

/* line 7894, ../scss/core/_reset.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -6px;
  right: -3px;
  display: none;
}

/* line 7907, ../scss/core/_reset.scss */
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}

/* line 7911, ../scss/core/_reset.scss */
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px dashed #DDDDDD;
  position: relative;
}

/* line 7916, ../scss/core/_reset.scss */
.header-minicart .mini-products-list li.last {
  border: none;
}

/* line 7919, ../scss/core/_reset.scss */
.header-minicart .mini-products-list li .product-details {
  position: relative;
}

/* line 7922, ../scss/core/_reset.scss */
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}

/* line 7927, ../scss/core/_reset.scss */
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

/* line 7930, ../scss/core/_reset.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}

/* line 7934, ../scss/core/_reset.scss */
.header-minicart .info-wrapper td {
  color: #282828;
  clear: right;
}

/* line 7938, ../scss/core/_reset.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

/* line 7942, ../scss/core/_reset.scss */
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}

/* line 7950, ../scss/core/_reset.scss */
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}

/* line 7961, ../scss/core/_reset.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

/* line 7964, ../scss/core/_reset.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

/* line 7967, ../scss/core/_reset.scss */
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}

/* line 7972, ../scss/core/_reset.scss */
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

/* line 7976, ../scss/core/_reset.scss */
.header-minicart .subtotal .price {
  color: #282828;
}

/* line 7979, ../scss/core/_reset.scss */
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 7986, ../scss/core/_reset.scss */
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

/* line 7989, ../scss/core/_reset.scss */
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}

/* line 7995, ../scss/core/_reset.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

/* line 7998, ../scss/core/_reset.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}

/* line 8003, ../scss/core/_reset.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}

/* line 8008, ../scss/core/_reset.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 8013, ../scss/core/_reset.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  /* line 8019, ../scss/core/_reset.scss */
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 8025, ../scss/core/_reset.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  /* line 8030, ../scss/core/_reset.scss */
  .header-minicart .subtotal .label {
    color: #636363;
  }

  /* line 8033, ../scss/core/_reset.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }

  /* line 8036, ../scss/core/_reset.scss */
  .header-minicart .quantity-button {
    float: none;
  }

  /* line 8039, ../scss/core/_reset.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }

  /* line 8042, ../scss/core/_reset.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  /* line 8045, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }

  /* line 8048, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }

  /* line 8053, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }

  /* line 8056, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }

  /* line 8059, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }

  /* line 8063, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  /* line 8072, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }

  /* line 8078, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  /* line 8084, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  /* line 8089, ../scss/core/_reset.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 8096, ../scss/core/_reset.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

/* line 8104, ../scss/core/_reset.scss */
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #282828;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 8118, ../scss/core/_reset.scss */
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #282828;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}

/* line 8126, ../scss/core/_reset.scss */
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}

/* line 8129, ../scss/core/_reset.scss */
.search-autocomplete ul li.selected {
  background-color: #282828;
  color: white;
}

/* line 8133, ../scss/core/_reset.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

/* line 8137, ../scss/core/_reset.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none;
}

/* line 8140, ../scss/core/_reset.scss */
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #282828;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 8157, ../scss/core/_reset.scss */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}

/* line 8162, ../scss/core/_reset.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 8168, ../scss/core/_reset.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 8175, ../scss/core/_reset.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* line 8183, ../scss/core/_reset.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

/* line 8186, ../scss/core/_reset.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}

/* line 8194, ../scss/core/_reset.scss */
.product-review .ratings-table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 8197, ../scss/core/_reset.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}

/* line 8200, ../scss/core/_reset.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

/* line 8206, ../scss/core/_reset.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 8215, ../scss/core/_reset.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  /* line 8222, ../scss/core/_reset.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 8227, ../scss/core/_reset.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 8233, ../scss/core/_reset.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 8240, ../scss/core/_reset.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

/* line 8250, ../scss/core/_reset.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

/* line 8254, ../scss/core/_reset.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

/* line 8270, ../scss/core/_reset.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  font-style: italic;
  line-height: 24px;
}

/* line 8276, ../scss/core/_reset.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 8283, ../scss/core/_reset.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 8287, ../scss/core/_reset.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}

/* line 8292, ../scss/core/_reset.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

/* line 8297, ../scss/core/_reset.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 8306, ../scss/core/_reset.scss */
#accordion .toggle-tabs {
  display: none;
}

/* line 8309, ../scss/core/_reset.scss */
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}

/* line 8335, ../scss/core/_reset.scss */
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #282828;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

/* line 8349, ../scss/core/_reset.scss */
#accordion > dl > dt:hover {
  background-color: #ececec;
}

/* line 8352, ../scss/core/_reset.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}

/* line 8359, ../scss/core/_reset.scss */
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

/* line 8362, ../scss/core/_reset.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}

/* line 8366, ../scss/core/_reset.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 8370, ../scss/core/_reset.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}

/* line 8375, ../scss/core/_reset.scss */
.page-sitemap .links a {
  position: relative;
}

/* line 8378, ../scss/core/_reset.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}

/* line 8383, ../scss/core/_reset.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 8387, ../scss/core/_reset.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 8392, ../scss/core/_reset.scss */
#contactForm h2 {
  display: none;
}

/* line 8395, ../scss/core/_reset.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}

/* line 8400, ../scss/core/_reset.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  /* line 8405, ../scss/core/_reset.scss */
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 8412, ../scss/core/_reset.scss */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 8419, ../scss/core/_reset.scss */
.map-info {
  white-space: nowrap;
}

/* line 8423, ../scss/core/_reset.scss */
.catalog-product-view .map-info {
  white-space: normal;
}

/* line 8426, ../scss/core/_reset.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

/* line 8430, ../scss/core/_reset.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 8438, ../scss/core/_reset.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}

/* line 8441, ../scss/core/_reset.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}

/* line 8446, ../scss/core/_reset.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

/* line 8452, ../scss/core/_reset.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

/* line 8456, ../scss/core/_reset.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  /* line 8463, ../scss/core/_reset.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 8468, ../scss/core/_reset.scss */
  .notice-cookie {
    padding: 0 20px;
  }

  /* line 8471, ../scss/core/_reset.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 8477, ../scss/core/_reset.scss */
  .notice-cookie {
    padding: 0 20px;
  }

  /* line 8480, ../scss/core/_reset.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }

  /* line 8483, ../scss/core/_reset.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }

  /* line 8488, ../scss/core/_reset.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }

  /* line 8493, ../scss/core/_reset.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
/* line 8500, ../scss/core/_reset.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 8505, ../scss/core/_reset.scss */
#addTagForm .form-add {
  margin-top: 10px;
}
/* line 8507, ../scss/core/_reset.scss */
#addTagForm .form-add .wrapper-tags {
  position: relative;
}
/* line 8509, ../scss/core/_reset.scss */
#addTagForm .form-add .wrapper-tags .input-box {
  padding: 0;
}
/* line 8512, ../scss/core/_reset.scss */
#addTagForm .form-add .wrapper-tags button.button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 3px 15px;
}

/* line 8522, ../scss/core/_reset.scss */
.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 8531, ../scss/core/_reset.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 8536, ../scss/core/_reset.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 8540, ../scss/core/_reset.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 8546, ../scss/core/_reset.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 8551, ../scss/core/_reset.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 8555, ../scss/core/_reset.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}

/* line 8558, ../scss/core/_reset.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  /* line 8563, ../scss/core/_reset.scss */
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 8571, ../scss/core/_reset.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 8576, ../scss/core/_reset.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 8585, ../scss/core/_reset.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 8591, ../scss/core/_reset.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 8595, ../scss/core/_reset.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 8602, ../scss/core/_reset.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* line 8608, ../scss/core/_reset.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 8612, ../scss/core/_reset.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 8618, ../scss/core/_reset.scss */
.captcha-img {
  border: 20px solid #bbbbbb;
}

/* line 8622, ../scss/core/_reset.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 8626, ../scss/core/_reset.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}

/* line 8630, ../scss/core/_reset.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* line 8640, ../scss/core/_reset.scss */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 8650, ../scss/core/_reset.scss */
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  /* line 8658, ../scss/core/_reset.scss */
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 8668, ../scss/core/_reset.scss */
#recurring_profile_list_view th {
  white-space: normal;
}

/* line 8671, ../scss/core/_reset.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}

@media only screen and (max-width: 479px) {
  /* line 8675, ../scss/core/_reset.scss */
  #recurring_profile_list_view {
    font-size: 12px;
  }

  /* line 8678, ../scss/core/_reset.scss */
  #recurring_profile_list_view a {
    font-size: inherit;
  }

  /* line 8681, ../scss/core/_reset.scss */
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}
/* line 8687, ../scss/core/_reset.scss */
.recurring-profiles-title {
  float: left;
}

/* line 8690, ../scss/core/_reset.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 8694, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
  /* line 8700, ../scss/core/_reset.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
/* line 8705, ../scss/core/_reset.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 8709, ../scss/core/_reset.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 8715, ../scss/core/_reset.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 8722, ../scss/core/_reset.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}

/* line 8725, ../scss/core/_reset.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 8730, ../scss/core/_reset.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}

/* line 8734, ../scss/core/_reset.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}

/* line 8738, ../scss/core/_reset.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  /* line 8743, ../scss/core/_reset.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
/* line 8748, ../scss/core/_reset.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 8754, ../scss/core/_reset.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

@media only screen and (max-width: 479px) {
  /* line 8758, ../scss/core/_reset.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}
/* line 8763, ../scss/core/_reset.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  /* line 8768, ../scss/core/_reset.scss */
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 8776, ../scss/core/_reset.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 8781, ../scss/core/_reset.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 8793, ../scss/core/_reset.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

@media only screen and (min-width: 771px) {
  /* line 8797, ../scss/core/_reset.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}
/* line 8802, ../scss/core/_reset.scss */
.widget {
  clear: both;
}

/* line 8806, ../scss/core/_reset.scss */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 8814, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

/* line 8819, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 8831, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}

/* line 8834, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}

/* line 8837, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* line 8842, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}

/* line 8848, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}

/* line 8851, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}

/* line 8856, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}

/* line 8860, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}

/* line 8863, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}

/* line 8866, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}

/* line 8869, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

/* line 8874, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}

/* line 8877, ../scss/core/_reset.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 8882, ../scss/core/_reset.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 8889, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}

/* line 8892, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}

/* line 8895, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

/* line 8899, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}

/* line 8903, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 8907, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

/* line 8927, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}

/* line 8939, ../scss/core/_reset.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 8949, ../scss/core/_reset.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 8954, ../scss/core/_reset.scss */
.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

/* line 8958, ../scss/core/_reset.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 8962, ../scss/core/_reset.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  /* line 8968, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  /* line 8972, ../scss/core/_reset.scss */
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  /* line 8982, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }

  /* line 8985, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }

  /* line 8992, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }

  /* line 8996, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }

  /* line 9000, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }

  /* line 9004, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }

  /* line 9007, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }

  /* line 9011, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 9017, ../scss/core/_reset.scss */
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 9024, ../scss/core/_reset.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 9031, ../scss/core/_reset.scss */
div.calendar table {
  border-collapse: separate;
}

/* line 9034, ../scss/core/_reset.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* Sorter */
/* line 9042, ../scss/core/_reset.scss */
.pager label,
.sort-by label,
.sorter label {
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 9052, ../scss/core/_reset.scss */
.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 5px;
  margin-bottom: 9px;
  margin-top: 18px;
}

/* line 9053, ../scss/core/_reset.scss */
.sorter .sort-by {
  float: right;
}

/* line 9055, ../scss/core/_reset.scss */
.pager select,
.sorter select {
  width: 100px;
  padding: 5px 10px;
  height: 35px;
  line-height: 30px;
  float: left;
}

/*toolbar-switch*/
/* line 9059, ../scss/core/_reset.scss */
.toolbar-title {
  float: left;
}

/* line 9060, ../scss/core/_reset.scss */
.toolbar-dropdown {
  position: relative;
  width: 100px;
  float: left;
}
/* line 9064, ../scss/core/_reset.scss */
.toolbar-dropdown span.current {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid;
}
/* line 9069, ../scss/core/_reset.scss */
.toolbar-dropdown span.current:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 13px;
  float: right;
}
/* line 9074, ../scss/core/_reset.scss */
.toolbar-dropdown ul {
  margin: 0;
  border: 1px solid;
  position: absolute;
  right: 0;
  top: 26px;
  width: 100px;
  z-index: 2;
}
/* line 9083, ../scss/core/_reset.scss */
.toolbar-dropdown li {
  padding: 5px;
  background-color: #fff;
}
/* line 9086, ../scss/core/_reset.scss */
.toolbar-dropdown li:hover {
  background-color: #f9efe2;
}
/* line 9088, ../scss/core/_reset.scss */
.toolbar-dropdown li a {
  text-decoration: none;
  display: block;
}

/* Shopping cart total summary row expandable to details */
/* line 9095, ../scss/core/_reset.scss */
tr.summary-total {
  cursor: pointer;
}
/* line 9097, ../scss/core/_reset.scss */
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

/* line 9106, ../scss/core/_reset.scss */
tr.show-details .summary-collapse {
  background-position: 0 -53px;
}

/* line 9107, ../scss/core/_reset.scss */
tr.summary-details td {
  font-size: 90%;
  background-color: #dae1e4;
  color: #626465;
}

/* line 9108, ../scss/core/_reset.scss */
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

/* line 9109, ../scss/core/_reset.scss */
tr.summary-details-excluded {
  font-style: italic;
}

/*=======Home Page - Custum Box-Wide============*/
/* line 9112, ../scss/core/_reset.scss */
.box-layout .page {
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 9116, ../scss/core/_reset.scss */
  .box-layout .page {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  /* line 9121, ../scss/core/_reset.scss */
  .box-layout .page {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  /* line 9126, ../scss/core/_reset.scss */
  .box-layout .page {
    max-width: 1200px;
  }
}
/* line 1, ../scss/core/_button.scss */
button,
a.action.primary {
  border-radius: 0;
}

/* line 5, ../scss/core/_button.scss */
body:not(._keyfocus) button:focus {
  box-shadow: none;
}

/* line 8, ../scss/core/_button.scss */
a.action.primary {
  display: inline-block;
  text-decoration: none;
}

/* line 12, ../scss/core/_button.scss */
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}

/* line 17, ../scss/core/_button.scss */
.action.primary, button.button {
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
}

/* line 26, ../scss/core/_button.scss */
.action.primary:focus,
.action.primary:active {
  border: 3px solid;
}

/* line 30, ../scss/core/_button.scss */
.action.primary:hover {
  border: 3px solid;
}

/* line 33, ../scss/core/_button.scss */
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 40, ../scss/core/_button.scss */
a.action.primary,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 51, ../scss/core/_button.scss */
.cdz-buttons-container button.btn-cart {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 71, ../scss/core/_button.scss */
.cdz-buttons-container button.btn-cart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 16px;
  line-height: 34px;
}

/* line 83, ../scss/core/_button.scss */
.cdz-buttons-container button.btn-cart span:before {
  display: none;
}

/* line 86, ../scss/core/_button.scss */
.actions-secondary:not(.cdz-product-wishlist &) .action {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 106, ../scss/core/_button.scss */
.actions-secondary:not(.cdz-product-wishlist &) .action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
  line-height: 34px;
}

/* line 118, ../scss/core/_button.scss */
.actions-secondary:not(.cdz-product-wishlist &) .link-wishlist:before {
  content: "\f004";
}

/* line 121, ../scss/core/_button.scss */
.cdz-buttons-container .action,
.addto-hover-container .action {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 142, ../scss/core/_button.scss */
.cdz-buttons-container .action:before,
.addto-hover-container .action:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
  line-height: 34px;
}

/* line 155, ../scss/core/_button.scss */
.cdz-buttons-container .link-wishlist:before,
.addto-hover-container .link-wishlist:before {
  content: "\f004";
}

/* line 159, ../scss/core/_button.scss */
.product-addto-links .action {
  float: left;
  width: 50%;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 172, ../scss/core/_button.scss */
.product-addto-links .action:visited {
  text-decoration: none;
}

/* line 175, ../scss/core/_button.scss */
.product-addto-links .action:hover {
  text-decoration: none;
}

/* line 178, ../scss/core/_button.scss */
.product-addto-links .action:active {
  text-decoration: none;
}

/* line 181, ../scss/core/_button.scss */
.product-addto-links .action span {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 11px 20px;
  border: 1px solid;
  float: left;
  width: 96.5%;
  text-transform: uppercase;
}

/* line 195, ../scss/core/_button.scss */
.product-addto-links .action span:before {
  display: none;
}

/* line 198, ../scss/core/_button.scss */
.product-addto-links .link-compare span {
  float: right;
}

/* line 201, ../scss/core/_button.scss */
.cdz-product-wishlist {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 206, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-compare {
  display: none;
}

/* line 209, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist {
  position: relative;
  color: #282828;
  text-decoration: none;
  font-size: 0px;
}

/* line 215, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  font-size: 18px;
  width: 20px;
}

/* line 227, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist:visited {
  text-decoration: none;
}

/* line 230, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist:hover {
  text-decoration: none;
}

/* line 233, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist:active {
  text-decoration: none;
}

/* line 236, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist span {
  position: absolute;
  top: 30px;
  left: 50%;
  color: #fff;
  background: #000;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
  display: none;
}

/* line 247, ../scss/core/_button.scss */
.cdz-product-wishlist a.link-wishlist:hover:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  font-size: 18px;
}

/* line 258, ../scss/core/_button.scss */
.ui-tooltip.cdz-tooltip {
  border: 0;
  background: #000;
  padding: 2px 10px;
  color: #fff;
  border-radius: 5px;
}

/* line 265, ../scss/core/_button.scss */
.ui-tooltip.cdz-tooltip:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-size: 20px;
  position: absolute;
  bottom: -12px;
  left: 42%;
  color: #000;
}

/* line 282, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button {
  margin-top: 0px;
  display: block;
  vertical-align: top;
  text-align: center;
  clear: both;
}

/* line 289, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button a.cdz-ajax-trigger,
.products-grid .ajax-load-wrapper .ajax-load-button .ajax-loader,
.products-grid .ajax-load-wrapper .ajax-load-button a {
  margin-top: 20px;
}

/* line 292, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader,
.ajax-load-wrapper .ajax-load-button a {
  min-width: 300px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 600;
}

/* line 313, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  border: 3px solid;
}

/* line 319, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  border: 3px solid;
}

/* line 323, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader.disabled,
.ajax-load-wrapper .ajax-load-button a.disabled,
.ajax-load-wrapper .ajax-load-button .ajax-loader[disabled],
.ajax-load-wrapper .ajax-load-button a[disabled],
fieldset[disabled] .ajax-load-wrapper .ajax-load-button .ajax-loader,
fieldset[disabled] .ajax-load-wrapper .ajax-load-button a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 334, ../scss/core/_button.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f1ce';
  font-size: 16px;
  margin-right: 5px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

/* line 351, ../scss/core/_button.scss */
#back-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

/* line 357, ../scss/core/_button.scss */
#back-top a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: none;
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0;
}

/* line 378, ../scss/core/_button.scss */
a.action.primary,
.qs-button,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 390, ../scss/core/_button.scss */
.qs-button,
button {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 401, ../scss/core/_button.scss */
.qs-button {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 3px solid;
}

/* line 427, ../scss/core/_button.scss */
.qs-button:focus,
.qs-button:active {
  border: 3px solid;
}

/* line 431, ../scss/core/_button.scss */
.btn-link {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}

/* line 455, ../scss/core/_button.scss */
.btn-link {
  background-image: none;
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}

/* line 479, ../scss/core/_button.scss */
.btn-link:focus,
.btn-link:active {
  border: 1px solid;
}

/* line 483, ../scss/core/_button.scss */
.btn-link:hover {
  border: 1px solid;
}

/* line 486, ../scss/core/_button.scss */
.qs-button.disabled,
.qs-button[disabled],
fieldset[disabled] .qs-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 493, ../scss/core/_button.scss */
.qs-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06e";
  font-size: 16px;
  line-height: 34px;
}

/* line 505, ../scss/core/_button.scss */
.qs-button:hover {
  border: 3px solid;
}

/* line 508, ../scss/core/_button.scss */
#back-top a.disabled,
#back-top a[disabled],
fieldset[disabled] #back-top a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 515, ../scss/core/_button.scss */
#back-top a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f176';
  font-size: 16px;
  font-weight: bold;
}

@keyframes cssload-rotate {
  /* line 528, ../scss/core/_button.scss */
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  /* line 533, ../scss/core/_button.scss */
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  /* line 538, ../scss/core/_button.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  /* line 543, ../scss/core/_button.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  /* line 548, ../scss/core/_button.scss */
  100% {
    -moz-transform: rotate(360deg);
  }
}
/*product label*/
/* line 554, ../scss/core/_button.scss */
.cdz-product-lbs {
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
/* line 559, ../scss/core/_button.scss */
.cdz-product-lbs .lb-item {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 1.35;
  display: table;
  font-size: 11px;
  margin-bottom: 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 568, ../scss/core/_button.scss */
.cdz-product-lbs .lb-item .lb-content {
  display: table-cell;
  vertical-align: middle;
}

/*========== Data Table ==========*/
/* line 2, ../scss/core/_table.scss */
#wishlist-table {
  display: inline-block;
  overflow: inherit;
}

/* line 3, ../scss/core/_table.scss */
table colgroup, .data-table colgroup {
  width: 100%;
}

/* line 7, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}
/* line 9, ../scss/core/_table.scss */
.data-table th {
  white-space: nowrap;
  padding: 14px 10px;
  border-width: 1px;
  border-style: solid;
}
/* line 16, ../scss/core/_table.scss */
.data-table tr td {
  border-color: #e1e1e1;
  padding: 14px 10px;
  border-width: 1px;
  border-style: solid;
}
/* line 21, ../scss/core/_table.scss */
.data-table tr td em {
  font-style: normal;
}
/* line 24, ../scss/core/_table.scss */
.data-table tr td button.button {
  white-space: nowrap;
}
/* line 30, ../scss/core/_table.scss */
.data-table thead th {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  border-color: #e1e1e1;
}
/* line 36, ../scss/core/_table.scss */
.data-table tbody .label {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
/* line 41, ../scss/core/_table.scss */
.data-table tbody th {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 52, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr th,
.sales-order-history .my-account .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
/* line 55, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr th:first-child,
.sales-order-history .my-account .data-table tr th:first-child {
  border-left-width: 1px;
}
/* line 57, ../scss/core/_table.scss */
.cdz-rtl .customer-account-index .my-account .data-table tr th:first-child, .cdz-rtl
.sales-order-history .my-account .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 62, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr th.last,
.sales-order-history .my-account .data-table tr th.last {
  border-right-width: 1px;
}
/* line 64, ../scss/core/_table.scss */
.cdz-rtl .customer-account-index .my-account .data-table tr th.last, .cdz-rtl
.sales-order-history .my-account .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 70, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr td,
.sales-order-history .my-account .data-table tr td {
  border-width: 0;
}
/* line 72, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr td:first-child,
.sales-order-history .my-account .data-table tr td:first-child {
  border-left-width: 1px;
}
/* line 74, ../scss/core/_table.scss */
.cdz-rtl .customer-account-index .my-account .data-table tr td:first-child, .cdz-rtl
.sales-order-history .my-account .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 79, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr td.last,
.sales-order-history .my-account .data-table tr td.last {
  border-right-width: 1px;
}
/* line 81, ../scss/core/_table.scss */
.cdz-rtl .customer-account-index .my-account .data-table tr td.last, .cdz-rtl
.sales-order-history .my-account .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 88, ../scss/core/_table.scss */
.customer-account-index .my-account .data-table tr.last td,
.sales-order-history .my-account .data-table tr.last td {
  border-bottom-width: 1px;
}

/* line 52, ../scss/core/_table.scss */
#checkout-step-review .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
/* line 55, ../scss/core/_table.scss */
#checkout-step-review .data-table tr th:first-child {
  border-left-width: 1px;
}
/* line 57, ../scss/core/_table.scss */
.cdz-rtl #checkout-step-review .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 62, ../scss/core/_table.scss */
#checkout-step-review .data-table tr th.last {
  border-right-width: 1px;
}
/* line 64, ../scss/core/_table.scss */
.cdz-rtl #checkout-step-review .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 70, ../scss/core/_table.scss */
#checkout-step-review .data-table tr td {
  border-width: 0;
}
/* line 72, ../scss/core/_table.scss */
#checkout-step-review .data-table tr td:first-child {
  border-left-width: 1px;
}
/* line 74, ../scss/core/_table.scss */
.cdz-rtl #checkout-step-review .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 79, ../scss/core/_table.scss */
#checkout-step-review .data-table tr td.last {
  border-right-width: 1px;
}
/* line 81, ../scss/core/_table.scss */
.cdz-rtl #checkout-step-review .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 88, ../scss/core/_table.scss */
#checkout-step-review .data-table tr.last td {
  border-bottom-width: 1px;
}
/* line 105, ../scss/core/_table.scss */
#checkout-step-review .data-table tr td, #checkout-step-review .data-table th {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 109, ../scss/core/_table.scss */
#checkout-step-review .data-table td {
  /*padding:34px 10px 10px;*/
}
/* line 114, ../scss/core/_table.scss */
#checkout-step-review .data-table tr.last td {
  /*padding-bottom:34px;*/
}
/* line 119, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr td {
  border: none;
  padding: 0 10px 5px 20px;
}
/* line 122, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr td.last {
  text-align: left !important;
}
/* line 125, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr td .price {
  display: block;
  margin-top: 0px;
}
/* line 130, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr.first td {
  padding-top: 21px;
}
/* line 133, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr.last td {
  padding-top: 0px;
  padding-bottom: 16px;
}
/* line 136, ../scss/core/_table.scss */
#checkout-step-review .data-table tfoot tr.last td .price {
  margin-top: 0px;
}
/* line 141, ../scss/core/_table.scss */
#checkout-step-review .data-table .cart-price {
  /*display:block;
  margin-top:-6px;*/
}

/* line 52, ../scss/core/_table.scss */
.cart .data-table tr th {
  border-left-width: 0;
  border-right-width: 0;
}
/* line 55, ../scss/core/_table.scss */
.cart .data-table tr th:first-child {
  border-left-width: 1px;
}
/* line 57, ../scss/core/_table.scss */
.cdz-rtl .cart .data-table tr th:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 62, ../scss/core/_table.scss */
.cart .data-table tr th.last {
  border-right-width: 1px;
}
/* line 64, ../scss/core/_table.scss */
.cdz-rtl .cart .data-table tr th.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 70, ../scss/core/_table.scss */
.cart .data-table tr td {
  border-width: 0;
}
/* line 72, ../scss/core/_table.scss */
.cart .data-table tr td:first-child {
  border-left-width: 1px;
}
/* line 74, ../scss/core/_table.scss */
.cdz-rtl .cart .data-table tr td:first-child {
  border-left-width: 0px;
  border-right-width: 1px;
}
/* line 79, ../scss/core/_table.scss */
.cart .data-table tr td.last {
  border-right-width: 1px;
}
/* line 81, ../scss/core/_table.scss */
.cdz-rtl .cart .data-table tr td.last {
  border-left-width: 1px;
  border-right-width: 0px;
}
/* line 88, ../scss/core/_table.scss */
.cart .data-table tr.last td {
  border-bottom-width: 1px;
}

/*============== Hover Alternative Images ===============*/
/* line 3, ../scss/core/_effects.scss */
.item a.product-image .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 18, ../scss/core/_effects.scss */
.item a.product-image:hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 29, ../scss/core/_effects.scss */
.item a.product-image:hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 3, ../scss/core/_effects.scss */
.cdz-best-seller-wrap .item:not(.width-2) .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 18, ../scss/core/_effects.scss */
.cdz-best-seller-wrap .item:not(.width-2):hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 29, ../scss/core/_effects.scss */
.cdz-best-seller-wrap .item:not(.width-2):hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* line 3, ../scss/core/_effects.scss */
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item .alternative-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 18, ../scss/core/_effects.scss */
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item:hover img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 29, ../scss/core/_effects.scss */
.cdz-best-seller-wrap.cdz-best-seller-wrap-hover .item:hover img.alternative-img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media (min-width: 992px) {
  /*button show01 Home Sport*/
  /* line 53, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info .product-item-details {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 61, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .configurable-swatch-list {
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 72, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container {
    height: 0;
    margin-top: 0;
    display: block;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 84, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .cdz-buttons-inner {
    display: inline-block;
  }
  /* line 85, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .action,
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container button.btn-cart,
  .cdz-button-show01 .products-grid .product-item-info .product-item-details .cdz-buttons-container .qs-button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  /* line 94, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
    margin-top: -85px;
    /*.product-name{
    	margin-bottom: 12px;
    }*/
  }
  /* line 96, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details .cdz-buttons-container {
    height: 40px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  /* line 100, ../scss/core/_effects.scss */
  .cdz-button-show01 .products-grid .product-item-info:hover .product-item-details .configurable-swatch-list {
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  /* line 110, ../scss/core/_effects.scss */
  .products-grid .product-item-info .cdz-product-bottom {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    width: 100%;
    height: 100%;
    z-index: 2;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 129, ../scss/core/_effects.scss */
  .products-grid .product-item-info .cdz-buttons-container {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 135, ../scss/core/_effects.scss */
  .products-grid .product-item-info .cdz-buttons-container form {
    display: inline-block;
  }
  /* line 138, ../scss/core/_effects.scss */
  .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 141, ../scss/core/_effects.scss */
  .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner .configurable-swatch-list {
    display: block;
  }
  /* line 144, ../scss/core/_effects.scss */
  .products-grid .product-item-info:hover .cdz-product-bottom {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  /* line 150, ../scss/core/_effects.scss */
  .products-grid .product-item-info:hover .cdz-product-bottom .cdz-buttons-container .qs-button {
    transform: translate(0, 0);
  }
  /* line 153, ../scss/core/_effects.scss */
  .products-grid .product-item-info:hover .cdz-product-bottom .cdz-buttons-container button.tocart.primary {
    transform: translate(0, 0);
  }

  /*button show 02 Home Outdoor*/
  /* line 164, ../scss/core/_effects.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container {
    position: relative;
  }
  /* line 166, ../scss/core/_effects.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    width: 100%;
    font-size: inherit;
  }
  /* line 169, ../scss/core/_effects.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:before {
    display: none;
  }
  /* line 171, ../scss/core/_effects.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 176, ../scss/core/_effects.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 186, ../scss/core/_effects.scss */
  .cdz-best-seller-wrap .products-grid .cdz-product-bottom {
    padding-top: 10px;
  }
}
/* line 188, ../scss/core/_effects.scss */
.products-grid .product-item-info .cdz-buttons-inner .configurable-swatch-list {
  display: none;
}

/* line 189, ../scss/core/_effects.scss */
.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions {
  font-size: 0;
}
/* line 191, ../scss/core/_effects.scss */
.products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions a, .products-grid .product-item-info .cdz-buttons-container .cdz-buttons-inner.actions button.button {
  margin: 0 3px;
}

/*Default Header*/
/* ============================================ *
 * Header
 * ============================================ */
/* line 6, ../scss/header/_header.scss */
.page-header .cdz-header-top {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 10, ../scss/header/_header.scss */
.cdz-col-left {
  float: left;
}

/* line 13, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-dropdown {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}

/* line 20, ../scss/header/_header.scss */
.cdz-top-login.cdz-dropdown .cdz-dropdown-content {
  width: 320px;
  right: 0;
  left: auto;
}
/* line 23, ../scss/header/_header.scss */
.cdz-top-login.cdz-dropdown .cdz-dropdown-content .block-login .block-content {
  min-width: 1px;
}
/* line 24, ../scss/header/_header.scss */
.cdz-top-login.cdz-dropdown .cdz-dropdown-content .form-list .control label {
  min-width: 200px;
}

/* line 26, ../scss/header/_header.scss */
.cdz-top-login .cdz-dropdown-content {
  padding: 20px;
  color: #282828;
}

/* line 28, ../scss/header/_header.scss */
.cdz-top-login .block-login, #login-form .block-login {
  padding: 0;
  margin: 0 !important;
}
/* line 32, ../scss/header/_header.scss */
.cdz-top-login #remember-me-box, #login-form #remember-me-box {
  margin: 0;
}
/* line 35, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content, #login-form .block-login .block-content {
  padding: 0 !important;
  min-width: 300px;
}
/* line 38, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content input, #login-form .block-login .block-content input {
  margin-bottom: 0px;
}
/* line 39, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content .input-text, #login-form .block-login .block-content .input-text {
  width: 100%;
}
/* line 40, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content .field, #login-form .block-login .block-content .field {
  margin-bottom: 20px;
}
/* line 41, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content .field label, #login-form .block-login .block-content .field label {
  position: absolute;
}
/* line 43, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content .form-list .field.active label, #login-form .block-login .block-content .form-list .field.active label {
  top: 8px;
}
/* line 44, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #282828;
  color: white;
}
/* line 48, ../scss/header/_header.scss */
.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: white;
  color: #282828;
}
/* line 55, ../scss/header/_header.scss */
.cdz-top-login .block-login.block .actions .button, #login-form .block-login.block .actions .button {
  float: none;
  width: 100%;
}
/* line 59, ../scss/header/_header.scss */
.cdz-top-login .block-login.block .forgot-password, #login-form .block-login.block .forgot-password {
  text-align: center;
  padding: 0px 0 0;
}
/* line 62, ../scss/header/_header.scss */
.cdz-top-login .block-login.block .forgot-password a, #login-form .block-login.block .forgot-password a {
  padding: 0 !important;
}
/* line 66, ../scss/header/_header.scss */
.cdz-top-login .block-login.block .forgot-password a:before, #login-form .block-login.block .forgot-password a:before {
  display: none;
}
/* line 70, ../scss/header/_header.scss */
.cdz-top-login .block-login.block .block-title, #login-form .block-login.block .block-title {
  display: none;
}

/* line 73, ../scss/header/_header.scss */
.header {
  border: 0;
  margin-bottom: 0;
  background-color: white;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 78, ../scss/header/_header.scss */
.header .logo {
  margin: 0;
}
/* line 80, ../scss/header/_header.scss */
.header .logo img {
  max-height: inherit;
  max-width: 100%;
}
/* line 86, ../scss/header/_header.scss */
.header .cdz-header-top {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f1f1f1;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #999999;
}
/* line 93, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-col-right .cdz-dropdown {
  margin-right: 0;
}
/* line 95, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-dropdown {
  position: relative;
}
/* line 96, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none none;
  float: right;
  margin-left: auto;
}
/* line 103, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .link {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
/* line 107, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .link a {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 112, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .compare {
  display: none;
}
/* line 113, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}
/* line 117, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-decoration: none;
}
/* line 123, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li a:visited, .header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
  color: #999999;
  text-decoration: none;
}
/* line 128, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.welcome {
  display: none;
}
/* line 130, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.welcome a {
  color: #ffffff;
  padding-left: 5px;
}
/* line 135, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  margin: 0 -5px 0 5px;
}
/* line 140, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .customer-welcome + .authorization-link {
  display: none;
}
/* line 144, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 148, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li {
  display: inline-block;
  vertical-align: top;
}
/* line 151, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li a {
  position: relative;
}
/* line 154, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 12px;
  margin-right: 5px;
}
/* line 168, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .cdz-top-login .cdz-trigger:before {
  content: "\f090";
}
/* line 169, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link .cdz-top-login .cdz-trigger:after {
  padding-left: 5px;
}
/* line 170, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.greet.welcome {
  display: none;
}
/* line 173, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.wishlist a:before {
  content: "\f08a";
}
/* line 176, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.compare a:before {
  content: "\f012";
}
/* line 179, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li #authorization-trigger:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  font-size: 12px;
  margin-right: 5px;
}
/* line 191, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.compare .qty {
  display: inline-block;
}
/* line 194, ../scss/header/_header.scss */
.header .cdz-header-top .cdz-top-link li.logout a:before {
  content: "\f08b";
}
/* line 200, ../scss/header/_header.scss */
.header #cdz-pc-stores .cdz-dropdown-content {
  padding: 0;
}
/* line 202, ../scss/header/_header.scss */
.header #cdz-pc-stores .cdz-dropdown-content a {
  padding: 10px 10px;
  display: block;
}
/* line 206, ../scss/header/_header.scss */
.header #cdz-pc-stores .cdz-dropdown-content a:hover {
  background: #f8f8f8;
  color: #282828;
}
/* line 211, ../scss/header/_header.scss */
.header #cdz-pc-stores .cdz-trigger {
  color: #999999;
}
/* line 215, ../scss/header/_header.scss */
.header .form-language .cdz-trigger .lang-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 223, ../scss/header/_header.scss */
.header .form-language #select-language li,
.header .form-language .cdz-dropdown-content li {
  float: left;
  width: 100%;
  line-height: 15px;
}
/* line 225, ../scss/header/_header.scss */
.header .form-language #select-language li a,
.header .form-language .cdz-dropdown-content li a {
  overflow: hidden;
  height: 100%;
}
/* line 226, ../scss/header/_header.scss */
.header .form-language #select-language li a span,
.header .form-language .cdz-dropdown-content li a span {
  float: left;
  margin-right: 5px;
  line-height: 12px;
}
/* line 231, ../scss/header/_header.scss */
.header .cdz-col-left {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 239, ../scss/header/_header.scss */
.header-bottom {
  clear: both;
}

/* line 242, ../scss/header/_header.scss */
.cdz-content-search {
  float: right;
}

/*Logo and Cart area*/
/*Search box area*/
/* line 249, ../scss/header/_header.scss */
.block-search {
  margin-bottom: 0 !important;
  position: relative;
  float: right;
  width: 250px;
  z-index: 4;
}
/* line 255, ../scss/header/_header.scss */
.block-search .block-title {
  display: none;
}
/* line 258, ../scss/header/_header.scss */
.block-search .search-icon span {
  display: none;
}
/* line 261, ../scss/header/_header.scss */
.block-search .block-content {
  margin-bottom: 0;
}
/* line 264, ../scss/header/_header.scss */
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
/* line 268, ../scss/header/_header.scss */
.block-search .label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 279, ../scss/header/_header.scss */
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 294, ../scss/header/_header.scss */
.block-search .label:hover:before {
  color: #282828;
}
/* line 297, ../scss/header/_header.scss */
.block-search .label:active:before {
  color: #282828;
}
/* line 300, ../scss/header/_header.scss */
.block-search .button {
  display: none;
}
/* line 303, ../scss/header/_header.scss */
.block-search .control {
  border-top: 1px solid #e1e1e1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
/* line 309, ../scss/header/_header.scss */
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
/* line 314, ../scss/header/_header.scss */
.block-search .nested {
  display: none;
}
/* line 317, ../scss/header/_header.scss */
.block-search .form-search label {
  display: none !important;
}
/* line 320, ../scss/header/_header.scss */
.block-search .search-form-container {
  position: relative;
}
/* line 323, ../scss/header/_header.scss */
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  background-color: #282828;
}
/* line 329, ../scss/header/_header.scss */
.block-search input {
  position: static;
  padding-right: 40px;
  margin: 0;
}
/* line 334, ../scss/header/_header.scss */
.block-search input[type="text"] {
  color: #999999;
  background-color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #000000;
  font-style: italic;
  height: 40px;
  border-top-width: 0;
  border-bottom-width: 0;
  text-transform: uppercase;
}
/* line 345, ../scss/header/_header.scss */
.block-search .button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 0;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
/* line 365, ../scss/header/_header.scss */
.block-search .button span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 376, ../scss/header/_header.scss */
.block-search .button:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 391, ../scss/header/_header.scss */
.block-search .button:hover:before {
  color: #282828;
}
/* line 394, ../scss/header/_header.scss */
.block-search .button:active:before {
  color: inherit;
}
/* line 397, ../scss/header/_header.scss */
.block-search .button:focus,
.block-search .button:active {
  background: none;
  border: none;
}
/* line 402, ../scss/header/_header.scss */
.block-search .button:hover {
  background: none;
  border: none;
}
/* line 406, ../scss/header/_header.scss */
.block-search .button.disabled,
.block-search .button:focus:before {
  color: #282828;
}
/* line 411, ../scss/header/_header.scss */
.block-search .button:before {
  color: #999999;
}
/* line 415, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable {
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
/* line 422, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input {
  float: left;
  width: 35%;
}
/* line 425, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .current-cat {
  display: block;
  padding: 9px 10px 8px;
  min-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right-style: solid;
  border-right-width: 2px;
  cursor: pointer;
}
/* line 436, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .cat-tree {
  padding: 15px 10px;
}
/* line 438, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .cat-input .cat-tree li {
  cursor: pointer;
}
/* line 441, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable input[type="text"] {
  float: right;
  width: 65%;
  border: none;
  border-radius: 0;
  height: 35px !important;
  line-height: 36px;
  text-transform: none;
}
/* line 450, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .button {
  width: 35px;
  height: 35px;
}
/* line 453, ../scss/header/_header.scss */
.sticky-menu:not(.active) .block-search .cat-search-enable .button:before {
  line-height: 35px;
}

/* line 458, ../scss/header/_header.scss */
.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* line 465, ../scss/header/_header.scss */
.block-search input ::-webkit-input-placeholder {
  color: #999999;
}

/* line 468, ../scss/header/_header.scss */
.block-search input :-moz-placeholder {
  color: #999999;
}

/* line 471, ../scss/header/_header.scss */
.block-search input ::-moz-placeholder {
  color: #999999;
}

/* line 474, ../scss/header/_header.scss */
.block-search input :-ms-input-placeholder {
  color: #999999;
}

/*----- Codazon Search box*/
/* line 480, ../scss/header/_header.scss */
.block-search .label.active + .control input {
  position: static;
}

/* line 483, ../scss/header/_header.scss */
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
/* line 489, ../scss/header/_header.scss */
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 493, ../scss/header/_header.scss */
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
/* line 501, ../scss/header/_header.scss */
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
/* line 508, ../scss/header/_header.scss */
.search-autocomplete ul li:first-child {
  border-top: none;
}
/* line 511, ../scss/header/_header.scss */
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
/* line 516, ../scss/header/_header.scss */
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}

/* line 523, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}

/* line 526, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}

/* line 529, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}

/* line 538, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}

/* line 541, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}

/* line 546, ../scss/header/_header.scss */
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}

/* line 549, ../scss/header/_header.scss */
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 557, ../scss/header/_header.scss */
.search-terms {
  line-height: 2em;
}

/* line 560, ../scss/header/_header.scss */
.search-terms li {
  display: inline-block;
  margin-right: 10px;
}

/* line 565, ../scss/header/_header.scss */
.search-autocomplete {
  margin-top: 0;
}

/* line 568, ../scss/header/_header.scss */
.mobile-search-wrapper .block-search {
  width: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 574, ../scss/header/_header.scss */
.mobile-search-wrapper .block-search input[type="text"] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* line 578, ../scss/header/_header.scss */
.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #999999;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 588, ../scss/header/_header.scss */
.mobile-search-wrapper .block-search .mobile-search-icon span {
  font-size: 0;
}

/* line 591, ../scss/header/_header.scss */
.mobile-search-wrapper .block-search .mobile-search-icon span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 20px;
  line-height: 40px;
}

/* line 603, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 3px 3px #e1e1e1;
  -moz-box-shadow: 0 3px 3px #e1e1e1;
  -webkit-box-shadow: 0 3px 3px #e1e1e1;
  -o-box-shadow: 0 3px 3px #e1e1e1;
  -ms-box-shadow: 0 3px 3px #e1e1e1;
  width: 280px;
}

/* line 617, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .label {
  display: none;
}

/* line 620, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .minisearch {
  position: relative;
  border: 1px solid #999999;
}

/* line 624, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .control {
  padding-right: 40px;
}

/* line 627, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 633, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog input[type="text"] {
  border: 0px solid;
  color: #999999;
  background-color: transparent;
  border-color: #999999;
  font-style: italic;
  height: 40px;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 643, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}

/* line 661, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 671, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 40px;
  color: #999999;
  content: '\f002 ';
  font-family: FontAwesome;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

/* line 686, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #282828;
}

/* line 689, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:active:before {
  color: inherit;
}

/* line 692, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:focus,
.mobile-search-wrapper .ui-dialog .button:active {
  background: none;
  border: none;
}

/* line 697, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:hover {
  background: none;
  border: none;
}

/* line 701, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button.disabled,
.mobile-search-wrapper .ui-dialog .button[disabled],
fieldset[disabled] .mobile-search-wrapper .ui-dialog .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* line 708, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #282828;
}

/* line 711, ../scss/header/_header.scss */
.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

/*------Search area*/
/* line 717, ../scss/header/_header.scss */
.header .cdz-bottom-logo-cart {
  padding: 30px 10px 30px;
}
/* line 719, ../scss/header/_header.scss */
.header .cdz-bottom-logo-cart .logo strong {
  display: none;
}
/* line 720, ../scss/header/_header.scss */
.header .cdz-bottom-logo-cart .cdz-header-cart {
  float: right !important;
  width: auto;
}
/* line 723, ../scss/header/_header.scss */
.cdz-rtl .header .cdz-bottom-logo-cart .cdz-header-cart {
  float: left !important;
}

/* line 729, ../scss/header/_header.scss */
.cart-icon:before {
  background-color: transparent;
  background-image: url("../images/icon.png");
  background-position: 7px 8px;
  background-repeat: no-repeat;
  border-right: 0 solid #e7e7e7;
  content: "";
  display: inline-block;
  min-height: 41px;
  padding: 7px 10px;
  vertical-align: top;
  width: 40px;
}

/* line 742, ../scss/header/_header.scss */
.cdz-top-cart.cdz-dropdown .cdz-trigger::after {
  display: none;
}

/* line 743, ../scss/header/_header.scss */
.cart-icon .cart-qty {
  background: #fc7070 none repeat scroll 0 0;
  border: 0 solid #999999;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  height: 18px;
  left: 27px;
  line-height: 19px;
  margin: 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: -3px;
  vertical-align: top;
  white-space: normal;
  font-size: 12px;
  font-weight: bold;
}
/* line 763, ../scss/header/_header.scss */
.cdz-rtl .cart-icon .cart-qty {
  left: auto;
  right: 0px;
}

/* line 768, ../scss/header/_header.scss */
.cart-label {
  display: none;
}

/* line 769, ../scss/header/_header.scss */
.cart-icon .cart-subtotal .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 10px 0 10px 15px;
  vertical-align: middle;
}

/* line 777, ../scss/header/_header.scss */
.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px;
}

/* line 778, ../scss/header/_header.scss */
.block-cart.cdz-dropdown-content .empty {
  text-align: center;
}

/* line 779, ../scss/header/_header.scss */
.block-cart.cdz-dropdown-content .block-title {
  display: none;
}

/* line 781, ../scss/header/_header.scss */
.block-cart .button {
  float: none;
  width: 100%;
  background: #282828;
  color: white;
}

/* line 788, ../scss/header/_header.scss */
.header .block-cart, .header .block:not(.block-static-block) {
  padding: 0;
}
/* line 790, ../scss/header/_header.scss */
.header .block-cart .cdz-dropdown-content, .header .block:not(.block-static-block) .cdz-dropdown-content {
  padding: 20px 0 0;
}
/* line 794, ../scss/header/_header.scss */
.header .block-cart .block-content, .header .block:not(.block-static-block) .block-content {
  padding: 15px 0 0;
  margin: 0;
}
/* line 797, ../scss/header/_header.scss */
.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 20px;
}
/* line 798, ../scss/header/_header.scss */
.header .block-cart .summary .cart-total-title, .header .block:not(.block-static-block) .summary .cart-total-title {
  float: left;
}
/* line 799, ../scss/header/_header.scss */
.header .block-cart .summary .cart-total-title h4, .header .block:not(.block-static-block) .summary .cart-total-title h4 {
  margin-bottom: 10px;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 800, ../scss/header/_header.scss */
.header .block-cart .summary .cart-total-title p, .header .block:not(.block-static-block) .summary .cart-total-title p {
  margin: 0;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  font-weight: 600;
}
/* line 802, ../scss/header/_header.scss */
.header .block-cart .summary .subtotal, .header .block:not(.block-static-block) .summary .subtotal {
  float: right;
  text-align: right;
}
/* line 803, ../scss/header/_header.scss */
.header .block-cart .summary .subtotal .sub-total-label, .header .block:not(.block-static-block) .summary .subtotal .sub-total-label {
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 804, ../scss/header/_header.scss */
.header .block-cart .summary .subtotal .price, .header .block:not(.block-static-block) .summary .subtotal .price {
  display: block;
}
/* line 808, ../scss/header/_header.scss */
.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
  clear: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px 20px;
}
/* line 809, ../scss/header/_header.scss */
.header .block-cart .actions .button, .header .block:not(.block-static-block) .actions .button {
  float: none;
  width: 100%;
}
/* line 813, ../scss/header/_header.scss */
.header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
  display: none;
}
/* line 814, ../scss/header/_header.scss */
.header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
  clear: left;
  margin-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px 10px;
}
/* line 815, ../scss/header/_header.scss */
.header .block-cart .mini-products-list li.item, .header .block:not(.block-static-block) .mini-products-list li.item {
  margin: 0 0 10px 0px;
}
/* line 818, ../scss/header/_header.scss */
.header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: 20x;
  padding: 10px 20px;
  display: block;
  text-align: center;
}
/* line 822, ../scss/header/_header.scss */
.header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
  font-size: 0;
}
/* line 823, ../scss/header/_header.scss */
.header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F044";
  font-size: 18px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  top: 30px;
  color: #282828;
}
/* line 837, ../scss/header/_header.scss */
.header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 838, ../scss/header/_header.scss */
.header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 15px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #282828;
  padding: 0 2px;
  border: 1px solid #282828;
  border-radius: 2px;
}
/* line 855, ../scss/header/_header.scss */
.header .block-cart .btn-remove:after, .header .block:not(.block-static-block) .btn-remove:after {
  display: none;
}
/* line 856, ../scss/header/_header.scss */
.header .block-cart .mini-products-list .product-image, .header .block:not(.block-static-block) .mini-products-list .product-image {
  min-width: 50px;
}
/* line 857, ../scss/header/_header.scss */
.header .block-cart .mini-products-list .product-details, .header .block:not(.block-static-block) .mini-products-list .product-details {
  position: relative;
  margin-left: 70px;
}
/* line 858, ../scss/header/_header.scss */
.header .block-cart .product-details-name, .header .block:not(.block-static-block) .product-details-name {
  float: left;
  margin-right: 30px;
}
/* line 859, ../scss/header/_header.scss */
.header .block-cart .mini-products-list .product-details .product-name, .header .block:not(.block-static-block) .mini-products-list .product-details .product-name {
  padding: 0;
  margin: 0;
}
/* line 860, ../scss/header/_header.scss */
.header .block-cart .mini-products-list li.item, .header .block:not(.block-static-block) .mini-products-list li.item {
  margin-bottom: 20px;
}
/* line 861, ../scss/header/_header.scss */
.header .block-cart .mini-products-list li.item.last, .header .block:not(.block-static-block) .mini-products-list li.item.last {
  margin-bottom: 0;
}

/* line 864, ../scss/header/_header.scss */
.header .block-login .actions {
  border-bottom: 0px solid #e1e1e1 !important;
  padding: 0px !important;
}

/*Logo and Cart area*/
/*================ CdzCart Bottom ===================*/
/* line 868, ../scss/header/_header.scss */
.footer-cart {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
/* line 874, ../scss/header/_header.scss */
.footer-cart:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -3px;
  left: 0;
  height: 3px;
  box-shadow: 0 2px 3px #e1e1e1;
}
/* line 883, ../scss/header/_header.scss */
.footer-cart .cart-trigger {
  position: absolute;
  background: #fc7070;
  color: #fff;
  top: -34px;
  left: 0;
  font-size: 85%;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  z-index: 200;
  cursor: pointer;
  text-decoration: none;
}
/* line 895, ../scss/header/_header.scss */
.footer-cart .cart-trigger:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-size: 16px;
  margin: 0 5px;
  float: right;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: -1px;
}
/* line 911, ../scss/header/_header.scss */
.footer-cart.active .cart-trigger:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 918, ../scss/header/_header.scss */
.footer-cart .cart-content {
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 85px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
/* line 925, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-icon {
  width: 0;
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
/* line 931, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out {
  float: right;
  padding: 20px;
  width: 421px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dfdfdf;
}
/* line 939, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary {
  float: left;
  width: 190px;
}
/* line 942, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .cart-total-title {
  display: inline-block;
  width: 100%;
}
/* line 945, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .cart-total-title h4 {
  float: left;
  margin: 0;
  margin-right: 10px;
}
/* line 946, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .cart-total-title .amount {
  float: right;
  margin: 0;
}
/* line 948, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .subtotal {
  display: inline-block;
  width: 100%;
}
/* line 951, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .subtotal .sub-total-label {
  float: left;
  margin-right: 10px;
}
/* line 952, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .summary .subtotal .price {
  float: right;
  font-weight: 700;
}
/* line 955, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .actions {
  float: right;
  height: 100px;
  margin: -20px 0;
  border-left: 1px solid #dfdfdf;
  padding: 20px 0;
  padding-left: 20px;
}
/* line 962, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .actions button.button {
  padding: 10px 20px;
}
/* line 964, ../scss/header/_header.scss */
.footer-cart .cart-content .check-out .actions button.button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-size: 16px;
  margin-right: 10px;
}
/* line 971, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items {
  float: left;
  padding-left: 20px;
  width: calc(100% - 420px);
  overflow-x: auto;
}
/* line 977, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-items-inner {
  display: block;
  overflow-x: auto;
}
/* line 978, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-products-list {
  float: left;
  white-space: nowrap;
  font-size: 0;
}
/* line 979, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .product {
  position: relative;
  cursor: pointer;
}
/* line 982, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .product strong {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  background: #fc7070;
  color: #fff;
  display: block;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
/* line 997, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .product:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14b";
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 1;
}
/* line 1005, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item {
  position: relative;
  width: 80px;
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0;
}
/* line 1012, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item input.item-qty {
  height: 23px;
  width: 40px;
  text-align: center;
}
/* line 1018, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .btn-remove {
  border: none;
  background: none;
  display: block;
  float: none;
  clear: both;
  font-size: 10px;
  width: auto;
  color: #f86532;
  line-height: 1.35;
  margin-top: 17px;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 1034, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .btn-remove:after {
  display: none;
}
/* line 1038, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .btn-edit {
  font-size: 11px;
  float: right;
  padding: 3px 5px 2px;
}
/* line 1042, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .btn-edit:before {
  display: none;
}
/* line 1046, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .product-details {
  position: absolute;
  left: 100%;
  top: 0;
  float: left;
  height: 100%;
  padding: 5px 10px;
  background: #F4F4F4;
  width: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 2;
}
/* line 1077, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .product-details .product-hover-container {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 1081, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item .product-details .product-hover-container .product-hover-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 1087, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .cart-item.active .product-details {
  width: 100px;
  padding: 5px 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: inherit;
}
/* line 1101, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1106, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-next,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-next {
  left: -35px;
  top: 10px;
  right: auto;
}
/* line 1110, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-next:before,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-next:before {
  line-height: 21px;
  font-size: 25px;
}
/* line 1115, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-prev,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -35px;
  top: 45px;
  right: auto;
}
/* line 1119, ../scss/header/_header.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'].owl-prev:before,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  line-height: 21px;
  font-size: 25px;
}

/*Custom RTL*/
/* line 1131, ../scss/header/_header.scss */
.cdz-rtl .cdz-top-login.cdz-dropdown .cdz-dropdown-content,
.cdz-rtl .block-cart.cdz-dropdown-content {
  left: 0;
  right: auto;
}
/* line 1136, ../scss/header/_header.scss */
.cdz-rtl .block-search {
  float: left;
}
/* line 1138, ../scss/header/_header.scss */
.cdz-rtl .block-search .button {
  float: left;
  left: 0;
  right: auto;
}
/* line 1142, ../scss/header/_header.scss */
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input {
  float: right;
}
/* line 1144, ../scss/header/_header.scss */
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input .current-cat {
  border-left-style: solid;
  border-left-width: 2px;
  border-right-width: 0px;
}
/* line 1149, ../scss/header/_header.scss */
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable .cat-input .cdz-dropdown-content {
  left: auto;
  right: 0;
}
/* line 1154, ../scss/header/_header.scss */
.cdz-rtl .sticky-menu:not(.active) .cat-search-enable input[type="text"] {
  float: left;
  padding-left: 40px;
  padding-right: 10px;
}
/* line 1162, ../scss/header/_header.scss */
.cdz-rtl .header .cdz-header-top .cdz-dropdown {
  margin-left: 15px;
  margin-right: 0px;
}
/* line 1166, ../scss/header/_header.scss */
.cdz-rtl .header .cdz-header-top .cdz-top-link {
  float: left;
}
/* line 1168, ../scss/header/_header.scss */
.cdz-rtl .header .cdz-header-top .cdz-top-link .link {
  margin-left: 0px;
  margin-right: 20px;
}
/* line 1172, ../scss/header/_header.scss */
.cdz-rtl .header .cdz-header-top .cdz-top-link li a:before {
  margin-right: 0px;
  margin-left: 5px;
}

/*Header 02*/
/* line 2, ../scss/header/_header-02.scss */
.cms-index-index
.cdz-header-style-02 {
  margin-bottom: 20px;
}

/* line 8, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top {
  border: 0;
  margin-top: 20px;
  border-radius: 5px 5px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 14, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
  float: right;
  margin-right: 195px;
}
/* line 18, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link a {
  padding: 8px 0px;
}
/* line 24, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top .cdz-col-left .cdz-trigger {
  padding: 8px 0px;
  display: inline-block;
}
/* line 28, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top .cdz-col-left .store-switcher {
  padding-left: 10px;
}
/* line 31, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-top .cdz-col-right .cdz-top-cart {
  margin-right: -10px;
  margin-top: -5px;
}
/* line 38, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-bottom {
  border-radius: 0px 0px 5px 5px;
}
/* line 42, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .block-search input[type="text"] {
  border: 0;
  height: 30px !important;
  line-height: 30px;
  border-radius: 15px;
  float: right;
}
/* line 48, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .block-search input[type="text"]:focus {
  border: 0;
  outline: none;
}
/* line 53, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .block-search .button {
  height: 30px;
  width: 40px;
}
/* line 56, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .block-search .button:before {
  line-height: 30px;
}
/* line 59, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .block-search .button:hover {
  background: transparent !important;
}
/* line 64, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
/* line 67, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-header-bottom .cdz-header-menu {
  padding-right: 10px;
}
/* line 72, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart {
  padding: 0;
}
/* line 74, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart h1.logo {
  padding-left: 10px;
}
/* line 78, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  padding: 5px 15px;
  margin: 0 0 10px;
  border-radius: 15px;
  border: 2px solid;
}
/* line 83, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
  border: 2px solid;
  border-radius: 15px;
}
/* line 89, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-size: 21px;
  bottom: -7px;
}
/* line 99, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu:not(.active) .block-search {
  width: 100%;
}
/* line 102, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .sticky-menu:not(.active) .block-search input[type="text"] {
  padding-right: 8px;
  padding-left: 40px;
}
/* line 109, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  position: absolute;
  top: -68px;
  right: -11px;
}
/* line 114, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  float: right;
  width: auto;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 0 5px 0 0;
  height: 38px;
}
/* line 123, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  font-family: arial;
  font-weight: bold;
  padding: 10px 0 0px 5px;
}
/* line 129, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-qty {
  left: -10px;
  border-radius: 5px;
}
/* line 134, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
  display: inherit;
  padding: 10px 0 0px;
}
/* line 138, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 21px;
  padding: 7px 0 0;
  min-height: 35px;
  width: 30px;
}
/* line 149, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 152, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-header-logo {
  display: none;
}
/* line 155, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-header-menusearch {
  width: 100%;
}
/* line 158, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  position: absolute;
  top: -3px;
  right: 0;
}
/* line 167, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  margin: 0;
}
/* line 175, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .logo {
  width: 100%;
}
/* line 179, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .block-search input[type="text"] {
  padding: 0;
  margin: 0;
}
/* line 184, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  border: 0;
  padding: 0 10px;
}
/* line 190, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  background-color: transparent;
  float: right;
  width: auto;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 0 5px 0 0;
  height: 38px;
}
/* line 198, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-subtotal, .cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  display: none !important;
}
/* line 203, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
  font-family: arial;
  font-weight: bold;
  padding: 10px 0 0px 5px;
}
/* line 209, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-qty {
  left: auto;
  right: 0px;
  border-radius: 5px;
}
/* line 215, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  display: inherit;
  padding: 10px 0 0px;
}
/* line 219, ../scss/header/_header-02.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 21px;
  padding: 7px 0 0;
  min-height: 35px;
  width: 30px;
}

@media (min-width: 992px) {
  /* line 231, ../scss/header/_header-02.scss */
  .cdz-header-style-02 .header .cdz-bottom-logo-cart h1.logo {
    margin-top: -7px;
  }
}
/*============RTL HEADER 02=============*/
/* line 238, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
  float: left;
  margin-right: 0 !important;
  margin-left: 160px;
}
/* line 243, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .cdz-header-top .cdz-col-left .store-switcher {
  padding-left: 0;
}
/* line 245, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  left: 0;
  right: auto;
}
/* line 248, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-qty {
  left: auto;
  right: -10px;
}
/* line 253, ../scss/header/_header-02.scss */
.cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search {
  float: right;
}

/*Default Footer*/
/* line 1, ../scss/footer/_footer.scss */
.footer-top-ads {
  color: #282828;
}
/* line 3, ../scss/footer/_footer.scss */
.footer-top-ads .ftop-ads-title {
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 8, ../scss/footer/_footer.scss */
.footer-top-ads .ftop-ads-small {
  font-size: 90%;
  clear: left;
  margin: 0;
}
/* line 13, ../scss/footer/_footer.scss */
.footer-top-ads .ftop-newsletter {
  margin: 0;
}
/* line 16, ../scss/footer/_footer.scss */
.footer-top-ads .block.block-subscribe {
  margin-bottom: 0;
}
/* line 18, ../scss/footer/_footer.scss */
.footer-top-ads .block.block-subscribe .block-title {
  display: none;
}

/* line 23, ../scss/footer/_footer.scss */
.ftop-newsletter .block.block-subscribe .block-content, .cdz-popup-newsletter .block.block-subscribe .block-content {
  float: none;
  width: 50%;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 27, ../scss/footer/_footer.scss */
.cdz-popup-newsletter .block.block-subscribe .input-box {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 28, ../scss/footer/_footer.scss */
.cdz-popup-newsletter .block.block-subscribe .block-content {
  width: 100%;
}
/* line 30, ../scss/footer/_footer.scss */
.cdz-popup-newsletter .block.block-subscribe .block-content .input-box {
  display: inline-block;
  text-decoration: none;
  display: block;
  width: 344px;
}

/* line 43, ../scss/footer/_footer.scss */
.ftop-newsletter .block.block-subscribe .block-content {
  margin: 15px auto;
  padding: 0;
}
/* line 46, ../scss/footer/_footer.scss */
.ftop-newsletter .block.block-subscribe .block-content .input-box {
  display: inline-block;
  text-decoration: none;
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 57, ../scss/footer/_footer.scss */
.ftop-newsletter .block.block-subscribe .actions {
  margin: 0;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 63, ../scss/footer/_footer.scss */
.cdz-rtl .ftop-newsletter .block.block-subscribe .actions {
  float: right;
  right: auto;
  left: 0;
}
/* line 68, ../scss/footer/_footer.scss */
.ftop-newsletter .block.block-subscribe .actions button {
  padding: 6px 20px 7px;
  margin: 0;
}

/* line 75, ../scss/footer/_footer.scss */
.block.block-subscribe {
  margin-bottom: 20px;
}
/* line 77, ../scss/footer/_footer.scss */
.block.block-subscribe .title {
  display: none;
}
/* line 80, ../scss/footer/_footer.scss */
.block.block-subscribe .form.subscribe {
  display: table;
  width: 100%;
}
/* line 84, ../scss/footer/_footer.scss */
.block.block-subscribe .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 91, ../scss/footer/_footer.scss */
.block.block-subscribe .block-content .input-box:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 40px;
  color: #c2c2c2;
  content: '\f0e0';
  font-family: FontAwesome;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
/* line 106, ../scss/footer/_footer.scss */
.cdz-rtl .block.block-subscribe .block-content .input-box:before {
  margin: 0 8px 0 0px;
}
/* line 108, ../scss/footer/_footer.scss */
.block.block-subscribe .block-content input {
  padding-left: 35px;
  height: 40px !important;
  border: 3px solid;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
/* line 115, ../scss/footer/_footer.scss */
.cdz-rtl .block.block-subscribe .block-content input {
  padding-left: 10px;
  padding-right: 35px;
}
/* line 120, ../scss/footer/_footer.scss */
.block.block-subscribe .block-content input[type="email"] {
  background: #ffffff;
  color: #646464;
}
/* line 125, ../scss/footer/_footer.scss */
.block.block-subscribe .field {
  margin: 0 0 10px;
}
/* line 128, ../scss/footer/_footer.scss */
.block.block-subscribe .actions button {
  padding: 8px 20px;
  float: none;
  margin-top: 10px;
}
/* line 133, ../scss/footer/_footer.scss */
.block.block-subscribe .action.subscribe {
  min-height: 41px;
}

/* Codazon_Footer*/
/* line 140, ../scss/footer/_footer.scss */
.page-footer ul, .page-footer li {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 146, ../scss/footer/_footer.scss */
.page-footer .top-footer-wrapper {
  padding: 30px 0;
}
/* line 149, ../scss/footer/_footer.scss */
.page-footer .footer-container-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}
/* line 153, ../scss/footer/_footer.scss */
.page-footer .footer-content-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 156, ../scss/footer/_footer.scss */
.page-footer .footer-content-top .block-static-block.widget {
  margin-bottom: 0;
}
/* line 160, ../scss/footer/_footer.scss */
.page-footer .footer-bottom {
  padding: 30px 0;
}
/* line 163, ../scss/footer/_footer.scss */
.page-footer p.h5 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* line 169, ../scss/footer/_footer.scss */
.page-footer .footer-link {
  margin-top: -10px;
}
/* line 172, ../scss/footer/_footer.scss */
.page-footer .footer-link li a {
  display: block;
  padding: 10px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 184, ../scss/footer/_footer.scss */
.page-footer .footer-link li.last a {
  border-bottom: none;
}
/* line 190, ../scss/footer/_footer.scss */
.page-footer .item_tag {
  margin: 0 -5px;
}
/* line 193, ../scss/footer/_footer.scss */
.page-footer .item_tag li a {
  float: left;
  padding: 10px;
  border: 1px solid;
  margin: 5px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 205, ../scss/footer/_footer.scss */
.cdz-rtl .page-footer .item_tag li a {
  float: right;
}
/* line 211, ../scss/footer/_footer.scss */
.page-footer .footer-social {
  overflow: hidden;
  margin: 0 -5px;
  padding-top: 50px;
}
/* line 215, ../scss/footer/_footer.scss */
.page-footer .footer-social a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin: 0 10px 5px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid;
}
/* line 232, ../scss/footer/_footer.scss */
.cdz-rtl .page-footer .footer-social a {
  margin: 0 0px 5px 10px;
  float: right;
}
/* line 236, ../scss/footer/_footer.scss */
.page-footer .footer-social a span {
  font-size: 0;
}
/* line 238, ../scss/footer/_footer.scss */
.page-footer .footer-social a span:before {
  font-size: 14px;
}
/* line 244, ../scss/footer/_footer.scss */
.page-footer .bottom-footer-wrapper {
  padding: 30px 0 20px;
  overflow: hidden;
  border-top: 2px solid;
}
/* line 248, ../scss/footer/_footer.scss */
.page-footer .bottom-footer-wrapper .block-static-block.widget {
  margin-bottom: 0;
}
/* line 252, ../scss/footer/_footer.scss */
.page-footer .copyright {
  float: left;
}
/* line 255, ../scss/footer/_footer.scss */
.page-footer address {
  margin-top: 5px;
}
/* line 258, ../scss/footer/_footer.scss */
.page-footer .footer-custom-block {
  float: right;
}
/* line 261, ../scss/footer/_footer.scss */
.page-footer .footer-bottom-link {
  margin: 0 -10px 10px;
  text-align: right;
}
/* line 264, ../scss/footer/_footer.scss */
.page-footer .footer-bottom-link li {
  display: inline-block;
  margin: 0 10px;
}
/* line 270, ../scss/footer/_footer.scss */
.page-footer .links {
  display: none;
}
/* line 271, ../scss/footer/_footer.scss */
.page-footer .cdz-footer-bottom-payment {
  display: block;
  float: right;
}
/* line 272, ../scss/footer/_footer.scss */
.page-footer .footer address {
  border: 0;
}

/* line 2, ../scss/footer/_footer-02.scss */
.newsletter-style02 .block.block-subscribe {
  margin-bottom: 20px;
}

/* line 10, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content {
  margin: 0;
  width: auto;
}
/* line 13, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
  width: 75%;
}
/* line 15, ../scss/footer/_footer-02.scss */
.cdz-rtl .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
  float: right;
}
/* line 18, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border: 1px solid;
  border-radius: 3px;
}
/* line 23, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
  float: right;
}
/* line 25, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
  border-radius: 5px;
}
/* line 30, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .social {
  text-align: right;
  margin: 20px 0 0;
}
/* line 33, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .social a {
  display: inline-block;
  border: 2px solid;
  min-width: 34px;
  min-height: 30px;
  border-radius: 6px;
  line-height: 30px;
  padding: 0;
  margin: 0px 5px 0 0;
  text-align: center;
}
/* line 43, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .social a .fa {
  font-size: 0;
}
/* line 45, ../scss/footer/_footer-02.scss */
.footer-newsletter-02 .social a .fa:before {
  font-size: 14px;
}

/* line 51, ../scss/footer/_footer-02.scss */
.page-footer .footer-newsletter-02.top-footer-wrapper {
  padding: 20px 0;
}

/* line 55, ../scss/footer/_footer-02.scss */
.fototer-contact span.fa {
  padding-right: 10px;
}
/* line 57, ../scss/footer/_footer-02.scss */
.cdz-rtl .fototer-contact span.fa {
  padding-right: 0px;
  padding-left: 10px;
}

/* line 65, ../scss/footer/_footer-02.scss */
.footer-style-02 .bottom-footer-wrapper {
  border-top: 1px solid;
}
/* line 70, ../scss/footer/_footer-02.scss */
.footer-style-02 .footer-link li.last {
  border: 0;
}

/* line 77, ../scss/footer/_footer-02.scss */
.cdz-footer-style-02 .footer-newsletter-02 .social {
  margin-top: 3px;
}

/*Page*/
/* line 1, ../scss/page/_catalog-grid-list.scss */
.toolbar {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  /*z-index:1;*/
  border: 0;
}
/* line 8, ../scss/page/_catalog-grid-list.scss */
.toolbar .pager,
.toolbar .to-top {
  display: none;
}
/* line 10, ../scss/page/_catalog-grid-list.scss */
.toolbar .pager .amount {
  display: none;
  text-transform: uppercase;
}
/* line 14, ../scss/page/_catalog-grid-list.scss */
.toolbar .pager .pages {
  display: none;
}
/* line 16, ../scss/page/_catalog-grid-list.scss */
.toolbar .pager .pages a {
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 20, ../scss/page/_catalog-grid-list.scss */
.toolbar .i-previous,
.toolbar .i-next {
  display: inline-block;
  padding: 2px 8px 3px !important;
  border: 1px solid !important;
  min-width: 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 28, ../scss/page/_catalog-grid-list.scss */
.toolbar .toolbar-switch, .toolbar .sort-by {
  margin: 10px 0;
  display: inline-block;
  float: right;
}
/* line 34, ../scss/page/_catalog-grid-list.scss */
.toolbar .toolbar-dropdown {
  width: 150px;
}
/* line 36, ../scss/page/_catalog-grid-list.scss */
.toolbar .toolbar-dropdown span.current {
  padding: 7px 10px;
}
/* line 38, ../scss/page/_catalog-grid-list.scss */
.toolbar .toolbar-dropdown span.current:after {
  margin-top: 3px;
}
/* line 42, ../scss/page/_catalog-grid-list.scss */
.toolbar .toolbar-dropdown ul {
  width: 150px;
  top: 35px;
}
/* line 47, ../scss/page/_catalog-grid-list.scss */
.toolbar .limiter {
  margin-right: 10px;
}
/* line 51, ../scss/page/_catalog-grid-list.scss */
.toolbar .sort-by > a {
  position: relative;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
}
/* line 56, ../scss/page/_catalog-grid-list.scss */
.toolbar .sort-by > a img {
  display: none;
}
/* line 59, ../scss/page/_catalog-grid-list.scss */
.toolbar .sort-by .sort-desc:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f175";
  font-size: 14px;
}
/* line 62, ../scss/page/_catalog-grid-list.scss */
.toolbar .sort-by .sort-asc:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f176";
  font-size: 14px;
}
/* line 65, ../scss/page/_catalog-grid-list.scss */
.toolbar .sort-by .v-middle {
  display: none;
}
/* line 69, ../scss/page/_catalog-grid-list.scss */
.toolbar .pager label, .toolbar .sort-by label, .toolbar .sorter label {
  margin-top: 5px;
}

/* line 73, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .toolbar {
  margin-top: 0;
}
/* line 76, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager .amount {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
/* line 81, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager .pages {
  display: inline;
  margin: 0;
  background: transparent;
  float: right;
}
/* line 87, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter {
  display: none;
}
/* line 88, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager {
  padding: 10px 0;
  display: block;
  margin: 0;
  float: none;
}
/* line 93, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager li {
  height: 34px;
  line-height: 34px !important;
  min-width: 34px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  border: 0;
  border-radius: 0;
}
/* line 103, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager li a {
  background: transparent;
  padding: 0 5px;
  border-radius: 0;
  border: none;
  display: block;
  line-height: 34px;
}
/* line 113, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager li.current a {
  padding: 0 5px;
  border-radius: 0;
  border: none;
  display: block;
}
/* line 122, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  line-height: 32px;
  height: 34px;
}
/* line 125, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager a.next:before, .toolbar-bottom .pager a.previous:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 21px;
}
/* line 129, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .pager a:focus, .toolbar-bottom .pager a:hover {
  background: transparent;
}
/* line 133, ../scss/page/_catalog-grid-list.scss */
.toolbar-bottom .sorter {
  display: none;
}

/*View mode*/
/* line 138, ../scss/page/_catalog-grid-list.scss */
.view-mode label {
  display: none;
}
/* line 139, ../scss/page/_catalog-grid-list.scss */
.view-mode .list {
  font-size: 0;
  display: inline-block;
  text-indent: -44499px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
}
/* line 143, ../scss/page/_catalog-grid-list.scss */
.view-mode .list:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  font-size: 21px;
}
/* line 148, ../scss/page/_catalog-grid-list.scss */
.view-mode .grid {
  font-size: 0;
  display: inline-block;
  text-indent: -44499px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  margin-right: 3px;
}
/* line 153, ../scss/page/_catalog-grid-list.scss */
.view-mode .grid:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00a";
  font-size: 21px;
}

/*Product list type*/
/* line 162, ../scss/page/_catalog-grid-list.scss */
.products-list li.item {
  padding: 0;
  border: 0;
}
/* line 166, ../scss/page/_catalog-grid-list.scss */
.widget.widget-static-block .products-list li.item .cdz-product-left {
  position: relative;
}
/* line 168, ../scss/page/_catalog-grid-list.scss */
.widget.widget-static-block .products-list li.item .cdz-product-left .qs-button {
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
  border: none;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #000;
  background: none;
}
/* line 179, ../scss/page/_catalog-grid-list.scss */
.widget.widget-static-block .products-list li.item .cdz-product-left .qs-button:before {
  content: "\f0b2";
  line-height: 1;
}
/* line 186, ../scss/page/_catalog-grid-list.scss */
.widget.widget-static-block .products-list li.item:hover .cdz-product-left .qs-button {
  display: block;
}
/* line 190, ../scss/page/_catalog-grid-list.scss */
.products-list .product-item-info {
  float: left;
  width: 100%;
  padding: 10px;
}
/* line 191, ../scss/page/_catalog-grid-list.scss */
.products-list .product-shop .desc {
  float: none;
  width: 100%;
  margin: 20px 0;
}
/* line 192, ../scss/page/_catalog-grid-list.scss */
.products-list .add-to-links {
  display: inline-block;
}
/* line 194, ../scss/page/_catalog-grid-list.scss */
.products-list .add-to-links li {
  border: 3px solid;
  cursor: pointer;
  display: inline-block;
  padding: 9px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0px;
}
/* line 204, ../scss/page/_catalog-grid-list.scss */
.products-list .add-to-links .compare:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f012";
  font-size: 16px;
}
/* line 205, ../scss/page/_catalog-grid-list.scss */
.products-list .add-to-links .wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  font-size: 16px;
}
/* line 207, ../scss/page/_catalog-grid-list.scss */
.products-list .btn-cart {
  width: 100%;
}
/* line 209, ../scss/page/_catalog-grid-list.scss */
.category-products .products-list .btn-cart {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 3px solid;
  min-width: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 228, ../scss/page/_catalog-grid-list.scss */
.category-products .products-list .btn-cart:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f291";
  font-size: 16px;
  line-height: 34px;
}

/* line 243, ../scss/page/_catalog-grid-list.scss */
.category-products .configurable-swatch-list {
  margin-bottom: 10px;
}

/* Filter navigation ------------*/
/* line 247, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav dd ol li a {
  color: #282828;
  padding: 5px 0;
}
/* line 248, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav dd ol li label {
  display: inline-block;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  padding: 0 2px;
  margin-left: 2px;
  border: 1px solid;
  border-radius: 2px;
  vertical-align: text-bottom;
  opacity: 0.5;
  font-family: arial;
  min-width: 15px;
  text-align: center;
}
/* line 265, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .price-btn {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 269, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .configurable-swatch-list .block-content dl dd li:before {
  display: none;
  font-size: 0;
}
/* line 270, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .configurable-swatch-list .swatch-link {
  position: relative;
}
/* line 272, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .configurable-swatch-list .swatch-link .count {
  display: inline-block;
  font-size: 10px;
  padding: 0 1px;
  color: #ccc;
  border-radius: 100px;
  margin-left: 2px;
  border: 1px solid;
  vertical-align: text-bottom;
  position: absolute;
  top: -2px;
  right: -5px;
  background: #fff;
  display: block;
  min-width: 15px;
  line-height: 13px;
  min-height: 13px;
  text-align: center;
  font-family: arial;
}
/* line 294, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .price-btn {
  border: 1px solid;
}
/* line 297, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid;
}
/* line 302, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .block-content > dl > dd.last {
  border: 0;
  padding: 0;
}
/* line 303, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .slider-handle {
  top: 0px;
}
/* line 304, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .price-form-container {
  padding: 20px 0 0;
}
/* line 305, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .slider.slider-horizontal .slider-tick, .block-layered-nav .slider.slider-horizontal .slider-handle {
  margin: 0 0 0 -3px;
}
/* line 306, ../scss/page/_catalog-grid-list.scss */
.block-layered-nav .slider-handle {
  width: 10px;
  height: 10px;
}

/* line 309, ../scss/page/_catalog-grid-list.scss */
.catalog-category-view .col1-layout .page-title {
  float: left;
  width: 100%;
}
/* line 311, ../scss/page/_catalog-grid-list.scss */
.catalog-category-view .col1-layout .page-title h1 {
  float: left;
  width: 70%;
}
/* line 313, ../scss/page/_catalog-grid-list.scss */
.catalog-category-view .col1-layout .category-products {
  clear: left;
}

/* line 318, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-title {
  border: 0;
  text-align: right;
}
/* line 321, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-title strong {
  margin: 0;
  border: 3px solid;
  padding: 5px 10px;
  cursor: pointer;
}
/* line 328, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-title strong:hover {
  margin: 0;
  border: 3px solid;
}
/* line 332, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-title strong:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b0";
  font-size: 14px;
  margin-right: 10px;
}
/* line 335, ../scss/page/_catalog-grid-list.scss */
.cdz-rtl #cdz-filter-bar .block-title strong:before {
  margin-right: 0px;
  margin-left: 10px;
}
/* line 344, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-content #narrow-by-list dt {
  margin-bottom: 10px;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 354, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
  width: 160px;
}
/* line 355, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-content #narrow-by-list .price-btn {
  border: 1px solid;
}
/* line 362, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-layered-nav .block-content dl dt:after {
  display: none;
}
/* line 363, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .filter-content {
  display: none;
}
/* line 365, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar dd ol li a {
  color: #282828;
  padding: 5px 0;
  display: inline-block;
}
/* line 366, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar dd ol li label {
  display: inline-block;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  padding: 0 2px;
  margin-left: 2px;
  border: 1px solid;
  border-radius: 2px;
  vertical-align: text-bottom;
  opacity: 0.5;
  font-family: arial;
  min-width: 15px;
  text-align: center;
}
/* line 383, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .configurable-swatch-list .block-content dl dd li:before {
  display: none;
  font-size: 0;
}
/* line 384, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .configurable-swatch-list .swatch-link {
  position: relative;
}
/* line 386, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  display: inline-block;
  font-size: 9px !important;
  padding: 0 1px;
  border-radius: 100px;
  margin-left: 2px;
  border: 1px solid;
  vertical-align: text-bottom;
  position: absolute;
  top: -2px;
  right: -5px;
  background: #fff;
  display: block;
  min-width: 15px;
  line-height: 13px !important;
  min-height: 13px;
  font-family: arial;
  text-align: center;
}
/* line 407, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-content > dl > dd {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid;
}
/* line 412, ../scss/page/_catalog-grid-list.scss */
#cdz-filter-bar .block-content > dl > dd.last {
  border: 0;
  padding: 0;
}

/* line 415, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

/* line 419, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

/* line 425, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

/* line 428, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #282828;
}

/* line 432, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 0;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 2px 6px 0px;
  white-space: nowrap;
  border-radius: 0;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 444, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

/* line 449, ../scss/page/_catalog-grid-list.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* ------------Filter navigation */
/* ------------Grid product for PC and Mobile */
/* line 464, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid li.item {
  padding: 0 10px;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-1 {
  width: 100%;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-2 {
  width: 50%;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-3 {
  width: 33.33333%;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-4 {
  width: 25%;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-5 {
  width: 20%;
}

/* line 469, ../scss/page/_catalog-grid-list.scss */
.category-products .products-grid .col-desktop-6 {
  width: 16.66667%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-1 {
    width: 100%;
  }

  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-2 {
    width: 50%;
  }

  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-3 {
    width: 33.33333%;
  }

  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-4 {
    width: 25%;
  }

  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-5 {
    width: 20%;
  }

  /* line 476, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-l-6 {
    width: 16.66667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-1 {
    width: 100%;
  }

  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-2 {
    width: 50%;
  }

  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-3 {
    width: 33.33333%;
  }

  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-4 {
    width: 25%;
  }

  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-5 {
    width: 20%;
  }

  /* line 484, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-tablet-p-6 {
    width: 16.66667%;
  }
}
@media (max-width: 767px) {
  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-1 {
    width: 100%;
  }

  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-2 {
    width: 50%;
  }

  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-3 {
    width: 33.33333%;
  }

  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-4 {
    width: 25%;
  }

  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-5 {
    width: 20%;
  }

  /* line 492, ../scss/page/_catalog-grid-list.scss */
  .category-products .products-grid .col-mobile-6 {
    width: 16.66667%;
  }
}
/* ------------Grid product for PC and Mobile */
/* line 504, ../scss/page/_catalog-grid-list.scss */
.themeframework-category-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
/* line 507, ../scss/page/_catalog-grid-list.scss */
.themeframework-category-index .col-main-containter .col-main .toolbar {
  margin-bottom: 10px;
}

/* line 514, ../scss/page/_catalog-grid-list.scss */
.cat-list .cat-item {
  margin-bottom: 0px;
  padding: 10px;
}
/* line 517, ../scss/page/_catalog-grid-list.scss */
.cat-list .cat-item .product-item-info {
  padding: 10px;
  border-radius: 5px;
}

/* line 2, ../scss/page/_product-detail.scss */
.product-view .product-shop-stock-avai {
  margin-bottom: 30px;
}
/* line 5, ../scss/page/_product-detail.scss */
.product-view .product-shop-wrap {
  margin-bottom: 30px;
  clear: left;
  float: left;
  width: 100%;
}
/* line 10, ../scss/page/_product-detail.scss */
.product-view .product-shop-wrap.product-shop-desc {
  margin-bottom: 0;
}
/* line 12, ../scss/page/_product-detail.scss */
.product-view .old-price {
  margin: 0;
}
/* line 13, ../scss/page/_product-detail.scss */
.product-view .product-shop {
  width: auto;
  float: none;
}
/* line 14, ../scss/page/_product-detail.scss */
.product-view .product-shop-title {
  margin-bottom: 5px;
}
/* line 15, ../scss/page/_product-detail.scss */
.product-view .product-name {
  margin: 0 0 10px;
}
/* line 16, ../scss/page/_product-detail.scss */
.product-view .product-img-box {
  width: inherit;
  min-width: 100%;
}
/* line 17, ../scss/page/_product-detail.scss */
.product-view .product-name h1 {
  border: 0;
  margin: 0px;
  padding: 0;
  line-height: 28px;
  text-transform: inherit;
}
/* line 18, ../scss/page/_product-detail.scss */
.product-view .product-shop-sku {
  clear: left;
  font-weight: 400;
  margin: 0;
}
/* line 21, ../scss/page/_product-detail.scss */
.product-view .product-shop-sku strong {
  font-weight: 400;
}
/* line 24, ../scss/page/_product-detail.scss */
.product-view .grouped-items-table {
  margin: 20px 0 0;
}
/* line 26, ../scss/page/_product-detail.scss */
.product-view .grouped-items-table tr td {
  padding: 4px 5px;
  vertical-align: middle;
}
/* line 28, ../scss/page/_product-detail.scss */
.product-view .availability label {
  display: none;
}
/* line 29, ../scss/page/_product-detail.scss */
.product-view .availability.in-stock {
  font-weight: 400;
}
/* line 31, ../scss/page/_product-detail.scss */
.product-view .product-options p.note {
  padding-top: 5px;
}
/* line 32, ../scss/page/_product-detail.scss */
.product-view #downloadable-links-list {
  margin: 0;
}
/* line 34, ../scss/page/_product-detail.scss */
.product-view #downloadable-links-list .label {
  display: inline-block;
}
/* line 39, ../scss/page/_product-detail.scss */
.product-view .availability.in-stock strong {
  font-weight: 400;
}
/* line 40, ../scss/page/_product-detail.scss */
.product-view .product-shop .ratings {
  text-align: right;
  margin: 0;
}
/* line 41, ../scss/page/_product-detail.scss */
.product-view .ratings .rating-links {
  clear: none;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
/* line 42, ../scss/page/_product-detail.scss */
.product-view .ratings .rating-links a {
  font-weight: 400;
}
/* line 43, ../scss/page/_product-detail.scss */
.product-view .no-rating {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 44, ../scss/page/_product-detail.scss */
.product-view .price-box {
  margin: 0;
}
/* line 45, ../scss/page/_product-detail.scss */
.product-view .product-shop-button, .product-view .product-shop-option {
  margin-bottom: 0;
}
/* line 46, ../scss/page/_product-detail.scss */
.product-view .product-shop-button .or, .product-view .product-shop-option .or {
  display: none;
}
/* line 48, ../scss/page/_product-detail.scss */
.product-view .qty_cart input.qty {
  width: 100%;
  margin: 0;
  border-right: 0;
  border-left: 0;
}
/* line 49, ../scss/page/_product-detail.scss */
.product-view .add-to-cart {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 52, ../scss/page/_product-detail.scss */
.product-view .product-shop .button.btn-cart,
.product-view .product-options-bottom .button.btn-cart {
  width: 100%;
}
/* line 55, ../scss/page/_product-detail.scss */
.product-view .cdz-social-listing li {
  float: left;
  margin-right: 20px;
}
/* line 58, ../scss/page/_product-detail.scss */
.cdz-rtl .product-view .cdz-social-listing li {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
/* line 65, ../scss/page/_product-detail.scss */
.product-view p.required, .product-view .validation-advice {
  display: none;
}
/* line 66, ../scss/page/_product-detail.scss */
.product-view .product-button-top {
  margin-bottom: 20px;
  float: left;
}
/* line 67, ../scss/page/_product-detail.scss */
.product-view .product-options dl.last dd.last {
  margin-bottom: 0;
}
/* line 68, ../scss/page/_product-detail.scss */
.product-view .product-options dl {
  margin-bottom: 30px;
}
/* line 69, ../scss/page/_product-detail.scss */
.product-view .product-options dl dt label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 70, ../scss/page/_product-detail.scss */
.product-view .action.primary, .product-view button.button {
  line-height: 28px;
}
/* line 72, ../scss/page/_product-detail.scss */
.product-view .add-to-links {
  margin-top: 20px;
  float: left;
  display: block;
  width: 100%;
}
/* line 75, ../scss/page/_product-detail.scss */
.product-view .add-to-links li {
  float: left;
  width: 50%;
}
/* line 77, ../scss/page/_product-detail.scss */
.product-view .add-to-links li a {
  padding: 10px;
  display: block;
  margin: 0 5px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 86, ../scss/page/_product-detail.scss */
.product-view .add-to-links li.compare a {
  margin: 0 0 0 10px;
}
/* line 89, ../scss/page/_product-detail.scss */
.product-view .product-shop-social {
  margin-top: 15px;
}
/* line 90, ../scss/page/_product-detail.scss */
.product-view .size-chart-btn {
  background: transparent;
  border: 0;
  text-decoration: underline;
}
/* line 96, ../scss/page/_product-detail.scss */
.product-view .nav-tab-content {
  padding: 15px 0 0;
}

/* line 100, ../scss/page/_product-detail.scss */
.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related {
  padding: 0;
}

/**/
/*Start Product media*/
/* line 105, ../scss/page/_product-detail.scss */
.product-view-media .more-views h2 {
  display: none;
}
/* line 106, ../scss/page/_product-detail.scss */
.product-view-media .more-views li {
  margin-bottom: 10px;
}
/* line 109, ../scss/page/_product-detail.scss */
.product-view-media .product-img-box .product-image {
  padding: 0 30px;
}
/* line 110, ../scss/page/_product-detail.scss */
.product-view-media .product-img-box .product-image #image {
  width: 100%;
}

/* line 116, ../scss/page/_product-detail.scss */
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-collateral,
.product-view .block-related,
.product-view .block-upsell {
  margin-bottom: 20px;
  padding: 20px;
}
/* line 123, ../scss/page/_product-detail.scss */
.product-view .product-essential .product-item-info,
.product-view .product-detail-tab .product-item-info,
.product-view .box-collateral .product-item-info,
.product-view .block-related .product-item-info,
.product-view .block-upsell .product-item-info {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/* line 130, ../scss/page/_product-detail.scss */
.product-view .product-detail-tab .box-collateral {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
/* line 135, ../scss/page/_product-detail.scss */
.product-view .product-detail-tab .box-collateral h2 {
  display: none;
}
/* line 139, ../scss/page/_product-detail.scss */
.product-view .product-detail-tab .nav-tabs .nav-tab-item .switch,
.product-view .product-detail-tab .nav.nav-tabs .nav-tab-item .switch {
  background: transparent !important;
}
/* line 143, ../scss/page/_product-detail.scss */
.product-view .box-reviews .form-list {
  width: 60%;
}
/* line 145, ../scss/page/_product-detail.scss */
.product-view .box-reviews .form-list textarea {
  min-height: 200px;
}
/* line 149, ../scss/page/_product-detail.scss */
.product-view .box-tags input.input-text {
  margin-bottom: 10px;
}

/*End Product media*/
/* line 157, ../scss/page/_product-detail.scss */
.product-view .box-collateral h2, .block-related .block-title {
  display: block;
  padding-bottom: 0px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/*.product-view .product-shop, .product-collateral, .product-view .block-related, .product-view.block-related {margin-bottom:60px;}*/
/* line 165, ../scss/page/_product-detail.scss */
.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  left: 0;
  transition: all 250ms ease 0s;
  font-weight: 500;
  display: block;
  float: left;
  padding-bottom: 5px;
}

/* line 174, ../scss/page/_product-detail.scss */
.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transition: all 250ms ease 0s;
  width: 50%;
}

/* line 183, ../scss/page/_product-detail.scss */
.product-button-top label {
  display: none;
}

/* line 184, ../scss/page/_product-detail.scss */
.qty-ctl {
  float: left;
  height: auto;
  line-height: normal;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 191, ../scss/page/_product-detail.scss */
.qty-ctl button {
  font-size: 0;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 1px solid;
  text-indent: 0;
  width: 40px;
  height: 40px;
  padding: 0 13px;
  position: relative;
  z-index: 1;
}

/* line 220, ../scss/page/_product-detail.scss */
.qty-ctl button.decrease:before {
  content: "-";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-left: 4px;
}

/* line 230, ../scss/page/_product-detail.scss */
.qty-ctl button.increase:before {
  content: "+";
  font-size: 20px;
  line-height: 0.5;
}

/* line 236, ../scss/page/_product-detail.scss */
.qty_cart input.qty {
  float: left;
  height: 40px;
  width: 120px !important;
  text-align: center;
  margin: 0 -1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*More view images and Slider ---*/
/* line 247, ../scss/page/_product-detail.scss */
.rsThumbsArrow {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 252, ../scss/page/_product-detail.scss */
.product-img-box .rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 20%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: none !important;
  display: inline-block;
  text-align: center;
  font-size: 0px;
}
/* line 266, ../scss/page/_product-detail.scss */
.product-img-box .rsUni .rsThumbsArrowLeft .rsThumbsArrowIcn {
  top: 60%;
}
/* line 269, ../scss/page/_product-detail.scss */
.product-img-box .rsUni .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  font-size: 21px;
  color: #fff;
}
/* line 281, ../scss/page/_product-detail.scss */
.product-img-box .rsUni .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0de";
  font-size: 21px;
  color: #fff;
}
/* line 293, ../scss/page/_product-detail.scss */
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowIcn {
  top: 45%;
}
/* line 294, ../scss/page/_product-detail.scss */
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\f0da";
}
/* line 295, ../scss/page/_product-detail.scss */
.product-img-box .rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\f0d9";
}

/*.rsMainSlideImage{float:right}*/
/* line 302, ../scss/page/_product-detail.scss */
.magnify {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  /*Multiple box shadows to achieve the glass effect*/
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /*hide the glass by default*/
  display: none;
}

/* line 315, ../scss/page/_product-detail.scss */
.more-views .rsUni .rsThumbsVer {
  z-index: 0;
}

/* line 318, ../scss/page/_product-detail.scss */
.rsUni .rsThumbsHor {
  margin-top: 10px;
}

/*--More view images and Slider*/
/*product review*/
/* line 322, ../scss/page/_product-detail.scss */
#product-review-table {
  margin-bottom: 20px;
}

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* line 5, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-post {
  background-color: #ffffff;
}
/* line 8, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-title {
  margin: 0px 0 10px;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 11, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-title a {
  color: #282828;
  text-decoration: none;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 15, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-title a:visited {
  color: #282828;
  text-decoration: none;
}
/* line 19, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-title a:hover, .cdz_wapper-blog01 .blog-title a:active {
  color: #fc7070;
  text-decoration: none;
}
/* line 25, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-text-link a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
/* line 29, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-text-link a:before {
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  font-size: 12px;
}
/* line 34, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-bottom {
  padding: 20px;
}
/* line 36, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-bottom .blog-author {
  display: none;
}
/* line 40, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-desc {
  color: #999999;
  font: 400 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 44, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .blog-text-link {
  margin: 0;
}
/* line 45, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-top {
  position: relative;
  overflow: hidden;
}
/* line 48, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-top .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #999999;
  font: 400 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
}
/* line 58, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-top .blog-date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  font-size: 16px;
  margin-right: 5px;
}
/* line 63, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-top a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 76, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .cdz-blog-top:hover a img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
/* line 84, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-controls {
  margin: 0;
}
/* line 85, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  margin-top: 0;
}
/* line 91, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  margin: 0 5px !important;
  padding: 0;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  left: calc((100% - 100px)/2);
  left: -webkit-calc((100% - 100px)/2);
  left: -o-calc((100% - 100px)/2);
  left: -moz-calc((100% - 100px)/2);
  right: auto;
  top: auto;
}
/* line 116, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 34px;
  content: '\f104';
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
/* line 129, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next {
  left: calc((100% - 0px)/2);
  left: -webkit-calc((100% - 0px)/2);
  left: -o-calc((100% - 0px)/2);
  left: -moz-calc((100% - 0px)/2);
}
/* line 134, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}
/* line 138, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* line 148, ../scss/page/_blog.scss */
.cdz_wapper-blog01 {
  background-color: transparent;
}

/* line 151, ../scss/page/_blog.scss */
.cdz_wapper-blog01 .owl-carousel .owl-stage-outer {
  padding-top: 50px;
}

/*AW Blog List and Post detail*/
/* line 155, ../scss/page/_blog.scss */
.postTitle {
  border: 0 !important;
  overflow: hidden;
}
/* line 158, ../scss/page/_blog.scss */
.postTitle h2 {
  text-transform: uppercase;
}
/* line 160, ../scss/page/_blog.scss */
.postTitle h2 a {
  color: #282828;
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 165, ../scss/page/_blog.scss */
.postTitle .postTitle-blog {
  float: left;
  width: 80%;
}
/* line 169, ../scss/page/_blog.scss */
.postTitle .addthis_toolbox {
  float: right;
}
/* line 172, ../scss/page/_blog.scss */
.postTitle .blog-date {
  color: #999999;
}

/* line 177, ../scss/page/_blog.scss */
.post-image {
  position: relative;
}
/* line 179, ../scss/page/_blog.scss */
.post-image .blog-date {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #fff;
  color: #333333;
  padding: 7px 10px;
  color: #999999;
  font: 400 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  float: left;
  width: 55px;
  text-align: center;
}

/* line 194, ../scss/page/_blog.scss */
.postContent .aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 203, ../scss/page/_blog.scss */
.postDetails {
  color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #999999;
  clear: left;
}

/* line 213, ../scss/page/_blog.scss */
.block-blog .block-content .menu-recent UL LI,
.block-blog .block-content .menu-categories UL LI {
  margin-left: 0;
}

/* line 217, ../scss/page/_blog.scss */
.block-blog .block-title strong {
  background: none !important;
  padding-left: 0 !important;
}

/* line 225, ../scss/page/_blog.scss */
.block-blog .block-content .menu-categories ul li, .block-blog .block-content .menu-recent ul li {
  border-top: 1px dashed #e1e1e1;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 229, ../scss/page/_blog.scss */
.block-blog .block-content .menu-categories ul li a, .block-blog .block-content .menu-recent ul li a {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 234, ../scss/page/_blog.scss */
.block-blog .block-content .menu-categories ul li:first-child, .block-blog .block-content .menu-recent ul li:first-child {
  padding-top: 0;
  border: 0;
  margin-top: 0;
}

/* line 244, ../scss/page/_blog.scss */
.postContent img {
  max-width: 100%;
  height: auto;
}

/* line 248, ../scss/page/_blog.scss */
.menu-tags, .menu-categories, .menu-recent {
  padding: 0;
  margin: 0 !important;
}

/* line 253, ../scss/page/_blog.scss */
.blog-post-view .post-image {
  margin-bottom: 20px;
}
/* line 255, ../scss/page/_blog.scss */
.blog-post-view .post-image img {
  width: 100%;
}
/* line 258, ../scss/page/_blog.scss */
.blog-post-view .post-image .blog-date {
  position: absolute;
  bottom: auto;
  top: 10px;
  left: 10px;
}
/* line 265, ../scss/page/_blog.scss */
.blog-post-view .postDetails {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 267, ../scss/page/_blog.scss */
.blog-post-view .postDetails h4 {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #fc7070;
}
/* line 268, ../scss/page/_blog.scss */
.blog-post-view .postDetails a {
  line-height: normal;
}
/* line 270, ../scss/page/_blog.scss */
.blog-post-view .postContent {
  clear: left;
}
/* line 273, ../scss/page/_blog.scss */
.blog-post-view .postTitle {
  overflow: hidden;
}

/* line 277, ../scss/page/_blog.scss */
.blog-index-list .toolbar {
  display: none;
}

/* line 278, ../scss/page/_blog.scss */
.postWrapper:last-child {
  padding-bottom: 0;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
/* line 286, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .post-items .owl-nav {
  margin: 0;
  display: none;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 292, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .post-items:hover .owl-nav {
  margin: 0;
  display: block;
}
/* line 300, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item h5.blog-title {
  padding: 20px 10px 0;
}
/* line 305, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  text-align: left;
}
/* line 307, ../scss/page/_blog.scss */
.cdz-rtl .cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  text-align: right;
}
/* line 311, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-author {
  font-size: 80%;
  padding: 0 10px 20px;
}
/* line 315, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-desc {
  padding: 0 10px 20px;
}
/* line 318, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-date {
  position: absolute;
  height: 45px;
  width: 45px;
  right: 10px;
  top: 0;
  padding: 5px 10px;
  font-size: 11px;
}
/* line 327, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-text-link {
  text-align: center;
  margin: 0 0 10px -10px;
}
/* line 330, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-text-link a {
  border: 1px solid;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 20px;
}
/* line 336, ../scss/page/_blog.scss */
.cdz-wapper-blog-02 .owl-item .blog-text-link a span {
  text-transform: uppercase;
  font-size: 80%;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
/* ============================================ *
* Codazon_Blog style 3 - Home Outdoor
* ============================================ */
/* line 353, ../scss/page/_blog.scss */
.cdz-wapper-blog-03 .cdz-block-title {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 50px;
}
/* line 358, ../scss/page/_blog.scss */
.cdz-wapper-blog-03 .cdz-post {
  text-align: center;
}
/* line 360, ../scss/page/_blog.scss */
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  padding: 2rem;
}
/* line 362, ../scss/page/_blog.scss */
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* line 1, ../scss/page/_checkout.scss */
.shipping .sp-methods {
  padding: 30px 0 20px;
  margin: 0;
}
/* line 2, ../scss/page/_checkout.scss */
.shipping .sp-methods dd {
  margin: 0 0 20px;
}

/* line 5, ../scss/page/_checkout.scss */
.cart .page-title h1 {
  border: 0;
  border-bottom: none;
  margin-top: 10px;
  margin-right: 10px;
  line-height: 30px;
  margin-bottom: 0;
}

/* line 7, ../scss/page/_checkout.scss */
.cart .page-title {
  border: 0;
  border-bottom: none;
  margin: 0 -10px;
  padding: 10px 10px 15px;
}

/* line 8, ../scss/page/_checkout.scss */
.cart form fieldset {
  margin-bottom: 20px;
  padding: 20px;
}

/* line 12, ../scss/page/_checkout.scss */
.cart-table {
  margin-bottom: 0;
}

/* line 13, ../scss/page/_checkout.scss */
.cart-collaterals {
  overflow: hidden;
  height: 100%;
}
/* line 15, ../scss/page/_checkout.scss */
.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px;
  min-height: 380px;
}
/* line 25, ../scss/page/_checkout.scss */
.cart-collaterals .form-list .field-select-box label {
  top: 7px;
}
/* line 26, ../scss/page/_checkout.scss */
.cart-collaterals .col-sm-16.first, .cart-collaterals .col-sm-16.last {
  padding: 0;
}
/* line 27, ../scss/page/_checkout.scss */
.cart-collaterals #discount-coupon-form .input-text, .cart-collaterals .cart .giftcard .input-text {
  width: 100%;
  margin: 4px 0px 0 0;
}
/* line 29, ../scss/page/_checkout.scss */
.cart-collaterals #shopping-cart-totals-table td {
  padding: 10px 0 10px 10px;
}
/* line 32, ../scss/page/_checkout.scss */
.cart-collaterals .totals {
  padding: 0 0 0 20px;
}
/* line 34, ../scss/page/_checkout.scss */
.cdz-rtl .cart-collaterals .totals {
  padding: 0 20px 0 0px;
}
/* line 35, ../scss/page/_checkout.scss */
.cart-collaterals .totals .checkout-types {
  float: none;
}
/* line 37, ../scss/page/_checkout.scss */
.cart-collaterals .totals .checkout-types .button {
  width: 100%;
}
/* line 41, ../scss/page/_checkout.scss */
.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 42, ../scss/page/_checkout.scss */
.cart-collaterals .buttons-set button.button {
  float: none;
  margin: 0;
}
/* line 43, ../scss/page/_checkout.scss */
.cart-collaterals .buttons-set {
  text-align: left;
  margin: 20px 0 0;
}
/* line 46, ../scss/page/_checkout.scss */
.cdz-rtl .cart-collaterals .buttons-set {
  text-align: right;
}
/* line 50, ../scss/page/_checkout.scss */
.cart-collaterals .shipping .buttons-set {
  margin: 20px 0 0;
}

/* line 52, ../scss/page/_checkout.scss */
.cart-collaterals #discount-coupon-form .input-text, .cart-collaterals .cart .giftcard .input-text {
  padding: 0 10px;
}

/*Custom Checkout form ------*/
/* line 57, ../scss/page/_checkout.scss */
.checkout-onepage-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}

/* line 60, ../scss/page/_checkout.scss */
.checkout-onepage-index .col-main {
  float: none;
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
/* line 65, ../scss/page/_checkout.scss */
.checkout-onepage-index .col-main .page-title {
  display: none;
}

/* line 68, ../scss/page/_checkout.scss */
#checkout-progress-wrapper {
  margin: 30px 0 60px;
}

/* line 69, ../scss/page/_checkout.scss */
.cdz-onestepcheckout {
  margin: 0px 0 60px;
}
/* line 71, ../scss/page/_checkout.scss */
.cdz-onestepcheckout li.section {
  width: 70%;
  margin: 0 auto;
  display: none;
}
/* line 74, ../scss/page/_checkout.scss */
.cdz-onestepcheckout li.section .step {
  padding: 20px !important;
}
/* line 80, ../scss/page/_checkout.scss */
.cdz-onestepcheckout li.section.active {
  display: block;
}
/* line 81, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .section .step-title {
  border: 0;
}
/* line 83, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .section .step-title h2 {
  text-align: center !important;
  float: none;
  padding: 0;
  margin: 0 0 20px;
  height: auto;
}
/* line 90, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .section .step-title span.number {
  display: none !important;
}
/* line 92, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .buttons-set {
  margin: 0 -20px -20px;
  background: #f4f4f4;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
/* line 99, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .buttons-set p.required {
  position: absolute;
  right: 10px;
  top: 10px;
  float: none;
}
/* line 100, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .buttons-set button.button {
  float: none;
  width: 40%;
}
/* line 105, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #opc-login {
  width: 40%;
}
/* line 108, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #opc-login #checkout-step-login .col-1 {
  float: none;
  width: 100%;
}
/* line 109, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #opc-login #checkout-step-login .col-2 {
  float: none;
  width: 100%;
}
/* line 111, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #opc-login .buttons-set {
  padding: 40px 20px;
}
/* line 113, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .please-wait {
  display: block;
}
/* line 114, ../scss/page/_checkout.scss */
.cdz-onestepcheckout .please-wait {
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  width: 200px;
  margin: 30px auto 0;
}
/* line 124, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #checkout-review-table-wrapper {
  padding-bottom: 20px;
}
/* line 126, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #review-buttons-container .f-left {
  float: none;
}
/* line 127, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #review-buttons-container .please-wait {
  float: none;
  margin: 30px auto 0;
}
/* line 130, ../scss/page/_checkout.scss */
.cdz-onestepcheckout #review-buttons-container {
  margin: 0 -20px -20px;
  width: auto;
}

/* line 132, ../scss/page/_checkout.scss */
#remember-me-box label {
  min-width: inherit;
}

/* line 134, ../scss/page/_checkout.scss */
.form-list .field label {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #999999;
}
/* line 138, ../scss/page/_checkout.scss */
.form-list .field.active label {
  background: #e1e1e1;
}
/* line 141, ../scss/page/_checkout.scss */
.form-list select {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #999999;
}
/* line 145, ../scss/page/_checkout.scss */
.form-list .validation-advice {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 148, ../scss/page/_checkout.scss */
.form-list .field.active .validation-advice {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 152, ../scss/page/_checkout.scss */
.form-list .field-select-box label {
  background: #e1e1e1;
}

/* line 160, ../scss/page/_checkout.scss */
.form-list .field {
  position: relative;
  clear: left;
}
/* line 161, ../scss/page/_checkout.scss */
.form-list .field label {
  top: 0px;
  right: auto;
  bottom: 0px;
  position: absolute;
  left: 10px;
  -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  -moz-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  line-height: 44px;
  margin: 0;
}
/* line 173, ../scss/page/_checkout.scss */
.form-list .field.active label {
  right: 10px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 10px;
  line-height: 20px;
  height: 24px;
}
/* line 182, ../scss/page/_checkout.scss */
.cdz-rtl .form-list .field.active label {
  right: auto;
  left: 10px;
}
/* line 187, ../scss/page/_checkout.scss */
.form-list select {
  max-width: inherit;
  padding: 9px 5px;
}
/* line 194, ../scss/page/_checkout.scss */
.form-list .validation-advice {
  position: absolute;
  top: 10px;
  font-style: italic;
  right: 10px;
}
/* line 201, ../scss/page/_checkout.scss */
.form-list .field.active .validation-advice {
  position: absolute;
  top: 10px;
  font-style: italic;
  right: 10px;
  display: none;
}
/* line 208, ../scss/page/_checkout.scss */
.form-list .fields {
  clear: left;
}
/* line 211, ../scss/page/_checkout.scss */
.form-list .fields .field:last-child {
  margin-right: 0;
}
/* line 214, ../scss/page/_checkout.scss */
.form-list .field-select-box label {
  right: 30px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 16px;
  line-height: 20px;
  height: 24px;
}
/* line 223, ../scss/page/_checkout.scss */
.cdz-rtl .form-list .field-select-box label {
  right: auto;
  left: 30px;
}
/* line 230, ../scss/page/_checkout.scss */
.form-list .wide.field-select-box label {
  display: none;
}
/* line 233, ../scss/page/_checkout.scss */
.form-list .wide.field-select-box select {
  padding: 5px;
}

/* line 238, ../scss/page/_checkout.scss */
.customer-account-index .block.block-banner,
.customer-account-index .block.block-reorder {
  display: none;
}

/* line 243, ../scss/page/_checkout.scss */
.form-list .wide {
  position: relative;
  clear: left;
}
/* line 244, ../scss/page/_checkout.scss */
.form-list .wide label {
  top: 0px;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  right: auto;
  bottom: 0px;
  position: absolute;
  left: 10px;
  -webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  -moz-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  line-height: 40px;
}
/* line 256, ../scss/page/_checkout.scss */
.form-list .wide.active label {
  right: 10px;
  left: auto;
  padding: 3px 10px;
  color: white;
  border-radius: 3px;
  top: 10px;
  line-height: 20px;
  height: 24px;
}

/* line 268, ../scss/page/_checkout.scss */
.opc-block-progress {
  padding: 0;
}
/* line 270, ../scss/page/_checkout.scss */
.opc-block-progress .block-title {
  border: 0 !important;
  text-align: center;
}
/* line 273, ../scss/page/_checkout.scss */
.opc-block-progress .block-title strong {
  border: 0 !important;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
/* line 275, ../scss/page/_checkout.scss */
.opc-block-progress .block-content {
  padding: 40px 0 0 !important;
  text-align: center !important;
}
/* line 278, ../scss/page/_checkout.scss */
.opc-block-progress .block-content div {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
}
/* line 284, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dd.complete {
  display: none;
}
/* line 285, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dt.complete:after {
  background: #fc7070;
  z-index: 1;
}
/* line 287, ../scss/page/_checkout.scss */
.opc-block-progress .changelink a {
  font-size: 0px;
}
/* line 291, ../scss/page/_checkout.scss */
.opc-block-progress .changelink a:before {
  font-family: FontAwesome;
  content: '\f044';
  position: absolute;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 16px;
  top: 2px;
}

/* line 303, ../scss/page/_checkout.scss */
#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -11px;
  right: 54%;
  margin-right: 4px;
}

/* line 313, ../scss/page/_checkout.scss */
#payment-progress-opcheckout dt:after {
  display: none;
}

/* line 314, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  font-family: FontAwesome;
  content: '\f111';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  top: -19px;
  left: 41%;
  font-size: 12px;
  z-index: 1;
}

/* line 329, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dt:before {
  left: 41%;
}

/* line 330, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  content: '\f00c';
  color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 100px;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 340, ../scss/page/_checkout.scss */
.opc-block-progress .block-content dt:after, .checkout-progress li span:after {
  content: "";
  position: absolute;
  display: block;
  width: 97%;
  height: 2px;
  margin-left: 7px;
  top: -11px;
  left: 45%;
}

/*Custom Step by Step checkout*/
/* line 353, ../scss/page/_checkout.scss */
.cdz-stepbystep .section .step {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px !important;
}
/* line 357, ../scss/page/_checkout.scss */
.cdz-stepbystep li.section {
  display: none;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50%;
  margin: 0 auto;
}
/* line 365, ../scss/page/_checkout.scss */
.cdz-stepbystep li.section.active {
  display: block;
}
/* line 366, ../scss/page/_checkout.scss */
.cdz-stepbystep .form-list .fields .field {
  position: relative;
}
/* line 368, ../scss/page/_checkout.scss */
.cdz-stepbystep .form-list .fields .field label {
  position: absolute;
  top: 13px;
  left: 10px;
}

/* line 374, ../scss/page/_checkout.scss */
.checkout-onepage-index .col-main-containter .col-main {
  float: none;
  width: 100%;
  padding-right: 0;
}
/* line 378, ../scss/page/_checkout.scss */
.checkout-onepage-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/*Custom Step by Step checkout-----------*/
/* line 1, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .page-main,
.customer-account-create .account-create, .customer-account-login .account-login {
  width: 520px;
}

/* line 5, ../scss/page/_signinsignup.scss */
.login-container .block.login .actions-toolbar > .primary {
  margin-bottom: 0;
  margin-right: 30px;
}

/* line 9, ../scss/page/_signinsignup.scss */
.login-container .block.login .actions-toolbar > .secondary {
  float: left;
}

/* line 12, ../scss/page/_signinsignup.scss */
.login-container .fieldset > .field > .control {
  width: 100%;
}

/* line 15, ../scss/page/_signinsignup.scss */
.form-create-account .fieldset-fullname .fields .field {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 19, ../scss/page/_signinsignup.scss */
.form-create-account .fieldset-fullname .field-name-prefix,
.form-create-account .fieldset-fullname .field-name-suffix {
  width: 50px;
}

/* line 23, ../scss/page/_signinsignup.scss */
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  min-width: 500px;
}

/* line 29, ../scss/page/_signinsignup.scss */
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 22.3%;
}

/* line 33, ../scss/page/_signinsignup.scss */
.account.page-layout-2columns-left .column.main {
  width: 77.7%;
}

/* line 36, ../scss/page/_signinsignup.scss */
.account .data.table {
  margin-bottom: 0;
}

/* line 39, ../scss/page/_signinsignup.scss */
.account .data.table .col.actions {
  white-space: nowrap;
}

/* line 46, ../scss/page/_signinsignup.scss */
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: none;
}

/* line 50, ../scss/page/_signinsignup.scss */
.customer-account-login .sticky-menu.active,
.customer-account-create .sticky-menu.active {
  display: none;
}

/* line 54, ../scss/page/_signinsignup.scss */
.account-login,
.account-create {
  width: 100%;
  margin: 40px auto;
}

/* line 59, ../scss/page/_signinsignup.scss */
.login-container .block-customer-login,
#register-form-now .block-customer-login,
.login-container .block-register-account,
#register-form-now .block-register-account {
  margin: 0 0 30px !important;
}

/* line 65, ../scss/page/_signinsignup.scss */
.account-login .page-title h1,
.account-create .page-title h1 {
  display: block;
  text-align: center;
  padding: 0;
  border-width: 0;
  margin-bottom: 5px;
}

/* line 74, ../scss/page/_signinsignup.scss */
.account-login .page-title,
.account-create .page-title {
  text-align: center;
  padding-bottom: 35px;
}

/* line 79, ../scss/page/_signinsignup.scss */
.account-create form .legend,
.account-login form .legend {
  border: 0;
  padding: 0;
}

/* line 84, ../scss/page/_signinsignup.scss */
.account-login .page-title strong,
.account-create .page-title strong {
  padding: 0;
  border-width: 0;
}

/* line 89, ../scss/page/_signinsignup.scss */
.account-login .page-title .field.note,
.account-create .page-title .field.note {
  text-transform: initial;
}

/* line 93, ../scss/page/_signinsignup.scss */
.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .search-form {
  padding: 20px !important;
  max-width: 520px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 106, ../scss/page/_signinsignup.scss */
.sales-guest-form .page-title {
  text-align: center;
}

/* line 110, ../scss/page/_signinsignup.scss */
.account-create .form-list li#remember-me-box label {
  display: inline-block;
  min-width: inherit;
}

/* line 113, ../scss/page/_signinsignup.scss */
.account-login #login-form .new-users {
  display: none;
}
/* line 114, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users {
  float: none;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
/* line 116, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users .buttons-set .button {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
/* line 117, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users .forgot-password-link {
  text-align: center;
}
/* line 119, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users .form-list li#remember-me-box label {
  display: inline-block;
  min-width: inherit;
}
/* line 120, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users p.required {
  display: none;
}

/* line 126, ../scss/page/_signinsignup.scss */
.account-login .fieldset .fields,
.account-create .fieldset .fields,
.customer-account-forgotpassword .col-main .form-list li {
  margin-bottom: 10px;
}

/* line 130, ../scss/page/_signinsignup.scss */
.account-login .buttons-set,
.account-create .buttons-set,
.customer-account-forgotpassword .col-main .fieldset .buttons-set {
  text-align: center;
  border: 0;
}

/* line 135, ../scss/page/_signinsignup.scss */
.account-login #login-form .registered-users .forgot-password-link {
  text-transform: uppercase;
}

/* line 138, ../scss/page/_signinsignup.scss */
.account-login .buttons-set .required,
.account-create .buttons-set .required,
.account-login .buttons-set .back-link,
.account-create .buttons-set .back-link {
  display: none;
}

/* line 143, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
  max-width: inherit;
  margin: 0;
}

/* line 144, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main {
  padding: 40px 0 60px;
}
/* line 146, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main .page-title {
  padding: 30px !important;
  max-width: 520px;
  margin: 0 auto;
}
/* line 150, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main .page-title h1 {
  text-align: center;
  padding-bottom: 0px;
  border: 0;
  margin: 0;
}
/* line 156, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main #form-validate {
  margin: 0 auto 40px auto;
}
/* line 158, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main #form-validate .buttons-set {
  max-width: inherit;
  margin: 0;
  text-align: center;
}
/* line 159, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main #form-validate .buttons-set .required {
  display: none;
}
/* line 160, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main #form-validate .buttons-set .back-link {
  display: none;
}
/* line 161, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .col-main #form-validate .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 169, ../scss/page/_signinsignup.scss */
.account-create .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 172, ../scss/page/_signinsignup.scss */
.account-create .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 175, ../scss/page/_signinsignup.scss */
.account-login .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 178, ../scss/page/_signinsignup.scss */
.account-login .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 181, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .buttons-set button.button {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 184, ../scss/page/_signinsignup.scss */
.customer-account-forgotpassword .buttons-set button.button:hover {
  float: none;
  min-width: 100%;
  margin: 0;
}

/* line 187, ../scss/page/_signinsignup.scss */
.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin: 0;
}

/* line 192, ../scss/page/_signinsignup.scss */
.account-create .buttons-set button.button {
  float: none;
  min-width: 100%;
}

/* line 193, ../scss/page/_signinsignup.scss */
.customer-account-create .fieldset, .customer-account-create .buttons-set {
  margin: 0;
  max-width: inherit;
}

/*------------------My account-----------------*/
/*nav bar*/
/* line 4, ../scss/page/_myaccount.scss */
.block-account .block-content {
  padding-top: 11px;
  padding-bottom: 29px;
}
/* line 7, ../scss/page/_myaccount.scss */
.block-account .block-content ul {
  margin-bottom: 0;
}
/* line 9, ../scss/page/_myaccount.scss */
.block-account .block-content ul li {
  position: relative;
  padding: 7px 0 6px;
}
/* line 12, ../scss/page/_myaccount.scss */
.block-account .block-content ul li a, .block-account .block-content ul li strong {
  display: inline-block;
  font-weight: normal;
}

/*dashboard*/
/* line 24, ../scss/page/_myaccount.scss */
.dashboard .welcome-msg {
  padding: 2rem;
  margin-bottom: 2rem;
}
/* line 27, ../scss/page/_myaccount.scss */
.dashboard .welcome-msg p.hello {
  margin: 0px 0 5px;
}
/* line 29, ../scss/page/_myaccount.scss */
.dashboard .welcome-msg p.hello strong {
  font-weight: normal;
}
/* line 31, ../scss/page/_myaccount.scss */
.dashboard .welcome-msg p {
  margin: 0;
}
/* line 33, ../scss/page/_myaccount.scss */
.dashboard .box-account {
  clear: both;
  padding: 10px 0px 0;
  border: 0;
  margin: 0;
}
/* line 38, ../scss/page/_myaccount.scss */
.dashboard .head {
  margin-top: 30px;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  padding-bottom: 7px;
}

/* line 45, ../scss/page/_myaccount.scss */
.my-account-logo {
  display: none;
}

/* line 46, ../scss/page/_myaccount.scss */
.manage-address, .change-pass {
  background-image: none;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  clear: left;
  border: 3px solid;
}

/* line 57, ../scss/page/_myaccount.scss */
.customer-edit {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
  line-height: 30px;
}

/* line 63, ../scss/page/_myaccount.scss */
.box-account-content {
  padding: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

/*account info*/
/* line 70, ../scss/page/_myaccount.scss */
.my-account .page-title {
  margin-bottom: 0;
}
/* line 73, ../scss/page/_myaccount.scss */
.my-account .data-table {
  margin-bottom: 20px;
}
/* line 76, ../scss/page/_myaccount.scss */
.my-account .data-table#my-orders-table tr td {
  padding: 20px;
}
/* line 78, ../scss/page/_myaccount.scss */
.my-account .data-table#my-orders-table tr td .price {
  display: block;
}
/* line 85, ../scss/page/_myaccount.scss */
.my-account .box {
  border: none;
  padding: 0;
}
/* line 88, ../scss/page/_myaccount.scss */
.my-account .box address {
  margin-bottom: 17px;
  clear: both;
  width: 100%;
}
/* line 94, ../scss/page/_myaccount.scss */
.my-account .col2-set:first-child {
  margin-bottom: 8px;
}
/* line 99, ../scss/page/_myaccount.scss */
.my-account .box-content h3, .my-account .box-content h4,
.my-account .box-title h3,
.my-account .box-title h4 {
  margin: 8px 20px 8px 0;
  float: left;
  min-width: 250px;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 106, ../scss/page/_myaccount.scss */
.my-account .box-content h3.address-book,
.my-account .box-title h3.address-book {
  margin-bottom: 15px;
}
/* line 109, ../scss/page/_myaccount.scss */
.my-account .box-content a.link-edit,
.my-account .box-title a.link-edit {
  float: left;
  margin: 8px 0;
}
/* line 115, ../scss/page/_myaccount.scss */
.my-account .box-content p {
  margin-bottom: 16px;
}
/* line 117, ../scss/page/_myaccount.scss */
.my-account .box-content p.change-pass {
  text-transform: uppercase;
}

/*RECENT REVIEWS - RECENT TAGS */
/* line 129, ../scss/page/_myaccount.scss */
.dashboard .box-reviews .number,
.dashboard .box-tags .number {
  float: left;
  margin: 0px -20px 0 0;
}
/* line 133, ../scss/page/_myaccount.scss */
.dashboard .box-reviews .details,
.dashboard .box-tags .details {
  margin-left: 20px;
}
/* line 136, ../scss/page/_myaccount.scss */
.dashboard .box-reviews li.item,
.dashboard .box-tags li.item {
  padding: 7px 0 10px;
}
/* line 141, ../scss/page/_myaccount.scss */
.dashboard .box-reviews .ratings {
  display: inline-block;
  clear: both;
  margin-top: 0;
}
/* line 145, ../scss/page/_myaccount.scss */
.dashboard .box-reviews .ratings strong {
  display: none;
}
/* line 150, ../scss/page/_myaccount.scss */
.dashboard .box-tags li.item strong {
  font-weight: normal;
  float: left;
  display: inline;
}
/* line 155, ../scss/page/_myaccount.scss */
.dashboard .box-tags li.item li {
  float: left;
  display: inline;
  padding-left: 5px;
}

/*Account Information*/
/* line 167, ../scss/page/_myaccount.scss */
.customer-account-edit .my-account .fieldset {
  width: 100%;
}
/* line 170, ../scss/page/_myaccount.scss */
.customer-account-edit .my-account .form-list li.control {
  margin: 15px 0 18px;
}
/* line 173, ../scss/page/_myaccount.scss */
.customer-account-edit .my-account .buttons-set p.required {
  float: left;
  clear: none;
  margin-top: 6px;
}

/* line 182, ../scss/page/_myaccount.scss */
.customer-address-info .box-title {
  margin-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
/* line 186, ../scss/page/_myaccount.scss */
.customer-address-info .box-title h3 {
  float: none;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 189, ../scss/page/_myaccount.scss */
.customer-address-info .customer-edit {
  float: right;
}

/*Address Book*/
/* line 194, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .em-box-02 {
  display: none;
}
/* line 197, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .box-account-content {
  padding-bottom: 9px;
}
/* line 200, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .col2-set .col-2,
.customer-address-index .my-account .col2-set .col-1 {
  padding-top: 7px;
}
/* line 205, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .col2-set .col-2 address,
.customer-address-index .my-account .col2-set .col-1 address {
  margin-bottom: 8px;
}
/* line 210, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .addresses-primary ol {
  margin-bottom: 0;
  oveflow: hidden;
}
/* line 214, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .addresses-primary ol li.item {
  display: block;
}
/* line 216, ../scss/page/_myaccount.scss */
.customer-address-index .my-account .addresses-primary ol li.item:first-child {
  padding-bottom: 13px;
}

/*MY ORDERS*/
/* line 228, ../scss/page/_myaccount.scss */
.sales-order-history .my-account .box-account-content {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

/*Account Page*/
/* line 237, ../scss/page/_myaccount.scss */
.my-account .pager {
  margin: 10px 0 10px;
}
/* line 239, ../scss/page/_myaccount.scss */
.my-account .pager .amount {
  margin: 7px 10px 0 0;
  font-weight: normal;
}
/* line 242, ../scss/page/_myaccount.scss */
.my-account .pager .amount strong {
  font-weight: 500;
}
/* line 244, ../scss/page/_myaccount.scss */
.my-account .pager .limiter {
  margin: 0;
}
/* line 246, ../scss/page/_myaccount.scss */
.my-account .pager .limiter label {
  font-size: 100%;
}

/*Account wishlist*/
/* line 252, ../scss/page/_myaccount.scss */
.my-wishlist .data-table tr td {
  padding: 20px;
}
/* line 255, ../scss/page/_myaccount.scss */
.my-wishlist textarea {
  width: 90%;
  margin-top: 5px;
}
/* line 259, ../scss/page/_myaccount.scss */
.my-wishlist .cart-cell {
  display: inline-block;
  margin-top: -8px;
}
/* line 262, ../scss/page/_myaccount.scss */
.my-wishlist .cart-cell .price-box {
  margin-bottom: 10px;
}
/* line 266, ../scss/page/_myaccount.scss */
.my-wishlist .cart-cell button.button {
  margin-bottom: 5px;
  margin-top: 2px;
}

/*Account button set*/
/*.customer-address-index,
.sales-order-history{
	.my-account{
		.buttons-set{
			padding-left:20px;
		}
	}
}*/
/* line 283, ../scss/page/_myaccount.scss */
.customer-address-form .fieldset {
  width: 100%;
}

/*My wishlist*/
/* line 289, ../scss/page/_myaccount.scss */
.data-table a.product-image img {
  width: auto;
  height: auto;
}

/* line 292, ../scss/page/_myaccount.scss */
#wishlist-table .cart-cell .link-edit {
  float: left;
  clear: both;
  margin-top: 10px;
}
/* line 297, ../scss/page/_myaccount.scss */
#wishlist-table .cart-cell input.qty {
  height: 34px;
  line-height: 34px;
}

/* line 304, ../scss/page/_myaccount.scss */
.my-account .title-buttons {
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}

/* line 310, ../scss/page/_myaccount.scss */
.title-buttons {
  overflow: hidden;
  height: 100%;
  text-align: right;
  margin-bottom: 20px;
}
/* line 315, ../scss/page/_myaccount.scss */
.title-buttons h1 {
  float: left;
  margin-bottom: 0;
}
/* line 316, ../scss/page/_myaccount.scss */
.title-buttons .button {
  float: right;
}

/*Custom my account full width*/
/* line 320, ../scss/page/_myaccount.scss */
.my-account {
  padding: 20px;
}

/* line 323, ../scss/page/_myaccount.scss */
.my-account-logo {
  display: block;
}

/* line 340, ../scss/page/_myaccount.scss */
.customer-account-index .header-container, .customer-account-index .footer,
.customer-account-edit .header-container,
.customer-account-edit .footer,
.wishlist-index-index .header-container,
.wishlist-index-index .footer,
.customer-address-form .header-container,
.customer-address-form .footer,
.sales-order-history .header-container,
.sales-order-history .footer,
.sales-billing-agreement-index .header-container,
.sales-billing-agreement-index .footer,
.sales-recurring-profile-index .header-container,
.sales-recurring-profile-index .footer,
.review-customer-index .header-container,
.review-customer-index .footer,
.oauth-customer-token-index .header-container,
.oauth-customer-token-index .footer,
.newsletter-manage-index .header-container,
.newsletter-manage-index .footer,
.downloadable-customer-products .header-container,
.downloadable-customer-products .footer,
.customer-address-index .header-container,
.customer-address-index .footer,
.sales-order-view .header-container,
.sales-order-view .footer,
.tag-customer-index .header-container,
.tag-customer-index .footer {
  display: none;
}
/* line 343, ../scss/page/_myaccount.scss */
.customer-account-index .main-container .col-main-containter,
.customer-account-edit .main-container .col-main-containter,
.wishlist-index-index .main-container .col-main-containter,
.customer-address-form .main-container .col-main-containter,
.sales-order-history .main-container .col-main-containter,
.sales-billing-agreement-index .main-container .col-main-containter,
.sales-recurring-profile-index .main-container .col-main-containter,
.review-customer-index .main-container .col-main-containter,
.oauth-customer-token-index .main-container .col-main-containter,
.newsletter-manage-index .main-container .col-main-containter,
.downloadable-customer-products .main-container .col-main-containter,
.customer-address-index .main-container .col-main-containter,
.sales-order-view .main-container .col-main-containter,
.tag-customer-index .main-container .col-main-containter {
  padding-top: 0;
}
/* line 344, ../scss/page/_myaccount.scss */
.customer-account-index .col-main-containter,
.customer-account-edit .col-main-containter,
.wishlist-index-index .col-main-containter,
.customer-address-form .col-main-containter,
.sales-order-history .col-main-containter,
.sales-billing-agreement-index .col-main-containter,
.sales-recurring-profile-index .col-main-containter,
.review-customer-index .col-main-containter,
.oauth-customer-token-index .col-main-containter,
.newsletter-manage-index .col-main-containter,
.downloadable-customer-products .col-main-containter,
.customer-address-index .col-main-containter,
.sales-order-view .col-main-containter,
.tag-customer-index .col-main-containter {
  width: 100%;
}
/* line 345, ../scss/page/_myaccount.scss */
.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar {
  width: 18%;
  right: 80%;
  height: 100%;
  padding: 20px 20px;
  position: fixed;
  left: 0;
  right: auto;
}
/* line 354, ../scss/page/_myaccount.scss */
.customer-account-index .col-main,
.customer-account-edit .col-main,
.wishlist-index-index .col-main,
.customer-address-form .col-main,
.sales-order-history .col-main,
.sales-billing-agreement-index .col-main,
.sales-recurring-profile-index .col-main,
.review-customer-index .col-main,
.oauth-customer-token-index .col-main,
.newsletter-manage-index .col-main,
.downloadable-customer-products .col-main,
.customer-address-index .col-main,
.sales-order-view .col-main,
.tag-customer-index .col-main {
  width: 78%;
  padding: 20px 0;
  left: 20%;
  float: left;
  right: auto;
}
/* line 362, ../scss/page/_myaccount.scss */
.customer-account-index .sidebar .block:not(.block-static-block),
.customer-account-edit .sidebar .block:not(.block-static-block),
.wishlist-index-index .sidebar .block:not(.block-static-block),
.customer-address-form .sidebar .block:not(.block-static-block),
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.review-customer-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.customer-address-index .sidebar .block:not(.block-static-block),
.sales-order-view .sidebar .block:not(.block-static-block),
.tag-customer-index .sidebar .block:not(.block-static-block) {
  border: 0;
}
/* line 365, ../scss/page/_myaccount.scss */
.customer-account-index .block-banner, .customer-account-index .block-reorder,
.customer-account-edit .block-banner,
.customer-account-edit .block-reorder,
.wishlist-index-index .block-banner,
.wishlist-index-index .block-reorder,
.customer-address-form .block-banner,
.customer-address-form .block-reorder,
.sales-order-history .block-banner,
.sales-order-history .block-reorder,
.sales-billing-agreement-index .block-banner,
.sales-billing-agreement-index .block-reorder,
.sales-recurring-profile-index .block-banner,
.sales-recurring-profile-index .block-reorder,
.review-customer-index .block-banner,
.review-customer-index .block-reorder,
.oauth-customer-token-index .block-banner,
.oauth-customer-token-index .block-reorder,
.newsletter-manage-index .block-banner,
.newsletter-manage-index .block-reorder,
.downloadable-customer-products .block-banner,
.downloadable-customer-products .block-reorder,
.customer-address-index .block-banner,
.customer-address-index .block-reorder,
.sales-order-view .block-banner,
.sales-order-view .block-reorder,
.tag-customer-index .block-banner,
.tag-customer-index .block-reorder {
  display: none;
}
/* line 366, ../scss/page/_myaccount.scss */
.customer-account-index .block-account,
.customer-account-edit .block-account,
.wishlist-index-index .block-account,
.customer-address-form .block-account,
.sales-order-history .block-account,
.sales-billing-agreement-index .block-account,
.sales-recurring-profile-index .block-account,
.review-customer-index .block-account,
.oauth-customer-token-index .block-account,
.newsletter-manage-index .block-account,
.downloadable-customer-products .block-account,
.customer-address-index .block-account,
.sales-order-view .block-account,
.tag-customer-index .block-account {
  clear: left;
}
/* line 368, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content,
.customer-account-edit .block-account .block-content,
.wishlist-index-index .block-account .block-content,
.customer-address-form .block-account .block-content,
.sales-order-history .block-account .block-content,
.sales-billing-agreement-index .block-account .block-content,
.sales-recurring-profile-index .block-account .block-content,
.review-customer-index .block-account .block-content,
.oauth-customer-token-index .block-account .block-content,
.newsletter-manage-index .block-account .block-content,
.downloadable-customer-products .block-account .block-content,
.customer-address-index .block-account .block-content,
.sales-order-view .block-account .block-content,
.tag-customer-index .block-account .block-content {
  padding: 0;
}
/* line 370, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li {
  margin: 0 -20px;
  padding: 0px;
}
/* line 373, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li a,
.customer-account-edit .block-account .block-content li a,
.wishlist-index-index .block-account .block-content li a,
.customer-address-form .block-account .block-content li a,
.sales-order-history .block-account .block-content li a,
.sales-billing-agreement-index .block-account .block-content li a,
.sales-recurring-profile-index .block-account .block-content li a,
.review-customer-index .block-account .block-content li a,
.oauth-customer-token-index .block-account .block-content li a,
.newsletter-manage-index .block-account .block-content li a,
.downloadable-customer-products .block-account .block-content li a,
.customer-address-index .block-account .block-content li a,
.sales-order-view .block-account .block-content li a,
.tag-customer-index .block-account .block-content li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
}
/* line 378, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li a:hover,
.customer-account-edit .block-account .block-content li a:hover,
.wishlist-index-index .block-account .block-content li a:hover,
.customer-address-form .block-account .block-content li a:hover,
.sales-order-history .block-account .block-content li a:hover,
.sales-billing-agreement-index .block-account .block-content li a:hover,
.sales-recurring-profile-index .block-account .block-content li a:hover,
.review-customer-index .block-account .block-content li a:hover,
.oauth-customer-token-index .block-account .block-content li a:hover,
.newsletter-manage-index .block-account .block-content li a:hover,
.downloadable-customer-products .block-account .block-content li a:hover,
.customer-address-index .block-account .block-content li a:hover,
.sales-order-view .block-account .block-content li a:hover,
.tag-customer-index .block-account .block-content li a:hover {
  background: #333;
}
/* line 379, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li strong,
.customer-account-edit .block-account .block-content li strong,
.wishlist-index-index .block-account .block-content li strong,
.customer-address-form .block-account .block-content li strong,
.sales-order-history .block-account .block-content li strong,
.sales-billing-agreement-index .block-account .block-content li strong,
.sales-recurring-profile-index .block-account .block-content li strong,
.review-customer-index .block-account .block-content li strong,
.oauth-customer-token-index .block-account .block-content li strong,
.newsletter-manage-index .block-account .block-content li strong,
.downloadable-customer-products .block-account .block-content li strong,
.customer-address-index .block-account .block-content li strong,
.sales-order-view .block-account .block-content li strong,
.tag-customer-index .block-account .block-content li strong {
  padding: 10px 20px;
  display: block;
}
/* line 385, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li:first-child a,
.customer-account-edit .block-account .block-content li:first-child a,
.wishlist-index-index .block-account .block-content li:first-child a,
.customer-address-form .block-account .block-content li:first-child a,
.sales-order-history .block-account .block-content li:first-child a,
.sales-billing-agreement-index .block-account .block-content li:first-child a,
.sales-recurring-profile-index .block-account .block-content li:first-child a,
.review-customer-index .block-account .block-content li:first-child a,
.oauth-customer-token-index .block-account .block-content li:first-child a,
.newsletter-manage-index .block-account .block-content li:first-child a,
.downloadable-customer-products .block-account .block-content li:first-child a,
.customer-address-index .block-account .block-content li:first-child a,
.sales-order-view .block-account .block-content li:first-child a,
.tag-customer-index .block-account .block-content li:first-child a {
  display: block;
  padding: 10px 20px;
}
/* line 389, ../scss/page/_myaccount.scss */
.customer-account-index .block-account .block-content li:first-child strong,
.customer-account-edit .block-account .block-content li:first-child strong,
.wishlist-index-index .block-account .block-content li:first-child strong,
.customer-address-form .block-account .block-content li:first-child strong,
.sales-order-history .block-account .block-content li:first-child strong,
.sales-billing-agreement-index .block-account .block-content li:first-child strong,
.sales-recurring-profile-index .block-account .block-content li:first-child strong,
.review-customer-index .block-account .block-content li:first-child strong,
.oauth-customer-token-index .block-account .block-content li:first-child strong,
.newsletter-manage-index .block-account .block-content li:first-child strong,
.downloadable-customer-products .block-account .block-content li:first-child strong,
.customer-address-index .block-account .block-content li:first-child strong,
.sales-order-view .block-account .block-content li:first-child strong,
.tag-customer-index .block-account .block-content li:first-child strong {
  padding: 10px 20px;
  display: block;
}
/* line 396, ../scss/page/_myaccount.scss */
.customer-account-index .block:not(.block-static-block) .block-content,
.customer-account-edit .block:not(.block-static-block) .block-content,
.wishlist-index-index .block:not(.block-static-block) .block-content,
.customer-address-form .block:not(.block-static-block) .block-content,
.sales-order-history .block:not(.block-static-block) .block-content,
.sales-billing-agreement-index .block:not(.block-static-block) .block-content,
.sales-recurring-profile-index .block:not(.block-static-block) .block-content,
.review-customer-index .block:not(.block-static-block) .block-content,
.oauth-customer-token-index .block:not(.block-static-block) .block-content,
.newsletter-manage-index .block:not(.block-static-block) .block-content,
.downloadable-customer-products .block:not(.block-static-block) .block-content,
.customer-address-index .block:not(.block-static-block) .block-content,
.sales-order-view .block:not(.block-static-block) .block-content,
.tag-customer-index .block:not(.block-static-block) .block-content {
  padding: 0px 0px 15px;
}
/* line 397, ../scss/page/_myaccount.scss */
.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title {
  border: 0;
}
/* line 399, ../scss/page/_myaccount.scss */
.customer-account-index .block:not(.block-static-block) .block-title strong,
.customer-account-edit .block:not(.block-static-block) .block-title strong,
.wishlist-index-index .block:not(.block-static-block) .block-title strong,
.customer-address-form .block:not(.block-static-block) .block-title strong,
.sales-order-history .block:not(.block-static-block) .block-title strong,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title strong,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title strong,
.review-customer-index .block:not(.block-static-block) .block-title strong,
.oauth-customer-token-index .block:not(.block-static-block) .block-title strong,
.newsletter-manage-index .block:not(.block-static-block) .block-title strong,
.downloadable-customer-products .block:not(.block-static-block) .block-title strong,
.customer-address-index .block:not(.block-static-block) .block-title strong,
.sales-order-view .block:not(.block-static-block) .block-title strong,
.tag-customer-index .block:not(.block-static-block) .block-title strong {
  border: 0;
}
/* line 401, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo {
  margin: -20px -20px 20px;
  padding: 20px;
  text-align: center;
  float: left;
  width: calc(100% + 40px);
}
/* line 405, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount,
.customer-account-edit .my-account-logo .logo-myaccount,
.wishlist-index-index .my-account-logo .logo-myaccount,
.customer-address-form .my-account-logo .logo-myaccount,
.sales-order-history .my-account-logo .logo-myaccount,
.sales-billing-agreement-index .my-account-logo .logo-myaccount,
.sales-recurring-profile-index .my-account-logo .logo-myaccount,
.review-customer-index .my-account-logo .logo-myaccount,
.oauth-customer-token-index .my-account-logo .logo-myaccount,
.newsletter-manage-index .my-account-logo .logo-myaccount,
.downloadable-customer-products .my-account-logo .logo-myaccount,
.customer-address-index .my-account-logo .logo-myaccount,
.sales-order-view .my-account-logo .logo-myaccount,
.tag-customer-index .my-account-logo .logo-myaccount {
  display: block;
  float: left;
  margin: 0 0 0 30%;
}
/* line 409, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount a,
.customer-account-edit .my-account-logo .logo-myaccount a,
.wishlist-index-index .my-account-logo .logo-myaccount a,
.customer-address-form .my-account-logo .logo-myaccount a,
.sales-order-history .my-account-logo .logo-myaccount a,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a,
.review-customer-index .my-account-logo .logo-myaccount a,
.oauth-customer-token-index .my-account-logo .logo-myaccount a,
.newsletter-manage-index .my-account-logo .logo-myaccount a,
.downloadable-customer-products .my-account-logo .logo-myaccount a,
.customer-address-index .my-account-logo .logo-myaccount a,
.sales-order-view .my-account-logo .logo-myaccount a,
.tag-customer-index .my-account-logo .logo-myaccount a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}
/* line 410, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount a:before,
.customer-account-edit .my-account-logo .logo-myaccount a:before,
.wishlist-index-index .my-account-logo .logo-myaccount a:before,
.customer-address-form .my-account-logo .logo-myaccount a:before,
.sales-order-history .my-account-logo .logo-myaccount a:before,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
.review-customer-index .my-account-logo .logo-myaccount a:before,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
.newsletter-manage-index .my-account-logo .logo-myaccount a:before,
.downloadable-customer-products .my-account-logo .logo-myaccount a:before,
.customer-address-index .my-account-logo .logo-myaccount a:before,
.sales-order-view .my-account-logo .logo-myaccount a:before,
.tag-customer-index .my-account-logo .logo-myaccount a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  font-size: 21px;
  padding: 9px 10px;
  margin: 0 10px;
  border-radius: 100px;
}
/* line 416, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount strong,
.customer-account-edit .my-account-logo .logo-myaccount strong,
.wishlist-index-index .my-account-logo .logo-myaccount strong,
.customer-address-form .my-account-logo .logo-myaccount strong,
.sales-order-history .my-account-logo .logo-myaccount strong,
.sales-billing-agreement-index .my-account-logo .logo-myaccount strong,
.sales-recurring-profile-index .my-account-logo .logo-myaccount strong,
.review-customer-index .my-account-logo .logo-myaccount strong,
.oauth-customer-token-index .my-account-logo .logo-myaccount strong,
.newsletter-manage-index .my-account-logo .logo-myaccount strong,
.downloadable-customer-products .my-account-logo .logo-myaccount strong,
.customer-address-index .my-account-logo .logo-myaccount strong,
.sales-order-view .my-account-logo .logo-myaccount strong,
.tag-customer-index .my-account-logo .logo-myaccount strong {
  display: none;
}
/* line 417, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount img,
.customer-account-edit .my-account-logo .logo-myaccount img,
.wishlist-index-index .my-account-logo .logo-myaccount img,
.customer-address-form .my-account-logo .logo-myaccount img,
.sales-order-history .my-account-logo .logo-myaccount img,
.sales-billing-agreement-index .my-account-logo .logo-myaccount img,
.sales-recurring-profile-index .my-account-logo .logo-myaccount img,
.review-customer-index .my-account-logo .logo-myaccount img,
.oauth-customer-token-index .my-account-logo .logo-myaccount img,
.newsletter-manage-index .my-account-logo .logo-myaccount img,
.downloadable-customer-products .my-account-logo .logo-myaccount img,
.customer-address-index .my-account-logo .logo-myaccount img,
.sales-order-view .my-account-logo .logo-myaccount img,
.tag-customer-index .my-account-logo .logo-myaccount img {
  margin: 0 auto;
}
/* line 418, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logo-myaccount a:hover,
.customer-account-edit .my-account-logo .logo-myaccount a:hover,
.wishlist-index-index .my-account-logo .logo-myaccount a:hover,
.customer-address-form .my-account-logo .logo-myaccount a:hover,
.sales-order-history .my-account-logo .logo-myaccount a:hover,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
.review-customer-index .my-account-logo .logo-myaccount a:hover,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
.newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
.downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
.customer-address-index .my-account-logo .logo-myaccount a:hover,
.sales-order-view .my-account-logo .logo-myaccount a:hover,
.tag-customer-index .my-account-logo .logo-myaccount a:hover {
  color: #fc7070;
}
/* line 423, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logout-link,
.customer-account-edit .my-account-logo .logout-link,
.wishlist-index-index .my-account-logo .logout-link,
.customer-address-form .my-account-logo .logout-link,
.sales-order-history .my-account-logo .logout-link,
.sales-billing-agreement-index .my-account-logo .logout-link,
.sales-recurring-profile-index .my-account-logo .logout-link,
.review-customer-index .my-account-logo .logout-link,
.oauth-customer-token-index .my-account-logo .logout-link,
.newsletter-manage-index .my-account-logo .logout-link,
.downloadable-customer-products .my-account-logo .logout-link,
.customer-address-index .my-account-logo .logout-link,
.sales-order-view .my-account-logo .logout-link,
.tag-customer-index .my-account-logo .logout-link {
  display: block;
  font-size: 0;
  float: left;
}
/* line 426, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logout-link a,
.customer-account-edit .my-account-logo .logout-link a,
.wishlist-index-index .my-account-logo .logout-link a,
.customer-address-form .my-account-logo .logout-link a,
.sales-order-history .my-account-logo .logout-link a,
.sales-billing-agreement-index .my-account-logo .logout-link a,
.sales-recurring-profile-index .my-account-logo .logout-link a,
.review-customer-index .my-account-logo .logout-link a,
.oauth-customer-token-index .my-account-logo .logout-link a,
.newsletter-manage-index .my-account-logo .logout-link a,
.downloadable-customer-products .my-account-logo .logout-link a,
.customer-address-index .my-account-logo .logout-link a,
.sales-order-view .my-account-logo .logout-link a,
.tag-customer-index .my-account-logo .logout-link a {
  display: inline-block;
}
/* line 430, ../scss/page/_myaccount.scss */
.customer-account-index .my-account-logo .logout-link a:before,
.customer-account-edit .my-account-logo .logout-link a:before,
.wishlist-index-index .my-account-logo .logout-link a:before,
.customer-address-form .my-account-logo .logout-link a:before,
.sales-order-history .my-account-logo .logout-link a:before,
.sales-billing-agreement-index .my-account-logo .logout-link a:before,
.sales-recurring-profile-index .my-account-logo .logout-link a:before,
.review-customer-index .my-account-logo .logout-link a:before,
.oauth-customer-token-index .my-account-logo .logout-link a:before,
.newsletter-manage-index .my-account-logo .logout-link a:before,
.downloadable-customer-products .my-account-logo .logout-link a:before,
.customer-address-index .my-account-logo .logout-link a:before,
.sales-order-view .my-account-logo .logout-link a:before,
.tag-customer-index .my-account-logo .logout-link a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08b";
  font-size: 21px;
  padding: 9px 10px;
  border-radius: 100px;
}
/* line 439, ../scss/page/_myaccount.scss */
.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2 {
  padding-bottom: 7px;
  margin-bottom: 20px;
}
/* line 445, ../scss/page/_myaccount.scss */
.customer-account-index .col2-set .col-1.addresses-primary p a,
.customer-account-index .col2-set .col-2.addresses-primary p a,
.customer-account-edit .col2-set .col-1.addresses-primary p a,
.customer-account-edit .col2-set .col-2.addresses-primary p a,
.wishlist-index-index .col2-set .col-1.addresses-primary p a,
.wishlist-index-index .col2-set .col-2.addresses-primary p a,
.customer-address-form .col2-set .col-1.addresses-primary p a,
.customer-address-form .col2-set .col-2.addresses-primary p a,
.sales-order-history .col2-set .col-1.addresses-primary p a,
.sales-order-history .col2-set .col-2.addresses-primary p a,
.sales-billing-agreement-index .col2-set .col-1.addresses-primary p a,
.sales-billing-agreement-index .col2-set .col-2.addresses-primary p a,
.sales-recurring-profile-index .col2-set .col-1.addresses-primary p a,
.sales-recurring-profile-index .col2-set .col-2.addresses-primary p a,
.review-customer-index .col2-set .col-1.addresses-primary p a,
.review-customer-index .col2-set .col-2.addresses-primary p a,
.oauth-customer-token-index .col2-set .col-1.addresses-primary p a,
.oauth-customer-token-index .col2-set .col-2.addresses-primary p a,
.newsletter-manage-index .col2-set .col-1.addresses-primary p a,
.newsletter-manage-index .col2-set .col-2.addresses-primary p a,
.downloadable-customer-products .col2-set .col-1.addresses-primary p a,
.downloadable-customer-products .col2-set .col-2.addresses-primary p a,
.customer-address-index .col2-set .col-1.addresses-primary p a,
.customer-address-index .col2-set .col-2.addresses-primary p a,
.sales-order-view .col2-set .col-1.addresses-primary p a,
.sales-order-view .col2-set .col-2.addresses-primary p a,
.tag-customer-index .col2-set .col-1.addresses-primary p a,
.tag-customer-index .col2-set .col-2.addresses-primary p a {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: underline;
  line-height: 30px;
}
/* line 454, ../scss/page/_myaccount.scss */
.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
}

/*Contact form*/
/* line 3, ../scss/page/_contact-about.scss */
.contacts-index-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
/* line 5, ../scss/page/_contact-about.scss */
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/* line 7, ../scss/page/_contact-about.scss */
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm textarea.input-text {
  min-height: 300px;
}
/* line 10, ../scss/page/_contact-about.scss */
.contacts-index-index #cdz-google-map {
  height: 458px !important;
}
/* line 13, ../scss/page/_contact-about.scss */
.contacts-index-index .contact-adress {
  margin-top: 20px;
  padding: 20px 20px 1px;
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
}

/*Layout*/
/* line 8, ../scss/layout/_widget.scss */
.col-main .widget .products-grid .item:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  background: white;
}
/* line 14, ../scss/layout/_widget.scss */
.col-main .widget .products-grid .item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  float: left;
}
/* line 25, ../scss/layout/_widget.scss */
.col-main .widget .widget-title {
  text-align: center;
  margin-bottom: 20px;
}
/* line 29, ../scss/layout/_widget.scss */
.col-main .widget .widget-title h2 {
  padding: 0 30px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 310px;
  text-transform: uppercase !important;
  border-bottom: 1px solid #282828;
  color: #282828 !important;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
/* line 41, ../scss/layout/_widget.scss */
.col-main .widget .widget-title h2:before {
  position: absolute;
  bottom: -11px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: white;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f219';
  font-size: 14px;
  left: 40%;
  left: calc(50% - 20px);
  -webkit-left: calc(50% - 20px);
  -o-left: calc(50% - 20px);
  -moz-left: calc(50% - 20px);
}

/* ============================================ *
 * Content
 * ============================================ */
/* line 5, ../scss/layout/_layout.scss */
body {
  color: #282828;
  font: 400 13px/1.55 Poppins,Helvetica Neue,Verdana,Arial,sans-serif;
}

/* .wrapper {
   display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }*/
/* line 31, ../scss/layout/_layout.scss */
.cdz-dropdown {
  position: relative;
}

/* line 32, ../scss/layout/_layout.scss */
.cdz-dropdown-content {
  left: 0;
  top: 12px;
  border: 1px solid;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-top: 4px;
  min-width: 160px;
  display: none;
  padding: 10px;
}

/* line 49, ../scss/layout/_layout.scss */
.cdz-trigger:after {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  line-height: 1;
  color: inherit;
  content: '\f107';
  font-family: FontAwesome;
  margin: 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 14px;
}

/*2 Column Right & Left*/
/* line 67, ../scss/layout/_layout.scss */
.col-main {
  padding-bottom: 20px;
}

/* line 70, ../scss/layout/_layout.scss */
.main-container .col-main-containter {
  padding-top: 20px;
}

/* line 71, ../scss/layout/_layout.scss */
.cms-index-index .main-container .col-main-containter {
  padding-top: 0;
}

/* line 72, ../scss/layout/_layout.scss */
.col-main-containter .col-main .col-wrapper-main {
  margin-bottom: 20px;
}

/* line 84, ../scss/layout/_layout.scss */
.catalog-product-view .col-main-containter .col-main,
.cms-index-index .col-main-containter .col-main,
.catalog-product-view .col-main-containter .col-main,
.checkout-cart-index .col-main-containter .col-main,
.catalog-category-view .col-main-containter .col-main,
.customer-account-create .col-main-containter .col-main,
.customer-account-login .col-main-containter .col-main,
.customer-account-forgotpassword .col-main-containter .col-main {
  padding-bottom: 0;
}

/* line 88, ../scss/layout/_layout.scss */
.checkout-cart-index .col-main-containter .col-main {
  padding-bottom: 20px;
}

/* line 89, ../scss/layout/_layout.scss */
.cms-page-view .col-wrapper-main {
  float: left;
  width: 100%;
}

/*=================box/wide setting====================*/
/* line 92, ../scss/layout/_layout.scss */
.page {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  /* line 94, ../scss/layout/_layout.scss */
  body.cdz-boxed .page {
    width: 1200px;
  }
}
/* line 1, ../scss/layout/_menu.scss */
.cdz-menu-toggle {
  display: none;
}

/* line 4, ../scss/layout/_menu.scss */
.cdz-mobile-nav {
  left: -100%;
}

/* line 5, ../scss/layout/_menu.scss */
.cdz-navbar-toggle {
  float: left;
}

/* line 6, ../scss/layout/_menu.scss */
.mobile-logo {
  float: left;
}

/* line 7, ../scss/layout/_menu.scss */
.mobile-nav-tabs {
  display: none;
}

/* line 8, ../scss/layout/_menu.scss */
.active.mobile-nav-tabs {
  display: block;
}

/*.cdz-main-menu .groupmenu li.level0:hover {
  overflow: inherit;
}*/
/* line 12, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0:hover .groupmenu-drop {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
}

/* line 23, ../scss/layout/_menu.scss */
.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  cursor: pointer;
}

/* line 26, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0dd';
  font-size: 24px;
  color: #525252;
  position: absolute;
  bottom: -10px;
  left: 42%;
  left: calc((100% - 14px) / 2);
  -webkit-left: calc((100% - 14px) / 2);
  -o-left: calc((100% - 14px) / 2);
  -moz-left: calc((100% - 14px) / 2);
  z-index: 100;
}

/* line 46, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop {
  position: absolute;
  top: 100%;
  z-index: 99;
  left: -9999px;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -o-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

/* line 68, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* line 77, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos img {
  float: right;
}

/* ============================================ */
/* line 83, ../scss/layout/_menu.scss */
[class*='cdz-menu-icon-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  font-size: 14px;
  margin-right: 10px;
  min-width: 15px;
}

/* line 96, ../scss/layout/_menu.scss */
.cdz-menu-icon-1:before {
  content: "\f1b9";
}

/* line 99, ../scss/layout/_menu.scss */
.cdz-menu-icon-2:before {
  content: "\f108";
}

/* line 102, ../scss/layout/_menu.scss */
.cdz-menu-icon-3:before {
  content: "\f030";
}

/* line 105, ../scss/layout/_menu.scss */
.cdz-menu-icon-4:before {
  content: "\f03d";
}

/* line 108, ../scss/layout/_menu.scss */
.cdz-menu-icon-5:before {
  content: "\f19c";
}

/* line 111, ../scss/layout/_menu.scss */
.cdz-menu-icon-6:before {
  content: "\f06c";
}

/* line 114, ../scss/layout/_menu.scss */
.cdz-menu-icon-7:before {
  content: "\f0e4";
}

/* line 117, ../scss/layout/_menu.scss */
.cdz-menu-icon-8:before {
  content: "\f000";
}

/* line 120, ../scss/layout/_menu.scss */
.cdz-menu-icon-9:before {
  content: "\f02c";
}

/* ===========Megamenu ================================= */
/* line 124, ../scss/layout/_menu.scss */
.header-main-menu .nav-sections {
  float: left;
  clear: both;
}

/* line 128, ../scss/layout/_menu.scss */
.header-main-menu .block-static-block.widget {
  float: left;
  margin-bottom: 0;
}

/* line 133, ../scss/layout/_menu.scss */
.cdz-main-menu ul,
.cdz-main-menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}

/* line 140, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 144, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li {
  margin: 0;
}
/* line 145, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 {
  position: relative;
  display: inline-block;
  float: left;
}
/* line 149, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  text-decoration: none;
  color: white;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 168, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited, .cdz-main-menu .groupmenu li.level0 a.menu-link:hover, .cdz-main-menu .groupmenu li.level0 a.menu-link:active {
  color: white;
  text-decoration: none;
}
/* line 173, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  cursor: pointer;
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 182, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop {
  z-index: 99;
  background-color: white;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
}
/* line 190, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  padding: 10px;
  color: #282828;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 194, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
/* line 201, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
  text-decoration: none;
}
/* line 205, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #fc7070;
  text-decoration: none;
}
/* line 210, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li {
  margin: 0;
  padding: 6px 0;
}
/* line 213, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 223, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
/* line 238, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 15px;
}
/* line 241, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  width: 10px;
  background-color: #fc7070;
}

/*Sticky menu------*/
/* line 256, ../scss/layout/_menu.scss */
.logo .small-logo {
  display: none;
}

/* line 259, ../scss/layout/_menu.scss */
.sticky-menu.active .logo .small-logo {
  display: inline-block;
}

/* line 262, ../scss/layout/_menu.scss */
.sticky-menu.active .logo .main-logo {
  display: none;
}

@media (min-width: 767px) {
  /* line 267, ../scss/layout/_menu.scss */
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #282828;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed !important;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  /* line 302, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-bottom-logo-cart {
    padding: 0 70px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 308, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .header-wrapper-bottom {
    padding: 4px 0;
  }
  /* line 311, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-bottom-logo-cart {
    padding: 0;
  }
  /* line 315, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-logo {
    margin: 0;
    left: 10px;
    top: 0;
    height: 40px;
    z-index: 5;
    display: none;
  }
  /* line 323, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .search-wrapper,
  .header .sticky-menu.active .cart-wrapper {
    position: static;
    padding: 0;
    width: auto;
    min-height: 0;
  }
  /* line 330, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-menu-content {
    position: relative;
  }
  /* line 331, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 5;
  }
  /* line 337, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .price-label {
    display: none;
  }
  /* line 338, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
    position: initial;
  }
  /* line 339, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon {
    background-color: transparent;
    color: #fff;
  }
  /* line 342, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon:before {
    color: #fff;
    height: 42px;
    width: 42px;
    background-position: 9px -34px;
  }
  /* line 348, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-label {
    display: none !important;
  }
  /* line 349, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
    top: 0;
    right: 0;
    left: auto;
    background-color: #fc7070;
    color: #fff;
  }
  /* line 356, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-subtotal {
    display: none;
  }
  /* line 358, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown-content {
    margin: 0;
  }
  /* line 360, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search {
    position: absolute;
    right: 50px;
    top: 0;
  }
  /* line 365, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search .form-search .cat-input {
    display: none;
  }
  /* line 368, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search .form-search input[type="text"] {
    width: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0;
    float: right;
    padding: 0 10px;
    margin: 0;
  }
  /* line 375, ../scss/layout/_menu.scss */
  .cdz-rtl .header .sticky-menu.active .block-search .form-search input[type="text"] {
    float: left;
  }
  /* line 377, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search .form-search .button:before {
    color: white;
  }
  /* line 379, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
    width: 100%;
    border-left-width: 1px;
  }
  /* line 383, ../scss/layout/_menu.scss */
  .header .sticky-menu.active .block-search .form-search:hover .button:before {
    color: white;
  }
}
@-webkit-keyframes fadeInDown {
  /* line 390, ../scss/layout/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 395, ../scss/layout/_menu.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  /* line 402, ../scss/layout/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 407, ../scss/layout/_menu.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* ============================================ */
/* line 414, ../scss/layout/_menu.scss */
[class*='cdz-menu-icon-']:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  font-size: 14px;
  margin-right: 10px;
  min-width: 15px;
}

/* line 427, ../scss/layout/_menu.scss */
.cdz-menu-icon-1:before {
  content: "\f1b9";
}

/* line 430, ../scss/layout/_menu.scss */
.cdz-menu-icon-2:before {
  content: "\f108";
}

/* line 433, ../scss/layout/_menu.scss */
.cdz-menu-icon-3:before {
  content: "\f030";
}

/* line 436, ../scss/layout/_menu.scss */
.cdz-menu-icon-4:before {
  content: "\f03d";
}

/* line 439, ../scss/layout/_menu.scss */
.cdz-menu-icon-5:before {
  content: "\f19c";
}

/* line 442, ../scss/layout/_menu.scss */
.cdz-menu-icon-6:before {
  content: "\f06c";
}

/* line 445, ../scss/layout/_menu.scss */
.cdz-menu-icon-7:before {
  content: "\f0e4";
}

/* line 448, ../scss/layout/_menu.scss */
.cdz-menu-icon-8:before {
  content: "\f000";
}

/* line 451, ../scss/layout/_menu.scss */
.cdz-menu-icon-9:before {
  content: "\f02c";
}

/* ============================================ */
/* line 455, ../scss/layout/_menu.scss */
.header-main-menu .nav-sections {
  float: left;
  clear: both;
}

/* line 459, ../scss/layout/_menu.scss */
.header-main-menu .block-static-block.widget {
  float: left;
  margin-bottom: 0;
}

/* line 463, ../scss/layout/_menu.scss */
.cdz-main-menu ul,
.cdz-main-menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}

/* line 470, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
/* line 474, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li {
  margin: 0;
}
/* line 477, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 {
  position: relative;
  display: inline-block;
  float: left;
}
/* line 482, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 > .dropdown-toggle {
  display: none;
}
/* line 483, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  text-decoration: none;
  color: white;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 502, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited {
  color: white;
  text-decoration: none;
}
/* line 509, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  cursor: pointer;
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 517, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop {
  z-index: 99;
  background-color: white;
  box-shadow: 0 1px 3px #e1e1e1;
  -moz-box-shadow: 0 1px 3px #e1e1e1;
  -webkit-box-shadow: 0 1px 3px #e1e1e1;
  -o-box-shadow: 0 1px 3px #e1e1e1;
  -ms-box-shadow: 0 1px 3px #e1e1e1;
}
/* line 525, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  padding: 10px;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 529, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
/* line 536, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
  text-decoration: none;
}
/* line 540, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #282828;
  text-decoration: none;
}
/* line 544, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #fc7070;
  text-decoration: none;
}
/* line 549, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li {
  margin: 0;
  padding: 6px 0;
}
/* line 552, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 562, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 7px;
}
/* line 577, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover {
  padding-left: 15px;
}
/* line 580, ../scss/layout/_menu.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  width: 10px;
  background-color: #fc7070;
}

/* ============================================ */
@-webkit-keyframes fadeInDown {
  /* line 592, ../scss/layout/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 597, ../scss/layout/_menu.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  /* line 604, ../scss/layout/_menu.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 609, ../scss/layout/_menu.scss */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 617, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-1 {
  width: 124.66666667px;
}

/* line 620, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-2 {
  width: 249.33333333px;
}

/* line 623, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-3 {
  width: 374px;
}

/* line 626, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-4 {
  width: 498.66666667px;
}

/* line 629, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-5 {
  width: 623.33333333px;
}

/* line 632, ../scss/layout/_menu.scss */
.groupmenu-drop-content.groupmenu-6 {
  width: 748px;
}

@media all and (min-width: 1440px), print {
  /* line 636, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-1 {
    width: 196.66666667px;
  }

  /* line 639, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-2 {
    width: 393.33333333px;
  }

  /* line 642, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-3 {
    width: 590px;
  }

  /* line 645, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-4 {
    width: 786.66666667px;
  }

  /* line 648, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-5 {
    width: 983.33333333px;
  }

  /* line 651, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-6 {
    width: 1180px;
  }

  /* line 654, ../scss/layout/_menu.scss */
  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
    left: -15px;
  }

  /* line 658, ../scss/layout/_menu.scss */
  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: -15px;
  }

  /* line 661, ../scss/layout/_menu.scss */
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* line 668, ../scss/layout/_menu.scss */
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@media (max-width: 767px) {
  /* line 674, ../scss/layout/_menu.scss */
  .groupmenu-drop-content.groupmenu-1,
  .groupmenu-drop-content.groupmenu-2,
  .groupmenu-drop-content.groupmenu-3,
  .groupmenu-drop-content.groupmenu-4,
  .groupmenu-drop-content.groupmenu-5,
  .groupmenu-drop-content.groupmenu-6 {
    width: auto;
  }
}
/*Sticky menu-----*/
/*Custom RTL*/
/* line 687, ../scss/layout/_menu.scss */
.cdz-rtl .cdz-main-menu .groupmenu li.level0 {
  float: right;
}
/* line 690, ../scss/layout/_menu.scss */
.cdz-rtl .header .sticky-menu.active .cdz-header-cart {
  left: 0;
  right: auto;
}
/* line 694, ../scss/layout/_menu.scss */
.cdz-rtl .header .sticky-menu.active .block-search {
  left: 60px;
  right: auto;
}
/* line 698, ../scss/layout/_menu.scss */
.cdz-rtl .cdz-main-menu .groupmenu-drop-content .groupdrop-banner-pos img {
  float: left;
}

/* line 1, ../scss/layout/_menu-vertical.scss */
.menu-vertical-title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px 8px 20px;
  margin-bottom: -2px;
  position: relative;
  z-index: 3;
}
/* line 7, ../scss/layout/_menu-vertical.scss */
.menu-vertical-title h3 {
  margin: 0;
  padding: 0;
}
/* line 8, ../scss/layout/_menu-vertical.scss */
.menu-vertical-title h3:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  font-size: 17px;
  margin-right: 10px;
  line-height: 18px;
}

/* line 16, ../scss/layout/_menu-vertical.scss */
.menu-vertical {
  position: relative;
  z-index: 2;
}
/* line 19, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 22, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .dropdown-toggle {
  display: none !important;
}
/* line 26, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap li.first.vertical-level1 a.menu-link {
  -moz-border-radius: 5px 0.5px 0 0;
  -webkit-border-radius: 5px 0.5px 0 0;
  border-radius: 5px 0.5px 0 0;
}
/* line 29, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap li.last.vertical-level1 a {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
/* line 32, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1:hover a.menu-link {
  margin: 0 -1px;
}
/* line 35, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap li.first.vertical-level1:hover a.menu-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 38, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .parent {
  position: relative;
}
/* line 40, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] a.menu-link {
  padding: 12px 17px;
  line-height: 17px;
  display: block;
}
/* line 50, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: 0;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  display: none;
  padding: 0;
  -moz-border-radius: 0px 5px 5px 0;
  -webkit-border-radius: 0px 5px 5px 0;
  border-radius: 0px 5px 5px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-bottom: 0;
}
/* line 63, ../scss/layout/_menu-vertical.scss */
.cdz-rtl .menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: auto;
  left: -100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 68, ../scss/layout/_menu-vertical.scss */
.menu-vertical-right .menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat {
  right: auto;
  left: -100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 74, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat li [class*='vertical-level'] {
  display: block;
  position: relative;
}
/* line 78, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap [class*='vertical-level'] .cdz-sub-cat li.parent:after {
  top: 7px;
}
/* line 87, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .parent:hover > .cdz-sub-cat {
  display: block;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 92, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .parent:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 15px;
}
/* line 98, ../scss/layout/_menu-vertical.scss */
.menu-vertical-right .menu-vertical .cdz-nav-wrap .parent:after {
  content: "\f053";
}
/* line 102, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .parent .parent .cdz-sub-cat {
  top: -5px;
}
/* line 105, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .view-all a {
  padding: 12px 17px;
  line-height: 17px;
  display: block;
}
/* line 109, ../scss/layout/_menu-vertical.scss */
.menu-vertical .cdz-nav-wrap .view-all a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f196";
  font-size: 17px;
  float: right;
}

@media (max-width: 991px) {
  /* line 121, ../scss/layout/_menu-vertical.scss */
  .menu-vertical-title h3 {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 124, ../scss/layout/_menu-vertical.scss */
  .menu-vertical-title h3:before {
    display: none;
  }

  /* line 131, ../scss/layout/_menu-vertical.scss */
  .menu-vertical .cdz-nav-wrap [class*='vertical-level'] a.menu-link {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    padding: 10px 17px;
  }
  /* line 137, ../scss/layout/_menu-vertical.scss */
  .menu-vertical .cdz-nav-wrap li.view-all a {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 139, ../scss/layout/_menu-vertical.scss */
  .menu-vertical .cdz-nav-wrap li.view-all a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 12px;
  }
}
/*menu vertical style home Sportwear*/
/* line 152, ../scss/layout/_menu-vertical.scss */
.menu-vertical-style02 .nav.nav-tabs {
  border: none;
}
/* line 154, ../scss/layout/_menu-vertical.scss */
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item {
  margin: 0;
  float: left;
  width: 50%;
}
/* line 158, ../scss/layout/_menu-vertical.scss */
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  padding: 15px 10px !important;
  height: auto;
  margin: 0;
  border: none !important;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 700;
}
/* line 169, ../scss/layout/_menu-vertical.scss */
.menu-vertical-style02 .nav-tab-content {
  padding: 1px 0 0;
}
/* line 171, ../scss/layout/_menu-vertical.scss */
.menu-vertical-style02 .nav-tab-content .cdz-nav-wrap li.vertical-level1 a.vertical-level1 {
  padding: 11px 17px;
}

/*Sub page*/
/* line 177, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage {
  position: relative;
  z-index: 1;
}
/* line 180, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
/* line 183, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-title h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 23px;
  float: right;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 189, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .space-base {
  margin: 0;
}
/* line 193, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-dropdown .menu-vertical-content {
  position: absolute;
  display: none;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 202, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-content {
  position: absolute;
}
/* line 205, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-title {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
/* line 207, ../scss/layout/_menu-vertical.scss */
.menu-vertical-subpage .menu-vertical-dropdown.dd-open .menu-vertical-title h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 23px;
}

/* line 215, ../scss/layout/_menu-vertical.scss */
.menu-breadcrumbs .breadcrumbs {
  background: #f9f9f9;
  display: block;
  border: 0;
  padding: 10px 10px 0 30px;
  height: 35px;
  -moz-border-radius: 0 5px 5px 0px;
  -webkit-border-radius: 0 5px 5px 0px;
  border-radius: 0 5px 5px 0px;
  margin: 0 0 0 -30px;
}

/*=================== RTL ==================*/
/* line 229, ../scss/layout/_menu-vertical.scss */
.cdz-rtl .menu-vertical .cdz-nav-wrap .parent:after {
  left: 10px;
  right: auto;
  content: "\f053";
}
/* line 234, ../scss/layout/_menu-vertical.scss */
.cdz-rtl .menu-vertical .cdz-nav-wrap .view-all a:before {
  float: left;
}
/* line 239, ../scss/layout/_menu-vertical.scss */
.cdz-rtl .menu-vertical-title h3:before {
  float: left;
}

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
/* line 7, ../scss/layout/_content.scss */
.groupbanner-text {
  position: relative;
}

/* line 10, ../scss/layout/_content.scss */
.groupbanner-text .banner-border img {
  width: 100%;
}

/* line 13, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
}

/* line 23, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 28, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

/* line 34, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .grifo-title {
  padding: 10px 0;
  color: #fff;
}

/* line 38, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link {
  color: #ffffff;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

/* line 44, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 48, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 52, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:active {
  color: #ffffff;
  text-decoration: none;
}

/* line 56, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link:hover {
  text-decoration: underline;
}

/* line 59, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 14px;
  padding-left: 5px;
}

/* line 71, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 76, ../scss/layout/_content.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
}

/* line 82, ../scss/layout/_content.scss */
.wrapper-ads02 {
  color: #ffffff;
  border-top: 3px solid #e1e1e1;
  padding: 60px 0;
}

/* line 87, ../scss/layout/_content.scss */
.wrapper-ads02 .cdz-item-types {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 92, ../scss/layout/_content.scss */
.wrapper-ads02 ul.items {
  padding-bottom: 30px;
  display: inline-block;
}

/* line 96, ../scss/layout/_content.scss */
.wrapper-ads02 ul.items li {
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 111, ../scss/layout/_content.scss */
.wrapper-ads02 ul.items li:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
}

/* line 117, ../scss/layout/_content.scss */
.wrapper-ads02 .statement {
  padding-bottom: 30px;
}

/* line 120, ../scss/layout/_content.scss */
.wrapper-ads02 .statement p {
  margin-bottom: 0;
}

/* line 123, ../scss/layout/_content.scss */
.wrapper-ads02 .newsletter-style02 .block.newsletter input[type="email"] {
  background-color: transparent;
}

/* line 126, ../scss/layout/_content.scss */
.wrapper-ads02 .newsletter-style02 .block.newsletter .action.subscribe {
  width: auto;
  min-width: 200px;
}

/* line 130, ../scss/layout/_content.scss */
.wrapper-ads02 .action.primary {
  padding: 10px 30px;
}

/* ============================================ *
 * Codazon_Banner_Effect
 * ============================================ */
/*Zoom Banner*/
/* line 138, ../scss/layout/_content.scss */
.eff-zoombanner {
  overflow: hidden;
  position: relative;
}

/* line 142, ../scss/layout/_content.scss */
.eff-zoombanner .banner-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 155, ../scss/layout/_content.scss */
.eff-zoombanner:hover .banner-zoom img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

/*Banner Border*/
/* line 162, ../scss/layout/_content.scss */
.banner-border {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
}

/* line 169, ../scss/layout/_content.scss */
.banner-border:before,
.banner-border:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

/* line 183, ../scss/layout/_content.scss */
.banner-border:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  top: 30px;
  right: 15px;
  bottom: 30px;
  left: 15px;
}

/* line 195, ../scss/layout/_content.scss */
.banner-border:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
}

/* line 207, ../scss/layout/_content.scss */
.banner-border:hover:before,
.banner-border:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 215, ../scss/layout/_content.scss */
.banner-border img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* line 220, ../scss/layout/_content.scss */
.banner-border:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

/* line 227, ../scss/layout/_content.scss */
.banner-border.style2:after {
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

/* line 231, ../scss/layout/_content.scss */
.banner-border.style2:before {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

/* ============================================ *
 * Codazon_BlockSidebar
 * ============================================ */
/* line 4, ../scss/layout/_blocksidebar.scss */
.cdz-block-title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 8, ../scss/layout/_blocksidebar.scss */
.cdz-block-title .b-title {
  padding: 0 30px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 310px;
  text-transform: uppercase !important;
  font-weight: 400;
  border-bottom: 1px solid;
}

/* line 19, ../scss/layout/_blocksidebar.scss */
.cdz-block-title .b-title strong {
  font-size: 100%;
}

/* line 22, ../scss/layout/_blocksidebar.scss */
.cdz-block-title .b-title:before {
  position: absolute;
  bottom: -11px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f219';
  font-size: 14px;
  left: 40%;
  left: calc(50% - 20px);
  -webkit-left: calc(50% - 20px);
  -o-left: calc(50% - 20px);
  -moz-left: calc(50% - 20px);
}

/*Block Sidebar*/
/* line 44, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) {
  margin-bottom: 2rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

/* line 51, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  min-width: 100%;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid;
}

/* line 64, ../scss/layout/_blocksidebar.scss */
.block-title {
  border-top: 0;
}

/* line 65, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-collapsible-nav-title:before,
.block:not(.block-static-block) .block-title:before {
  display: none;
}

/* line 69, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  border: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

/* line 77, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-content {
  padding: 15px 0;
  text-align: left;
  clear: left;
}

/* line 82, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-content .empty {
  padding: 0;
}

/* line 85, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .block-content.filter-content {
  padding-top: 0;
}

/* line 88, ../scss/layout/_blocksidebar.scss */
.block:not(.block-static-block) .empty {
  padding: 15px 0 0;
}

/* line 91, ../scss/layout/_blocksidebar.scss */
.block.review-add .block-content {
  padding-top: 0 !important;
}

/* line 95, ../scss/layout/_blocksidebar.scss */
.sidebar .block-currency select {
  width: 100%;
}

/* line 96, ../scss/layout/_blocksidebar.scss */
.sidebar .block-banner .block-content {
  padding: 0;
}

/* line 97, ../scss/layout/_blocksidebar.scss */
.sidebar .block:not(.block-static-block) .block-content {
  padding-bottom: 0;
}

/* line 99, ../scss/layout/_blocksidebar.scss */
.sidebar .block .actions .button {
  padding: 3px 5px;
}
/* line 102, ../scss/layout/_blocksidebar.scss */
.sidebar .block dl {
  margin: 0;
}

/*Box Style Home Sport*/
/* line 106, ../scss/layout/_blocksidebar.scss */
.box-style01 {
  margin-bottom: 20px;
  /*.box-content{overflow:hidden;}*/
  /*RTL*/
}
/* line 108, ../scss/layout/_blocksidebar.scss */
.box-style01 .cdz-block-title {
  padding: 20px 20px 7px;
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: inherit;
}
/* line 114, ../scss/layout/_blocksidebar.scss */
.box-style01 .cdz-block-title .h2 {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 117, ../scss/layout/_blocksidebar.scss */
.box-style01 .cdz-block-title a.view-all {
  text-transform: lowercase;
  font-style: italic;
  font-size: 70%;
  float: right;
  margin-top: 3px;
  margin-right: -15px;
}
/* line 124, ../scss/layout/_blocksidebar.scss */
.box-style01 .cdz-block-title a.view-all:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 14px;
  margin: 0 15px;
}
/* line 130, ../scss/layout/_blocksidebar.scss */
.box-style01 .codazon-filter {
  padding: 0;
}
/* line 131, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-grid {
  border-left: 1px solid;
}
/* line 133, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-grid .owl-carousel {
  margin: 0;
}
/* line 134, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-grid .product-item {
  padding: 0 !important;
  margin: 0 0 -1px;
}
/* line 137, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-grid .product-item .product-item-info {
  border: 1px solid;
  border-left: none;
}
/* line 142, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-grid:after {
  display: none;
}
/* line 146, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-list .product-item-info {
  padding: 0 10px;
}
/* line 147, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-list .cdz-buttons-container button.btn-cart {
  width: auto;
  height: auto;
  padding: 7px 10px 4px;
}
/* line 151, ../scss/layout/_blocksidebar.scss */
.box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
  display: none;
}
/* line 154, ../scss/layout/_blocksidebar.scss */
.box-style01 .mobile-nav-tab-dropdown {
  margin: 0 0 -1px;
}
/* line 157, ../scss/layout/_blocksidebar.scss */
.box-style01 .nav.nav-tabs {
  text-align: inherit;
  margin: 0 0 -1px;
}
/* line 160, ../scss/layout/_blocksidebar.scss */
.box-style01 .nav.nav-tabs .nav-tab-item .switch {
  height: 60px;
  padding: 19px 20px;
  text-transform: uppercase;
  border: none !important;
}
/* line 167, ../scss/layout/_blocksidebar.scss */
.box-style01 .nav-tab-content {
  padding: 0;
}
/* line 169, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content {
  padding: 20px;
}
/* line 171, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .cdz-blog-bottom {
  padding: 20px 0;
}
/* line 174, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-carousel .owl-stage-outer {
  padding: 0;
}
/* line 178, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme.owl-carousel .owl-nav {
  position: static;
  left: auto;
  width: auto;
  top: auto;
}
/* line 179, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  top: -65px;
  position: absolute;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 4px 7px;
  margin: 0;
}
/* line 187, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0px;
  left: auto;
}
/* line 190, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next:before {
  content: "\f178";
  line-height: 21px;
  font-size: 14px;
}
/* line 195, ../scss/layout/_blocksidebar.scss */
.cdz-rtl .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-next {
  left: 35px;
  right: auto;
}
/* line 200, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev {
  right: 40px;
  left: auto;
}
/* line 203, ../scss/layout/_blocksidebar.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev:before {
  content: "\f177";
  line-height: 21px;
  font-size: 14px;
}
/* line 208, ../scss/layout/_blocksidebar.scss */
.cdz-rtl .box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -5px;
  right: auto;
}
/* line 220, ../scss/layout/_blocksidebar.scss */
.cdz-rtl .box-style01 .cdz-block-title a.view-all {
  float: left;
  margin-left: -15px;
  margin-right: 0;
}

@media (min-width: 767px) {
  /* line 229, ../scss/layout/_blocksidebar.scss */
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'],
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    top: -45px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 235, ../scss/layout/_blocksidebar.scss */
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 10px;
  }
  /* line 237, ../scss/layout/_blocksidebar.scss */
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next:before,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next:before {
    content: "\f178";
    line-height: 21px;
    font-size: 14px;
  }
  /* line 242, ../scss/layout/_blocksidebar.scss */
  .cdz-rtl .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-next, .cdz-rtl
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-next {
    left: 50px;
    right: auto;
  }
  /* line 247, ../scss/layout/_blocksidebar.scss */
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev {
    right: 50px;
    left: auto;
  }
  /* line 250, ../scss/layout/_blocksidebar.scss */
  .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev:before,
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    content: "\f177";
    line-height: 21px;
    font-size: 14px;
  }
  /* line 255, ../scss/layout/_blocksidebar.scss */
  .cdz-rtl .box-style01:not(.product-style02) .owl-nav [class*='owl-'].owl-prev, .cdz-rtl
  .box-style01:not(.product-style02) .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 10px;
    right: auto;
  }
}
/*Product style 02 - Product name fixed left & price fixed right*/
@media (min-width: 767px) {
  /* line 269, ../scss/layout/_blocksidebar.scss */
  .product-style02 .products-grid .product-item-info {
    text-align: inherit;
  }
  /* line 271, ../scss/layout/_blocksidebar.scss */
  .product-style02 .products-grid .product-item-info .product-name-price {
    position: relative;
  }
  /* line 273, ../scss/layout/_blocksidebar.scss */
  .product-style02 .products-grid .product-item-info .product-name-price .product-name {
    padding-right: 100px;
  }
  /* line 276, ../scss/layout/_blocksidebar.scss */
  .product-style02 .products-grid .product-item-info .product-name-price .price-box {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
    width: 95px;
    text-align: right;
  }
}
/*Style Home Outdoor*/
/* line 292, ../scss/layout/_blocksidebar.scss */
.line-style01 .cdz-block-title {
  text-align: inherit;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
/* line 296, ../scss/layout/_blocksidebar.scss */
.line-style01 .cdz-block-title .b-title {
  padding: 10px 20px;
  min-width: 1px;
  border: 1px solid;
  margin-bottom: -2px;
}
/* line 301, ../scss/layout/_blocksidebar.scss */
.line-style01 .cdz-block-title .b-title:before {
  display: none;
}
/* line 304, ../scss/layout/_blocksidebar.scss */
.line-style01 .nav-tabs {
  border-bottom-width: 2px !important;
  text-align: inherit;
}
/* line 307, ../scss/layout/_blocksidebar.scss */
.line-style01 .nav-tabs .nav-tab-item .switch {
  text-transform: uppercase;
  border-radius: 0;
  height: 45px;
  padding: 12px 10px;
  margin-bottom: -2px;
}
/* line 315, ../scss/layout/_blocksidebar.scss */
.line-style01 .products-grid .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ============================================ *
 * Codazon_Slider
 * ============================================ */
/* line 10, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-item > [class*='cdz-sm-'] {
  padding: 0;
}

/* line 13, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-item .item {
  width: 100%;
}

/* line 16, ../scss/layout/_slider.scss */
.cdz-slider-banners {
  padding-top: 0 !important;
}

/* line 19, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  margin-top: 0;
}

/* line 26, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  padding: 0;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}

/* line 48, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-controls {
  margin: 0;
}

/* line 49, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 34px;
  content: '\f104';
  font-family: FontAwesome;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

/* line 62, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}

/* line 65, ../scss/layout/_slider.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* line 70, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap {
  background-color: transparent;
}

/* line 73, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap .cdz-banners-item {
  padding: 5px;
  border: 1px solid;
}

/* line 77, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav {
  position: static;
}

/* line 80, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 97, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}

/* line 101, ../scss/layout/_slider.scss */
.cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel:hover .owl-nav [class*='owl-'] {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  cursor: pointer;
}

/* line 109, ../scss/layout/_slider.scss */
.owl-nav [class*='owl-'], .owl-theme .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 20px;
  top: 45%;
  top: calc((100% - 50px)/2);
  -webkit-top: calc((100% - 50px)/2);
  -o-top: calc((100% - 50px)/2);
  -moz-top: calc((100% - 50px)/2);
  border: 2px solid;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0;
}
/* line 143, ../scss/layout/_slider.scss */
.cdz-product-wrapper .owl-nav [class*='owl-'], .cdz-product-wrapper .owl-theme .owl-nav [class*=owl-] {
  top: 20%;
}

/* line 148, ../scss/layout/_slider.scss */
.owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 39px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  content: '\f104';
  font-family: FontAwesome;
  text-align: center;
}

/* line 161, ../scss/layout/_slider.scss */
.owl-nav [class*='owl-'].owl-next {
  right: 20px;
  left: auto;
}

/* line 165, ../scss/layout/_slider.scss */
.owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}

/* line 168, ../scss/layout/_slider.scss */
.owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* line 173, ../scss/layout/_slider.scss */
.slideshow-content .owl-theme .owl-nav {
  margin: 0;
}

/* ============================================ */
/* line 176, ../scss/layout/_slider.scss */
.ft-options .slider.slider-horizontal {
  width: 100%;
}

/* ============================================ *
 * Codazon_Slideshow
 * ============================================ */
/* line 4, ../scss/layout/_slideshow.scss */
.cdz-slideshow {
  z-index: 1;
}

/* line 7, ../scss/layout/_slideshow.scss */
.cdz-slideshow .slider-item {
  position: relative;
}

/* line 10, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel {
  padding-top: 0;
  margin: 0;
}

/* line 15, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-item {
  padding: 0;
}
/* line 18, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-theme .owl-nav {
  margin-top: 0;
  position: static;
}
/* line 22, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: relative;
  font-size: 0;
  margin: 0 5px;
  color: #282828;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 20px;
  top: 45%;
  top: calc(50% - 15px);
  -webkit-top: calc(50% - 15px);
  -o-top: calc(50% - 15px);
  -moz-top: calc(50% - 15px);
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  cursor: pointer;
}
/* line 56, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: #282828;
  background-color: #ffffff;
  border-color: #282828;
}
/* line 61, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  content: '\f104';
  font-family: FontAwesome;
  text-align: center;
}
/* line 74, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 20px;
  left: auto;
}
/* line 78, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next:before {
  content: '\f105';
}
/* line 81, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
/* line 86, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-dots {
  position: absolute;
  left: 48%;
  bottom: 10px;
}
/* line 90, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  color: #a1a1a1;
}
/* line 95, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel .owl-dot span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f192';
  font-size: 14px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 111, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #000;
}

/* line 118, ../scss/layout/_slideshow.scss */
.slide-caption {
  width: 100%;
  max-width: 100%;
  top: 25%;
  position: absolute;
  color: #282828;
  left: 0%;
}

/* line 126, ../scss/layout/_slideshow.scss */
.slide-caption.cls-white {
  color: #ffffff;
}
/* line 128, ../scss/layout/_slideshow.scss */
.slide-caption.cls-white .slide-title {
  color: #ffffff;
}
/* line 130, ../scss/layout/_slideshow.scss */
.slide-caption.cls-white .slide-title span {
  border-color: #fff;
}
/* line 134, ../scss/layout/_slideshow.scss */
.slide-caption.cls-white .slide-btn a {
  background: #ffffff;
  color: #282828;
}

/* line 140, ../scss/layout/_slideshow.scss */
.slide-caption .slide-text {
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 144, ../scss/layout/_slideshow.scss */
.slide-caption .slide-title {
  margin-bottom: 10px;
}

/* line 147, ../scss/layout/_slideshow.scss */
.slide-caption .slide-title span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #282828;
  padding: 5px 20px;
  font-weight: 600;
}

/* line 155, ../scss/layout/_slideshow.scss */
.slide-caption .slide-btn a {
  display: inline-block;
  padding: 5px 15px;
  background: #282828;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-size: 100%;
}

/* line 165, ../scss/layout/_slideshow.scss */
.slide-caption {
  max-width: 600px;
  top: 25%;
  left: 30%;
}

/* line 170, ../scss/layout/_slideshow.scss */
.slide-caption.slide-right {
  left: auto;
  right: 10%;
}

/* line 174, ../scss/layout/_slideshow.scss */
.slide-caption.slide-left {
  left: 10%;
  right: auto;
}

/* line 178, ../scss/layout/_slideshow.scss */
.slide-caption .slide-title {
  margin-bottom: 40px;
}

/* line 181, ../scss/layout/_slideshow.scss */
.slide-caption .slide-title span {
  font-size: 180%;
  border-width: 5px;
  padding: 5px 50px;
}

/* line 187, ../scss/layout/_slideshow.scss */
.active .slide-caption .slide-title {
  -webkit-animation: slideBounceInDown 800ms ease-in-out;
  -moz-animation: slideBounceInDown 800ms ease-in-out;
  animation: slideBounceInDown 800ms ease-in-out;
}

/* line 192, ../scss/layout/_slideshow.scss */
.active .slide-caption .slide-text {
  -webkit-animation: slideBounceInDown 1400ms ease-in-out;
  -moz-animation: slideBounceInDown 1400ms ease-in-out;
  animation: slideBounceInDown 1400ms ease-in-out;
}

/* line 197, ../scss/layout/_slideshow.scss */
.active .slide-caption .slide-btn {
  -webkit-animation: slideBounceInDown 2000ms ease-in-out;
  -moz-animation: slideBounceInDown 2000ms ease-in-out;
  animation: slideBounceInDown 2000ms ease-in-out;
}

@-webkit-keyframes slideBounceInDown {
  /* line 203, ../scss/layout/_slideshow.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 207, ../scss/layout/_slideshow.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 211, ../scss/layout/_slideshow.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 214, ../scss/layout/_slideshow.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideBounceInDown {
  /* line 219, ../scss/layout/_slideshow.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 223, ../scss/layout/_slideshow.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  /* line 227, ../scss/layout/_slideshow.scss */
  80% {
    -moz-transform: translateY(-10px);
  }

  /* line 230, ../scss/layout/_slideshow.scss */
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideBounceInDown {
  /* line 235, ../scss/layout/_slideshow.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  /* line 239, ../scss/layout/_slideshow.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  /* line 243, ../scss/layout/_slideshow.scss */
  80% {
    -o-transform: translateY(-10px);
  }

  /* line 246, ../scss/layout/_slideshow.scss */
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideBounceInDown {
  /* line 251, ../scss/layout/_slideshow.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 255, ../scss/layout/_slideshow.scss */
  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  /* line 259, ../scss/layout/_slideshow.scss */
  80% {
    transform: translateY(-10px);
  }

  /* line 262, ../scss/layout/_slideshow.scss */
  100% {
    transform: translateY(0);
  }
}
/* line 266, ../scss/layout/_slideshow.scss */
.active .slideBounceInDown {
  -webkit-animation-name: slideBounceInDown;
  -moz-animation-name: slideBounceInDown;
  -o-animation-name: slideBounceInDown;
  animation-name: slideBounceInDown;
}

/* line 272, ../scss/layout/_slideshow.scss */
.block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 283, ../scss/layout/_slideshow.scss */
.cdz-slideshow .owl-theme .owl-dots .owl-dot.active span, .cdz-slideshow .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
}

/* line 1, ../scss/layout/_popup-newsletter.scss */
#ajaxloading_container {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 10px solid #a1a1a1;
  background-color: white;
  z-index: 99999;
  max-height: 660px;
}

/* line 10, ../scss/layout/_popup-newsletter.scss */
#ajaxloading_container {
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0px;
}

/* line 18, ../scss/layout/_popup-newsletter.scss */
#bg_fade {
  background-color: #000;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  height: 1000px;
  opacity: 0.5;
}

/* line 31, ../scss/layout/_popup-newsletter.scss */
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 36, ../scss/layout/_popup-newsletter.scss */
.modals-overlay {
  z-index: 899;
}

/* line 39, ../scss/layout/_popup-newsletter.scss */
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* line 49, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}

/* line 53, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 58, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

/* line 65, ../scss/layout/_popup-newsletter.scss */
.modal-slide {
  left: 44px;
  z-index: 900;
}

/* line 69, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 73, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}

/* line 85, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 94, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 101, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}

/* line 104, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

/* line 107, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}

/* line 112, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}

/* line 116, ../scss/layout/_popup-newsletter.scss */
.modal-popup {
  left: 0;
  overflow-y: auto;
  z-index: 900;
}

/* line 121, ../scss/layout/_popup-newsletter.scss */
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 125, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 5rem auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}

/* line 146, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll {
  overflow-y: visible;
}

/* line 149, ../scss/layout/_popup-newsletter.scss */
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

/* line 153, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

/* line 156, ../scss/layout/_popup-newsletter.scss */
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

/* line 160, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

/* line 163, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 169, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 176, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

/* line 180, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

/* line 185, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-footer-actions {
  text-align: right;
}

@media (max-width: 768px) {
  /* line 189, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }

  /* line 193, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 197, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }

  /* line 209, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
/* line 214, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 232, ../scss/layout/_popup-newsletter.scss */
.cdz-rtl .modal-custom .action-close, .cdz-rtl
.modal-popup .action-close, .cdz-rtl
.modal-slide .action-close {
  left: 0;
  right: auto;
}

/* line 234, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}

/* line 243, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}

/* line 249, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* line 262, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 274, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

/* line 291, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}

/* line 296, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}

/* line 301, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

/* line 306, ../scss/layout/_popup-newsletter.scss */
.modal-custom .action-close {
  margin: 25px;
}

/* line 309, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-title {
  color: #000000;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 1em;
  word-wrap: break-word;
}

/* line 317, ../scss/layout/_popup-newsletter.scss */
.modal-popup .action-close,
.modal-slide .action-close {
  padding: 0;
  width: 44px;
  height: 44px;
  background: #000 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1;
}

/* line 328, ../scss/layout/_popup-newsletter.scss */
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #fff !important;
  line-height: 33px !important;
}

/* line 333, ../scss/layout/_popup-newsletter.scss */
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #000 !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* line 340, ../scss/layout/_popup-newsletter.scss */
.modal-popup .page-main-actions,
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}

/* line 345, ../scss/layout/_popup-newsletter.scss */
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

/* line 353, ../scss/layout/_popup-newsletter.scss */
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}

/* line 361, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-content {
  padding-bottom: 3rem;
}

/* line 364, ../scss/layout/_popup-newsletter.scss */
#ajaxloading_container {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 10px solid #a1a1a1;
  background-color: white;
  z-index: 99999;
  max-height: 660px;
}

/* line 373, ../scss/layout/_popup-newsletter.scss */
#ajaxloading_container {
  min-width: 350px;
  max-width: 500px;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0px;
}

/* line 381, ../scss/layout/_popup-newsletter.scss */
#bg_fade {
  background-color: #000;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  height: 1000px;
  opacity: 0.5;
}

/* line 394, ../scss/layout/_popup-newsletter.scss */
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 399, ../scss/layout/_popup-newsletter.scss */
.modals-overlay {
  z-index: 899;
}

/* line 402, ../scss/layout/_popup-newsletter.scss */
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* line 412, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}

/* line 416, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 421, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

/* line 428, ../scss/layout/_popup-newsletter.scss */
.modal-slide {
  left: 44px;
  z-index: 900;
}

/* line 432, ../scss/layout/_popup-newsletter.scss */
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 436, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}

/* line 448, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 457, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 464, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}

/* line 467, ../scss/layout/_popup-newsletter.scss */
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}

/* line 470, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}

/* line 475, ../scss/layout/_popup-newsletter.scss */
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}

/* line 479, ../scss/layout/_popup-newsletter.scss */
.modal-popup {
  left: 0;
  overflow-y: auto;
  z-index: 900;
}

/* line 484, ../scss/layout/_popup-newsletter.scss */
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 488, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 5rem auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}

/* line 509, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll {
  overflow-y: visible;
}

/* line 512, ../scss/layout/_popup-newsletter.scss */
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

/* line 516, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

/* line 519, ../scss/layout/_popup-newsletter.scss */
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

/* line 523, ../scss/layout/_popup-newsletter.scss */
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}

/* line 526, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 532, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 539, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

/* line 543, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

/* line 548, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-footer-actions {
  text-align: right;
}

@media (max-width: 768px) {
  /* line 552, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }

  /* line 556, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 560, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }

  /* line 572, ../scss/layout/_popup-newsletter.scss */
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
/* line 577, ../scss/layout/_popup-newsletter.scss */
.modal-popup .modal-content {
  padding-bottom: 3rem;
}

/* line 580, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .modal-popup .modal-header,
.cdz-popup-wrapper .modal-popup .modal-content,
.cdz-popup-wrapper .modal-popup .modal-footer {
  padding: 0 !important;
  border: 0;
}

/* line 586, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .modal-popup .modal-footer {
  display: none;
}

/* line 589, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .block-static-block.widget {
  margin: 0;
}

/* line 592, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .modal-popup .close:before {
  font-weight: bold;
}

/* line 595, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter-left,
.cdz-popup-wrapper .cdz-popup-newsletter-right {
  width: 50%;
  float: left;
}
/* line 599, ../scss/layout/_popup-newsletter.scss */
.cdz-rtl .cdz-popup-wrapper .cdz-popup-newsletter-left, .cdz-rtl
.cdz-popup-wrapper .cdz-popup-newsletter-right {
  float: right;
}

/* line 603, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter {
  background: #f5f5f5;
}

/* line 606, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title {
  padding: 10px 30px;
  background: #dddddd;
}

/* line 610, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-title h3 {
  color: #121212;
  margin-bottom: 0;
}

/* line 614, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content {
  padding: 40px 30px;
}

/* line 617, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads {
  color: #282828;
}

/* line 620, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-title {
  margin-bottom: 30px;
}

/* line 623, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-desc {
  font-size: 90%;
  margin-bottom: 60px;
}

/* line 627, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-small {
  font-size: 90%;
  color: #999999;
}

/* line 631, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .popup-content-newsletter {
  margin: 0;
}

/* line 634, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe {
  margin-bottom: 20px;
}

/* line 639, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .block-content {
  padding: 0;
  margin: 0;
}
/* line 640, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .block-title, .cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .form-subscribe-header {
  display: none;
}
/* line 643, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe input.input-text {
  width: 100%;
}
/* line 644, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .input-box {
  float: none;
}
/* line 645, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions {
  float: none;
  width: 100%;
  text-align: center;
}
/* line 646, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  float: none;
  width: 100%;
}

/* line 650, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe input {
  border-width: 1px;
  border-color: #e1e1e1;
  text-align: center;
  padding-left: 10px;
}

/* line 656, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .field {
  margin-bottom: 20px;
}

/* line 659, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .field .control:before {
  display: none;
}

/* line 662, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions {
  display: block;
  width: 100%;
}

/* line 666, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .action.subscribe {
  width: 100%;
}

/* line 669, ../scss/layout/_popup-newsletter.scss */
.popup-login .modal-popup .modal-inner-wrap {
  width: 40% !important;
}

/* line 672, ../scss/layout/_popup-newsletter.scss */
.popup-login .modal-popup .modal-footer {
  display: none;
}

/* line 675, ../scss/layout/_popup-newsletter.scss */
.qs-modal .qs-loader {
  text-align: center;
  padding: 20px;
}

/* line 679, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-header {
  padding: 0;
}

/* line 682, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-header .modal-title {
  display: none;
}

/* line 685, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-content {
  padding: 0;
}

/* line 688, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-media.product.media {
  width: 50%;
}

/* line 691, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-content .quickshop-title .page-title {
  position: static;
  margin: 0 0 10px;
  width: auto;
  height: auto;
}

/* line 697, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-content .page-title-wrapper {
  display: block !important;
}

/* line 700, ../scss/layout/_popup-newsletter.scss */
.qs-modal .modal-popup .modal-content .quickshop-wrapper .quickshop-tabs {
  width: 50%;
  padding: 30px;
}

/* line 704, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-wrapper .modal-popup .modal-inner-wrap {
  width: 80% !important;
}

@media all and (min-width: 1024px), print {
  /* line 708, ../scss/layout/_popup-newsletter.scss */
  .cdz-popup-wrapper .modal-popup .modal-inner-wrap {
    width: 840px !important;
  }
}
/* line 713, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-newsletter .block.block-subscribe .block-content .input-box {
  width: 100%;
  margin-bottom: 10px;
}
/* line 714, ../scss/layout/_popup-newsletter.scss */
.cdz-popup-newsletter .block.block-subscribe .block-content {
  float: none;
}

/* line 2, ../scss/layout/_popup-quickshop.scss */
.qs-modal .modal-body {
  padding-left: 0;
  padding-top: 0;
}
/* line 5, ../scss/layout/_popup-quickshop.scss */
.cdz-rtl .qs-modal .modal-body {
  padding-left: 20px;
  padding-right: 0;
}
/* line 10, ../scss/layout/_popup-quickshop.scss */
.qs-modal .modal-footer {
  display: none;
}
/* line 11, ../scss/layout/_popup-quickshop.scss */
.qs-modal .modal-header {
  padding: 0;
  border: none;
}
/* line 14, ../scss/layout/_popup-quickshop.scss */
.qs-modal .modal-header .modal-title {
  display: none;
}
/* line 15, ../scss/layout/_popup-quickshop.scss */
.qs-modal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 1;
  padding: 5px 9px;
  color: #fff;
  background: #000;
}
/* line 24, ../scss/layout/_popup-quickshop.scss */
.cdz-rtl .qs-modal .modal-header .close {
  right: auto;
  left: 0;
}
/* line 30, ../scss/layout/_popup-quickshop.scss */
.qs-modal .ajax-load-wrapper .ajax-load-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  top: -moz-calc((100% - 45px)/2);
  top: -webkit-calc((100% - 45px)/2);
  top: -o-calc((100% - 45px)/2);
  top: calc((100% - 45px)/2);
}
/* line 40, ../scss/layout/_popup-quickshop.scss */
.qs-modal .product-view .product-img-box {
  padding-left: 0;
}
/* line 43, ../scss/layout/_popup-quickshop.scss */
.qs-modal .product-view-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 47, ../scss/layout/_popup-quickshop.scss */
.qs-modal .tab-content {
  padding: 15px 0;
}
/* line 49, ../scss/layout/_popup-quickshop.scss */
.qs-modal .tab-content .std {
  margin-bottom: 1rem;
}
/* line 51, ../scss/layout/_popup-quickshop.scss */
.qs-modal .tab-content .product-shop .email-friend {
  float: left;
  margin-bottom: 5px;
}
/* line 52, ../scss/layout/_popup-quickshop.scss */
.qs-modal .tab-content .product-shop .no-rating, .qs-modal .tab-content .product-shop .ratings {
  float: right;
  clear: none;
  margin-bottom: 2rem;
}
/* line 53, ../scss/layout/_popup-quickshop.scss */
.qs-modal .tab-content .product-shop .short-description {
  clear: both;
  margin-bottom: 2rem;
}

/* line 58, ../scss/layout/_popup-quickshop.scss */
#MB_window {
  top: 15%;
}
/* line 60, ../scss/layout/_popup-quickshop.scss */
.cdz-rtl #MB_window {
  text-align: right;
}

/*=========Breadcrumbs==========*/
/* line 2, ../scss/layout/_breadcrums.scss */
.cms-index-index .content-breadcrums {
  display: none;
}

/* line 5, ../scss/layout/_breadcrums.scss */
.content-breadcrums {
  padding: 0px 0 0;
}

/* line 8, ../scss/layout/_breadcrums.scss */
.breadcrumbs {
  padding: 20px 0 0;
  overflow: hidden;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 13, ../scss/layout/_breadcrums.scss */
.breadcrumbs ul {
  margin-bottom: 0;
}

/* line 16, ../scss/layout/_breadcrums.scss */
.breadcrumbs ul li {
  display: inline;
}

/* line 19, ../scss/layout/_breadcrums.scss */
.breadcrumbs ul li strong {
  font-weight: 600;
}

/* line 22, ../scss/layout/_breadcrums.scss */
.breadcrumbs ul li span {
  position: relative;
  font-size: 0;
  margin: 0 12px;
}

/* line 27, ../scss/layout/_breadcrums.scss */
.breadcrumbs ul li span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 11px;
}

/* line 39, ../scss/layout/_breadcrums.scss */
.content-breadcrums {
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 1, ../scss/layout/_tab.scss */
.nav-tabs,
.nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid;
}

/* line 9, ../scss/layout/_tab.scss */
.nav-tabs .item.content,
.nav.nav-tabs .item.content {
  margin-top: -6px;
  padding-left: 0;
  padding-right: 0;
}

/* line 16, ../scss/layout/_tab.scss */
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
/* line 23, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item {
  float: none;
  width: auto;
  display: inline-block;
}
/* line 28, ../scss/layout/_tab.scss */
.nav-tabs .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
/* line 35, ../scss/layout/_tab.scss */
.nav-tabs .item.content:before,
.nav-tabs .item.content:after {
  content: '';
  display: table;
}
/* line 40, ../scss/layout/_tab.scss */
.nav-tabs .item.content:after {
  clear: both;
}
/* line 43, ../scss/layout/_tab.scss */
.nav-tabs .item.content.active {
  display: block;
}
/* line 46, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item {
  margin: 0 5px 0 0;
}
/* line 49, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
/* line 54, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  background: transparent;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* line 65, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 68, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
/* line 71, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item .switch:hover {
  text-decoration: none;
}
/* line 74, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item .switch:active {
  text-decoration: none;
}

/* line 79, ../scss/layout/_tab.scss */
.nav-tab-content {
  padding: 15px 0 0;
}

/* line 80, ../scss/layout/_tab.scss */
.nav-tabs:before,
.nav-tabs:after {
  content: '';
  display: table;
}

/* line 85, ../scss/layout/_tab.scss */
.nav-tabs:after {
  clear: both;
}

/* line 89, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover,
.nav-tabs active.nav-tab-item:not(.disabled) .switch {
  background: transparent;
  border-bottom: 2px solid;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 96, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}

/* line 102, ../scss/layout/_tab.scss */
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}

/* line 107, ../scss/layout/_tab.scss */
.nav-tabs .item.content {
  background: transparent;
  margin-top: 39px;
  padding: 10px 0 10px 0;
}

/* line 112, ../scss/layout/_tab.scss */
.nav-tabs .nav-tab-item a:after {
  display: none;
}

/*==============================
==== Deals categories Home Drug
===============================*/
/* line 10, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .cdz-block-content {
  padding: 20px 0 0;
}
/* line 13, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals {
  text-align: center;
}
/* line 15, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals h3 {
  text-align: center;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #66c916;
  min-height: 40px;
}
/* line 20, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals h3 a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #66c916;
}
/* line 26, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-images img {
  margin: 0 auto;
}
/* line 30, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc {
  border-radius: 3px;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 90%;
}
/* line 35, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc p {
  margin: 0;
  position: relative;
  z-index: 2;
}
/* line 41, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content {
  clear: both;
  width: 100%;
  border: 1px solid;
  border-color: #e1e1e1;
  border-left: 3px solid #66c916;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 59, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:before {
  content: '';
  width: 0;
  height: 100%;
  background: #66c916;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 79, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:hover {
  color: #fff;
  border-color: #66c916;
}
/* line 82, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .block-categories-deals .block-categories-desc .block-categories-desc-content:hover:before {
  width: 100%;
}
/* line 92, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .red h3 a {
  color: #f86532;
}
/* line 93, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .red h3 {
  color: #f86532;
}
/* line 95, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content {
  border-left-color: #f86532;
}
/* line 97, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content:hover {
  border-color: #f86532;
}
/* line 100, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .red .block-categories-desc .block-categories-desc-content:before {
  background: #f86532;
}
/* line 108, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .blue h3 a {
  color: #02adec;
}
/* line 109, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .blue h3 {
  color: #02adec;
}
/* line 111, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content {
  border-left-color: #02adec;
}
/* line 113, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content:hover {
  border-color: #02adec;
}
/* line 116, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .blue .block-categories-desc .block-categories-desc-content:before {
  background: #02adec;
}
/* line 123, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .orange h3 a {
  color: #f3a52a;
}
/* line 124, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .orange h3 {
  color: #f3a52a;
}
/* line 126, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content {
  border-left-color: #f3a52a;
}
/* line 128, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content:hover {
  border-color: #f3a52a;
}
/* line 131, ../scss/layout/_ads.scss */
.cdz-block-categories-deals .orange .block-categories-desc .block-categories-desc-content:before {
  background: #f3a52a;
}

/*==============================
==== Deals categories Home Drug
===============================*/
/*==============================
==== Ads 03 Home Handbag
===============================*/
/* line 148, ../scss/layout/_ads.scss */
.wrapper-ads03 .text-area {
  display: flex;
}
/* line 150, ../scss/layout/_ads.scss */
.wrapper-ads03 .text-area i {
  float: left;
  color: #fff;
  width: 14%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
/* line 158, ../scss/layout/_ads.scss */
.wrapper-ads03 .text-area h5 {
  float: left;
  color: #fff;
  width: 86%;
  text-align: center;
  padding: 16px 0;
  margin: 0;
}
/* line 166, ../scss/layout/_ads.scss */
.wrapper-ads03 .text-area:hover {
  box-shadow: 5px 5px 0px #b9baba;
  -moz-box-shadow: 5px 5px 0px #b9baba;
  -webkit-box-shadow: 5px 5px 0px #b9baba;
  -o-box-shadow: 5px 5px 0px #b9baba;
  -ms-box-shadow: 5px 5px 0px #b9baba;
}

/* line 173, ../scss/layout/_ads.scss */
.wrapper-ads04 .groupinfo {
  background: white;
  padding: 20px;
}
/* line 176, ../scss/layout/_ads.scss */
.wrapper-ads04 .groupinfo .grifo-title {
  margin-bottom: 30px;
}
/* line 178, ../scss/layout/_ads.scss */
.wrapper-ads04 .groupinfo .grifo-title a {
  color: #121212;
}
/* line 180, ../scss/layout/_ads.scss */
.wrapper-ads04 .groupinfo .grifo-title a:hover {
  color: #fc7070;
}

/* line 188, ../scss/layout/_ads.scss */
.wrapper-ads05 {
  padding: 10px 20px;
  background: white;
}
/* line 191, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-ads {
  background-image: url(../images/bkg-newsletter.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 10px;
}
/* line 197, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-ads .h3 {
  margin-bottom: 10px;
}
/* line 199, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container {
  font-size: 90%;
  padding: 10px 0;
}
/* line 202, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe {
  margin-bottom: 10px;
}
/* line 204, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe #newsletter {
  border: 0;
  background: #f5f5f5;
}
/* line 207, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe #newsletter:focus {
  outline: none;
}
/* line 211, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .form-subscribe-header {
  display: none;
}
/* line 214, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .block-title {
  display: none;
}
/* line 221, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .input-box {
  padding-top: 2px;
  display: table-cell;
  width: 100%;
}
/* line 226, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions {
  margin: 0;
  display: table-cell;
}
/* line 229, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions .button {
  padding: 10px 20px;
  margin: 0;
  border: 1px solid;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  background-color: white;
  border-color: #282828;
}
/* line 236, ../scss/layout/_ads.scss */
.wrapper-ads05 .newsletter-container .block.block-subscribe .actions .button:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 246, ../scss/layout/_ads.scss */
.lazy-loading {
  min-height: 150px;
}

/* line 249, ../scss/layout/_ads.scss */
.wrapper-ads06 {
  padding: 20px;
  color: #fff;
}
/* line 251, ../scss/layout/_ads.scss */
.wrapper-ads06.bg-wrapper-ads {
  padding: 180px 0;
}
/* line 255, ../scss/layout/_ads.scss */
.wrapper-ads06 .ads-title {
  font-size: 30px;
  color: white;
}
/* line 259, ../scss/layout/_ads.scss */
.wrapper-ads06 .ads-desc {
  font-size: 14px;
  margin-bottom: 3rem;
}
/* line 260, ../scss/layout/_ads.scss */
.wrapper-ads06 .ads-img img {
  width: auto !important;
  display: inline-block !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* line 262, ../scss/layout/_ads.scss */
.wrapper-ads06 .ads-author {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 263, ../scss/layout/_ads.scss */
.wrapper-ads06 .ads-major {
  color: #f8b5ad;
}
/* line 264, ../scss/layout/_ads.scss */
.wrapper-ads06 .owl-carousel {
  padding-top: 0;
}
/* line 266, ../scss/layout/_ads.scss */
.wrapper-ads06 .owl-carousel .owl-nav {
  position: static;
}
/* line 269, ../scss/layout/_ads.scss */
.wrapper-ads06 .owl-carousel .owl-nav [class*='owl-'] {
  left: 0;
  top: calc(~'50% - 20px');
  position: absolute;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* line 275, ../scss/layout/_ads.scss */
.wrapper-ads06 .owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: 0;
  left: auto;
}

/*==============================
==== Ads 03 Home Handbag
===============================*/
/*==============================
==== Ads 07 Home Outdoor
===============================*/
@media (min-width: 768px) {
  /* line 295, ../scss/layout/_ads.scss */
  .wrapper-ads07 {
    padding: 10px;
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 1;
  }
}
/*==============================
==== End Ads 07 Home Outdoor
===============================*/
/*Product grid style*/
/* line 2, ../scss/productgrid/_wrapper-product.scss */
.codazon-loader-wrap .loader {
  margin-top: 10%;
}

/* line 5, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

/* line 10, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-items:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

/* line 15, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-items:not(.owl-carousel) > .product-item {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 23, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

/*.products-grid .product-item {
	width: 24.439%;
	margin-left: calc(~"(100% - 4 * 24.439%) / 3");
	padding: 0;
	&:nth-child(4n+1) {
		margin-left: 0;
	}
}
*/
/* line 36, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items:not(.owl-carousel) {
  overflow: inherit;
}

/* line 40, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items:not(.owl-carousel) .product-item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: inherit;
}

/* line 47, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-items.owl-carousel .product-item {
  width: 100%;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

/* line 54, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

/* line 58, ../scss/productgrid/_wrapper-product.scss */
.page-layout-3columns .products-grid .product-items:not(.owl-carousel) {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

/* line 63, ../scss/productgrid/_wrapper-product.scss */
.page-layout-3columns .products-grid .product-items:not(.owl-carousel) > .product-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 68, ../scss/productgrid/_wrapper-product.scss */
.page-layout-3columns .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  width: 100%;
  height: 100%;
}

/* line 73, ../scss/productgrid/_wrapper-product.scss */
.old-price {
  margin-left: 10px;
}

/* line 76, ../scss/productgrid/_wrapper-product.scss */
.old-price .price-wrapper {
  text-decoration: line-through;
}

/* line 79, ../scss/productgrid/_wrapper-product.scss */
.product-item {
  vertical-align: top;
}

/* line 82, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item {
  display: inline-block;
  float: left;
}

/* line 88, ../scss/productgrid/_wrapper-product.scss */
.product-name {
  display: block;
  margin: 0 0 0.7rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  text-transform: inherit;
}

/* line 99, ../scss/productgrid/_wrapper-product.scss */
.product-item-info {
  max-width: 100%;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 109, ../scss/productgrid/_wrapper-product.scss */
.cms-index-index .product-item-info {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 117, ../scss/productgrid/_wrapper-product.scss */
.page-products .product-item-info {
  width: 240px;
}

/* line 120, ../scss/productgrid/_wrapper-product.scss */
.product-item-info .actions {
  padding-top: 10px;
}

/* line 123, ../scss/productgrid/_wrapper-product.scss */
.product-item-actions {
  display: none;
}

/* line 126, ../scss/productgrid/_wrapper-product.scss */
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}

/* line 129, ../scss/productgrid/_wrapper-product.scss */
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}

/* line 132, ../scss/productgrid/_wrapper-product.scss */
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
  display: none;
}

/* line 138, ../scss/productgrid/_wrapper-product.scss */
.product-item .price-box {
  margin: 0 0 0.7rem;
}

/* line 141, ../scss/productgrid/_wrapper-product.scss */
.product-item .price-box .price {
  font-weight: bold;
}

/* line 144, ../scss/productgrid/_wrapper-product.scss */
.product-item .price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
}

/* line 148, ../scss/productgrid/_wrapper-product.scss */
.product-item .old-price {
  margin-left: 10px;
}

/* line 151, ../scss/productgrid/_wrapper-product.scss */
.product-item .old-price .price-label {
  display: none;
}

/* line 154, ../scss/productgrid/_wrapper-product.scss */
.product-item .minimal-price .price-container {
  display: block;
}

/* line 157, ../scss/productgrid/_wrapper-product.scss */
.product-item .minimal-price-link {
  margin-top: 5px;
}

/* line 160, ../scss/productgrid/_wrapper-product.scss */
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}

/* line 164, ../scss/productgrid/_wrapper-product.scss */
.product-item .tocart {
  /*white-space: nowrap;
            border-radius: 0;
            .lib-font-size(13px);
            line-height: 1;
            padding-top: @indent__s;
            padding-bottom: @indent__s;*/
}

/* line 172, ../scss/productgrid/_wrapper-product.scss */
.column.main .product-items {
  /*margin-left: -20px;*/
}

/* line 175, ../scss/productgrid/_wrapper-product.scss */
.column.main .product-item {
  /*padding-left: 20px;*/
}

/* line 178, ../scss/productgrid/_wrapper-product.scss */
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}

/* line 182, ../scss/productgrid/_wrapper-product.scss */
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}

/* line 190, ../scss/productgrid/_wrapper-product.scss */
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}

/* line 193, ../scss/productgrid/_wrapper-product.scss */
.price-container .weee:after {
  content: ")";
}

/* line 196, ../scss/productgrid/_wrapper-product.scss */
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}

/* line 200, ../scss/productgrid/_wrapper-product.scss */
.products-list .product-item {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}
/* line 206, ../scss/productgrid/_wrapper-product.scss */
.products-list .product-item .product-item-info {
  width: 100%;
}

/* line 215, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item {
  margin-bottom: 20px;
}
/* line 218, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-image {
  margin: 0;
}
/* line 219, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info {
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0px solid transparent;
}
/* line 229, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .product-item-details {
  padding: 10px 20px 10px;
  position: relative;
}
/* line 232, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .product-item-details .product-item-description {
  overflow: hidden;
  white-space: nowrap;
  /* Don't forget this one */
  text-overflow: ellipsis;
  padding: 0 0px 0.7rem;
  color: #999999;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 400;
}
/* line 244, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-product-wishlist .link-wishlist {
  display: block;
}
/* line 246, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-product-top, .products-grid .product-item-info .cdz-hover-section {
  position: relative;
}
/* line 249, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-buttons-container {
  margin-bottom: 10px;
}
/* line 251, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-buttons-container form {
  display: inline-block;
}
/* line 254, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-buttons-container .qs-button {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  font-size: 0;
}
/* line 265, ../scss/productgrid/_wrapper-product.scss */
.products-grid .product-item-info .cdz-buttons-container button.tocart.primary {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 277, ../scss/productgrid/_wrapper-product.scss */
.products-grid .isotope .iso-item.product-item {
  position: relative;
}
/* line 279, ../scss/productgrid/_wrapper-product.scss */
.products-grid .isotope .iso-item.product-item .product-item-link {
  text-decoration: none;
}
/* line 282, ../scss/productgrid/_wrapper-product.scss */
.products-grid .isotope .iso-item.product-item .product-item-link:visited,
.products-grid .isotope .iso-item.product-item .product-item-link:hover,
.products-grid .isotope .iso-item.product-item .product-item-link:active {
  text-decoration: none;
}
/* line 287, ../scss/productgrid/_wrapper-product.scss */
.products-grid .isotope .iso-item.product-item .price-box {
  margin-bottom: 15px;
}
/* line 291, ../scss/productgrid/_wrapper-product.scss */
.products-grid .isotope .iso-item.product-item.width-1:not(.width-2) .cdz-buttons form {
  display: inline-block;
  vertical-align: top;
}

/* line 299, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items.isotope {
  margin: 0 !important;
}

/* line 302, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items.isotope .iso-item.product-item {
  position: relative;
  width: 20%;
  padding: 2px;
  margin-bottom: 0;
}

/* line 308, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items.isotope .iso-item.product-item.width-2 {
  width: 40%;
}

/* line 311, ../scss/productgrid/_wrapper-product.scss */
.col1-layout .products-grid .product-items.isotope .iso-item.product-item .product-item-info .cdz-product-bottom {
  background: rgba(0, 0, 0, 0.22);
}

/* line 314, ../scss/productgrid/_wrapper-product.scss */
.cdz-best-seller-wrap .cdz-block-title {
  margin-bottom: 10px;
}

/* line 317, ../scss/productgrid/_wrapper-product.scss */
.codazon-filter {
  padding-top: 10px;
}

/* line 318, ../scss/productgrid/_wrapper-product.scss */
tabs-list.product.data.items .item.title {
  margin: 0 5px 0 6px;
}

/*rating----------*/
/* line 321, ../scss/productgrid/_wrapper-product.scss */
.no-rating, .ratings {
  overflow: hidden;
  clear: left;
}

/* line 325, ../scss/productgrid/_wrapper-product.scss */
.ratings {
  margin: 0 0 10px;
}

/* line 326, ../scss/productgrid/_wrapper-product.scss */
.no-display {
  display: none;
}

/* line 327, ../scss/productgrid/_wrapper-product.scss */
.rating-box {
  background: url("../../default/images/bg_rating.png") repeat-x;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: top;
  width: 70px;
  margin: 0;
  background-size: 1.45rem;
  margin-right: 5px;
  margin-top: 2px;
}
/* line 338, ../scss/productgrid/_wrapper-product.scss */
.rating-box .rating {
  background: url("../../default/images/bg_rating.png") 0 100% repeat-x;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  background-size: 1.45rem;
}

/*----------rating*/
/* line 2, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .codazon-filter, .cdz-home-block .codazon-filter {
  padding: 0;
}
/* line 5, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title, .cdz-home-block .cdz-block-title {
  text-align: left;
  margin-bottom: 0;
}
/* line 8, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  background: #e8e8e8;
  display: block;
  display: block;
  border: 0;
  padding: 0;
  height: 40px;
  border-radius: 0 5px 0px 0px;
  margin: 0;
}
/* line 17, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title:before, .cdz-home-block .cdz-block-title p.b-title:before {
  display: none;
}
/* line 18, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
  display: inline-block;
  background: #fc7070;
  line-height: 42px;
  margin-top: -7px;
  padding: 5px 20px 0 20px;
  border-radius: 0px 5px 0 0;
  color: #fff;
}
/* line 26, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -13px;
  left: 3px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fa0c0c;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 43, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title .view-all, .cdz-home-block .cdz-block-title p.b-title .view-all {
  float: right;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  line-height: 40px;
  margin-right: 20px;
}
/* line 50, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title .view-all label, .cdz-home-block .cdz-block-title p.b-title .view-all label {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 53, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-block-newproduct .cdz-block-title p.b-title .view-all:hover, .cdz-home-block .cdz-block-title p.b-title .view-all:hover {
  text-decoration: underline;
}

/* line 62, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid {
  border-left: 1px solid;
}
/* line 64, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
}
/* line 66, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
  border-bottom: 1px solid;
}
/* line 68, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
  border: 2px solid;
  border-radius: 0;
}
/* line 72, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-hover-section {
  padding: 10px 10px 0 10px;
}
/* line 76, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
  color: #fc7070;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  display: block;
}
/* line 82, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details {
  padding: 10px;
}
/* line 84, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details button.btn-cart, .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details .action, .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-details .qs-button {
  border-radius: 3px;
}
/* line 89, ../scss/productgrid/_wrapper-product-2.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
  border: 2px solid;
  border-color: #fc7070;
}

@media (min-width: 991px) {
  /* line 104, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left: 1px solid;
  }
  /* line 106, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  /* line 108, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    width: 16.6666%;
    padding: 0;
    margin: 0;
    min-height: inherit;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  /* line 120, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 {
    padding: 0;
  }
  /* line 122, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid {
    padding: 0 1px;
  }
  /* line 125, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 22%;
    padding: 2px 1px 1px 2px;
  }
  /* line 129, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px 10px;
  }
  /* line 135, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-name {
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
  }
  /* line 142, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 34%;
    min-height: 490px;
  }
  /* line 145, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info {
    min-height: 487px;
  }
  /* line 147, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .product-name {
    padding-bottom: 11px;
  }
  /* line 150, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom {
    background: #fff;
    height: auto;
    bottom: 0;
    top: auto;
  }
  /* line 155, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom .cdz-button-bot {
    display: none;
  }
  /* line 158, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info .cdz-product-bottom .cdz-buttons-container {
    margin-bottom: 17px;
  }
  /* line 169, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot a {
    color: #fff;
  }
  /* line 170, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot .price {
    color: #fff;
  }
  /* line 173, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-bottom .cdz-button-bot .old-price .price {
    color: #ddd;
  }
  /* line 178, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info {
    min-height: 62px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 181, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info a.product-item-link, .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .product-item-description {
    color: #fff;
  }
  /* line 184, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .price {
    color: #fff;
  }

  /* line 203, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-1 .cdz-product-top .product-image {
    width: 206px;
    margin: 0 auto;
    padding: 10px 10px 11px;
  }
  /* line 212, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .cdz-product-top .product-image {
    width: auto;
    margin: 0 auto;
  }
  /* line 216, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-product-info .product-item-description {
    display: none;
  }
  /* line 220, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap {
    padding: 5px 0 9px;
  }
  /* line 222, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .owl-item {
    float: none;
    display: inline-block;
  }
  /* line 225, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .img-item {
    margin: 0 5px;
  }
  /* line 227, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-media-wrap .img-item img {
    border: 1px solid #f1f1f1;
  }
  /* line 232, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info .cdz-product-info {
    min-height: 45px;
  }
  /* line 238, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot a {
    color: #fff;
  }
  /* line 239, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot .price {
    color: #fff;
  }
  /* line 242, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-bottom .cdz-button-bot .old-price .price {
    color: #ddd;
  }
  /* line 247, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info {
    min-height: 45px !important;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 251, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info a.product-item-link, .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info .product-item-description {
    color: #fff;
  }
  /* line 254, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .product-item-info:hover .cdz-product-info .price {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 270, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left: 1px solid;
  }
  /* line 272, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  /* line 274, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    width: 25%;
    padding: 0;
    margin: 0;
    min-height: 385px;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  /* line 286, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 {
    padding: 0;
  }
  /* line 288, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid {
    padding: 0 1px;
  }
  /* line 291, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 22%;
  }
  /* line 294, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
  }
  /* line 300, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-name a {
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  /* line 307, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 34%;
    min-height: 490px;
  }
  /* line 310, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .item.product-item.width-2 .product-item-info {
    min-height: 490px;
  }
  /* line 323, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info {
    min-height: 65px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 326, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info a.product-item-link, .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .product-item-description {
    font-size: 0 !important;
  }
  /* line 329, ../scss/productgrid/_wrapper-product-2.scss */
  .col1-layout .codazon-filter-style-05 .products-grid .product-items.isotope .product-item-info:hover .cdz-product-info .price {
    font-size: 0 !important;
  }

  /* line 348, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-1 .cdz-product-top .product-image {
    width: 155px;
    margin: 0 auto;
    padding: 10px 10px 11px;
  }
  /* line 357, ../scss/productgrid/_wrapper-product-2.scss */
  .codazon-filter-style-05 .products-grid .isotope .width-2 .cdz-product-top .product-image {
    width: auto;
    margin: 0 auto;
  }
}
/*================ RTL ================*/
/* line 369, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-rtl .cdz-block-newproduct .cdz-block-title, .cdz-rtl .cdz-home-block .cdz-block-title {
  text-align: right;
}
/* line 371, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span {
  border-radius: 5px 0px 0 0;
}
/* line 373, ../scss/productgrid/_wrapper-product-2.scss */
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
  border-left: 6px solid #fa0c0c;
  border-bottom-color: transparent;
  right: 3px;
  left: auto;
}

/*Start Best seller tab*/
/* line 4, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs,
.cdz-best-seller-wrap .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  text-align: center;
}
/* line 11, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border: 1px solid #e1e1e1;
}
/* line 16, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1;
}
/* line 20, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content,
.cdz-best-seller-wrap .nav.nav-tabs .item.content {
  margin-top: -6px;
  padding-left: 0;
  padding-right: 0;
}
/* line 27, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 34, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs:before,
.cdz-best-seller-wrap .nav-tabs:after {
  content: '';
  display: table;
}
/* line 39, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs:after {
  clear: both;
}
/* line 42, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item {
  float: none;
  width: auto;
  display: inline-block;
}
/* line 47, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
}
/* line 53, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
/* line 60, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content:before,
.cdz-best-seller-wrap .nav-tabs .item.content:after {
  content: '';
  display: table;
}
/* line 65, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content:after {
  clear: both;
}
/* line 68, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content.active {
  display: block;
}
/* line 71, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item {
  margin: 0 5px 0 0;
}
/* line 74, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #999999;
  text-decoration: none;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  height: 40px;
  padding: 10px 10px 10px 10px;
}
/* line 86, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: #999999;
  text-decoration: none;
}
/* line 90, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #fc7070;
  text-decoration: none;
}
/* line 94, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  text-decoration: none;
}
/* line 98, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}
/* line 102, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: #282828;
}
/* line 109, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
/* line 114, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  margin-top: 39px;
  padding: 10px 0 10px 0;
  border: 1px solid #e1e1e1;
}
/* line 120, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item a:after {
  display: none;
}
/* line 124, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 137, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tab-content {
  padding: 0px;
}
/* line 138, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .product-name a {
  color: white;
}

/* line 141, ../scss/productgrid/_grid-bestseller.scss */
.nav-tabs .nav-tab-item .switch:hover {
  color: #282828;
  background-color: transparent;
  border-color: #282828;
  border-bottom-width: 0px;
}

/* line 147, ../scss/productgrid/_grid-bestseller.scss */
.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}

/* line 153, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tab-content {
  background: transparent;
  border-width: 0;
  border-top-width: 1px;
}

/* line 158, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap {
  min-height: 400px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

/* line 165, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tab-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 16px;
}

/* line 171, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tab-item .switch {
  border-width: 0 !important;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}

/* line 182, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .nav-tab-content {
  border-top-width: 0;
}

/*End Best seller tab*/
/*Start Grid Best seller*/
/* line 189, ../scss/productgrid/_grid-bestseller.scss */
.col1-layout .products-grid .product-items.isotope {
  margin: 0 !important;
}

/* line 192, ../scss/productgrid/_grid-bestseller.scss */
.col1-layout .products-grid .product-items.isotope .item.product-item {
  position: relative;
  width: 20%;
  padding: 2px;
  margin-bottom: 0;
}

/* line 198, ../scss/productgrid/_grid-bestseller.scss */
.col1-layout .products-grid .product-items.isotope .item.product-item.width-2 {
  width: 40%;
}

/* line 201, ../scss/productgrid/_grid-bestseller.scss */
.products-grid .isotope.product-item-info .product-item-details {
  padding: 0;
}

/* line 203, ../scss/productgrid/_grid-bestseller.scss */
.cdz-best-seller-wrap .cdz-block-title {
  margin-bottom: 10px;
}

/* line 206, ../scss/productgrid/_grid-bestseller.scss */
.products-grid .isotope .item.product-item.width-1:not(.width-2) .cdz-buttons form {
  display: inline-block;
  vertical-align: top;
}

/* line 210, ../scss/productgrid/_grid-bestseller.scss */
.products-grid .isotope .item.product-item.width-1.width-2 .product-item-link {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 213, ../scss/productgrid/_grid-bestseller.scss */
.cdz-product-wishlist a.link-wishlist {
  font-size: 0px;
}

/* line 214, ../scss/productgrid/_grid-bestseller.scss */
.products-grid .isotope .item.product-item .price-box {
  margin-bottom: 15px;
}

/* line 218, ../scss/productgrid/_grid-bestseller.scss */
.products-grid .isotope .item.product-item .product-item-details {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 991px) {
  /* line 224, ../scss/productgrid/_grid-bestseller.scss */
  .cdz-best-seller-wrap .products-grid .product-items.isotope .item.product-item .cdz-product-bottom {
    background: rgba(0, 0, 0, 0.22);
  }

  /* line 227, ../scss/productgrid/_grid-bestseller.scss */
  .products-grid .isotope .item.product-item .out-of-stock span {
    color: white;
  }

  /* line 228, ../scss/productgrid/_grid-bestseller.scss */
  .products-grid .isotope .item.product-item .product-name a {
    color: white;
  }

  /* line 231, ../scss/productgrid/_grid-bestseller.scss */
  .products-grid .isotope .item.product-item .price {
    color: white;
  }

  /* line 234, ../scss/productgrid/_grid-bestseller.scss */
  .products-grid .isotope .item.product-item {
    color: white;
  }
}
/*Color Important*/
/* line 1, ../scss/_global.scss */
body {
  font: 400 13px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  background: #f2f2f2;
}

/* line 2, ../scss/_global.scss */
body a {
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
}

/* line 3, ../scss/_global.scss */
a:hover {
  text-decoration: none;
  vertical-align: middle;
}

/* line 4, ../scss/_global.scss */
a:hover, a:focus {
  color: #fc7070;
}

/* line 5, ../scss/_global.scss */
.wrapper {
  font: 400 13px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  background-color: #f2f2f2;
}

/* line 6, ../scss/_global.scss */
.pages {
  background: #f2f2f2;
}

/* line 7, ../scss/_global.scss */
.space-base {
  margin-bottom: 60px;
}

/* line 8, ../scss/_global.scss */
.space-small-base {
  margin-bottom: 20px;
}

/* line 10, ../scss/_global.scss */
.page-title h1,
.page-title h2 {
  text-transform: uppercase;
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 21, ../scss/_global.scss */
.cdz-dropdown-content {
  background: white;
  border-color: #e1e1e1;
}

/* line 27, ../scss/_global.scss */
.breadcrumbs ul li {
  color: #282828;
}

/* line 31, ../scss/_global.scss */
.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:hover {
  color: #fc7070;
  text-decoration: none;
}

/* line 35, ../scss/_global.scss */
.cdz-best-seller-wra .nav-tabs .nav-tab-item .switch:active {
  color: #fc7070;
  text-decoration: none;
}

/* line 39, ../scss/_global.scss */
.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wra .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}

/* ============================================ *
 * Content
 * ============================================ */
/*three block*/
/*Background parallax*/
/* line 51, ../scss/_global.scss */
.bg-wrapper-ads {
  background-image: url(../images/bg-parallax.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 56, ../scss/_global.scss */
.bg-wrapper-ads .bg-parallax {
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 5rem 0;
}

/* line 67, ../scss/_global.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc {
  color: white;
}
/* line 70, ../scss/_global.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :hover {
  text-decoration: underline;
  color: white;
}
/* line 71, ../scss/_global.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .text-link :after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 14px;
}
/* line 75, ../scss/_global.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary {
  color: white;
  border-color: white;
  background: transparent;
}
/* line 79, ../scss/_global.scss */
.groupbanner-text .groupinfo .groupinfo-inner .groupinfo-desc .action.primary :hover {
  color: #282828;
  border-color: #282828;
  background: white;
}

/* ============================================ *
 * Codazon_Footer style 1
 * ============================================ */
/* line 95, ../scss/_global.scss */
.footer-top-ads {
  color: #282828;
}
/* line 98, ../scss/_global.scss */
.footer-top-ads .ftop-ads-small {
  color: #282828;
}
/* line 103, ../scss/_global.scss */
.footer-top-ads .block.block-subscribe .actions .button {
  color: white;
  background-color: #282828;
  border-color: #282828;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 109, ../scss/_global.scss */
.footer-top-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

/* line 120, ../scss/_global.scss */
.block.block-subscribe .block-content input {
  border-color: #282828;
}

/* line 126, ../scss/_global.scss */
.page-footer {
  background: white;
  color: #282828;
}
/* line 129, ../scss/_global.scss */
.page-footer .top-footer-wrapper {
  background-color: #fce0dd;
}
/* line 132, ../scss/_global.scss */
.page-footer .footer-bottom {
  background: white;
}
/* line 135, ../scss/_global.scss */
.page-footer a {
  color: #282828;
}
/* line 138, ../scss/_global.scss */
.page-footer a:hover {
  color: #fc7070;
}
/* line 141, ../scss/_global.scss */
.page-footer p.h5 {
  color: #282828;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 147, ../scss/_global.scss */
.page-footer .item_tag li a {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
/* line 152, ../scss/_global.scss */
.page-footer .item_tag li a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
/* line 160, ../scss/_global.scss */
.page-footer .footer-social a {
  border: 1px solid;
  border-color: #282828;
}
/* line 163, ../scss/_global.scss */
.page-footer .footer-social a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
/* line 171, ../scss/_global.scss */
.page-footer .bottom-footer-wrapper {
  background: white;
  border-top-color: #282828;
}
/* line 176, ../scss/_global.scss */
.page-footer .copyright {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 181, ../scss/_global.scss */
.page-footer .footer-bottom-link li a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 191, ../scss/_global.scss */
.cdz-footer-style-03 .bottom-footer-wrapper address {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 197, ../scss/_global.scss */
.cdz-footer-style-03 .footer-social a:hover {
  background: none;
  border-color: none;
}
/* line 200, ../scss/_global.scss */
.cdz-footer-style-03 .footer-social a:hover:before {
  border-color: #fc7070;
}
/* line 203, ../scss/_global.scss */
.cdz-footer-style-03 .footer-social a:hover span {
  color: #fc7070;
}
/* line 207, ../scss/_global.scss */
.cdz-footer-style-03 .footer-social a:before {
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer Style 1
 * ============================================ */
/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
/* line 225, ../scss/_global.scss */
.footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
  border-color: #282828;
}
/* line 233, ../scss/_global.scss */
.footer-newsletter-02 .social a {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
/* line 237, ../scss/_global.scss */
.footer-newsletter-02 .social a:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 249, ../scss/_global.scss */
.footer-style-02 .footer-link li {
  border-bottom: 1px solid #e1e1e1;
}

/* ============================================ *
 * End Codazon_Footer Style 2
 * ============================================ */
/* ============================================ *
* Codazon_Footer style 4
* ============================================ */
/* line 264, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper {
  background-color: #fce0dd;
}
/* line 266, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-aboutus .box-content {
  background-color: white;
  color: #282828;
}
/* line 270, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-facebook .box-content {
  background-color: #4f70c2;
}
/* line 273, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets {
  color: #fc7070;
}
/* line 275, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a {
  color: #fc7070;
}
/* line 277, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .top-footer-wrapper .box-tweets a:hover {
  color: #0ba5c9;
}
/* line 287, ../scss/_global.scss */
.page-footer.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 400;
  background: #282828;
  color: white;
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer style 4
 * ============================================ */
/* ============================================ *
 * Codazon_Footer style 5
 * ============================================ */
/* line 308, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a {
  border-color: #282828;
  color: #282828;
  background: white;
}
/* line 312, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .footer-social a:hover {
  border-color: #282828;
  color: white;
  background: #282828;
}
/* line 320, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content input {
  border-color: #282828;
  color: #282828;
}
/* line 325, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 300;
  background: white;
  color: #282828;
  border-color: #282828;
}
/* line 331, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .top-footer-wrapper .block-subscribe .block-content .actions button.button:hover {
  border-color: #282828;
  color: white;
  background: #282828;
}
/* line 342, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .footer-links p.h5 {
  color: #282828;
}
/* line 343, ../scss/_global.scss */
.page-footer.cdz-footer-style-05 .footer-links ul li {
  border-color: #282828;
}

/* ============================================ *
 * End Codazon_Footer style 5
 * ============================================ */
/* ============================================ *
 * Codazon_Slider
 * ============================================ */
/* line 356, ../scss/_global.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 361, ../scss/_global.scss */
.cdz-brand-slider .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 366, ../scss/_global.scss */
.cdz-brand-slider-wrap .cdz-banners-item {
  background-color: white;
  border-color: #e1e1e1;
}

/* line 370, ../scss/_global.scss */
.owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 376, ../scss/_global.scss */
.cdz-slideshow .owl-carousel .owl-nav [class*='owl-']:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* ============================================ */
/*Block Home Jewelry*/
/* line 386, ../scss/_global.scss */
.wrapper-ads02 {
  color: white;
}

/* line 391, ../scss/_global.scss */
.wrapper-ads03 .text-area i {
  background: #424242;
}
/* line 394, ../scss/_global.scss */
.wrapper-ads03 .text-area h5 {
  background: #5b5b5b;
}

/*Default Input and Validate input --- */
/* line 400, ../scss/_global.scss */
input.input-text {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1;
}

/* line 407, ../scss/_global.scss */
textarea.input-text {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: 100%;
}

/* line 414, ../scss/_global.scss */
.validate-select {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  width: 100%;
  height: 40px !important;
  color: #999999;
  border: 1px solid #e1e1e1;
  max-width: inherit;
}

/* line 423, ../scss/_global.scss */
.input-text:focus {
  border: 1px solid #282828;
  outline-color: #282828;
}

/* line 428, ../scss/_global.scss */
.input-text.validation-failed {
  border-color: #fc7070;
}

/* line 429, ../scss/_global.scss */
.validate-select.validation-failed {
  border-color: #fc7070;
}

/* line 430, ../scss/_global.scss */
.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

/*---Default Input and Validate input */
/* line 434, ../scss/_global.scss */
.popup-content-title.h3 {
  color: #282828;
}

/*Slideshow and Caption area----*/
/* line 440, ../scss/_global.scss */
.slide-caption .slide-title span {
  border: 2px solid #282828;
  font-weight: 600;
  color: #282828;
}

/* line 449, ../scss/_global.scss */
.slide-caption.cls-white .slide-title span {
  color: #fff;
}

/*Slideshow and Caption area----*/
/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* line 458, ../scss/_global.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev {
  background: white;
  font-size: 0px;
  color: #282828;
}
/* line 462, ../scss/_global.scss */
.cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-next:hover, .cdz_wapper-blog01 .owl-theme.owl-carousel .owl-nav .owl-prev:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
/* line 471, ../scss/_global.scss */
.cdz_wapper-blog01 .blog-text-link a {
  color: #282828;
}
/* line 473, ../scss/_global.scss */
.cdz_wapper-blog01 .blog-text-link a:hover {
  color: #fc7070;
}

/* ============================================ *
 * Codazon_Blog
 * ============================================ */
/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
/* line 488, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item {
  background: white;
}
/* line 491, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item h5.blog-title a {
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #666972;
}
/* line 496, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .cdz-blog-right {
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 499, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .blog-author {
  color: #5b5b5b;
}
/* line 502, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .blog-desc {
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 506, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .blog-date {
  background: #282828;
  color: white;
}
/* line 511, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .blog-text-link a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  background-color: white;
  border-color: #282828;
}
/* line 516, ../scss/_global.scss */
.cdz-wapper-blog-02 .owl-item .blog-text-link a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* ============================================ *
 * Codazon_Blog style 2 - Home Handbag
 * ============================================ */
 /* ============================================ *
* Codazon_Blog style 3 - Home Outdoor
* ============================================ */
/* line 532, ../scss/_global.scss */
.cdz-wapper-blog-03 .cdz-block-title {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: black;
}
/* line 537, ../scss/_global.scss */
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top {
  background: white;
}
/* line 539, ../scss/_global.scss */
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top .blog-date {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 542, ../scss/_global.scss */
.cdz-wapper-blog-03 .cdz-post .cdz-blog-top h5.blog-title {
  font-weight: 700;
}

 /* ============================================ *
* End Codazon_Blog style 3 - Home Outdoor
* ============================================ */
/* ============================================ *
 * Header style 2
 * ============================================ */
/* line 557, ../scss/_global.scss */
.cdz-header-style-02 .header .cdz-header-bottom {
  background-color: white;
}
/* line 565, ../scss/_global.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link {
  border-color: #282828;
}
/* line 567, ../scss/_global.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu li.level0 a.menu-link:hover {
  border-color: #282828;
}
/* line 572, ../scss/_global.scss */
.cdz-header-style-02 .header .cdz-bottom-logo-cart .cdz-main-menu .groupmenu .parent:hover:after {
  color: white;
}
/* line 579, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart {
  background-color: white;
  color: #999999;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 584, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: #999999;
}
/* line 587, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: #999999;
}
/* line 592, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-label {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 595, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: #999999;
}
/* line 604, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .block-search .button:before {
  color: #999999;
}
/* line 608, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover input[type="text"] {
  color: #999999;
}
/* line 611, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .block-search .form-search:hover .button:before {
  color: #999999;
}
/* line 616, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart {
  color: #999999;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 619, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon {
  color: #999999;
}
/* line 622, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: #999999;
}
/* line 629, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-label {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 632, ../scss/_global.scss */
.cdz-header-style-02 .header .sticky-menu.active .cdz-top-cart .cart-icon:before {
  color: #999999;
}

/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
/* line 650, ../scss/_global.scss */
.cdz-header-style-04 .header .cdz-bottom-logo-cart {
  background-color: white;
}
/* line 656, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-header-cart .cdz-top-login .cdz-trigger:before {
  color: white;
  border-color: white;
}
/* line 662, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart {
  color: #999999;
}
/* line 664, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon {
  color: #999999;
}
/* line 667, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon .cart-subtotal .price {
  color: white;
}
/* line 672, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-qty {
  color: white;
  background-color: #282828;
}
/* line 676, ../scss/_global.scss */
.cdz-header-style-04 .header .sticky-menu .cdz-top-cart .cart-icon:before {
  color: white;
  border-color: white;
}

/* ============================================ *
 * End Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 4
 * ============================================ */
/* ============================================ *
 * Header style 5
 * ============================================ */
/* line 699, ../scss/_global.scss */
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger {
  color: #999999;
}
/* line 701, ../scss/_global.scss */
.cdz-header-style-05 .header .cdz-header-cart .cdz-top-login .cdz-trigger:hover {
  color: #222222;
}
/* line 707, ../scss/_global.scss */
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart {
  background: white;
}
/* line 709, ../scss/_global.scss */
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
  color: #999999;
}
/* line 711, ../scss/_global.scss */
.cdz-header-style-05 .header .sticky-menu:not(.active) .cdz-top-cart .cart-icon:hover {
  color: #222222;
}
/* line 717, ../scss/_global.scss */
.cdz-header-style-05 .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
  background: white;
}

/* ============================================ *
 * End Header style 5
 * ============================================ */
/* ============================================ *
 * Header
 * ============================================ */
/* line 728, ../scss/_global.scss */
.cdz-top-login .cdz-dropdown-content {
  color: #282828;
}

/* line 731, ../scss/_global.scss */
.cdz-top-login .block-login .block-content button.button, #login-form .block-login .block-content button.button {
  background: #282828;
  color: white;
  border-color: #282828;
}
/* line 736, ../scss/_global.scss */
.cdz-top-login .block-login .block-content button.button:hover, #login-form .block-login .block-content button.button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

/* line 746, ../scss/_global.scss */
.header .sticky-menu.active .form-search .button:hover {
  background: none;
  color: #282828;
}

/* line 755, ../scss/_global.scss */
.header {
  background-color: white;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 758, ../scss/_global.scss */
.header .cdz-header-top {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f1f1f1;
  color: #999999;
}
/* line 764, ../scss/_global.scss */
.header .cdz-header-top .cdz-top-link .link a {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 769, ../scss/_global.scss */
.header .cdz-header-top .cdz-top-link li a {
  color: #999999;
}
/* line 772, ../scss/_global.scss */
.header .cdz-header-top .cdz-top-link li a:visited, .header .cdz-header-top .cdz-top-link li a:hover, .header .cdz-header-top .cdz-top-link li a:active {
  color: lignten(#999999, 10%);
}
/* line 776, ../scss/_global.scss */
.header .cdz-header-top .cdz-top-link li .forgot-password a {
  color: #999999;
}
/* line 785, ../scss/_global.scss */
.header #cdz-pc-stores .cdz-dropdown-content a:hover {
  background: #f8f8f8;
  color: #282828;
}
/* line 790, ../scss/_global.scss */
.header #cdz-pc-stores .cdz-trigger {
  color: #999999;
}
/* line 792, ../scss/_global.scss */
.header #cdz-pc-stores .cdz-trigger:hover {
  color: lignten(#999999, 10%);
}
/* line 797, ../scss/_global.scss */
.header .cdz-col-left {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 801, ../scss/_global.scss */
.header-bottom {
  clear: both;
}

/* line 804, ../scss/_global.scss */
.cdz-content-search {
  float: right;
}

/*Search box area*/
/* line 808, ../scss/_global.scss */
.cdz-header-menu {
  background: #282828;
}

/* line 814, ../scss/_global.scss */
.block-search .label:hover:before {
  color: #282828;
}
/* line 817, ../scss/_global.scss */
.block-search .label:active:before {
  color: #282828;
}
/* line 820, ../scss/_global.scss */
.block-search .control {
  border-top: 1px solid #e1e1e1;
}
/* line 824, ../scss/_global.scss */
.block-search input[type="text"] {
  color: #999999;
  background-color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 829, ../scss/_global.scss */
.block-search .button:hover:before {
  color: #282828;
}
/* line 832, ../scss/_global.scss */
.block-search .button.disabled,
.block-search .button:focus:before {
  color: #282828;
}
/* line 836, ../scss/_global.scss */
.block-search .button:before {
  color: #999999;
}
/* line 839, ../scss/_global.scss */
.block-search .cat-search-enable {
  border-color: #020202;
  color: #999999;
  background-color: #282828;
}
/* line 843, ../scss/_global.scss */
.block-search .cat-search-enable .current-cat {
  border-color: #020202;
}
/* line 846, ../scss/_global.scss */
.block-search .cat-search-enable .button {
  background-color: #282828;
}
/* line 848, ../scss/_global.scss */
.block-search .cat-search-enable .button:before {
  color: white;
}
/* line 849, ../scss/_global.scss */
.block-search .cat-search-enable .button:hover {
  background-color: #282828;
}
/* line 851, ../scss/_global.scss */
.block-search .cat-search-enable .button:hover:before {
  color: white;
}

/* line 856, ../scss/_global.scss */
.block-search .button[disabled],
fieldset[disabled] .block-search .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* line 863, ../scss/_global.scss */
.block-search input ::-webkit-input-placeholder {
  color: #999999;
}

/* line 866, ../scss/_global.scss */
.block-search input :-moz-placeholder {
  color: #999999;
}

/* line 869, ../scss/_global.scss */
.block-search input ::-moz-placeholder {
  color: #999999;
}

/* line 872, ../scss/_global.scss */
.block-search input :-ms-input-placeholder {
  color: #999999;
}

/*----- Codazon Search box*/
/* line 881, ../scss/_global.scss */
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
}
/* line 883, ../scss/_global.scss */
.search-autocomplete ul li .amount {
  color: #999999;
}

/* line 890, ../scss/_global.scss */
.mobile-search-wrapper .block-search .mobile-search-icon {
  color: #999999;
}

/* line 894, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog .minisearch {
  border: 1px solid #999999;
}

/* line 897, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog input[type="text"] {
  color: #999999;
  border-color: #999999;
}

/* line 902, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

/* line 905, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog .button:hover:before {
  color: #282828;
}

/* line 909, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog .button:focus:before {
  color: #282828;
}

/* line 912, ../scss/_global.scss */
.mobile-search-wrapper .ui-dialog .button:before {
  color: #999999;
}

/*------Search area*/
/* line 918, ../scss/_global.scss */
.block-cart.cdz-dropdown-content {
  right: 0;
  left: auto;
  min-width: 350px;
}

/* line 919, ../scss/_global.scss */
.block-cart.cdz-dropdown-content .empty {
  text-align: center;
}

/* line 920, ../scss/_global.scss */
.block-cart.cdz-dropdown-content .block-title {
  display: none;
}

/* line 922, ../scss/_global.scss */
.block-cart .button {
  float: none;
  width: 100%;
  background: #282828;
  color: white;
  border-color: #282828;
}

/* line 930, ../scss/_global.scss */
.cdz-top-cart .block-cart.cdz-dropdown-content {
  color: #282828;
}

/* line 934, ../scss/_global.scss */
.header .block-cart, .header .block:not(.block-static-block) {
  /*.button:hover{
  	background:$btn_primary_background;
  	color:$btn_primary_text
  }*/
}
/* line 935, ../scss/_global.scss */
.header .block-cart .summary, .header .block:not(.block-static-block) .summary {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 937, ../scss/_global.scss */
.header .block-cart .summary h4, .header .block:not(.block-static-block) .summary h4 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 938, ../scss/_global.scss */
.header .block-cart .summary p, .header .block:not(.block-static-block) .summary p {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 940, ../scss/_global.scss */
.header .block-cart .actions, .header .block:not(.block-static-block) .actions {
  border-bottom: 1px solid #e1e1e1;
  /*.button{
  	background:$btn_default_background;
  	color:$btn_default_text
  	}*/
}
/* line 951, ../scss/_global.scss */
.header .block-cart .block-subtitle, .header .block:not(.block-static-block) .block-subtitle {
  display: none;
}
/* line 952, ../scss/_global.scss */
.header .block-cart .mini-products-list, .header .block:not(.block-static-block) .mini-products-list {
  border-bottom: 1px solid #e1e1e1;
}
/* line 955, ../scss/_global.scss */
.header .block-cart .cart-viewcart a, .header .block:not(.block-static-block) .cart-viewcart a {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 957, ../scss/_global.scss */
.header .block-cart .btn-edit, .header .block:not(.block-static-block) .btn-edit {
  font-size: 0;
}
/* line 958, ../scss/_global.scss */
.header .block-cart .btn-edit:before, .header .block:not(.block-static-block) .btn-edit:before {
  color: #282828;
}
/* line 961, ../scss/_global.scss */
.header .block-cart .btn-remove, .header .block:not(.block-static-block) .btn-remove {
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
/* line 962, ../scss/_global.scss */
.header .block-cart .btn-remove:before, .header .block:not(.block-static-block) .btn-remove:before {
  color: #282828;
  border: 1px solid #e1e1e1;
}

/* line 973, ../scss/_global.scss */
.footer-cart .cart-content .summary .subtotal .price {
  color: #282828;
}
/* line 976, ../scss/_global.scss */
.footer-cart .cart-content button.button {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
/* line 980, ../scss/_global.scss */
.footer-cart .cart-content button.button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
/* line 987, ../scss/_global.scss */
.footer-cart .cart-content .cart-item .btn-remove {
  color: #121212;
}
/* line 989, ../scss/_global.scss */
.footer-cart .cart-content .cart-item .btn-remove:hover {
  color: #fc7070;
}
/* line 993, ../scss/_global.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-'],
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
/* line 998, ../scss/_global.scss */
.footer-cart .cart-content .cart-items .owl-nav [class*='owl-']:hover,
.footer-cart .cart-content .cart-items .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #fc7070;
  color: #fc7070;
}

/*Logo and Cart area*/
/* ============================================ *
 * Codazon_Header
 * ============================================ */
/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
/* line 1019, ../scss/_global.scss */
.codazon-filter-style-02 .products-grid .product-item-info .product-name a, .codazon-filter-style-05 .products-grid .product-item-info .product-name a {
  color: #282828;
}

/* line 1025, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border: 1px solid #e1e1e1;
}
/* line 1030, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav.nav-tabs .active.nav-tab-item .switch {
  border: 1px solid #e1e1e1;
}
/* line 1035, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  color: #999999;
  background: transparent;
  border: 1px solid #e1e1e1;
}
/* line 1041, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:visited {
  color: #999999;
  text-decoration: none;
}
/* line 1045, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:hover {
  color: #fc7070;
  text-decoration: none;
}
/* line 1049, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  text-decoration: none;
}
/* line 1053, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
}
/* line 1057, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:focus,
.cdz-best-seller-wrap .nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
  color: #282828;
}
/* line 1065, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .item.content {
  background: transparent;
  border: 1px solid #e1e1e1;
}
/* line 1070, ../scss/_global.scss */
.cdz-best-seller-wrap .nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1074, ../scss/_global.scss */
.cdz-best-seller-wrap .product-name a {
  color: white;
}

/* line 1079, ../scss/_global.scss */
.isotope-wrap .products-grid .product-item-info .product-name {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1083, ../scss/_global.scss */
.isotope-wrap .products-grid .product-item-info .cdz-product-wishlist .action:before {
  color: white;
}
/* line 1088, ../scss/_global.scss */
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action {
  color: #282828;
  background-color: white;
  border-color: #282828;
}
/* line 1093, ../scss/_global.scss */
.isotope-wrap .products-grid .product-item-info .cdz-buttons-container .cdz-buttons button.btn-cart:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .qs-button:hover, .isotope-wrap .products-grid .product-item-info .cdz-buttons-container .action:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1104, ../scss/_global.scss */
.toolbar {
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 1116, ../scss/_global.scss */
.toolbar-bottom .pager li {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1119, ../scss/_global.scss */
.toolbar-bottom .pager li.current {
  background: #282828;
  color: white;
}
/* line 1124, ../scss/_global.scss */
.toolbar-bottom .pager a.next, .toolbar-bottom .pager a.previous {
  border: 1px solid #e1e1e1;
}

/* line 1130, ../scss/_global.scss */
.product-name a {
  color: #282828;
}

/* line 1131, ../scss/_global.scss */
.price {
  color: #282828;
}

/* line 1134, ../scss/_global.scss */
.old-price {
  margin-left: 10px;
  color: #999999;
}

/* line 1138, ../scss/_global.scss */
.old-price .price {
  color: #999999;
}

/* line 1141, ../scss/_global.scss */
.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}

/* line 1145, ../scss/_global.scss */
.products-grid .isotope .item.product-item .out-of-stock span {
  color: white;
}

/* line 1147, ../scss/_global.scss */
.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1151, ../scss/_global.scss */
.products-grid .product-item .product-item-info .cdz-product-bottom {
  background: white;
}

/* line 1156, ../scss/_global.scss */
.products-grid .product-items:not(.owl-carousel) {
  background: white;
}

/* line 1159, ../scss/_global.scss */
.product-item .price {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}

/* line 1164, ../scss/_global.scss */
.product-name a {
  color: #282828;
}
/* line 1166, ../scss/_global.scss */
.product-name a:hover {
  color: #fc7070;
}

/* line 1170, ../scss/_global.scss */
.product-item-info {
  background: white;
}
/* line 1172, ../scss/_global.scss */
.product-item-info .product-name {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1178, ../scss/_global.scss */
.products-list .product-item {
  background: white;
  border: 1px solid #e1e1e1;
}

/* line 1189, ../scss/_global.scss */
.products-grid .product-item-info .product-item-details .product-item-description {
  color: #999999;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1194, ../scss/_global.scss */
.products-grid .product-item-info .cdz-product-bottom {
  background: white;
}
/* line 1200, ../scss/_global.scss */
.products-grid .isotope .iso-item.product-item {
  color: white;
}
/* line 1202, ../scss/_global.scss */
.products-grid .isotope .iso-item.product-item .product-item-link {
  color: white;
}
/* line 1205, ../scss/_global.scss */
.products-grid .isotope .iso-item.product-item .product-item-link:visited,
.products-grid .isotope .iso-item.product-item .product-item-link:hover,
.products-grid .isotope .iso-item.product-item .product-item-link:active {
  color: white;
}
/* line 1210, ../scss/_global.scss */
.products-grid .isotope .iso-item.product-item .price {
  color: white;
}
/* line 1214, ../scss/_global.scss */
.products-grid .isotope .iso-item.product-item.width-1.width-2 .product-item-link {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Product grid & List
 * ============================================ */
/* ============================================ *
 * Codazon_Button style
 * ============================================ */
/* line 1229, ../scss/_global.scss */
.action.primary, button.button, .btn {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  outline: none;
}

/* line 1236, ../scss/_global.scss */
.action.primary:focus, button.button:focus, .btn:focus,
.action.primary:active, button.button:active.btn:active, .btn:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  outline: none;
}

/* line 1243, ../scss/_global.scss */
.action.primary:hover, button.button:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  border: 3px solid;
}

/* line 1249, ../scss/_global.scss */
button {
  color: white;
  background-color: #282828;
  border-color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  outline: none;
}

/* line 1256, ../scss/_global.scss */
button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1261, ../scss/_global.scss */
.cdz-buttons-container button.btn-cart {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1266, ../scss/_global.scss */
.cdz-buttons-container button.btn-cart:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1271, ../scss/_global.scss */
.cdz-buttons-container .qs-button {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1276, ../scss/_global.scss */
.cdz-buttons-container .qs-button:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1281, ../scss/_global.scss */
.actions-secondary:not(.cdz-product-wishlist &) .action {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1286, ../scss/_global.scss */
.actions-secondary:not(.cdz-product-wishlist &) .action:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1291, ../scss/_global.scss */
.cdz-buttons-container .action,
.addto-hover-container .action {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1298, ../scss/_global.scss */
.cdz-buttons-container .action:hover,
.addto-hover-container .action:hover {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1304, ../scss/_global.scss */
.product-addto-links .action {
  color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1308, ../scss/_global.scss */
.product-addto-links .action:visited {
  color: #282828;
}

/* line 1311, ../scss/_global.scss */
.product-addto-links .action:hover {
  color: #282828;
}

/* line 1314, ../scss/_global.scss */
.product-addto-links .action:active {
  color: #282828;
}

/* line 1317, ../scss/_global.scss */
.product-addto-links .action span {
  border-color: #e1e1e1;
}

/* line 1320, ../scss/_global.scss */
.product-addto-links .action:hover span {
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1326, ../scss/_global.scss */
.cdz-product-wishlist a.link-wishlist {
  color: #282828;
}

/* line 1329, ../scss/_global.scss */
.cdz-product-wishlist a.link-wishlist:visited {
  color: #fc7070;
}

/* line 1332, ../scss/_global.scss */
.cdz-product-wishlist a.link-wishlist:hover {
  color: #fc7070;
}

/* line 1335, ../scss/_global.scss */
.cdz-product-wishlist a.link-wishlist:active {
  color: #fc7070;
}

/* line 1338, ../scss/_global.scss */
.cdz-product-wishlist a.link-wishlist:hover:before {
  color: #fc7070;
}

/* line 1341, ../scss/_global.scss */
.product-item-info:hover .cdz-product-wishlist a.link-wishlist {
  color: #fc7070;
}

/* line 1345, ../scss/_global.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:focus,
.ajax-load-wrapper .ajax-load-button a:focus,
.ajax-load-wrapper .ajax-load-button .ajax-loader:active,
.ajax-load-wrapper .ajax-load-button a:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1353, ../scss/_global.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1359, ../scss/_global.scss */
.ajax-load-wrapper .ajax-load-button .ajax-loader:hover,
.ajax-load-wrapper .ajax-load-button a:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1365, ../scss/_global.scss */
#back-top a {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-size: 0;
}

/* line 1372, ../scss/_global.scss */
#back-top a:focus,
#back-top a:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1378, ../scss/_global.scss */
#back-top a:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1385, ../scss/_global.scss */
.qs-button {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1391, ../scss/_global.scss */
.qs-button:focus,
.qs-button:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1397, ../scss/_global.scss */
.btn-link {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1403, ../scss/_global.scss */
.btn-link:focus,
.btn-link:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1409, ../scss/_global.scss */
.btn-link:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1414, ../scss/_global.scss */
.btn-link-readmore {
  background: white;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* line 1420, ../scss/_global.scss */
.btn-link-readmore:focus,
.btn-link-readmore:active {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1426, ../scss/_global.scss */
.btn-link-readmore:hover {
  background: #282828;
  border-color: #282828;
  color: white;
}

/* line 1431, ../scss/_global.scss */
.qs-button:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/* line 1436, ../scss/_global.scss */
.btn {
  border-radius: 0;
}

/* line 1438, ../scss/_global.scss */
.ajax-load-button .ajax-loader,
.ajax-load-button a {
  background: white;
  border: 3px solid #282828;
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  box-sizing: border-box;
  vertical-align: middle;
  color: #282828;
  background-color: white;
  border-color: #282828;
}

/* ============================================ *
 * Codazon_Button style
 * ============================================ */
/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
/* line 1457, ../scss/_global.scss */
.product-shop .qty-ctl button {
  border-color: #e1e1e1;
  color: #282828;
}

/* line 1458, ../scss/_global.scss */
.data-table .input-text.qty {
  min-width: 40px;
  padding: 0 8px;
  color: #282828;
}

/* line 1460, ../scss/_global.scss */
.qty-ctl .increase:before {
  border-color: #e1e1e1;
  color: #282828;
}
/* line 1464, ../scss/_global.scss */
.qty-ctl .decrease:before {
  border-color: #e1e1e1;
  color: #282828;
}

/* line 1469, ../scss/_global.scss */
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #282828;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 1482, ../scss/_global.scss */
.product-view .product-name h1 {
  font: 500 22px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1483, ../scss/_global.scss */
.product-view .product-shop-sku {
  clear: left;
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  margin: 0;
}
/* line 1487, ../scss/_global.scss */
.product-view .product-shop-sku strong {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1490, ../scss/_global.scss */
.product-view #downloadable-links-list {
  margin: 0;
}
/* line 1492, ../scss/_global.scss */
.product-view #downloadable-links-list .label {
  color: #282828;
}
/* line 1498, ../scss/_global.scss */
.product-view .grouped-items-table .availability.out-of-stock span {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1499, ../scss/_global.scss */
.product-view .grouped-items-table .price-box .regular-price .price {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
/* line 1501, ../scss/_global.scss */
.product-view .availability label {
  display: none;
}
/* line 1502, ../scss/_global.scss */
.product-view .availability.in-stock {
  font-weight: 400;
  color: #999999;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1506, ../scss/_global.scss */
.product-view .availability.in-stock span {
  color: #fc7070;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1507, ../scss/_global.scss */
.product-view .availability.in-stock strong {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1509, ../scss/_global.scss */
.product-view .availability.out-of-stock span {
  color: #999999;
}
/* line 1512, ../scss/_global.scss */
.product-view .availability.in-stock strong {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1513, ../scss/_global.scss */
.product-view .ratings .rating-links {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1516, ../scss/_global.scss */
.product-view .ratings .rating-links a {
  color: #999999;
}
/* line 1517, ../scss/_global.scss */
.product-view .no-rating {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1519, ../scss/_global.scss */
.product-view .cdz-social-listing li {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1521, ../scss/_global.scss */
.product-view .cdz-social-listing li .trasition-all {
  color: #282828;
}
/* line 1524, ../scss/_global.scss */
.product-view .action.primary, .product-view button.button {
  background: #282828;
  border: 3px solid #282828;
  color: white;
  line-height: 28px;
}
/* line 1525, ../scss/_global.scss */
.product-view .product-essential .button.btn-cart {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1528, ../scss/_global.scss */
.product-view button.button:hover {
  background: white;
  border: 3px solid #282828;
  color: #282828;
}
/* line 1531, ../scss/_global.scss */
.product-view .add-to-links li a {
  border: 1px solid #e1e1e1;
  color: #282828;
}
/* line 1536, ../scss/_global.scss */
.product-view .add-to-links li.compare a {
  border-right: 1px solid #e1e1e1 !important;
}
/* line 1537, ../scss/_global.scss */
.product-view .add-to-links li a:hover {
  border: 1px solid #282828 !important;
}
/* line 1539, ../scss/_global.scss */
.product-view .size-chart-btn {
  color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1543, ../scss/_global.scss */
.product-view .short-description h2 {
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1544, ../scss/_global.scss */
.product-view .product-options .swatch-attr .select-label {
  color: #fc7070;
}
/* line 1545, ../scss/_global.scss */
.product-view .rsUni .rsThumb.rsNavSelected .thumbIco {
  border-color: #fc7070;
}

/* line 1549, ../scss/_global.scss */
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #fc7070;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/**/
/*Start Product media*/
/* line 1554, ../scss/_global.scss */
.product-view-media .more-views li a:hover img {
  border: 2px solid #282828;
}

/* line 1558, ../scss/_global.scss */
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell {
  background: white;
}

/*End Product media*/
/* line 1567, ../scss/_global.scss */
.product-view .box-collateral h2, .block-related .block-title {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom: 1px solid #282828;
}

/* line 1569, ../scss/_global.scss */
.product-view .box-collateral h2 strong, .product-view .block-related .block-title strong {
  border-bottom: 3px solid #282828;
}

/* line 1572, ../scss/_global.scss */
.product-collateral .product-tabs li a::before, .product-collateral .product-tabs li a::after {
  background: #282828;
}

/* ============================================ *
 * Codazon_Product detail
 * ============================================ */
/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
/* line 1584, ../scss/_global.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1589, ../scss/_global.scss */
.cart form fieldset {
  background: white;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
}

/* line 1597, ../scss/_global.scss */
.cart-collaterals #discount-coupon-form, .cart-collaterals .cart .giftcard, .cart-collaterals .shipping, .cart-collaterals .totals-content {
  /* width: 100%; */
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #e1e1e1;
}
/* line 1603, ../scss/_global.scss */
.cart-collaterals tfoot strong {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1605, ../scss/_global.scss */
.cart-collaterals .totals .checkout-types .button {
  background: #282828;
  color: white;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1606, ../scss/_global.scss */
.cart-collaterals .totals .checkout-types .button:hover {
  background: white;
  color: #282828;
}

/*Custom Checkout form ------*/
/* line 1613, ../scss/_global.scss */
.cdz-onestepcheckout li.section .step {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/* line 1618, ../scss/_global.scss */
.cdz-onestepcheckout .section .step-title {
  text-align: center !important;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
  color: #282828 !important;
}
/* line 1623, ../scss/_global.scss */
.cdz-onestepcheckout .buttons-set {
  background: #f4f4f4;
}
/* line 1625, ../scss/_global.scss */
.cdz-onestepcheckout .buttons-set p.required {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #999999;
}
/* line 1626, ../scss/_global.scss */
.cdz-onestepcheckout .buttons-set button.button {
  background: #282828;
  color: white;
  border-color: #282828;
}
/* line 1631, ../scss/_global.scss */
.cdz-onestepcheckout .buttons-set button.button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

/* line 1638, ../scss/_global.scss */
.cart-empty {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 200px 20px;
  text-align: center;
}

/* line 1640, ../scss/_global.scss */
.form-list .field label {
  color: #999999;
}
/* line 1643, ../scss/_global.scss */
.form-list .field.active label {
  background: #e1e1e1;
  color: white;
}
/* line 1647, ../scss/_global.scss */
.form-list select {
  color: #999999;
  border: 1px solid #e1e1e1;
}
/* line 1656, ../scss/_global.scss */
.form-list .field-select-box label {
  background: #e1e1e1;
}

/* line 1661, ../scss/_global.scss */
.opc h3, .opc h4 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1665, ../scss/_global.scss */
.form-list .wide label {
  color: #999999;
}
/* line 1668, ../scss/_global.scss */
.form-list .wide.active label {
  background: #e1e1e1;
  color: white;
}

/* line 1676, ../scss/_global.scss */
.opc-block-progress .block-title strong {
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
}
/* line 1679, ../scss/_global.scss */
.opc-block-progress .block-content dt.complete:after {
  background: #fc7070;
}
/* line 1681, ../scss/_global.scss */
.opc-block-progress .changelink a:before {
  color: #282828;
}

/* line 1686, ../scss/_global.scss */
.opc-block-progress .block-content dt, .checkout-progress li span {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}

/* line 1690, ../scss/_global.scss */
#shipping-progress-opcheckout:before, #shipping_method-progress-opcheckout:before, #payment-progress-opcheckout:before, .checkout-progress li:before {
  background: #424242;
}

/* line 1693, ../scss/_global.scss */
.opc-block-progress .block-content dt:before, .checkout-progress li span:before {
  color: #424242;
}

/* line 1696, ../scss/_global.scss */
.opc-block-progress .block-content dt.complete:before, .checkout-progress li.active span:before {
  background: #fc7070;
  color: white;
}

/* ============================================ *
 * Codazon_Checkout
 * ============================================ */
/* ============================================ *
 * Codazon_My Account
 * ============================================ */
/* line 1708, ../scss/_global.scss */
.manage-address, .change-pass {
  background: white;
  border-color: #282828;
  color: #282828;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1713, ../scss/_global.scss */
.manage-address a, .change-pass a {
  color: #282828;
}

/* line 1716, ../scss/_global.scss */
.manage-address:hover, .change-pass:hover {
  background: #282828;
  border-color: #282828;
  color: white;
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1721, ../scss/_global.scss */
.manage-address:hover a, .change-pass:hover a {
  color: white;
}

/* line 1724, ../scss/_global.scss */
.dashboard .welcome-msg {
  border: 1px solid #e1e1e1;
}
/* line 1728, ../scss/_global.scss */
.dashboard .head {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1733, ../scss/_global.scss */
.box-account-content {
  border: 1px solid #e1e1e1;
}

/* line 1737, ../scss/_global.scss */
.customer-address-info .box-title {
  border-bottom: 1px solid #e1e1e1;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1740, ../scss/_global.scss */
.customer-address-info .box-title h3 {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/*Custom my account full width*/
/* line 1744, ../scss/_global.scss */
.my-account {
  background: white;
}
/* line 1746, ../scss/_global.scss */
.my-account .page-title h1, .my-account .page-title h2 {
  color: #282828;
}

/* line 1750, ../scss/_global.scss */
.my-account-logo {
  display: block;
}

/* line 1766, ../scss/_global.scss */
.customer-account-index .wrapper,
.customer-account-edit .wrapper,
.wishlist-index-index .wrapper,
.customer-address-form .wrapper,
.sales-order-history .wrapper,
.sales-billing-agreement-index .wrapper,
.sales-recurring-profile-index .wrapper,
.review-customer-index .wrapper,
.oauth-customer-token-index .wrapper,
.newsletter-manage-index .wrapper,
.downloadable-customer-products .wrapper,
.customer-address-index .wrapper,
.sales-order-view .wrapper,
.tag-customer-index .wrapper {
  background: white;
}
/* line 1767, ../scss/_global.scss */
.customer-account-index .col-left.sidebar,
.customer-account-edit .col-left.sidebar,
.wishlist-index-index .col-left.sidebar,
.customer-address-form .col-left.sidebar,
.sales-order-history .col-left.sidebar,
.sales-billing-agreement-index .col-left.sidebar,
.sales-recurring-profile-index .col-left.sidebar,
.review-customer-index .col-left.sidebar,
.oauth-customer-token-index .col-left.sidebar,
.newsletter-manage-index .col-left.sidebar,
.downloadable-customer-products .col-left.sidebar,
.customer-address-index .col-left.sidebar,
.sales-order-view .col-left.sidebar,
.tag-customer-index .col-left.sidebar {
  background: #282828;
  color: white;
}
/* line 1772, ../scss/_global.scss */
.customer-account-index .sidebar .block:not(.block-static-block), .customer-account-index .col-main-containter .col-main .col-wrapper-main,
.customer-account-edit .sidebar .block:not(.block-static-block),
.customer-account-edit .col-main-containter .col-main .col-wrapper-main,
.wishlist-index-index .sidebar .block:not(.block-static-block),
.wishlist-index-index .col-main-containter .col-main .col-wrapper-main,
.customer-address-form .sidebar .block:not(.block-static-block),
.customer-address-form .col-main-containter .col-main .col-wrapper-main,
.sales-order-history .sidebar .block:not(.block-static-block),
.sales-order-history .col-main-containter .col-main .col-wrapper-main,
.sales-billing-agreement-index .sidebar .block:not(.block-static-block),
.sales-billing-agreement-index .col-main-containter .col-main .col-wrapper-main,
.sales-recurring-profile-index .sidebar .block:not(.block-static-block),
.sales-recurring-profile-index .col-main-containter .col-main .col-wrapper-main,
.review-customer-index .sidebar .block:not(.block-static-block),
.review-customer-index .col-main-containter .col-main .col-wrapper-main,
.oauth-customer-token-index .sidebar .block:not(.block-static-block),
.oauth-customer-token-index .col-main-containter .col-main .col-wrapper-main,
.newsletter-manage-index .sidebar .block:not(.block-static-block),
.newsletter-manage-index .col-main-containter .col-main .col-wrapper-main,
.downloadable-customer-products .sidebar .block:not(.block-static-block),
.downloadable-customer-products .col-main-containter .col-main .col-wrapper-main,
.customer-address-index .sidebar .block:not(.block-static-block),
.customer-address-index .col-main-containter .col-main .col-wrapper-main,
.sales-order-view .sidebar .block:not(.block-static-block),
.sales-order-view .col-main-containter .col-main .col-wrapper-main,
.tag-customer-index .sidebar .block:not(.block-static-block),
.tag-customer-index .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
/* line 1777, ../scss/_global.scss */
.customer-account-index .block-account .block-content li,
.customer-account-edit .block-account .block-content li,
.wishlist-index-index .block-account .block-content li,
.customer-address-form .block-account .block-content li,
.sales-order-history .block-account .block-content li,
.sales-billing-agreement-index .block-account .block-content li,
.sales-recurring-profile-index .block-account .block-content li,
.review-customer-index .block-account .block-content li,
.oauth-customer-token-index .block-account .block-content li,
.newsletter-manage-index .block-account .block-content li,
.downloadable-customer-products .block-account .block-content li,
.customer-address-index .block-account .block-content li,
.sales-order-view .block-account .block-content li,
.tag-customer-index .block-account .block-content li {
  color: white;
  border-bottom: 1px solid #5b5b5b;
}
/* line 1780, ../scss/_global.scss */
.customer-account-index .block-account .block-content li a,
.customer-account-edit .block-account .block-content li a,
.wishlist-index-index .block-account .block-content li a,
.customer-address-form .block-account .block-content li a,
.sales-order-history .block-account .block-content li a,
.sales-billing-agreement-index .block-account .block-content li a,
.sales-recurring-profile-index .block-account .block-content li a,
.review-customer-index .block-account .block-content li a,
.oauth-customer-token-index .block-account .block-content li a,
.newsletter-manage-index .block-account .block-content li a,
.downloadable-customer-products .block-account .block-content li a,
.customer-address-index .block-account .block-content li a,
.sales-order-view .block-account .block-content li a,
.tag-customer-index .block-account .block-content li a {
  color: white;
  border-bottom: 1px solid #0e0e0e;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1785, ../scss/_global.scss */
.customer-account-index .block-account .block-content li a:hover,
.customer-account-edit .block-account .block-content li a:hover,
.wishlist-index-index .block-account .block-content li a:hover,
.customer-address-form .block-account .block-content li a:hover,
.sales-order-history .block-account .block-content li a:hover,
.sales-billing-agreement-index .block-account .block-content li a:hover,
.sales-recurring-profile-index .block-account .block-content li a:hover,
.review-customer-index .block-account .block-content li a:hover,
.oauth-customer-token-index .block-account .block-content li a:hover,
.newsletter-manage-index .block-account .block-content li a:hover,
.downloadable-customer-products .block-account .block-content li a:hover,
.customer-address-index .block-account .block-content li a:hover,
.sales-order-view .block-account .block-content li a:hover,
.tag-customer-index .block-account .block-content li a:hover {
  background: #424242;
}
/* line 1786, ../scss/_global.scss */
.customer-account-index .block-account .block-content li strong,
.customer-account-edit .block-account .block-content li strong,
.wishlist-index-index .block-account .block-content li strong,
.customer-address-form .block-account .block-content li strong,
.sales-order-history .block-account .block-content li strong,
.sales-billing-agreement-index .block-account .block-content li strong,
.sales-recurring-profile-index .block-account .block-content li strong,
.review-customer-index .block-account .block-content li strong,
.oauth-customer-token-index .block-account .block-content li strong,
.newsletter-manage-index .block-account .block-content li strong,
.downloadable-customer-products .block-account .block-content li strong,
.customer-address-index .block-account .block-content li strong,
.sales-order-view .block-account .block-content li strong,
.tag-customer-index .block-account .block-content li strong {
  color: white;
  border-bottom: 1px solid #0e0e0e;
  background: #424242;
}
/* line 1792, ../scss/_global.scss */
.customer-account-index .block-account .block-content li:first-child,
.customer-account-edit .block-account .block-content li:first-child,
.wishlist-index-index .block-account .block-content li:first-child,
.customer-address-form .block-account .block-content li:first-child,
.sales-order-history .block-account .block-content li:first-child,
.sales-billing-agreement-index .block-account .block-content li:first-child,
.sales-recurring-profile-index .block-account .block-content li:first-child,
.review-customer-index .block-account .block-content li:first-child,
.oauth-customer-token-index .block-account .block-content li:first-child,
.newsletter-manage-index .block-account .block-content li:first-child,
.downloadable-customer-products .block-account .block-content li:first-child,
.customer-address-index .block-account .block-content li:first-child,
.sales-order-view .block-account .block-content li:first-child,
.tag-customer-index .block-account .block-content li:first-child {
  border-top: 1px solid #0e0e0e;
}
/* line 1794, ../scss/_global.scss */
.customer-account-index .block-account .block-content li:first-child a,
.customer-account-edit .block-account .block-content li:first-child a,
.wishlist-index-index .block-account .block-content li:first-child a,
.customer-address-form .block-account .block-content li:first-child a,
.sales-order-history .block-account .block-content li:first-child a,
.sales-billing-agreement-index .block-account .block-content li:first-child a,
.sales-recurring-profile-index .block-account .block-content li:first-child a,
.review-customer-index .block-account .block-content li:first-child a,
.oauth-customer-token-index .block-account .block-content li:first-child a,
.newsletter-manage-index .block-account .block-content li:first-child a,
.downloadable-customer-products .block-account .block-content li:first-child a,
.customer-address-index .block-account .block-content li:first-child a,
.sales-order-view .block-account .block-content li:first-child a,
.tag-customer-index .block-account .block-content li:first-child a {
  color: white;
  border-top: 1px solid #424242;
}
/* line 1798, ../scss/_global.scss */
.customer-account-index .block-account .block-content li:first-child a:hover,
.customer-account-edit .block-account .block-content li:first-child a:hover,
.wishlist-index-index .block-account .block-content li:first-child a:hover,
.customer-address-form .block-account .block-content li:first-child a:hover,
.sales-order-history .block-account .block-content li:first-child a:hover,
.sales-billing-agreement-index .block-account .block-content li:first-child a:hover,
.sales-recurring-profile-index .block-account .block-content li:first-child a:hover,
.review-customer-index .block-account .block-content li:first-child a:hover,
.oauth-customer-token-index .block-account .block-content li:first-child a:hover,
.newsletter-manage-index .block-account .block-content li:first-child a:hover,
.downloadable-customer-products .block-account .block-content li:first-child a:hover,
.customer-address-index .block-account .block-content li:first-child a:hover,
.sales-order-view .block-account .block-content li:first-child a:hover,
.tag-customer-index .block-account .block-content li:first-child a:hover {
  background: #424242;
}
/* line 1799, ../scss/_global.scss */
.customer-account-index .block-account .block-content li:first-child strong,
.customer-account-edit .block-account .block-content li:first-child strong,
.wishlist-index-index .block-account .block-content li:first-child strong,
.customer-address-form .block-account .block-content li:first-child strong,
.sales-order-history .block-account .block-content li:first-child strong,
.sales-billing-agreement-index .block-account .block-content li:first-child strong,
.sales-recurring-profile-index .block-account .block-content li:first-child strong,
.review-customer-index .block-account .block-content li:first-child strong,
.oauth-customer-token-index .block-account .block-content li:first-child strong,
.newsletter-manage-index .block-account .block-content li:first-child strong,
.downloadable-customer-products .block-account .block-content li:first-child strong,
.customer-address-index .block-account .block-content li:first-child strong,
.sales-order-view .block-account .block-content li:first-child strong,
.tag-customer-index .block-account .block-content li:first-child strong {
  color: white;
  border-top: 1px solid #424242;
  background: #424242;
}
/* line 1807, ../scss/_global.scss */
.customer-account-index .block:not(.block-static-block) .block-title,
.customer-account-edit .block:not(.block-static-block) .block-title,
.wishlist-index-index .block:not(.block-static-block) .block-title,
.customer-address-form .block:not(.block-static-block) .block-title,
.sales-order-history .block:not(.block-static-block) .block-title,
.sales-billing-agreement-index .block:not(.block-static-block) .block-title,
.sales-recurring-profile-index .block:not(.block-static-block) .block-title,
.review-customer-index .block:not(.block-static-block) .block-title,
.oauth-customer-token-index .block:not(.block-static-block) .block-title,
.newsletter-manage-index .block:not(.block-static-block) .block-title,
.downloadable-customer-products .block:not(.block-static-block) .block-title,
.customer-address-index .block:not(.block-static-block) .block-title,
.sales-order-view .block:not(.block-static-block) .block-title,
.tag-customer-index .block:not(.block-static-block) .block-title {
  color: white;
}
/* line 1810, ../scss/_global.scss */
.customer-account-index .my-account-logo,
.customer-account-edit .my-account-logo,
.wishlist-index-index .my-account-logo,
.customer-address-form .my-account-logo,
.sales-order-history .my-account-logo,
.sales-billing-agreement-index .my-account-logo,
.sales-recurring-profile-index .my-account-logo,
.review-customer-index .my-account-logo,
.oauth-customer-token-index .my-account-logo,
.newsletter-manage-index .my-account-logo,
.downloadable-customer-products .my-account-logo,
.customer-address-index .my-account-logo,
.sales-order-view .my-account-logo,
.tag-customer-index .my-account-logo {
  background: #5b5b5b;
}
/* line 1813, ../scss/_global.scss */
.customer-account-index .my-account-logo .logo-myaccount a:before,
.customer-account-edit .my-account-logo .logo-myaccount a:before,
.wishlist-index-index .my-account-logo .logo-myaccount a:before,
.customer-address-form .my-account-logo .logo-myaccount a:before,
.sales-order-history .my-account-logo .logo-myaccount a:before,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:before,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:before,
.review-customer-index .my-account-logo .logo-myaccount a:before,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:before,
.newsletter-manage-index .my-account-logo .logo-myaccount a:before,
.downloadable-customer-products .my-account-logo .logo-myaccount a:before,
.customer-address-index .my-account-logo .logo-myaccount a:before,
.sales-order-view .my-account-logo .logo-myaccount a:before,
.tag-customer-index .my-account-logo .logo-myaccount a:before {
  background: #424242;
  color: white;
}
/* line 1817, ../scss/_global.scss */
.customer-account-index .my-account-logo .logo-myaccount a:hover,
.customer-account-edit .my-account-logo .logo-myaccount a:hover,
.wishlist-index-index .my-account-logo .logo-myaccount a:hover,
.customer-address-form .my-account-logo .logo-myaccount a:hover,
.sales-order-history .my-account-logo .logo-myaccount a:hover,
.sales-billing-agreement-index .my-account-logo .logo-myaccount a:hover,
.sales-recurring-profile-index .my-account-logo .logo-myaccount a:hover,
.review-customer-index .my-account-logo .logo-myaccount a:hover,
.oauth-customer-token-index .my-account-logo .logo-myaccount a:hover,
.newsletter-manage-index .my-account-logo .logo-myaccount a:hover,
.downloadable-customer-products .my-account-logo .logo-myaccount a:hover,
.customer-address-index .my-account-logo .logo-myaccount a:hover,
.sales-order-view .my-account-logo .logo-myaccount a:hover,
.tag-customer-index .my-account-logo .logo-myaccount a:hover {
  color: white;
}
/* line 1821, ../scss/_global.scss */
.customer-account-index .my-account-logo .logout-link,
.customer-account-edit .my-account-logo .logout-link,
.wishlist-index-index .my-account-logo .logout-link,
.customer-address-form .my-account-logo .logout-link,
.sales-order-history .my-account-logo .logout-link,
.sales-billing-agreement-index .my-account-logo .logout-link,
.sales-recurring-profile-index .my-account-logo .logout-link,
.review-customer-index .my-account-logo .logout-link,
.oauth-customer-token-index .my-account-logo .logout-link,
.newsletter-manage-index .my-account-logo .logout-link,
.downloadable-customer-products .my-account-logo .logout-link,
.customer-address-index .my-account-logo .logout-link,
.sales-order-view .my-account-logo .logout-link,
.tag-customer-index .my-account-logo .logout-link {
  color: white;
}
/* line 1823, ../scss/_global.scss */
.customer-account-index .my-account-logo .logout-link a:hover,
.customer-account-edit .my-account-logo .logout-link a:hover,
.wishlist-index-index .my-account-logo .logout-link a:hover,
.customer-address-form .my-account-logo .logout-link a:hover,
.sales-order-history .my-account-logo .logout-link a:hover,
.sales-billing-agreement-index .my-account-logo .logout-link a:hover,
.sales-recurring-profile-index .my-account-logo .logout-link a:hover,
.review-customer-index .my-account-logo .logout-link a:hover,
.oauth-customer-token-index .my-account-logo .logout-link a:hover,
.newsletter-manage-index .my-account-logo .logout-link a:hover,
.downloadable-customer-products .my-account-logo .logout-link a:hover,
.customer-address-index .my-account-logo .logout-link a:hover,
.sales-order-view .my-account-logo .logout-link a:hover,
.tag-customer-index .my-account-logo .logout-link a:hover {
  color: #fc7070;
}
/* line 1826, ../scss/_global.scss */
.customer-account-index .my-account-logo .logout-link a,
.customer-account-edit .my-account-logo .logout-link a,
.wishlist-index-index .my-account-logo .logout-link a,
.customer-address-form .my-account-logo .logout-link a,
.sales-order-history .my-account-logo .logout-link a,
.sales-billing-agreement-index .my-account-logo .logout-link a,
.sales-recurring-profile-index .my-account-logo .logout-link a,
.review-customer-index .my-account-logo .logout-link a,
.oauth-customer-token-index .my-account-logo .logout-link a,
.newsletter-manage-index .my-account-logo .logout-link a,
.downloadable-customer-products .my-account-logo .logout-link a,
.customer-address-index .my-account-logo .logout-link a,
.sales-order-view .my-account-logo .logout-link a,
.tag-customer-index .my-account-logo .logout-link a {
  color: white;
}
/* line 1830, ../scss/_global.scss */
.customer-account-index .my-account-logo .logout-link a:before,
.customer-account-edit .my-account-logo .logout-link a:before,
.wishlist-index-index .my-account-logo .logout-link a:before,
.customer-address-form .my-account-logo .logout-link a:before,
.sales-order-history .my-account-logo .logout-link a:before,
.sales-billing-agreement-index .my-account-logo .logout-link a:before,
.sales-recurring-profile-index .my-account-logo .logout-link a:before,
.review-customer-index .my-account-logo .logout-link a:before,
.oauth-customer-token-index .my-account-logo .logout-link a:before,
.newsletter-manage-index .my-account-logo .logout-link a:before,
.downloadable-customer-products .my-account-logo .logout-link a:before,
.customer-address-index .my-account-logo .logout-link a:before,
.sales-order-view .my-account-logo .logout-link a:before,
.tag-customer-index .my-account-logo .logout-link a:before {
  background: #424242;
}
/* line 1834, ../scss/_global.scss */
.customer-account-index .col2-set .col-1 h2,
.customer-account-index .col2-set .col-2 h2,
.customer-account-edit .col2-set .col-1 h2,
.customer-account-edit .col2-set .col-2 h2,
.wishlist-index-index .col2-set .col-1 h2,
.wishlist-index-index .col2-set .col-2 h2,
.customer-address-form .col2-set .col-1 h2,
.customer-address-form .col2-set .col-2 h2,
.sales-order-history .col2-set .col-1 h2,
.sales-order-history .col2-set .col-2 h2,
.sales-billing-agreement-index .col2-set .col-1 h2,
.sales-billing-agreement-index .col2-set .col-2 h2,
.sales-recurring-profile-index .col2-set .col-1 h2,
.sales-recurring-profile-index .col2-set .col-2 h2,
.review-customer-index .col2-set .col-1 h2,
.review-customer-index .col2-set .col-2 h2,
.oauth-customer-token-index .col2-set .col-1 h2,
.oauth-customer-token-index .col2-set .col-2 h2,
.newsletter-manage-index .col2-set .col-1 h2,
.newsletter-manage-index .col2-set .col-2 h2,
.downloadable-customer-products .col2-set .col-1 h2,
.downloadable-customer-products .col2-set .col-2 h2,
.customer-address-index .col2-set .col-1 h2,
.customer-address-index .col2-set .col-2 h2,
.sales-order-view .col2-set .col-1 h2,
.sales-order-view .col2-set .col-2 h2,
.tag-customer-index .col2-set .col-1 h2,
.tag-customer-index .col2-set .col-2 h2 {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}
/* line 1841, ../scss/_global.scss */
.customer-account-index .col2-set .col-1 h3,
.customer-account-index .col2-set .col-2 h3,
.customer-account-edit .col2-set .col-1 h3,
.customer-account-edit .col2-set .col-2 h3,
.wishlist-index-index .col2-set .col-1 h3,
.wishlist-index-index .col2-set .col-2 h3,
.customer-address-form .col2-set .col-1 h3,
.customer-address-form .col2-set .col-2 h3,
.sales-order-history .col2-set .col-1 h3,
.sales-order-history .col2-set .col-2 h3,
.sales-billing-agreement-index .col2-set .col-1 h3,
.sales-billing-agreement-index .col2-set .col-2 h3,
.sales-recurring-profile-index .col2-set .col-1 h3,
.sales-recurring-profile-index .col2-set .col-2 h3,
.review-customer-index .col2-set .col-1 h3,
.review-customer-index .col2-set .col-2 h3,
.oauth-customer-token-index .col2-set .col-1 h3,
.oauth-customer-token-index .col2-set .col-2 h3,
.newsletter-manage-index .col2-set .col-1 h3,
.newsletter-manage-index .col2-set .col-2 h3,
.downloadable-customer-products .col2-set .col-1 h3,
.downloadable-customer-products .col2-set .col-2 h3,
.customer-address-index .col2-set .col-1 h3,
.customer-address-index .col2-set .col-2 h3,
.sales-order-view .col2-set .col-1 h3,
.sales-order-view .col2-set .col-2 h3,
.tag-customer-index .col2-set .col-1 h3,
.tag-customer-index .col2-set .col-2 h3 {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* ============================================ *
 * Codazon_My Account
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
/* line 1855, ../scss/_global.scss */
.cms-index-index .cdz-main-menu .groupmenu li.level0.nav-home > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 1864, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1868, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited, .cdz-main-menu .groupmenu li.level0 a.menu-link:hover, .cdz-main-menu .groupmenu li.level0 a.menu-link:active {
  color: white;
}
/* line 1872, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1881, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1884, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  color: #282828;
}
/* line 1887, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  color: #282828;
}
/* line 1890, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover, .cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #fc7070;
}
/* line 1895, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: #fc7070;
}

/*Sticky menu------*/
@media (min-width: 767px) {
  /* line 1910, ../scss/_global.scss */
  .header .sticky-menu.active {
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    background: #282828;
  }
  /* line 1914, ../scss/_global.scss */
  .header .sticky-menu.active .cdz-header-cart .cdz-dropdown {
    position: initial;
  }
  /* line 1916, ../scss/_global.scss */
  .header .sticky-menu.active .cdz-header-cart .cart-icon .cart-qty {
    background-color: #fc7070;
  }
  /* line 1923, ../scss/_global.scss */
  .header .sticky-menu.active .block-search .form-search input[type="text"] {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 1926, ../scss/_global.scss */
  .header .sticky-menu.active .block-search .form-search .button:before {
    color: white;
  }
  /* line 1928, ../scss/_global.scss */
  .header .sticky-menu.active .block-search .form-search:hover .button:before {
    color: white;
  }
}
/* line 1938, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link {
  color: white;
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1942, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0 a.menu-link:hover,
.cdz-main-menu .groupmenu li.level0 a.menu-link:active,
.cdz-main-menu .groupmenu li.level0 a.menu-link:visited {
  color: white;
}
/* line 1947, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0.parent:hover:after {
  color: #525252;
}
/* line 1949, ../scss/_global.scss */
.cdz-main-menu .groupmenu li.level0:hover > a.menu-link {
  color: white;
  background-color: #525252;
  border-color: #282828;
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1956, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop {
  background-color: white;
}
/* line 1958, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content {
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 1961, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-title {
  text-transform: uppercase;
  color: #282828;
}
/* line 1965, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a {
  font: 400 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
}
/* line 1970, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:visited {
  color: #282828;
}
/* line 1973, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:hover,
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content a:active {
  color: #fc7070;
}
/* line 1982, ../scss/_global.scss */
.cdz-main-menu .groupmenu-drop .groupmenu-drop-content .groupdrop-link li a:hover:before {
  background-color: #fc7070;
}

/* ============================================ *
 * Codazon_Menu Megamenu
 * ============================================ */
/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
/* line 1999, ../scss/_global.scss */
.menu-vertical-title {
  background: #b0d235;
  color: white;
}
/* line 2002, ../scss/_global.scss */
.menu-vertical-title h3 {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2004, ../scss/_global.scss */
.menu-vertical-title h3 a {
  color: white;
}
/* line 2007, ../scss/_global.scss */
.menu-vertical-title h3:before {
  color: white;
}

/* line 2013, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap {
  border: 1px solid #ebebeb;
}
/* line 2016, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1 > a.menu-link {
  color: #282828;
  background-color: #fafafa;
}
/* line 2021, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1.view-all a {
  color: #282828;
  background-color: #fafafa;
}
/* line 2027, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1:hover > a.menu-link {
  background: #b0d235;
  color: white;
}
/* line 2035, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
  background: white;
  border-color: #ebebeb;
}
/* line 2038, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a {
  color: #282828;
}
/* line 2040, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:hover, .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat a:active {
  color: #b0d235;
}
/* line 2044, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li.level4 {
  border-bottom-color: #ebebeb;
  color: #282828;
}
/* line 2051, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap .parent:after {
  color: #282828;
}
/* line 2055, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap .parent:hover:after {
  color: white;
}
/* line 2061, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:after {
  color: #282828;
}
/* line 2065, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap .cdz-sub-cat .parent:hover:after {
  color: #b0d235;
}
/* line 2071, ../scss/_global.scss */
.menu-vertical .cdz-nav-wrap .view-all a {
  color: #fc7070;
}

@media (max-width: 991px) {
  /* line 2081, ../scss/_global.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    border-color: #b0d235;
  }
  /* line 2084, ../scss/_global.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.vertical-level2 {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
}
/*menu vertical style home Sportwear*/
/* line 2102, ../scss/_global.scss */
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item .switch {
  background: #b0d235;
  color: white;
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 2109, ../scss/_global.scss */
.menu-vertical-style02 .nav.nav-tabs .nav-tab-item:hover .switch, .menu-vertical-style02 .nav.nav-tabs .nav-tab-item.active .switch {
  background: #fafafa;
  color: #282828;
}
/* line 2116, ../scss/_global.scss */
.menu-vertical-style02 .nav-tab-content {
  background: #fafafa;
  font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Codazon_Menu Vertical
 * ============================================ */
/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
/* line 2130, ../scss/_global.scss */
.cdz-block-title .b-title {
  border-bottom-color: #121212;
  color: #121212;
  font: 500 20px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 2136, ../scss/_global.scss */
.cdz-block-title .b-title:before {
  background: #f2f2f2;
}

/*Block Sidebar*/
/* line 2140, ../scss/_global.scss */
.block:not(.block-static-block) {
  border-color: #e1e1e1;
}

/* line 2143, ../scss/_global.scss */
.block:not(.block-static-block) .block-collapsible-nav-title,
.block:not(.block-static-block) .block-title {
  color: #282828;
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom-color: #e1e1e1;
}

/* line 2150, ../scss/_global.scss */
.block:not(.block-static-block) .block-collapsible-nav-title strong,
.block:not(.block-static-block) .block-title strong {
  font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-bottom: 3px solid #121212;
}

/* line 2155, ../scss/_global.scss */
.block.review-add .block-content {
  padding-top: 0 !important;
}

/* line 2158, ../scss/_global.scss */
.sidebar .block:not(.block-static-block) {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 2168, ../scss/_global.scss */
.sidebar .block .block-title {
  color: #282828;
}
/* line 2171, ../scss/_global.scss */
.sidebar .block .actions .button {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #282828;
  color: white;
}

/* line 2177, ../scss/_global.scss */
.sidebar .product-name {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* ============================================ *
* Codazon_BlockSidebar
* ============================================ */
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
/* line 2188, ../scss/_global.scss */
.cdz-block-newproduct .cdz-block-title p.b-title, .cdz-home-block .cdz-block-title p.b-title {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2190, ../scss/_global.scss */
.cdz-block-newproduct .cdz-block-title p.b-title span, .cdz-home-block .cdz-block-title p.b-title span {
  background: #fc7070;
}
/* line 2192, ../scss/_global.scss */
.cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-home-block .cdz-block-title p.b-title span:after {
  border-bottom-color: #fa0c0c;
}
/* line 2194, ../scss/_global.scss */
.cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-newproduct .cdz-block-title p.b-title span:after, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-home-block .cdz-block-title p.b-title span:after {
  border-left-color: #fa0c0c;
  border-bottom-color: transparent;
}

/* line 2208, ../scss/_global.scss */
.cdz-block-orange .cdz-block-title p.b-title span {
  background: #c97178;
}
/* line 2210, ../scss/_global.scss */
.cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-bottom-color: #9a3a42;
}
/* line 2212, ../scss/_global.scss */
.cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:before, .cdz-rtl .cdz-block-orange .cdz-block-title p.b-title span:after {
  border-left-color: #9a3a42;
  border-bottom-color: transparent;
}

/* line 2225, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid {
  border-left-color: #e1e1e1;
}
/* line 2227, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
  margin: 0;
}
/* line 2229, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
/* line 2232, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
  border-color: white;
}
/* line 2236, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
  color: #fc7070;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2242, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
  border-color: #fc7070;
}
/* line 2247, ../scss/_global.scss */
.col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
  color: #282828;
}

/*==============================
================= Deals categories Home Drug
*/
/* line 2266, ../scss/_global.scss */
.cdz-best-selling .products-grid .product-items .item .product-item-info {
  border-color: #e1e1e1;
}

@media (max-width: 767px) {
  /* line 2282, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .product-name a.product-item-link {
    color: #fc7070;
  }
  /* line 2284, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item .product-item-info .cdz-product-bottom .price {
    color: #282828;
  }
}
@media (min-width: 767px) {
  /* line 2300, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item {
    box-shadow: 0 0 0 0px #e1e1e1, 0 1px 0 0 #e1e1e1, 1px 1px 0 0 #e1e1e1, 1px 0 0 0 #e1e1e1 inset, 0 1px 0 0 #e1e1e1 inset;
  }
  /* line 2309, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .product-item-description {
    color: #999999;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 2311, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .product-name a {
    color: #fc7070;
  }
  /* line 2312, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .price {
    color: #282828;
  }
  /* line 2313, ../scss/_global.scss */
  .codazon-filter-style-05 .products-grid .product-items .item.product-item .old-price .price {
    color: #999999;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  /* line 2326, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  /* line 2329, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    border-right-color: #e1e1e1 !important;
    border-bottom-color: #e1e1e1 !important;
  }
  /* line 2332, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border-color: white;
  }
  /* line 2336, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-name a {
    color: #fc7070;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 2342, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item:hover .product-item-info {
    border-color: transparent;
  }
  /* line 2347, ../scss/_global.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .cdz-buttons-inner .qs-button:hover {
    color: #282828;
  }
}
/* ============================================ *
* Codazon_Product Filter Drug store
* ============================================ */
/* ============================================ *
* Codazon_Popup newsletter
* ============================================ */
/* ============================================ *
* Codazon_Login and Register
* ============================================ */
/* line 2369, ../scss/_global.scss */
.account-create form .legend,
.account-login form .legend,
form .legend {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #282828;
  border: 0;
}

/* line 2377, ../scss/_global.scss */
.account-login .page-title .field.note,
.account-create .page-title .field.note {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 2381, ../scss/_global.scss */
.account-login #login-form,
.account-create #form-validate,
.customer-account-forgotpassword .col-main #form-validate,
.sales-guest-form .col-main-containter .search-form {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 2388, ../scss/_global.scss */
.control.signup-newsletter label, .control#remember-me-box label, .link-tip, .forgot-password-link {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #757575;
}

/* line 2394, ../scss/_global.scss */
.account-create .buttons-set button.button {
  border-color: #282828;
  background: #282828;
  color: white;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 2401, ../scss/_global.scss */
.account-create .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828;
}

/* line 2407, ../scss/_global.scss */
.account-login .buttons-set button.button {
  background: #282828;
  color: white;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828;
}

/* line 2413, ../scss/_global.scss */
.account-login .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828;
}

/* line 2419, ../scss/_global.scss */
.customer-account-forgotpassword .buttons-set button.button {
  background: #282828;
  color: white;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828;
}

/* line 2425, ../scss/_global.scss */
.customer-account-forgotpassword .buttons-set button.button:hover {
  background: white;
  color: #282828;
  font: 600 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  border-color: #282828;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
/* line 2438, ../scss/_global.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button {
  background: #282828;
  color: white;
  border-color: #282828;
}
/* line 2443, ../scss/_global.scss */
.cdz-popup-wrapper .cdz-popup-newsletter .popup-content .popup-content-ads .block.block-subscribe .actions .button:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}

/* ============================================ *
* Codazon_Login and Register
* ============================================ */
 /* ============================================ *
* Codazon_Categories default
* ============================================ */
/*Product list type*/
/* line 2457, ../scss/_global.scss */
.rating-links {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2459, ../scss/_global.scss */
.rating-links a {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2460, ../scss/_global.scss */
.rating-links span {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* line 2464, ../scss/_global.scss */
.products-list .add-to-links li {
  background: white;
  border-color: #282828;
  color: #282828;
}
/* line 2468, ../scss/_global.scss */
.products-list .add-to-links li:hover {
  background: #282828;
  color: white;
  border-color: #282828;
}
/* line 2475, ../scss/_global.scss */
.products-list .btn-cart {
  background: #282828;
  border-color: #282828;
  color: white;
}
/* line 2479, ../scss/_global.scss */
.category-products .products-list .btn-cart {
  background: white;
  border-color: #282828;
  color: #282828;
}
/* line 2483, ../scss/_global.scss */
.category-products .products-list .btn-cart:hover {
  background: #282828;
  color: white;
  border-color: #282828;
}

/* Filter navigation ------------*/
/* ============================================ *
* Codazon_Categories default
* ============================================ */
/* line 2498, ../scss/_global.scss */
.block-layered-nav dd ol li a {
  color: #282828;
}
/* line 2499, ../scss/_global.scss */
.block-layered-nav dd ol li label {
  border-color: #959595;
}
/* line 2503, ../scss/_global.scss */
.block-layered-nav dd ol li a:hover {
  color: #fc7070;
}
/* line 2505, ../scss/_global.scss */
.block-layered-nav .price-btn {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2516, ../scss/_global.scss */
.block-layered-nav .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

/* line 2523, ../scss/_global.scss */
#cdz-filter-bar .block-title strong {
  background: #282828;
  color: white;
  border-color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2530, ../scss/_global.scss */
#cdz-filter-bar .block-title strong:hover {
  background: white;
  color: #282828;
  border-color: #282828;
}
/* line 2536, ../scss/_global.scss */
#cdz-filter-bar .block-content {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
/* line 2539, ../scss/_global.scss */
#cdz-filter-bar .block-content #narrow-by-list dt {
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  font-weight: 700;
}
/* line 2544, ../scss/_global.scss */
#cdz-filter-bar .block-content #narrow-by-list .slider.slider-horizontal {
  width: 160px;
}
/* line 2545, ../scss/_global.scss */
#cdz-filter-bar .block-content #narrow-by-list .price-btn {
  font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2553, ../scss/_global.scss */
#cdz-filter-bar dd ol li a {
  color: #282828;
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2554, ../scss/_global.scss */
#cdz-filter-bar dd ol li label {
  border-color: #959595;
  color: #999999;
}
/* line 2559, ../scss/_global.scss */
#cdz-filter-bar dd ol li a:hover {
  color: #fc7070;
}
/* line 2563, ../scss/_global.scss */
#cdz-filter-bar .configurable-swatch-list .swatch-link .count {
  border-color: #aeaeae;
  color: #282828;
}
/* line 2569, ../scss/_global.scss */
#cdz-filter-bar .block-content > dl > dd {
  border-bottom-color: #e1e1e1;
}

/* ------------Grid product for PC and Mobile */
/* ============================================ *
* Codazon_Categories default
* ============================================ */
 /* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
/* line 2584, ../scss/_global.scss */
.col-main-containter .col-main .col-wrapper-main,
.product-view .product-essential,
.product-view .product-detail-tab,
.product-view .box-reviews,
.product-view .block-related,
.product-view .block-upsell {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* line 2604, ../scss/_global.scss */
.catalog-product-view .col-main-containter .col-wrapper-main,
.cms-index-index .col-main-containter .col-wrapper-main,
.catalog-product-view .col-main-containter .col-wrapper-main,
.checkout-cart-index .col-main-containter .col-wrapper-main,
.catalog-category-view .col-main-containter .col-wrapper-main,
.customer-account-create .col-main-containter .col-wrapper-main,
.customer-account-login .col-main-containter .col-wrapper-main,
.customer-account-forgotpassword .col-main-containter .col-wrapper-main,
.sales-guest-form .col-main-containter .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}

/* line 2611, ../scss/_global.scss */
.contacts-index-index .col-main-containter .col-main .col-wrapper-main, .catalog-product-view .col-main-containter .col-main .col-wrapper-main {
  background-color: transparent;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 0;
}
/* line 2613, ../scss/_global.scss */
.contacts-index-index .col-main-containter .col-main .col-wrapper-main #contactForm, .catalog-product-view .col-main-containter .col-main .col-wrapper-main #contactForm {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* ============================================ *
* Codazon_Set layout for Col-main
* ============================================ */
/* ============================================ *
* Codazon_Tab style
* ============================================ */
/* line 2627, ../scss/_global.scss */
.nav-tabs,
.nav.nav-tabs {
  border-bottom-color: #e1e1e1;
}

/* line 2632, ../scss/_global.scss */
.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
/* line 2635, ../scss/_global.scss */
.nav-tabs li a {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #999999;
  border-color: #999999;
  background: #fbfbfb;
}
/* line 2640, ../scss/_global.scss */
.nav-tabs li a:hover {
  color: #282828;
  background: #fbfbfb;
}
/* line 2646, ../scss/_global.scss */
.nav-tabs .nav-tab-item .switch {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #999999;
  background: #fbfbfb;
}
/* line 2650, ../scss/_global.scss */
.nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
/* line 2656, ../scss/_global.scss */
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
/* line 2663, ../scss/_global.scss */
.nav-tabs .nav-tab-item:not(.disabled) .switch:active {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
/* line 2670, ../scss/_global.scss */
.nav-tabs .nav-tab-item.active .switch, .nav-tabs .nav-tab-item.active .switch:focus, .nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
/* line 2676, ../scss/_global.scss */
.nav-tabs .nav-tab-item h2 {
  font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}

/* ============================================ *
* Codazon_Tab style
* ============================================ */
/*product label*/
/* line 2686, ../scss/_global.scss */
.cdz-product-lbs .lb-item {
  background: black;
  color: white;
}
/* line 2689, ../scss/_global.scss */
.cdz-product-lbs .lb-item.lb-sale {
  background: #c97178;
}

/*Box Style Home Sport*/
/* line 2695, ../scss/_global.scss */
.box-style01 {
  background: white;
}
/* line 2697, ../scss/_global.scss */
.box-style01 .cdz-block-title {
  color: #121212;
  border-color: #e1e1e1;
}
/* line 2700, ../scss/_global.scss */
.box-style01 .cdz-block-title .lastcolor {
  color: #fc7070;
}
/* line 2704, ../scss/_global.scss */
.box-style01 .products-grid {
  border-left: 1px solid #e1e1e1;
}
/* line 2707, ../scss/_global.scss */
.box-style01 .products-grid .product-item .product-item-info {
  border: 1px solid #e1e1e1;
  border-left: none;
}
/* line 2714, ../scss/_global.scss */
.box-style01 .products-list .cdz-buttons-container button.btn-cart {
  font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2716, ../scss/_global.scss */
.box-style01 .products-list .cdz-buttons-container button.btn-cart:before {
  display: none;
}
/* line 2720, ../scss/_global.scss */
.box-style01 .nav.nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
}
/* line 2724, ../scss/_global.scss */
.box-style01 .owl-nav [class*='owl-'],
.box-style01 .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
/* line 2729, ../scss/_global.scss */
.box-style01 .owl-nav [class*='owl-']:hover,
.box-style01 .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #fc7070;
  color: #fc7070;
}
/* line 2735, ../scss/_global.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-'],
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid black;
  background: white;
  color: black;
}
/* line 2740, ../scss/_global.scss */
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-nav [class*='owl-']:hover,
.box-style01.cdz-wapper-blog-01 .cdz_wapper-blog-content .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #fc7070;
  color: #fc7070;
}

/*button show01 Home Sport*/
/* line 2753, ../scss/_global.scss */
.cdz-button-show01 .products-grid .product-item-info:hover {
  background: white;
}
/* line 2755, ../scss/_global.scss */
.cdz-button-show01 .products-grid .product-item-info:hover .product-item-details {
  background: white;
}

/*button show01 Home Outdoor*/
@media (min-width: 992px) {
  /* line 2767, ../scss/_global.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart {
    background: #282828;
    color: white;
    border-color: #282828;
    border-bottom-color: #1b1b1b;
  }
  /* line 2772, ../scss/_global.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container button.btn-cart:hover {
    background: white;
    color: #282828;
    border-color: #282828;
  }
  /* line 2778, ../scss/_global.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action {
    background: white;
    color: #282828;
    border-color: #282828;
    border-bottom-color: #1b1b1b;
  }
  /* line 2784, ../scss/_global.scss */
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container .qs-button:hover,
  .cdz-button-show02 .products-grid .product-item-info .cdz-buttons-container a.action:hover {
    background: white;
    color: #282828;
    border-color: #282828;
  }
}
/* line 2795, ../scss/_global.scss */
.modal-content {
  border-radius: 0px;
}

@media (max-width: 767px) {
  /* line 2800, ../scss/_global.scss */
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    border: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  /* line 2805, ../scss/_global.scss */
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch:hover,
  .mobile-nav-tabs .nav-tab-item .switch:hover {
    border-bottom-color: #999999;
  }
  /* line 2810, ../scss/_global.scss */
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item.active .switch,
  .mobile-nav-tabs .nav-tab-item.active .switch {
    border-bottom-color: #999999;
  }
}
/*outdoor*/
/* line 2819, ../scss/_global.scss */
.line-style01 .cdz-block-title {
  border-color: black;
}
/* line 2821, ../scss/_global.scss */
.line-style01 .cdz-block-title .b-title {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: white;
  color: #282828;
  border-color: #f7f7f7;
}
/* line 2831, ../scss/_global.scss */
.line-style01 .nav-tabs .nav-tab-item.active .switch {
  background: #fbfbfb;
  color: #999999;
  border-color: #fbfbfb;
}
/* line 2837, ../scss/_global.scss */
.line-style01 .nav-tabs .nav-tab-item .switch {
  font: 500 18px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  background: #fbfbfb;
  color: #999999;
  border-color: #999999;
}
/* line 2842, ../scss/_global.scss */
.line-style01 .nav-tabs .nav-tab-item .switch:hover, .line-style01 .nav-tabs .nav-tab-item .switch:focus {
  background: #fbfbfb;
  color: #999999;
  border-color: #fbfbfb;
}

/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
/*Label product*/
/*Setting padding for template*/
/*Spacing for each area*/
/*@mixin abs-stylebg($_bkgcolor, $_bkgurl, $_bkgname, $_bkgposition: 0 0, $_bkgrepeat: no-repeat){
	background-color:$_bkgcolor;
	background-image:url("${_bkgurl}${_bkgname}");
	background-position:$_bkgposition;
	background-repeat:$_bkgrepeat;
}
*/
@media (max-width: 767px) {
  /* line 5, ../scss/responsive.scss */
  .cdz-mobile-header-menu {
    background: #fff;
  }
  /* line 7, ../scss/responsive.scss */
  .cdz-mobile-header-menu .navbar-default {
    min-height: inherit;
    margin: 0;
    background: transparent no-repeat;
    box-shadow: inherit;
    border-radius: 0;
    border: 0;
  }
  /* line 15, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-nav {
    background: #333;
    border: 0;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.9);
  }
  /* line 19, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-nav a {
    color: #fff;
  }
  /* line 21, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-menu-responsive {
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 50px;
    position: relative;
    width: 50px;
  }
  /* line 29, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar {
    display: block;
    background: #252525;
    position: absolute;
    top: 25px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    margin: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-webkit-transform 0.2s 0.2s;
    -moz-transition: top 0.2s 0.4s,left 0.2s 0.4s,opacity 0.2s 0.4s,-moz-transform 0.2s 0.2s;
    transition: top 0.2s 0.4s, left 0.2s 0.4s, opacity 0.2s 0.4s, transform 0.2s 0.2s;
  }
  /* line 44, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:first-child {
    top: 15px;
  }
  /* line 47, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-menu-responsive .icon-bar:last-child {
    top: 35px;
  }
  /* line 52, ../scss/responsive.scss */
  .cdz-mobile-header-menu .nav-tabs {
    background: #f8f8f8;
    border: 0;
  }
  /* line 55, ../scss/responsive.scss */
  .cdz-mobile-header-menu .nav-tabs li {
    margin: 0;
  }
  /* line 57, ../scss/responsive.scss */
  .cdz-mobile-header-menu .nav-tabs li a {
    background-color: #f8f8f8;
    border: 0;
    color: #282828;
    text-transform: uppercase;
    font-size: 11px;
  }
  /* line 66, ../scss/responsive.scss */
  .cdz-mobile-header-menu .nav-tabs > li.active > a, .cdz-mobile-header-menu .nav-tabs > li.active > a:hover, .cdz-mobile-header-menu .nav-tabs > li.active > a:focus, .cdz-mobile-header-menu .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #333;
    border: 0px solid #e1e1e1;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 0;
    cursor: pointer;
  }
  /* line 75, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu {
    padding: 20px 0 0;
  }
  /* line 78, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 {
    float: none;
    display: block;
  }
  /* line 81, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 a.menu-link {
    display: block;
    color: #fff;
  }
  /* line 85, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 > a.menu-link {
    background: none !important;
    color: white !important;
  }
  /* line 89, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
  }
  /* line 96, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }
  /* line 103, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  /* line 110, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupdrop-banner {
    display: none;
  }
  /* line 113, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop {
    display: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    position: static !important;
    width: 100%;
    background: #3c3a3a !important;
    font-size: 12px;
    box-shadow: none;
    padding-left: 20px;
  }
  /* line 130, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop li a, .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0 .groupmenu-drop .groupdrop-title {
    color: #d6d5d5 !important;
  }
  /* line 136, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0:hover:after {
    display: none;
  }
  /* line 139, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret {
    border: 0;
  }
  /* line 141, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-main-menu .groupmenu li.level0.parent.open .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }
  /* line 152, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link {
    margin: 15px 0;
  }
  /* line 154, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link li {
    display: block;
    vertical-align: top;
    margin: 15px 10px;
  }
  /* line 158, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link li a {
    padding: 5px 0;
    display: block;
    clear: left;
    margin: 0;
  }
  /* line 164, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link li a:hover {
    display: block;
  }
  /* line 167, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link li .cdz-top-login .block-login .block-content {
    min-width: inherit;
    width: 100%;
  }
  /* line 170, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link li .cdz-dropdown-content {
    background: none;
    border: 0;
    box-shadow: inherit;
    padding: 0;
  }
  /* line 173, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip {
    display: inline-block;
  }
  /* line 175, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link #remember-me-box a.link-tip:hover {
    display: inline-block;
  }
  /* line 180, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-link .forgot-password {
    padding: 20px !important;
    font-size: 11px;
    text-transform: uppercase;
  }
  /* line 186, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-login .block-login .block-content, .cdz-mobile-header-menu #login-form .block-login .block-content {
    min-width: inherit;
    width: 100%;
    position: relative;
  }
  /* line 188, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-trigger:after {
    position: absolute;
    right: 10px;
    font-size: 22px;
    margin-top: 2px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 200, ../scss/responsive.scss */
  .cdz-rtl .cdz-mobile-header-menu .cdz-trigger:after {
    right: auto;
    left: 10px;
  }
  /* line 205, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-trigger.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 211, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-stores {
    margin: 15px 0;
  }
  /* line 213, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown {
    display: block;
    vertical-align: top;
  }
  /* line 216, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a {
    padding: 10px 17px;
    display: block;
    clear: left;
    margin: 0;
    color: #fff;
  }
  /* line 223, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-stores div.cdz-dropdown a:hover {
    display: block;
  }
  /* line 227, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #3C3A3A;
    font-size: 12px;
    border: none;
  }
  /* line 234, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-nav .cdz-dropdown-content a {
    color: #d6d5d5 !important;
  }
  /* line 237, ../scss/responsive.scss */
  .cdz-mobile-header-menu .lang-flag {
    display: inline-block;
  }
  /* line 238, ../scss/responsive.scss */
  .cdz-mobile-header-menu .navbar-nav li .dropdown-toggle {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  /* line 239, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-navbar-toggle {
    margin: 0 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 245, ../scss/responsive.scss */
  .cdz-mobile-header-menu .navbar-default .navbar-toggle:hover, .cdz-mobile-header-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  /* line 248, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-logo {
    padding: 10px 80px 10px 40px;
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 253, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-logo a {
    display: inline-block;
  }
  /* line 254, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-logo img {
    max-width: 100%;
  }
  /* line 256, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search {
    float: right;
    margin-right: 10px;
    padding: 15px 0 0;
    position: absolute;
    right: 40px;
    top: 0;
  }
  /* line 263, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger {
    background: none;
    width: 22px;
    height: 19px;
    display: block;
  }
  /* line 266, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-search-trigger:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-size: 20px;
    color: #282828;
  }
  /* line 271, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content {
    min-width: 350px;
    right: -40px;
    top: 43px;
    left: auto;
    margin: 0;
  }
  /* line 277, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content label {
    display: none;
  }
  /* line 278, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content .input-text {
    width: 64%;
    height: 34px !important;
  }
  /* line 279, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    padding: 6px 15px 6px;
    width: 30%;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  /* line 285, ../scss/responsive.scss */
  .cdz-rtl .cdz-mobile-header-menu .cdz-mobile-search .cdz-dropdown-content button.button {
    right: auto;
    left: 10px;
  }
  /* line 292, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart {
    float: right;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 298, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .cart-subtotal {
    display: none;
  }
  /* line 299, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .cart-icon .cart-qty {
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    font-size: 10px;
    border-radius: 30px;
  }
  /* line 301, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cart-icon:before {
    background-size: 400%;
    background-position: 12px 8px;
  }
  /* line 302, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-search-trigger .fa-search:before {
    font-size: 18px;
    color: #282828;
  }
  /* line 303, ../scss/responsive.scss */
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content {
    right: 0;
    left: auto;
    min-width: 350px;
  }
  /* line 304, ../scss/responsive.scss */
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .empty {
    text-align: center;
  }
  /* line 305, ../scss/responsive.scss */
  .cdz-mobile-header-menu .block-cart.cdz-dropdown-content .block-title {
    display: none;
  }
  /* line 307, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .cdz-dropdown-content {
    padding: 20px 0 0;
  }
  /* line 308, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .block-content {
    padding: 0;
    margin: 0;
  }
  /* line 309, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary {
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  /* line 310, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title {
    float: left;
  }
  /* line 311, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title h4 {
    margin-bottom: 10px;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
  }
  /* line 312, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .cart-total-title p {
    margin: 0;
    font: 500 12px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #282828;
    font-weight: 600;
  }
  /* line 314, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal {
    float: right;
    text-align: right;
  }
  /* line 315, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .sub-total-label {
    margin-bottom: 10px;
    font-weight: 600;
  }
  /* line 316, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .summary .subtotal .price {
    display: block;
  }
  /* line 319, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .actions {
    clear: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 20px;
  }
  /* line 320, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .actions .button {
    float: none;
    width: 100%;
  }
  /* line 322, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .block-subtitle {
    display: none;
  }
  /* line 323, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list {
    clear: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 10px;
  }
  /* line 324, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin: 0 0 10px 0px;
  }
  /* line 327, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .cart-viewcart a {
    font: 500 16px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    line-height: 20x;
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  /* line 330, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit {
    font-size: 0;
  }
  /* line 331, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .btn-edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F044";
    font-size: 18px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #282828;
  }
  /* line 345, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  /* line 346, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 15px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #282828;
    padding: 0 2px;
    border: 1px solid #282828;
    border-radius: 2px;
  }
  /* line 363, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .btn-remove:after {
    display: none;
  }
  /* line 364, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-image {
    min-width: 50px;
  }
  /* line 365, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details {
    position: relative;
    margin-left: 70px;
  }
  /* line 366, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .product-details-name {
    float: left;
    margin-right: 30px;
  }
  /* line 367, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list .product-details .product-name {
    padding: 0;
    margin: 0;
  }
  /* line 368, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item {
    margin-bottom: 20px;
  }
  /* line 369, ../scss/responsive.scss */
  .cdz-mobile-header-menu .cdz-top-cart .mini-products-list li.item.last {
    margin-bottom: 0;
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  /* line 377, ../scss/responsive.scss */
  .cdz-mobile-nav li.menu-item a {
    color: #fff;
    text-shadow: none;
  }
  /* line 381, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar {
    padding: 20px 0 0;
    margin: 0;
  }
  /* line 384, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav {
    margin: 0;
  }
  /* line 386, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 40px;
    display: block;
    height: 40px;
    padding: 0;
    cursor: pointer;
  }
  /* line 395, ../scss/responsive.scss */
  .cdz-rtl .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle {
    right: auto;
    left: 1px;
  }
  /* line 399, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret {
    border: 0;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 38px;
  }
  /* line 407, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
  }
  /* line 412, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item {
    float: none;
    display: block;
    position: relative;
  }
  /* line 416, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item a.menu-link {
    display: block;
    padding: 10px 17px;
  }
  /* line 421, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1 > .dropdown-toggle .caret:before {
    content: "\f107";
    font-size: 22px;
    margin-top: 7px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 433, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav li.menu-item.level-1.open > .dropdown-toggle .caret:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 440, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat {
    padding-left: 10px;
    background: #3C3A3A;
    font-size: 12px;
  }
  /* line 444, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item a {
    color: #D6D5D5;
  }
  /* line 448, ../scss/responsive.scss */
  .cdz-mobile-nav .navbar .navbar-nav .cdz-sub-cat li.menu-item.open > .dropdown-toggle .caret:before {
    content: "\f147";
  }
}
/*----------------------------------------*/
/*-------Codazon Responsive Menu Default----------------*/
@media (max-width: 767px) {
  /* line 460, ../scss/responsive.scss */
  body.canvas-slid .main-menu-container:before {
    opacity: 0.8;
    transition: opacity 0.2s ease 0.5s;
    width: 100%;
  }

  /* line 465, ../scss/responsive.scss */
  body.canvas-slid .main-menu-container:before {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  /* line 477, ../scss/responsive.scss */
  body.canvas-slid .mobile-menu-bg {
    background-color: #252525;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: -1;
  }

  /* line 487, ../scss/responsive.scss */
  body.canvas-slid .main-menu-container:before {
    content: "";
    display: block;
    position: fixed;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #252525;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s 0.5s,width 0 1s;
    -moz-transition: opacity 0.5s 0.5s,width 0 1s;
    transition: opacity 0.5s 0.5s, width 0 1s;
  }

  /* line 503, ../scss/responsive.scss */
  body.canvas-slid .main-menu-container:before {
    transition: width 0.2s ease 0s;
    width: 100%;
  }

  /* line 510, ../scss/responsive.scss */
  body.canvas-slid .cdz-mobile-header-menu .icon-bar {
    left: 0px;
    opacity: 0;
    -webkit-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-webkit-transform 0.2s 0.4s;
    -moz-transition: top 0.2s 0.2s,left 0.2s 0.2s,opacity 0.2s 0.2s,-moz-transform 0.2s 0.4s;
    transition: top 0.2s 0.2s, left 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s;
  }
  /* line 518, ../scss/responsive.scss */
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:first-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 529, ../scss/responsive.scss */
  body.canvas-slid .cdz-mobile-header-menu .icon-bar:last-child {
    left: 0px;
    opacity: 1;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* line 543, ../scss/responsive.scss */
  .menu-vertical-area .space-base {
    margin: 0;
  }
  /* line 546, ../scss/responsive.scss */
  .menu-vertical-area .menu-vertical-title {
    padding: 8px 10px;
  }
  /* line 548, ../scss/responsive.scss */
  .menu-vertical-area .menu-vertical-title h3:after {
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f039";
    font-size: 20px;
    float: right;
  }
}
@media (max-width: 767px) {
  /*Footer----*/
  /* line 558, ../scss/responsive.scss */
  .page-footer .footer-bottom {
    padding: 20px 10px;
  }

  /* line 559, ../scss/responsive.scss */
  .footer-top-ads .ftop-ads-title {
    font-size: 100%;
  }

  /* line 560, ../scss/responsive.scss */
  .footer-top-ads .ftop-ads-desc {
    font-size: 90%;
    display: none;
  }

  /* line 561, ../scss/responsive.scss */
  .footer-top-ads .ftop-newsletter {
    margin: 0;
  }

  /* line 563, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe {
    position: relative;
  }
  /* line 565, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content {
    position: relative;
    padding: 0 0 10px;
    width: auto;
    display: block;
    margin: 0 40px;
  }
  /* line 571, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  /* line 572, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content .actions {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 35px;
  }
  /* line 574, ../scss/responsive.scss */
  .cdz-rtl .ftop-newsletter .block.block-subscribe .block-content .actions {
    right: auto;
    left: 3px;
  }
  /* line 578, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    background: transparent;
    border: 0;
    padding: 3px 15px;
  }
  /* line 582, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content .actions .button span {
    font-size: 0;
  }
  /* line 584, ../scss/responsive.scss */
  .ftop-newsletter .block.block-subscribe .block-content .actions .button:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f105';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  /* line 603, ../scss/responsive.scss */
  .footer-top-ads .ftop-ads-small {
    font-size: 80%;
  }

  /* line 604, ../scss/responsive.scss */
  .page-footer .footer-social {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  /* line 606, ../scss/responsive.scss */
  .page-footer .footer-social .social {
    margin: 0;
    text-align: center;
  }
  /* line 607, ../scss/responsive.scss */
  .page-footer .footer-social .social a {
    float: none;
  }

  /* line 609, ../scss/responsive.scss */
  .footer-bottom .col-sm-6 {
    margin: 0 0 15px;
  }
  /* line 611, ../scss/responsive.scss */
  .footer-bottom .col-sm-6 .footer-box {
    padding-bottom: 0px;
  }

  /* line 613, ../scss/responsive.scss */
  .page-footer p.h5 {
    margin-bottom: 0px;
    padding: 5px 0;
  }

  /* line 614, ../scss/responsive.scss */
  .bottom-footer-wrapper .footer-payment-logo {
    float: none !important;
    text-align: center;
  }

  /* line 615, ../scss/responsive.scss */
  .page-footer .cdz-footer-bottom-payment {
    float: none;
  }

  /* line 616, ../scss/responsive.scss */
  .page-footer .cdz-footer-bottom-payment img {
    margin: 0 auto;
  }

  /* line 617, ../scss/responsive.scss */
  .page-footer .footer address {
    text-align: center;
    margin-top: 0;
  }

  /* line 618, ../scss/responsive.scss */
  .footer-bottom .fototer-tags {
    margin: 0;
  }
  /* line 619, ../scss/responsive.scss */
  .footer-bottom .fototer-tags li {
    display: inline-block;
  }

  /* line 621, ../scss/responsive.scss */
  .footer-bottom .col-sm-6 h5 {
    margin-bottom: 0;
    line-height: 30px;
  }

  /* line 623, ../scss/responsive.scss */
  .footer-box .footer-link {
    padding: 15px 0 0;
  }
  /* line 624, ../scss/responsive.scss */
  .footer-box .footer-link.showhide {
    display: none;
  }
  /* line 625, ../scss/responsive.scss */
  .footer-box .cdz-toggle-title {
    cursor: pointer;
    margin: 0;
  }
  /* line 628, ../scss/responsive.scss */
  .footer-box .cdz-toggle-title:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 22px;
    margin-right: 0px;
    float: right;
    cursor: pointer;
  }
  /* line 641, ../scss/responsive.scss */
  .cdz-rtl .footer-box .cdz-toggle-title:before {
    float: left;
  }
  /* line 643, ../scss/responsive.scss */
  .footer-box .cdz-toggle-title.active:before {
    content: "\f107";
  }

  /*--- Footer*/
}
@media (max-width: 767px) {
  /*Slideshow*/
  /* line 650, ../scss/responsive.scss */
  .slide-caption .slide-text {
    margin: 0;
    font-size: 12px;
  }

  /* line 651, ../scss/responsive.scss */
  .slide-caption .slide-title {
    margin: 0;
  }
  /* line 652, ../scss/responsive.scss */
  .slide-caption .slide-title span {
    border: 0 none;
    font-size: 18px;
    padding: 0;
  }

  /* line 658, ../scss/responsive.scss */
  .slide-caption .slide-btn {
    margin: 0;
  }

  /* line 659, ../scss/responsive.scss */
  .slide-caption .slide-btn a {
    font-size: 12px;
  }

  /* line 660, ../scss/responsive.scss */
  .cdz-slideshow .slider-wrapper .owl-dots {
    display: none !important;
  }

  /* line 661, ../scss/responsive.scss */
  .cdz-brand-slider-wrap .cdz-slider-banners.owl-carousel .owl-nav [class*="owl-"] {
    top: -3px;
    height: 39px;
    margin: 0;
  }

  /* line 662, ../scss/responsive.scss */
  .slide-caption {
    width: inherit;
    left: 25%;
  }

  /*Home main content ----*/
}
@media (max-width: 767px) {
  /*Block bestseller product*/
  /* line 676, ../scss/responsive.scss */
  .cdz-best-seller-wrap {
    min-height: auto;
  }
  /* line 678, ../scss/responsive.scss */
  .cdz-best-seller-wrap .nav-tab-content {
    margin: 20px 0 0;
  }

  /* line 682, ../scss/responsive.scss */
  .mobile-nav-tab-dropdown {
    border: 1px solid #e1e1e1;
    display: block;
    line-height: 40px;
    margin: 10px 40px 0px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  /* line 693, ../scss/responsive.scss */
  .mobile-nav-tab-dropdown:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #282828;
    content: '\f0c9';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
    line-height: 40px;
  }

  /* line 709, ../scss/responsive.scss */
  .mobile-nav-tabs.active {
    border: 1px solid;
    background: #fff;
    display: block;
    line-height: 40px;
    margin: 0 40px;
    padding: 0 10px;
    text-align: left;
  }

  /* line 719, ../scss/responsive.scss */
  .codazon-filter-style-02 .owl-nav [class*='owl-'], .codazon-filter-style-05 .owl-nav [class*='owl-'] {
    color: #fefefe;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    height: 60px;
    width: 35px;
    top: calc(40% - 15px);
  }
  /* line 727, ../scss/responsive.scss */
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-next, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
  /* line 730, ../scss/responsive.scss */
  .codazon-filter-style-02 .owl-nav [class*='owl-'].owl-prev, .codazon-filter-style-05 .owl-nav [class*='owl-'].owl-prev {
    left: 0;
    margin: 0 0 0 2px;
  }
  /* line 734, ../scss/responsive.scss */
  .codazon-filter-style-02 .owl-nav [class*='owl-']:before, .codazon-filter-style-05 .owl-nav [class*='owl-']:before {
    line-height: 60px;
  }
  /* line 737, ../scss/responsive.scss */
  .codazon-filter-style-02 .cdz-media-wrap, .codazon-filter-style-05 .cdz-media-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 744, ../scss/responsive.scss */
  .cdz-best-seller-wrap .nav-tabs, .cdz-best-seller-wrap .nav.nav-tabs {
    margin: 0 40px;
  }

  /* line 748, ../scss/responsive.scss */
  .cdz-buttons-container .tooltip {
    display: none !important;
  }

  /* line 752, ../scss/responsive.scss */
  .mobile-nav-tabs .active.nav-tab-item .switch {
    font-weight: 500;
  }

  /* line 753, ../scss/responsive.scss */
  .cdz-best-seller-wrap .nav-tab-item {
    display: block;
    text-align: left;
    margin: 0;
  }

  /* line 754, ../scss/responsive.scss */
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item {
    margin: 7px 0;
    clear: left;
    display: block;
  }

  /* line 755, ../scss/responsive.scss */
  .nav.nav-tabs.mobile-nav-tabs .nav-tab-item .switch,
  .mobile-nav-tabs .nav-tab-item .switch {
    height: auto;
    font: 400 12px/24px Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: inherit;
    padding: 0;
  }

  /* line 761, ../scss/responsive.scss */
  .mobile-nav-tabs .active.nav-tab-item .switch, .mobile-nav-tabs.active.nav-tab-item .switch:focus, .mobile-nav-tabs .active.nav-tab-item .switch:hover {
    padding: 0;
  }

  /* line 762, ../scss/responsive.scss */
  .col1-layout .products-grid .product-items.isotope .item.product-item.width-2 {
    width: 98%;
  }

  /* line 765, ../scss/responsive.scss */
  .col1-layout .products-grid .product-items.isotope .item.product-item.width-1 {
    width: 98%;
  }

  /* line 769, ../scss/responsive.scss */
  .cdz-best-seller-wrap .products-grid .product-items.isotope .item.product-item {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  /* line 771, ../scss/responsive.scss */
  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 50%;
  }

  /* line 773, ../scss/responsive.scss */
  .cdz-best-seller-wra .mobile-nav-tab-dropdown {
    margin-bottom: 20px;
  }

  /* line 774, ../scss/responsive.scss */
  .cdz-best-seller-wrap .codazon-filter {
    padding: 0;
  }

  /* line 775, ../scss/responsive.scss */
  .col-main-containter .col-main {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  /* line 776, ../scss/responsive.scss */
  .cms-index-index .col-main-containter .col-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 777, ../scss/responsive.scss */
  .products-grid .isotope .item.product-item.width-1.width-2 .product-item-link {
    font-size: 12px;
  }

  /* line 780, ../scss/responsive.scss */
  .codazon-ajax-wrap .product-items:not(.owl-carousel) > .product-item {
    min-height: inherit;
  }

  /* line 781, ../scss/responsive.scss */
  .col1-layout .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
    height: inherit;
  }
}
/*----Home main content */
/*Main content layout ---------*/
/*--------- Product detail*/
@media (max-width: 767px) {
  /* line 791, ../scss/responsive.scss */
  .product-view .rsOverflow {
    float: none !important;
    display: inline-block;
  }
  /* line 792, ../scss/responsive.scss */
  .product-view .rsUni .rsThumbsHor {
    height: auto;
  }
  /* line 795, ../scss/responsive.scss */
  .product-view .product-shop {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 799, ../scss/responsive.scss */
  #addTagForm .form-add {
    width: 60%;
  }
}
/*--------- End Product detail*/
/*--------- Main content*/
/* Popup Newsletter ----*/
@media (max-width: 767px) {
  /* line 810, ../scss/responsive.scss */
  .cdz-popup-wrapper .cdz-popup-newsletter-left {
    float: none;
    width: 100%;
    height: 50%;
    display: none;
  }
  /* line 811, ../scss/responsive.scss */
  .cdz-popup-wrapper .cdz-popup-newsletter-right {
    float: none;
    width: 100%;
  }
}
/* ----Popup Newsletter*/
/* Slideshow ----*/
@media (max-width: 767px) {
  /* line 818, ../scss/responsive.scss */
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'] {
    left: 0;
    top: calc(40% - 15px);
  }

  /* line 819, ../scss/responsive.scss */
  .cdz-slideshow .owl-carousel .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
}
/* ---- Slideshow */
/*Product page ---------*/
@media (max-width: 767px) {
  /* line 826, ../scss/responsive.scss */
  .product-image-moreview img.rsImg {
    max-width: none;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  /* line 835, ../scss/responsive.scss */
  .product-view .product-rating-sku .no-rating {
    text-align: left;
  }
  /* line 838, ../scss/responsive.scss */
  .product-view .product-rating-sku .product-shop-sku {
    margin-bottom: 10px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 841, ../scss/responsive.scss */
  .product-view .product-rating-sku .product-shop-sku strong {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 843, ../scss/responsive.scss */
  .product-view .product-rating-sku .pull-right {
    float: none !important;
  }
  /* line 844, ../scss/responsive.scss */
  .product-view .product-rating-sku .ratings {
    margin-bottom: 10px;
    text-align: left;
  }
  /* line 847, ../scss/responsive.scss */
  .product-view .product-rating-sku .ratings .rating-links {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 853, ../scss/responsive.scss */
  .product-view .availability .in-stock strong {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  /* line 857, ../scss/responsive.scss */
  .product-view-media {
    padding: 0;
  }
}
/*--------- Product page*/
/*Categories page*/
@media (max-width: 767px) {
  /* line 866, ../scss/responsive.scss */
  .category-products .product-grid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 872, ../scss/responsive.scss */
  .block-layered-nav .block-content dl dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #282828;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 886, ../scss/responsive.scss */
  .products-grid .product-item {
    width: 50%;
  }
}
/*Shopping cart & Checkout page*/
@media (max-width: 767px) {
  /* line 891, ../scss/responsive.scss */
  .cart-empty {
    background: white;
    padding: 20px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 50px;
  }

  /* line 892, ../scss/responsive.scss */
  .cart-table {
    border: 0;
  }
  /* line 894, ../scss/responsive.scss */
  .cart-table tr td {
    display: table-cell;
    padding: 10px 5px;
  }
  /* line 896, ../scss/responsive.scss */
  .cart-table tr td .item-options {
    padding: 0;
    margin: 10px 0 0;
  }
  /* line 898, ../scss/responsive.scss */
  .cart-table tr td .item-options dd {
    padding-left: 5px;
  }
  /* line 902, ../scss/responsive.scss */
  .cart-table tfoot .button {
    padding: 0 5px;
    background: transparent;
    border: 0;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    margin: 0 20px 0 0;
  }
  /* line 903, ../scss/responsive.scss */
  .cart-table tfoot .button:hover {
    color: #fc7070;
  }
  /* line 905, ../scss/responsive.scss */
  .cart-table .shoppingcart-name .product-name {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 906, ../scss/responsive.scss */
  .cart-table .shoppingcart-edit {
    display: none;
  }
  /* line 907, ../scss/responsive.scss */
  .cart-table .shoppingcart-unittax {
    display: none;
  }
  /* line 909, ../scss/responsive.scss */
  .cart-table .qty {
    width: 40px;
    height: 35px !important;
  }

  /* line 911, ../scss/responsive.scss */
  .cart-collaterals .totals {
    padding: 0;
    margin: 0 0 20px;
  }

  /* line 912, ../scss/responsive.scss */
  #discount-coupon-form {
    margin: 0 0 20px;
  }

  /* line 913, ../scss/responsive.scss */
  .cart .page-title h1 {
    margin: 0;
  }

  /* line 914, ../scss/responsive.scss */
  .cart .page-title {
    padding: 0px 10px 15px;
  }

  /* line 915, ../scss/responsive.scss */
  .cart .data-table tr td {
    border: 0 !important;
  }

  /* line 916, ../scss/responsive.scss */
  .cart-collaterals {
    margin: 0 0 20px;
  }

  /* line 917, ../scss/responsive.scss */
  .cart form fieldset {
    margin: 0 0 20px;
    padding: 0;
  }

  /* line 918, ../scss/responsive.scss */
  .cart-collaterals .buttons-set {
    margin: 0;
    width: 40%;
  }

  /* line 919, ../scss/responsive.scss */
  .cart-collaterals .buttons-set button.button {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  /* line 921, ../scss/responsive.scss */
  .cdz-onestepcheckout #opc-login {
    width: auto;
  }
  /* line 922, ../scss/responsive.scss */
  .cdz-onestepcheckout li.section {
    width: auto;
    margin: 0 10px;
  }
}
/* ============================================ *
 * Codazon_Drug homepages Responsive
 * ============================================ */
@media (max-width: 1200px) and (min-width: 992px) {
  /* line 930, ../scss/responsive.scss */
  .header-container.cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 150px;
  }
}
@media (max-width: 991px) {
  /* line 938, ../scss/responsive.scss */
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link {
    margin-right: 100px !important;
  }
  /* line 940, ../scss/responsive.scss */
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  /* line 944, ../scss/responsive.scss */
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .link a {
    font-size: 0 !important;
  }
  /* line 948, ../scss/responsive.scss */
  .cdz-header-style-02 .header .cdz-header-top .cdz-top-link .compare {
    display: none;
  }
  /* line 954, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
  }
  /* line 959, ../scss/responsive.scss */
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart {
    border-radius: 0;
  }
  /* line 963, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    right: 0;
    left: auto !important;
  }
  /* line 966, ../scss/responsive.scss */
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-qty {
    left: 0 !important;
    right: auto !important;
  }
  /* line 971, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-subtotal {
    display: none;
  }
  /* line 972, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .cdz-top-cart .cart-icon .cart-label {
    display: none;
  }
  /* line 976, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu {
    width: 100%;
    float: right;
  }
  /* line 979, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .cdz-content-megamenu .groupmenu li.level0 a.menu-link {
    padding: 5px 8px;
  }
  /* line 985, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search input[type="text"] {
    padding: 0;
    margin: 0;
  }
  /* line 989, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .button:before {
    color: #999999;
  }
  /* line 993, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover input[type="text"] {
    border: 0;
    padding: 0 10px;
    color: #999999;
  }
  /* line 998, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .block-search .block-search .form-search:hover .button:before {
    color: #999999;
  }
  /* line 1004, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    position: absolute;
    top: -69px;
    right: -10px;
    width: auto;
  }
  /* line 1009, ../scss/responsive.scss */
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper {
    right: auto;
    left: -10px;
  }
  /* line 1013, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search {
    width: auto !important;
    float: left;
  }
  /* line 1017, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    width: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0;
    height: 38px !important;
    border-radius: 5px 0 0 0;
    background: #68696d;
    color: #fff;
  }
  /* line 1025, ../scss/responsive.scss */
  .cdz-rtl .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search input[type="text"] {
    float: left;
    border-radius: 0px 5px 0 0;
  }
  /* line 1030, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button {
    height: 38px;
  }
  /* line 1032, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search .button:before {
    color: #fff;
  }
  /* line 1037, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover input[type="text"] {
    width: 100%;
    border-left-width: 1px;
  }
  /* line 1041, ../scss/responsive.scss */
  .cdz-header-style-02 .header .sticky-menu .search-wrapper .block-search .form-search:hover .button:before {
    color: white;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  /* line 1052, ../scss/responsive.scss */
  .cdz-block-categories-deals {
    display: block;
  }
  /* line 1054, ../scss/responsive.scss */
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 1056, ../scss/responsive.scss */
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  /* line 1064, ../scss/responsive.scss */
  .cdz-block-categories-deals {
    display: none;
  }
  /* line 1066, ../scss/responsive.scss */
  .cdz-block-categories-deals h3 {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 1068, ../scss/responsive.scss */
  .cdz-block-categories-deals h3 a {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }

  /* line 1074, ../scss/responsive.scss */
  .menu-breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  /* line 1086, ../scss/responsive.scss */
  .col1-layout .codazon-filter-style-04 .products-grid {
    border-left-color: #e1e1e1;
  }
  /* line 1088, ../scss/responsive.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) {
    margin: 0;
  }
  /* line 1090, ../scss/responsive.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item {
    padding: 0 0 10px;
    margin: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  /* line 1095, ../scss/responsive.scss */
  .col1-layout .codazon-filter-style-04 .products-grid .product-items:not(.owl-carousel) .product-item .product-item-info {
    border: 0px solid;
  }

  /* line 1116, ../scss/responsive.scss */
  .cdz-buttons-inner .qs-button {
    display: none;
  }

  /* line 1120, ../scss/responsive.scss */
  .products-grid .isotope .item.product-item .availability.out-of-stock {
    /* color: #df280a; */
    display: inline-block;
  }

  /* line 1124, ../scss/responsive.scss */
  .products-grid .isotope .item.product-item .out-of-stock span {
    color: #fc7070 !important;
    width: 40px;
    display: block;
    font-size: 10px;
    border: 2px solid #fc7070;
    padding: 3px;
    text-transform: lowercase;
  }

  /*.codazon-filter-style-01{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  /* line 1163, ../scss/responsive.scss */
  .codazon-filter-style-02 .products-grid .product-item-info .cdz-product-bottom .ratings {
    display: none;
  }

  /*.codazon-filter-style-03{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  /*.codazon-filter-style-04{
  	.products-grid{
  		.product-item-info{
  			.cdz-product-bottom{
  				position:inherit;
  				background:none;
  				padding-top:10px;
  				-webkit-transform: scale(1, 1);
  				-moz-transform: scale(1, 1);
  				-ms-transform: scale(1, 1);
  				-o-transform: scale(1, 1);
  				.cdz-buttons-container {
  					.qs-button {
  						transform: translate(0, 0);
  					}
  					button.tocart.primary {
  						transform: translate(0, 0);
  					}
  				}
  			}
  			&:hover{
  				
  			}
  		}
  	}
  }*/
  /* line 1227, ../scss/responsive.scss */
  .codazon-filter-style-05 .products-grid .owl-theme .owl-nav {
    margin: 0;
  }
  /* line 1230, ../scss/responsive.scss */
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-info {
    display: none;
  }
  /* line 1233, ../scss/responsive.scss */
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom {
    position: inherit;
    background: none !important;
    padding-top: 10px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  /* line 1242, ../scss/responsive.scss */
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container .qs-button {
    transform: translate(0, 0);
  }
  /* line 1245, ../scss/responsive.scss */
  .codazon-filter-style-05 .products-grid .product-item .product-item-info .cdz-product-bottom .cdz-buttons-container button.tocart.primary {
    transform: translate(0, 0);
  }
}
/* ============================================ *
* Codazon_Drug homepages Responsive
* ============================================ */
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
@media (max-width: 991px) {
  /* line 1265, ../scss/responsive.scss */
  .menu-vertical-subpage {
    padding: 0;
    margin: 0 10px;
  }

  /* line 1272, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat {
    position: inherit;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
  }
  /* line 1278, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link {
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 1280, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 13px;
    margin-right: 10px;
  }
  /* line 1283, ../scss/responsive.scss */
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat li a.menu-link:before {
    margin-right: 0px;
    margin-left: 10px;
  }
  /* line 1290, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .cdz-sub-cat {
    padding-left: 20px;
  }
  /* line 1293, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  /* line 1300, ../scss/responsive.scss */
  .cdz-rtl .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  /* line 1304, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  /* line 1311, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap li.vertical-level1 .cdz-sub-cat .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 15px;
    color: #282828;
    line-height: 37px;
  }
  /* line 1322, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap [class*='vertical-level']:hover a.menu-link {
    background: #fff;
    color: inherit !important;
  }
  /* line 1329, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent:hover > .cdz-sub-cat {
    display: inherit;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 1334, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent .open.cdz-sub-cat {
    display: inherit;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 1338, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent:after {
    display: none;
  }
  /* line 1341, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    display: block !important;
  }
  /* line 1344, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    display: block;
    height: 37px;
  }
  /* line 1351, ../scss/responsive.scss */
  .cdz-rtl .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle {
    right: auto;
    left: 0px;
  }
  /* line 1355, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret {
    border: 0;
    width: 37px;
    display: block;
    height: 37px;
    text-align: center;
    cursor: pointer;
  }
  /* line 1362, ../scss/responsive.scss */
  .menu-vertical .cdz-nav-wrap .parent .dropdown-toggle .caret:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 20px;
    color: #282828;
    line-height: 37px;
  }
}
/* ============================================ *
* Codazon_Menu Vertical Responsive
* ============================================ */
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
@media (min-width: 767px) and (max-width: 991px) {
  /* line 1392, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 70%;
  }
  /* line 1394, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  /* line 1396, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  /* line 1401, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 28%;
  }
  /* line 1403, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 6px 10px 5px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 1411, ../scss/responsive.scss */
  .footer-newsletter-02 .social {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 1421, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box {
    width: 100% !important;
  }
  /* line 1423, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input {
    height: 34px !important;
  }
  /* line 1425, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .input-box input:before {
    line-height: 34px;
  }
  /* line 1430, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions {
    width: 35px !important;
    text-align: center !important;
  }
  /* line 1433, ../scss/responsive.scss */
  .footer-newsletter-02 .ftop-newsletter .block.block-subscribe .block-content .actions .button {
    padding: 0px 10px 0px;
    font: 500 11px/1.55 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  /* line 1441, ../scss/responsive.scss */
  .footer-newsletter-02 .footer02-social {
    clear: left;
  }
  /* line 1444, ../scss/responsive.scss */
  .footer-newsletter-02 .social {
    margin: 15px 0;
    text-align: center !important;
  }
}
/* ============================================ *
* Codazon_Footer 2
* ============================================ */
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
@media (max-width: 767px) {
  /* line 1460, ../scss/responsive.scss */
  .customer-account-forgotpassword .page-main, .customer-account-create .account-create, .customer-account-login .account-login {
    width: auto;
  }

  /* line 1461, ../scss/responsive.scss */
  .account-login #login-form, .account-create #form-validate, .customer-account-forgotpassword .col-main #form-validate {
    min-width: inherit;
  }
}
/* ============================================ *
* Codazon_Login & Register
* ============================================ */
/* ============================================ *
* Codazon_Account
* ============================================ */
@media (max-width: 767px) {
  /* line 1488, ../scss/responsive.scss */
  .customer-account-index .header-container, .customer-account-index .footer,
  .customer-account-edit .header-container,
  .customer-account-edit .footer,
  .wishlist-index-index .header-container,
  .wishlist-index-index .footer,
  .customer-address-form .header-container,
  .customer-address-form .footer,
  .sales-order-history .header-container,
  .sales-order-history .footer,
  .sales-billing-agreement-index .header-container,
  .sales-billing-agreement-index .footer,
  .sales-recurring-profile-index .header-container,
  .sales-recurring-profile-index .footer,
  .review-customer-index .header-container,
  .review-customer-index .footer,
  .oauth-customer-token-index .header-container,
  .oauth-customer-token-index .footer,
  .newsletter-manage-index .header-container,
  .newsletter-manage-index .footer,
  .downloadable-customer-products .header-container,
  .downloadable-customer-products .footer,
  .customer-address-index .header-container,
  .customer-address-index .footer,
  .sales-order-view .header-container,
  .sales-order-view .footer,
  .tag-customer-index .header-container,
  .tag-customer-index .footer {
    display: block;
  }
  /* line 1491, ../scss/responsive.scss */
  .customer-account-index .col-left.sidebar,
  .customer-account-edit .col-left.sidebar,
  .wishlist-index-index .col-left.sidebar,
  .customer-address-form .col-left.sidebar,
  .sales-order-history .col-left.sidebar,
  .sales-billing-agreement-index .col-left.sidebar,
  .sales-recurring-profile-index .col-left.sidebar,
  .review-customer-index .col-left.sidebar,
  .oauth-customer-token-index .col-left.sidebar,
  .newsletter-manage-index .col-left.sidebar,
  .downloadable-customer-products .col-left.sidebar,
  .customer-address-index .col-left.sidebar,
  .sales-order-view .col-left.sidebar,
  .tag-customer-index .col-left.sidebar {
    width: auto;
    height: auto;
    position: static;
    margin: 0 10px 20px;
    padding-bottom: 0;
  }
  /* line 1497, ../scss/responsive.scss */
  .customer-account-index .col-left.sidebar .my-account-logo,
  .customer-account-edit .col-left.sidebar .my-account-logo,
  .wishlist-index-index .col-left.sidebar .my-account-logo,
  .customer-address-form .col-left.sidebar .my-account-logo,
  .sales-order-history .col-left.sidebar .my-account-logo,
  .sales-billing-agreement-index .col-left.sidebar .my-account-logo,
  .sales-recurring-profile-index .col-left.sidebar .my-account-logo,
  .review-customer-index .col-left.sidebar .my-account-logo,
  .oauth-customer-token-index .col-left.sidebar .my-account-logo,
  .newsletter-manage-index .col-left.sidebar .my-account-logo,
  .downloadable-customer-products .col-left.sidebar .my-account-logo,
  .customer-address-index .col-left.sidebar .my-account-logo,
  .sales-order-view .col-left.sidebar .my-account-logo,
  .tag-customer-index .col-left.sidebar .my-account-logo {
    display: none;
  }
  /* line 1498, ../scss/responsive.scss */
  .customer-account-index .col-left.sidebar .block.block-account,
  .customer-account-edit .col-left.sidebar .block.block-account,
  .wishlist-index-index .col-left.sidebar .block.block-account,
  .customer-address-form .col-left.sidebar .block.block-account,
  .sales-order-history .col-left.sidebar .block.block-account,
  .sales-billing-agreement-index .col-left.sidebar .block.block-account,
  .sales-recurring-profile-index .col-left.sidebar .block.block-account,
  .review-customer-index .col-left.sidebar .block.block-account,
  .oauth-customer-token-index .col-left.sidebar .block.block-account,
  .newsletter-manage-index .col-left.sidebar .block.block-account,
  .downloadable-customer-products .col-left.sidebar .block.block-account,
  .customer-address-index .col-left.sidebar .block.block-account,
  .sales-order-view .col-left.sidebar .block.block-account,
  .tag-customer-index .col-left.sidebar .block.block-account {
    margin-bottom: 0;
  }
  /* line 1500, ../scss/responsive.scss */
  .customer-account-index .col-main,
  .customer-account-edit .col-main,
  .wishlist-index-index .col-main,
  .customer-address-form .col-main,
  .sales-order-history .col-main,
  .sales-billing-agreement-index .col-main,
  .sales-recurring-profile-index .col-main,
  .review-customer-index .col-main,
  .oauth-customer-token-index .col-main,
  .newsletter-manage-index .col-main,
  .downloadable-customer-products .col-main,
  .customer-address-index .col-main,
  .sales-order-view .col-main,
  .tag-customer-index .col-main {
    width: auto;
    float: none;
    position: static;
  }
}
/* ============================================ *
* Codazon_Account
* ============================================ */
 /* ============================================ *
* LuPa custom
* ============================================ */
/*========box/wide custom===========*/
@media (min-width: 768px) {
  /* line 1516, ../scss/responsive.scss */
  .cdz-boxed .page {
    width: 760px;
  }
}
@media (min-width: 992px) {
  /* line 1521, ../scss/responsive.scss */
  .cdz-boxed .page {
    width: 980px;
  }
}
/*========custom layout===========*/
@media (min-width: 767px) and (max-width: 991px) {
  /* line 1530, ../scss/responsive.scss */
  .cdz-header-style-04.header-container .header .cart-icon .cart-label {
    display: none;
  }
  /* line 1531, ../scss/responsive.scss */
  .cdz-header-style-04.header-container .header .cart-icon .cart-subtotal {
    display: none;
  }
  /* line 1533, ../scss/responsive.scss */
  .cdz-header-style-04.header-container .sticky-menu:not(.active) .cdz-top-cart .cart-icon {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  /* line 1541, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  /* line 1543, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content input {
    padding-right: 10px;
  }
  /* line 1544, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe .block-content .actions {
    position: static;
    margin-top: 10px;
  }

  /* line 1551, ../scss/responsive.scss */
  .page-footer .item_tag li a {
    padding: 0;
    border: none;
  }
}
@media (max-width: 766px) {
  /* line 1556, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1559, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .block-subscribe {
    margin-left: 0px !important;
  }
  /* line 1562, ../scss/responsive.scss */
  .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: left;
    margin: 5px 10px 5px 0;
  }
  /* line 1565, ../scss/responsive.scss */
  .cdz-rtl .page-footer.footer-container.cdz-footer-style-04 .bottom-footer-wrapper .footer-social a {
    float: right;
    margin: 5px 0px 5px 10px;
  }

  /*cart bottom*/
  /* line 1575, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-trigger {
    min-width: 55px;
    padding: 16px 10px;
    top: -61px;
    text-align: center;
    left: 5px;
    border-radius: 100px;
  }
  /* line 1582, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-trigger span.amount {
    display: none !important;
  }
  /* line 1583, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-trigger:after {
    content: "\f291";
    font-size: 22px;
    margin: 0;
    float: none;
  }
  /* line 1586, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown.active .cart-trigger {
    border-radius: 0px;
    top: -56px;
    left: 0;
  }
  /* line 1590, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown.active .cart-trigger:after {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    content: "\f00d";
  }
  /* line 1598, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
  }
  /* line 1601, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .cart-items {
    padding-right: 10px;
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
  }
  /* line 1607, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list {
    border: none;
    padding: 10px 10px 0;
  }
  /* line 1610, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item {
    width: 50px;
  }
  /* line 1613, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .product-image img {
    max-width: 100%;
  }
  /* line 1617, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .cart-items .cart-products-list .cart-item .btn-remove {
    margin-top: 7px;
  }
  /* line 1621, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .check-out {
    position: static;
    padding: 0;
    width: 100%;
    padding: 20px 10px 0;
  }
  /* line 1626, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .check-out .summary {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  /* line 1631, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .check-out .actions {
    float: none;
    height: auto;
    margin: 0;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding: 20px;
  }
  /* line 1638, ../scss/responsive.scss */
  .footer-cart.cdz-dropdown .cart-content .check-out .actions button.button {
    width: 100%;
  }
}
/*Custom RTL*/
/* line 1, ../scss/page/_rtl.scss */
.cdz-rtl {
  /*custom rtl default*/
  /*codazon menu*/
}
/* line 3, ../scss/page/_rtl.scss */
.cdz-rtl .cdz-col-left {
  float: right;
}
/* line 4, ../scss/page/_rtl.scss */
.cdz-rtl .cdz-col-right {
  float: left;
}
/* line 8, ../scss/page/_rtl.scss */
.cdz-rtl .cdz-main-menu .groupmenu-drop {
  right: -9999px;
  left: auto;
}
/* line 13, ../scss/page/_rtl.scss */
.cdz-rtl .block:not(.block-static-block) .block-content {
  text-align: right;
  clear: right;
}
/* line 17, ../scss/page/_rtl.scss */
.cdz-rtl .logo {
  float: right;
}
/* line 20, ../scss/page/_rtl.scss */
.cdz-rtl .configurable-swatch-list li {
  float: right;
}

/*# sourceMappingURL=styles.css.map */
