/* Typography */
/* Responsive */
html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

body,
button,
input,
select,
optgroup,
textarea,
li {
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5; }

.mhide {
  display: block; }

.desktop_hide {
  display: none; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 100px; }

select {
  width: 100%; }

.grid {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.grid-pad {
  padding-left: 20px;
  padding-right: 20px; }

.boxed {
  max-width: 1100px;
  margin: 0 auto; }

.page-content {
  min-height: 50vh; }
  .page-content.verticalCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .page-content.narrow {
    max-width: 900px;
    margin: 0 auto;
    display: block; }

.row {
  width: 100%;
  display: table;
  table-layout: fixed; }

.col {
  display: table-cell;
  padding: 0 0 0 0;
  vertical-align: middle; }

.row .vTop,
.row.vTop .col {
  vertical-align: top; }

.cd__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  display: none; }

.alignRight {
  text-align: right; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #434343;
  transition: all 0.3s ease 0s; }
  a:visited {
    color: #434343;
    transition: all 0.3s ease 0s; }
  a:hover, a:focus, a:active {
    color: midnightblue;
    transition: all 0.3s ease 0s; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  letter-spacing: 0.03em;
  line-height: 1.1em;
  display: block;
  margin: 0.3em 0 0.4em 0;
  padding: 0 0 0 0; }

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 6vmin;
  font-weight: 700; }

h2 {
  font-family: 'Montserrat', serif;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  font-family: 'Montserrat', serif;
  font-size: 32px;
  font-weight: 600; }

h4 {
  font-family: 'Montserrat', serif;
  font-size: 30px;
  font-weight: 400; }

h5 {
  font-family: 'Playfair Display', serif;
  font-size: 4vmin;
  font-weight: 600; }

h6 {
  font-family: 'Montserrat', serif;
  font-size: 3.5vmin;
  font-weight: 400; }

/*--------------------------------------------------------------
# Buttons & Forms
--------------------------------------------------------------*/
.button,
.button:visited,
button,
button:visited,
input[type="button"],
input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
  border: none;
  line-height: 1.2em;
  text-decoration: none;
  padding: 17px 20px;
  background: #f74c62;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
  outline: none; }
  .button:hover,
  .button:visited:hover,
  button:hover,
  button:visited:hover,
  input[type="button"]:hover,
  input[type="button"]:visited:hover,
  input[type="reset"]:hover,
  input[type="reset"]:visited:hover,
  input[type="submit"]:hover,
  input[type="submit"]:visited:hover {
    background: #414141; }
  .button.light,
  .button:visited.light,
  button.light,
  button:visited.light,
  input[type="button"].light,
  input[type="button"]:visited.light,
  input[type="reset"].light,
  input[type="reset"]:visited.light,
  input[type="submit"].light,
  input[type="submit"]:visited.light {
    background: #bfbfbf; }
    .button.light:hover,
    .button:visited.light:hover,
    button.light:hover,
    button:visited.light:hover,
    input[type="button"].light:hover,
    input[type="button"]:visited.light:hover,
    input[type="reset"].light:hover,
    input[type="reset"]:visited.light:hover,
    input[type="submit"].light:hover,
    input[type="submit"]:visited.light:hover {
      background: #414141; }
  .button.small,
  .button:visited.small,
  button.small,
  button:visited.small,
  input[type="button"].small,
  input[type="button"]:visited.small,
  input[type="reset"].small,
  input[type="reset"]:visited.small,
  input[type="submit"].small,
  input[type="submit"]:visited.small {
    font-size: 15px;
    height: auto;
    line-height: 1.2em;
    padding: 7px 10px; }
  .button svg.fixed,
  .button:visited svg.fixed,
  button svg.fixed,
  button:visited svg.fixed,
  input[type="button"] svg.fixed,
  input[type="button"]:visited svg.fixed,
  input[type="reset"] svg.fixed,
  input[type="reset"]:visited svg.fixed,
  input[type="submit"] svg.fixed,
  input[type="submit"]:visited svg.fixed {
    top: calc(50% - 16px);
    position: relative;
    float: left;
    margin-right: 10px;
    padding-top: 0 !important; }

.icon {
  padding-top: 3px; }

.bttnSpacing a,
.bttnSpacing button,
.bttnSpacing input[type="submit"] {
  margin-right: 10px; }
.bttnSpacing.left button,
.bttnSpacing.left a,
.bttnSpacing.left input[type="submit"] {
  margin-left: 10px; }

.bttnSpacing_ft a,
.bttnSpacing_ft button {
  margin-right: 10px; }
.bttnSpacing_ft.left button,
.bttnSpacing_ft.left a,
.bttnSpacing_ft.left input[type="submit"] {
  margin-left: 10px; }

input[type="text"] {
  background: #fff; }

input[type="submit"] {
  background: #f74c62;
  color: white;
  cursor: pointer;
  text-transform: uppercase; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #666666;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 0.9em;
  height: 50px;
  float: left;
  background: #fff;
  width: auto; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    color: #000; }

select {
  width: 100%; }

textarea {
  width: 100%;
  padding: 15px 20px; }

.full {
  width: 100%; }

.qty {
  width: 100px !important;
  text-align: center; }

.table tr td {
  padding: 5px 10px; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: inline-block;
  font-weight: normal;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 5px 0;
  background: #c60f13;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #c60f13; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #c60f13;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #c60f13; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #2ba6cb;
  border-color: #258faf;
  color: #FFFFFF; }
  .alert-box ul {
    margin: 0;
    padding: 0 20px; }
  .alert-box li {
    color: #FFFFFF;
    font-size: 15px;
    list-style: none; }

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #fff;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 1;
  padding: 0 6px 4px;
  text-decoration: none;
  position: absolute;
  top: 50%; }

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5; }

.alert-box.radius {
  border-radius: 3px; }

.alert-box.round {
  border-radius: 1000px; }

.alert-box.success {
  background-color: #5da423;
  border-color: #508d1e;
  color: #FFFFFF; }

.alert-box.alert {
  background-color: #c60f13;
  border-color: #aa0d10;
  color: #FFFFFF; }

.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #c8c8c8;
  color: #4f4f4f; }

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF; }

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f; }

.alert-box.alert-close {
  opacity: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed .header {
  position: fixed; }
.fixed .page-content {
  margin-bottom: 80px; }
.fixed .alert-box,
.fixed #element-breadcrumbs,
.fixed .nobread {
  margin-top: 80px; }

.header {
  position: relative;
  z-index: 98;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff; }
  .header .col_main {
    height: 80px; }
  .header .col_logo {
    width: 250px; }
  .header .col_quick_nav {
    width: 200px; }
  .header .logo {
    display: block; }
    .header .logo img {
      width: auto;
      max-height: 45px;
      max-width: 100%; }
  .header ul.header-cart {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0; }
    .header ul.header-cart li {
      list-style: none;
      display: inline-block;
      padding: 0 15px;
      position: relative; }
      .header ul.header-cart li:last-child {
        padding-right: 0; }
      .header ul.header-cart li a {
        display: inline-block;
        text-decoration: none;
        position: relative; }
      .header ul.header-cart li svg {
        width: 25px;
        height: 25px;
        margin-top: 3px; }
      .header ul.header-cart li svg:hover {
        opacity: 0.7; }
      .header ul.header-cart li .cart-num {
        position: absolute;
        top: -4px;
        left: 8px;
        border-radius: 50%;
        background: #f74c62;
        width: auto;
        padding: 0 7px;
        height: 20px;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        color: #fff;
        z-index: 10; }

.header.shadow {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); }

.search__bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 10px;
  border-radius: 0;
  z-index: 100 !important; }
  .search__bar .col {
    height: auto; }
  .search__bar .col:nth-child(2) {
    width: 200px; }
  .search__bar .col:nth-child(3) {
    width: 50px; }
  .search__bar input[type="text"],
  .search__bar input[type="submit"] {
    border: none;
    width: 100%;
    height: 50px;
    font-size: 0.9em;
    font-weight: 500;
    outline: none;
    line-height: 1em; }
  .search__bar input[type="text"] {
    background: #fff; }
  .search__bar input[type="submit"] {
    background: #f74c62;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
  .search__bar .advanced_srch {
    display: inline-block;
    float: right;
    margin: 7px 0 0 0; }
    .search__bar .advanced_srch svg path {
      fill: #666666; }
    .search__bar .advanced_srch:hover {
      opacity: 0.7; }

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  .standard_menu .header .menu-primary-container {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
    width: calc(100% - 180px);
    overflow: hidden; }
  .standard_menu .header ul.primary-menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* Flyout Menu */ }
    .standard_menu .header ul.primary-menu li {
      height: 100%;
      float: left;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0 0;
      list-style: none; }
    .standard_menu .header ul.primary-menu a,
    .standard_menu .header ul.primary-menu a:visited {
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      color: #000;
      font-size: 16px;
      font-weight: 600;
      padding: 0 20px;
      text-decoration: none;
      position: relative;
      line-height: 1em; }
    .standard_menu .header ul.primary-menu a:hover {
      color: #000;
      background: #f9f9f9; }
    .standard_menu .header ul.primary-menu li:hover > .sub-menu {
      transition: all 150ms ease;
      transform: translateY(0%);
      visibility: visible;
      opacity: 1; }
    .standard_menu .header ul.primary-menu .sub-menu {
      position: absolute;
      text-align: left;
      margin: 0 0 0 0;
      padding: 0;
      width: 210px;
      z-index: 999;
      background: #000;
      transition: all 150ms ease;
      transform: translateY(25%);
      top: 100%;
      visibility: hidden;
      opacity: 0; }
    .standard_menu .header ul.primary-menu .sub-menu a {
      display: block;
      color: #fff;
      font-size: 15px;
      padding: 10px 25px;
      float: left;
      width: 210px;
      position: relative; }
    .standard_menu .header ul.primary-menu .sub-menu li {
      margin: 0;
      padding: 0;
      float: left;
      position: relative; }
    .standard_menu .header ul.primary-menu .sub-menu a:hover {
      color: #000;
      background: #fff; }
    .standard_menu .header ul.primary-menu ul.sub-menu ul.sub-menu {
      background: red;
      top: 0;
      right: 210px;
      position: absolute;
      margin: 0;
      padding: 0; }
    .standard_menu .header ul.primary-menu ul.sub-menu ul.sub-menu ul.sub-menu {
      background: green;
      top: 0;
      right: 210px;
      position: absolute;
      margin: 0;
      padding: 0; }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu {
      left: 0;
      width: 100%;
      z-index: 999;
      border-top: 1px solid #f9f9f9;
      background: #fff;
      display: block;
      margin: 0;
      padding: 40px calc(50% - 250px);
      box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1); }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu li {
      display: inline-block;
      width: 50%; }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu li:nth-child(odd) a {
      border-right: 1px solid #d9d9d9;
      padding-right: 40px;
      text-align: right; }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu li:nth-child(even) a {
      padding-left: 40px;
      text-align: left; }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu a {
      display: block;
      color: #000;
      font-size: 15px;
      padding: 15px 0;
      padding-right: 40px;
      transition: background .25s ease-in-out;
      -moz-transition: background .25s ease-in-out;
      -webkit-transition: background .25s ease-in-out;
      width: 100%;
      box-sizing: border-box; }
    .standard_menu .header ul.primary-menu.flyout ul.sub-menu a:hover {
      display: block;
      background: inherit;
      text-decoration: underline;
      transition: background .25s ease-in-out;
      -moz-transition: background .25s ease-in-out;
      -webkit-transition: background .25s ease-in-out; } }
/* Hamburger Menu */
.hburger .header .col_logo {
  width: auto; }
.hburger .desktop_hide {
  display: block; }
.hburger .mobile-nav {
  position: relative;
  z-index: 9999;
  display: block;
  float: right;
  margin: 20px 0 20px 10px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.hburger .mobile-nav.is-fixed {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s; }
.hburger .mobile-nav.menu-is-open {
  top: 0;
  right: 0;
  visibility: hidden; }
.hburger .main-menu-trigger .cd-menu-text {
  font-weight: 700;
  display: none;
  text-transform: uppercase;
  color: white; }
.hburger .main-menu-trigger .cd-menu-icon {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 4px;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #000; }
.hburger .main-menu-trigger .cd-menu-icon::before,
.hburger .main-menu-trigger .cd-menu-icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
  background-color: #000; }
.hburger .main-menu-trigger .cd-menu-icon::before {
  top: -10px; }
.hburger .main-menu-trigger .cd-menu-icon::after {
  top: 10px; }
.hburger .main-menu-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0); }
.hburger .main-menu-trigger .cd-menu-icon.is-clicked::before,
.hburger .main-menu-trigger .cd-menu-icon.is-clicked::after {
  background-color: white; }
.hburger .main-menu-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #000; }
.hburger .main-menu-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #000; }
.hburger .main-menu-trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: none;
  width: 30px;
  height: 30px;
  background-color: transparent; }
.hburger .main-menu-trigger .cd-menu-text {
  display: inline-block; }
.hburger .main-menu-trigger .cd-menu-icon {
  right: 0;
  left: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%); }
.hburger ul.primary-menu {
  margin: 0; }
.hburger .primary-menu {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transform: translateX(calc(100% + 20px));
  -moz-transform: translateX(calc(100% + 20px));
  -ms-transform: translateX(calc(100% + 20px));
  -o-transform: translateX(calc(100% + 20px));
  transform: translateX(calc(100% + 20px));
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }
.hburger .primary-menu li {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  width: 350px; }
.hburger .primary-menu a {
  position: relative;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s;
  text-align: left;
  color: black !important; }
.hburger .primary-menu a:active,
.hburger .primary-menu a:hover {
  background: #fff; }
.hburger .no-touch .primary-menu a:hover {
  background-color: #fff; }
.hburger .primary-menu.is-visible {
  -webkit-transform: translateX(calc(100% - 350px));
  -moz-transform: translateX(calc(100% - 350px));
  -ms-transform: translateX(calc(100% - 350px));
  -o-transform: translateX(calc(100% - 350px));
  transform: translateX(calc(100% - 350px)); }
.hburger .sub-menu {
  display: none; }
.hburger ul.sub-menu {
  margin: 0;
  padding: 0; }
.hburger .sub-menu li a {
  background: rgba(0, 0, 0, 0.05); }
.hburger a.parent:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  background: transparent;
  right: 20px;
  top: calc(50% - 7.5px);
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Mobile Menu : End */ }

.bx-wrapper {
  max-width: 1000px !important;
  margin: 40px auto 40px auto; }

.prod__actions {
  padding: 10px 0 5px 0; }
  .prod__actions input,
  .prod__actions .button {
    margin: 0 20px 0 0; }

.qty {
  width: 100px;
  text-align: center; }

section a,
section a:visited {
  text-decoration: none; }

.gradient {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: relative; }

.white-out a,
.white-out a:visited,
.white-out h1,
.white-out h2,
.white-out h3,
.white-out h4,
.white-out h5,
.white-out h6,
.white-out p {
  color: #fff; }
.white-out .header-cart svg {
  fill: #fff; }
.white-out .main-menu-trigger .cd-menu-icon,
.white-out .main-menu-trigger .cd-menu-icon::before,
.white-out .main-menu-trigger .cd-menu-icon:after,
.white-out .main-menu-trigger .cd-menu-icon.is-clicked::after,
.white-out .main-menu-trigger .cd-menu-icon.is-clicked::before {
  background: #fff; }

.white-bg {
  background: #fff; }

/*--------------------------------------------------------------
## Shopping Cart Dropdown
--------------------------------------------------------------*/
.shopping-cart {
  margin: 20px 0;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); }
  .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px; }
    .shopping-cart .shopping-cart-header .cartIcon {
      float: left; }
    .shopping-cart .shopping-cart-header .badge {
      border-radius: 50%;
      background: #f74c62;
      width: auto;
      padding: 0 7px;
      text-align: center;
      font-size: 10px;
      line-height: 20px;
      color: #fff;
      z-index: 10;
      float: left;
      margin: 5px 0 0 5px; }
    .shopping-cart .shopping-cart-header .shopping-cart-total {
      float: right;
      font-size: 15px; }
      .shopping-cart .shopping-cart-header .shopping-cart-total .lighter-text {
        color: #afafaf;
        padding-right: 5px; }
      .shopping-cart .shopping-cart-header .shopping-cart-total .main-color-text {
        color: #f74c62; }
    .shopping-cart .shopping-cart-header.empty {
      border-bottom: none;
      padding-bottom: 0; }
  .shopping-cart .shopping-cart-items {
    margin: 0;
    padding: 0; }
    .shopping-cart .shopping-cart-items li {
      margin-bottom: 18px;
      list-style: none;
      display: block;
      width: 100%; }
    .shopping-cart .shopping-cart-items img {
      float: left;
      margin-right: 12px; }
    .shopping-cart .shopping-cart-items .row {
      padding: 20px 0 0 0; }
    .shopping-cart .shopping-cart-items .item-image {
      width: 65px; }
      .shopping-cart .shopping-cart-items .item-image img {
        max-height: 50px;
        max-width: 50px;
        width: auto;
        height: auto; }
    .shopping-cart .shopping-cart-items .item-name {
      display: block;
      font-size: 16px;
      line-height: 1em;
      font-weight: 600;
      margin: 0; }
      .shopping-cart .shopping-cart-items .item-name a, .shopping-cart .shopping-cart-items .item-name a:visited {
        color: #000; }
    .shopping-cart .shopping-cart-items .item-price {
      color: #f74c62;
      margin-right: 10px;
      font-size: 13px; }
    .shopping-cart .shopping-cart-items .item-quantity {
      color: #afafaf;
      font-size: 13px; }

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px; }

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left; }

.cartButton {
  padding-top: 20px; }

.button {
  text-align: center; }
  .button:hover {
    color: #fff; }
  .button.left {
    float: left;
    width: auto; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*--------------------------------------------------------------
## Home Content
--------------------------------------------------------------*/
.main-content {
  padding: 100px 0 0 0; }
  .main-content p {
    color: #afafaf;
    max-width: 700px;
    margin: 0 auto;
    clear: both;
    padding: 20px 0; }

/*--------------------------------------------------------------
## General Section elements
--------------------------------------------------------------*/
.tab__bar {
  display: inline-block;
  width: 100%;
  margin: 15px 0; }
  .tab__bar ul {
    margin: 0;
    padding: 0; }
  .tab__bar li {
    list-style: none;
    display: inline-block; }
  .tab__bar a {
    margin: 0 10px;
    display: block;
    background: red;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #F7F7F7;
    padding: 3px 15px;
    font-size: 16px;
    min-width: 115px;
    color: #9B9B9B;
    font-weight: 400;
    border: 2px solid #F7F7F7; }
  .tab__bar li.active a {
    background: #fff;
    border: 2px solid #DCEBEE;
    color: #f74c62; }

.brand__tag,
.attribute__tag {
  display: block; }
  .brand__tag,
  .brand__tag a,
  .brand__tag a:visited,
  .attribute__tag,
  .attribute__tag a,
  .attribute__tag a:visited {
    font-size: 13px;
    text-transform: uppercase;
    color: #6A6A6A; }

.product_code {
  margin-bottom: 20px; }

.price__tag {
  padding: 0 0 20px 0; }
  .price__tag div, .price__tag span {
    float: left;
    margin-right: 10px; }
  .price__tag div {
    font-weight: 600; }
  .price__tag span {
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: underline;
    letter-spacing: 1.5px; }

.prod__actions {
  padding: 10px 0 5px 0; }
  .prod__actions input,
  .prod__actions .button {
    margin: 0 20px 0 0; }

.qty {
  width: 100px;
  text-align: center; }

section a,
section a:visited {
  text-decoration: none;
  color: #404040; }

.gradient {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: relative; }

/*--------------------------------------------------------------
## Home Hero 1
--------------------------------------------------------------*/
.home-hero {
  background-color: black;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 800px;
  z-index: 1; }
  .home-hero .wrap,
  .home-hero .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative; }
  .home-hero .content {
    position: relative;
    max-width: 90%;
    margin: 0 auto; }
  .home-hero .absolute__background {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 0;
    opacity: 1; }
  .home-hero h1,
  .home-hero h2,
  .home-hero h3,
  .home-hero h4,
  .home-hero h5,
  .home-hero h6,
  .home-hero p {
    z-index: 1;
    margin: 0 auto; }
  .home-hero h1,
  .home-hero h2,
  .home-hero h3,
  .home-hero h4,
  .home-hero h5,
  .home-hero h6,
  .home-hero p {
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
  .home-hero h2 {
    letter-spacing: 0;
    font-size: 60px;
    font-family: "Playfair Display", serif;
    text-transform: inherit;
    font-weight: 700; }
  .home-hero p {
    margin-top: 40px;
    max-width: 600px; }
  .home-hero .button {
    margin-top: 40px; }
  .home-hero .scroll-down {
    position: absolute;
    bottom: 40px;
    opacity: 0.6; }
    .home-hero .scroll-down rect {
      stroke: #fff; }
    .home-hero .scroll-down circle {
      fill: #fff; }

/*--------------------------------------------------------------
## General Section
--------------------------------------------------------------*/
section span.tag__opaque {
  background: rgba(0, 0, 0, 0.2);
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  border-radius: 4px; }
section h3 {
  text-transform: uppercase; }
section p, section li {
  font-family: font__secondary;
  font-weight: 400; }
section .icon__book {
  width: 65px;
  height: 65px; }
  section .icon__book g {
    fill: #404040; }
  section .icon__book.white g {
    fill: #fff; }
  section .icon__book.right {
    float: right;
    margin-right: 20px; }
  section .icon__book.left {
    float: left;
    margin-left: 20px; }

/*--------------------------------------------------------------
## section__feat_product
--------------------------------------------------------------*/
.section__feat_product {
  padding: 0 0; }
  .section__feat_product p, .section__feat_product li {
    color: #6a6a6a; }
  .section__feat_product .col_main:nth-child(1) {
    padding-right: 20px; }
  .section__feat_product .col_main:nth-child(2) {
    padding-left: 20px; }

/*--------------------------------------------------------------
## section__feat_products
--------------------------------------------------------------*/
.section__feat_products {
  padding: 55px 0; }
  .section__feat_products p {
    color: #afafaf;
    max-width: 700px;
    margin: 0 auto;
    clear: both;
    padding: 20px 0; }
  .section__feat_products h4 {
    text-transform: uppercase; }

/*--------------------------------------------------------------
## section__feat_grid
--------------------------------------------------------------*/
.section__feat_grid {
  margin-bottom: 0;
  display: inline-block;
  width: 100%; }
  .section__feat_grid .swiper-container {
    margin-bottom: 60px;
    position: relative; }
    .section__feat_grid .swiper-container .swiper-wrapper {
      height: 100%; }
    .section__feat_grid .swiper-container .swiper-pagination-bullet-active {
      background: #f74c62 !important; }
    .section__feat_grid .swiper-container .swiper-pagination {
      bottom: 20px !important; }
    .section__feat_grid .swiper-container .swiper-pagination-progressbar {
      background: rgba(0, 0, 0, 0.08) !important;
      position: absolute;
      bottom: 0 !important;
      top: inherit !important; }
    .section__feat_grid .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #f74c62 !important;
      opacity: 0.5 !important; }
  .section__feat_grid .col_main {
    background-color: #F9F9F9;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    position: relative; }
  .section__feat_grid .content {
    padding: 80px 0;
    max-width: 60%;
    margin: 0 auto;
    display: inline-block; }
  .section__feat_grid h4 {
    text-transform: uppercase; }
  .section__feat_grid h6 {
    padding: 0;
    margin: 0;
    font-size: 38px; }
  .section__feat_grid p {
    font-family: "Montserrat", sans-serif;
    color: #6a6a6a; }
  .section__feat_grid .button {
    margin: 30px 0 0 0; }

/*--------------------------------------------------------------
## section__full_bg
--------------------------------------------------------------*/
.section__full_bg {
  background: #00C2E5;
  width: 100%;
  padding: 80px 0; }
  .section__full_bg .contentWrap {
    padding: 40px 80px 60px 80px;
    display: inline-block;
    width: 100%; }

.contact_form label {
  display: block;
  margin: 0 10px 0 10px; }
.contact_form input[type="text"],
.contact_form select,
.contact_form textarea {
  display: block;
  width: calc(100% - 20px);
  margin: 5px 10px 10px 10px; }
.contact_form textarea {
  padding-top: 10px;
  padding-bottom: 10px; }
.contact_form .button {
  margin: 20px 10px; }

/*--------------------------------------------------------------
## Product List
--------------------------------------------------------------*/
.prodList {
  display: grid;
  grid-template-columns: calc(25% - 11px) calc(25% - 11px) calc(25% - 11px) calc(25% - 11px);
  grid-gap: 60px 15px;
  margin: 55px 0; }
  .prodList.thinner {
    margin: 20px 0 30px 0; }
  .prodList .prodCol {
    text-align: center;
    padding: 0 0 20px 0; }
    .prodList .prodCol a {
      text-decoration: none;
      display: block;
      color: #363636; }
    .prodList .prodCol .image {
      position: relative;
      padding-top: 100%;
      background-size: contain !important;
      transition: all 0.3s ease 0s; }
      .prodList .prodCol .image:hover {
        opacity: 0.7;
        transition: all 0.3s ease 0s; }
    .prodList .prodCol .title {
      margin: 25px 0 0 0;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
    .prodList .prodCol .cat a {
      font-size: 13px;
      padding: 0;
      color: #afafaf;
      text-transform: uppercase; }
    .prodList .prodCol .meta {
      font-size: 15px;
      padding: 8px 0 10px 0; }
    .prodList .prodCol .action {
      margin: 0 auto; }
      .prodList .prodCol .action .quantity {
        width: 80px; }
        .prodList .prodCol .action .quantity.small {
          font-size: 15px;
          height: 35px;
          line-height: 35px; }
      .prodList .prodCol .action button {
        width: calc(100% - 90px);
        margin-left: 10px;
        float: right; }
  .prodList .tag_sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #d30f0f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 20px; }
    .prodList .tag_sale.grey {
      background: #b3b3b3; }

.reviewScore {
  padding-bottom: 20px; }
  .reviewScore p {
    padding: 0;
    margin: 0;
    float: left; }
  .reviewScore div {
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 4px 0 0 20px;
    font-style: italic;
    color: #afafaf; }
  .reviewScore a,
  .reviewScore a:visited {
    color: #afafaf; }

.div_inputs {
  font-size: 16px;
  padding: 5px 0 10px 0; }
  .div_inputs .row {
    margin: 10px 0; }
  .div_inputs .col_input div {
    float: left;
    margin: 0 10px 5px 0;
    border: 2px solid #dcdcdc;
    padding: 0 20px;
    height: 50px;
    line-height: 46px;
    border-radius: 4px;
    font-size: 0.9em; }
    .div_inputs .col_input div label {
      margin-left: 10px; }

.prod_options .radio {
  float: left;
  margin: 0 10px 5px 0;
  border: 2px solid #dcdcdc;
  padding: 0 20px;
  height: 50px;
  line-height: 46px;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer; }
  .prod_options .radio span {
    margin-left: 5px; }
  .prod_options .radio:hover {
    background: #f9f9f9; }

.col_label {
  padding: 5px 0 10px 0;
  font-size: 16px;
  width: 200px; }

/*--------------------------------------------------------------
# Swiper Slider
--------------------------------------------------------------*/
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .swiper-container .swiper-wrapper {
    height: 100%;
    width: 100%; }
  .swiper-container.swiper-gallery .swiper-slide {
    padding-top: 100%;
    background-size: contain !important; }
  .swiper-container.swiper-hero {
    height: 800px; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.gallery-top {
  height: calc(80% - 20px);
  width: 100%;
  margin-bottom: 20px; }

.gallery-thumbs {
  box-sizing: border-box;
  padding: 20px 0; }

.gallery-thumbs .swiper-slide {
  width: 25%;
  padding-top: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.gallery-thumbs .swiper-slide {
  padding-top: 25%;
  background-size: contain !important; }

.swiper-button-next {
  right: 40px !important;
  font-size: 10px !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  border: 2px solid #fff;
  width: 40px !important;
  height: 40px !important;
  line-height: 35px !important;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1); }

.swiper-button-prev {
  left: 40px !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center !important; }

.swiper-pagination-bullet-active {
  background: white !important; }

.back-to-top {
  position: fixed;
  bottom: 4em;
  right: 20px;
  text-decoration: none;
  color: #000 !important;
  background-color: #f9f9f9;
  padding: 0.5em 1em;
  display: none;
  z-index: 100;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500; }

a.back-to-top, a.back-to-top:hover, a.back-to-top:active, a.back-to-top:visited {
  color: #000 !important; }

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
/* Style the tab */
.product-single .tabWrap {
  margin: 80px 0 0 0; }

.tab {
  overflow: hidden;
  border-bottom: 1px solid #eee; }

/* Style the buttons that are used to open the tab content */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s;
  color: #000;
  background: #fff; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab button.active {
  background-color: #eee; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 40px 20px 40px;
  border: 1px solid #eee;
  border-top: none; }
  .tabcontent.active {
    display: block; }
  .tabcontent p {
    margin: 0 0 20px 0;
    padding: 0; }
  .tabcontent ul {
    margin: 0 0 20px 20px;
    padding: 0; }

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */ }

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.section__reviews {
  background: #F9F9F9; }
  .section__reviews .heading {
    background: #F1F1F1;
    padding: 60px 0; }
    .section__reviews .heading h3 {
      text-transform: uppercase;
      font-size: 30px; }
    .section__reviews .heading p {
      margin: 0;
      padding: 0;
      color: #afafaf;
      font-family: "Montserrat", sans-serif; }
  .section__reviews #element-reviews {
    padding: 40px 0 60px 0; }
    .section__reviews #element-reviews h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500; }
  .section__reviews .top__bar {
    margin: 0 0 20px 0; }
  .section__reviews .pagination {
    display: inline-block;
    width: 100%; }
    .section__reviews .pagination ul {
      margin: 0;
      padding: 0; }
      .section__reviews .pagination ul li {
        list-style: none;
        display: inline-block; }
        .section__reviews .pagination ul li a {
          padding: 10px 20px;
          background: #eee;
          color: #afafaf;
          font-family: "Montserrat", sans-serif;
          margin-right: 10px;
          border-radius: 4px;
          font-size: 15px; }
        .section__reviews .pagination ul li a:hover {
          background: #f74c62;
          color: #fff; }
  .section__reviews .commentItem {
    background: #eee;
    padding: 30px 40px;
    margin: 40px 0;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.6em; }
    .section__reviews .commentItem .commentMeta div {
      float: left;
      padding: 0 20px 0 0; }
    .section__reviews .commentItem blockquote {
      padding: 0 0 0 20px;
      margin: 0;
      max-width: 90%; }
    .section__reviews .commentItem .commentAuthor {
      padding: 10px 0 0 40px;
      font-style: italic; }
    .section__reviews .commentItem .col_gravatar {
      width: 90px; }
      .section__reviews .commentItem .col_gravatar img {
        border-radius: 50%; }

#element-breadcrumbs {
  display: inline-block;
  width: 100%;
  padding: 15px 0; }
  #element-breadcrumbs ul {
    margin: 0;
    padding: 0; }
    #element-breadcrumbs ul li {
      list-style: none;
      display: inline-block; }
      #element-breadcrumbs ul li svg {
        padding: 0 0 0 0;
        margin: 8px 0 0 0;
        float: left; }
      #element-breadcrumbs ul li a {
        padding: 10px 5px;
        font-family: "Montserrat", sans-serif;
        margin-right: 10px;
        border-radius: 4px;
        font-size: 15px;
        color: #404040;
        text-decoration: none; }
      #element-breadcrumbs ul li:after {
        content: '/';
        font-size: 12px;
        padding-right: 10px;
        font-family: "Montserrat", sans-serif;
        color: #404040; }
      #element-breadcrumbs ul li:last-child:after {
        content: ''; }

/*--------------------------------------------------------------
# Checkout Form
--------------------------------------------------------------*/
.checkout-progress-wrapper {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0 !important;
  display: inline-block;
  width: 100%; }
  .checkout-progress-wrapper li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    text-align: center;
    border-radius: 4px;
    padding: 5px 20px; }
    .checkout-progress-wrapper li a {
      display: block;
      text-decoration: none; }
  .checkout-progress-wrapper .current {
    background: #bfbfbf;
    opacity: 1; }
    .checkout-progress-wrapper .current a {
      color: #fff; }

.checkoutForm {
  font-size: 15px; }
  .checkoutForm h4 {
    text-transform: uppercase;
    padding: 40px 0;
    font-size: 35px; }
  .checkoutForm .itemsTable {
    padding: 0 0 80px 0; }
    .checkoutForm .itemsTable .row_head {
      border-bottom: 1px solid #DCDCDC;
      text-transform: uppercase;
      font-size: 13px; }
      .checkoutForm .itemsTable .row_head .col {
        padding: 10px 0; }
    .checkoutForm .itemsTable .col_image {
      width: 150px; }
    .checkoutForm .itemsTable .col_qty {
      width: 120px;
      text-align: center; }
      .checkoutForm .itemsTable .col_qty .quan {
        margin: 0 15px; }
    .checkoutForm .itemsTable .col_price {
      width: 150px;
      text-align: right; }
    .checkoutForm .itemsTable .col_buttons {
      width: 200px; }
      .checkoutForm .itemsTable .col_buttons a {
        margin: 5px 20px;
        display: block; }
    .checkoutForm .itemsTable .col_misc {
      width: 80px;
      text-align: right; }
    .checkoutForm .itemsTable .row_items {
      border-bottom: 1px solid #DCDCDC; }
      .checkoutForm .itemsTable .row_items .col {
        padding: 15px 0; }
      .checkoutForm .itemsTable .row_items .itemName {
        text-decoration: none;
        text-transform: uppercase; }
    .checkoutForm .itemsTable ul {
      margin: 5px 0 0 15px;
      padding: 0; }
      .checkoutForm .itemsTable ul li {
        color: #afafaf;
        font-size: 13px;
        font-weight: normal;
        padding: 1px 0; }
  .checkoutForm .subTotal {
    border: 1px solid #DCDCDC;
    border-left: none;
    border-bottom: none;
    border-top: none; }
    .checkoutForm .subTotal .col {
      padding-top: 10px;
      padding-bottom: 10px;
      border-left: 1px solid #DCDCDC;
      border-bottom: 1px solid #DCDCDC; }
    .checkoutForm .subTotal .col:nth-child(odd) {
      padding: 0 20px; }
    .checkoutForm .subTotal .col_price {
      padding-right: 80px;
      width: 220px; }
    .checkoutForm .subTotal.nopd .col_price {
      padding-right: 20px; }

.column_two {
  display: inline-block;
  width: 100%; }
  .column_two .colmn {
    display: inline-block;
    float: left; }
    .column_two .colmn.left {
      width: calc(100% - 550px); }
    .column_two .colmn.right {
      width: 550px; }
    .column_two .colmn select {
      width: 100%;
      margin: 10px 0; }

.couponadd {
  padding: 20px 0 10px 0; }
  .couponadd .button {
    margin-left: 10px; }

.estimateShippingToggle {
  display: none;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  padding: 20px 10px 10px 10px;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); }
  .estimateShippingToggle h4 {
    font-size: 20px;
    padding: 0 10px 5px 10px;
    margin: 0; }
  .estimateShippingToggle label {
    display: block;
    padding-bottom: 5px; }
  .estimateShippingToggle input {
    width: 100%; }
  .estimateShippingToggle .col {
    padding: 10px 10px; }

.dropdown_area {
  padding-right: 20px; }
  .dropdown_area select {
    max-width: 348px; }

.standard_inputs {
  font-size: 15px; }
  .standard_inputs .col_left {
    padding-right: 40px; }
  .standard_inputs .col_right {
    padding-left: 40px; }
  .standard_inputs .row {
    margin: 5px 0;
    width: 100%; }
  .standard_inputs.equal_input_padding .row .col:nth-child(odd) {
    padding-right: 40px; }
  .standard_inputs.equal_input_padding .row .col:nth-child(even) {
    padding-left: 40px; }
  .standard_inputs label {
    display: block;
    padding-bottom: 5px; }
  .standard_inputs input,
  .standard_inputs select {
    width: 100%; }
  .standard_inputs h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal; }

.search_inputs label {
  display: block; }
.search_inputs .search_input {
  width: 100%; }
.search_inputs .inline_input span,
.search_inputs .inline_input input {
  float: left; }
.search_inputs .inline_input span {
  margin: 9px 10px; }
.search_inputs .level label {
  display: inline-block; }
.search_inputs .level input {
  float: left;
  margin: 17px 0 0 10px; }
.search_inputs .level span {
  float: left; }
.search_inputs .price_text {
  width: 180px; }

.forty {
  width: 40%; }

.sixty {
  width: 60%; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox label {
  width: auto;
  display: inline-block; }
.checkbox input {
  margin-right: 10px; }

.terms {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 15px; }
  .terms .row {
    margin: 5px 0;
    display: inline-block;
    width: auto;
    padding: 5px 20px; }
  .terms input[type="checkbox"] {
    margin: 0 10px 0 0; }
  .terms h6 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 20px; }

.estimateShipping {
  display: inline-block;
  width: 100%; }

.free_Sh {
  padding-right: 20px; }

.notice {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 15px; }
  .notice p {
    padding: 0;
    margin: 0;
    text-align: center; }

.paymentMethods {
  padding: 0 0 80px 0; }
  .paymentMethods ul {
    margin: 0;
    padding: 0; }
    .paymentMethods ul label {
      cursor: pointer; }
    .paymentMethods ul li {
      list-style: none;
      background: #f9f9f9;
      border: 1px solid #d9d9d9;
      margin: 10px 0;
      padding: 20px;
      font-size: 15px;
      border-radius: 4px; }
    .paymentMethods ul input {
      margin-right: 15px;
      cursor: pointer; }

.page-padding {
  padding: 0 0 60px 0;
  display: inline-block;
  width: 100%; }
  .page-padding h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase; }

.padtop {
  padding-top: 20px; }

.margin_mid {
  margin: 20px 0; }

.spacing_mid_low {
  padding: 20px 0 40px 0; }

/*--------------------------------------------------------------
# Cookie Switch
--------------------------------------------------------------*/
.cookieSwitch,
#eu_cookie_dialogue {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
  font-size: 15px; }
  .cookieSwitch h2,
  #eu_cookie_dialogue h2 {
    font-size: 20px; }
  .cookieSwitch ul,
  #eu_cookie_dialogue ul {
    margin: 0;
    padding: 0; }
    .cookieSwitch ul li,
    #eu_cookie_dialogue ul li {
      list-style: none;
      display: inline-block;
      margin-left: 10px; }

.category_list h3 {
  display: block;
  position: absolute;
  top: 0;
  padding-top: calc(50% - 17.5px);
  font-size: 35px;
  line-height: 35px;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0 5px rgba(0, 0, 0, 0.7); }
.category_list .image .overlay {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.no-bullet {
  margin: 20px 0;
  padding: 0;
  list-style: none; }
  .no-bullet li {
    padding: 5px 0; }

/*--------------------------------------------------------------
## Account list
--------------------------------------------------------------*/
.accountList {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .accountList li {
    list-style: none;
    width: 33.333333%;
    float: left;
    padding: 5px;
    text-align: center; }
  .accountList svg {
    display: block;
    margin: 0 auto 10px auto;
    font-size: 50px; }
  .accountList a {
    display: block;
    text-decoration: none;
    padding: 60px 10px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #d9d9d9; }

/*--------------------------------------------------------------
## Address List
--------------------------------------------------------------*/
.addressList {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  grid-gap: 60px 40px;
  margin: 55px 0; }
  .addressList .listItem {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 30px 40px;
    border-radius: 4px; }
    .addressList .listItem ul {
      margin: 0;
      padding: 0; }
      .addressList .listItem ul li {
        list-style: none; }
    .addressList .listItem .heading {
      font-weight: 500;
      padding: 0 0 10px 0; }
    .addressList .listItem .checkbox {
      float: right; }
      .addressList .listItem .checkbox input {
        width: 20px;
        height: 20px; }
    .addressList .listItem .action {
      margin-top: 20px; }
    .addressList .listItem .statusWrap {
      font-size: 14px; }
      .addressList .listItem .statusWrap label {
        margin-left: 10px; }

.wrapThin {
  max-width: 980px;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
.cat_heading {
  text-align: center; }
  .cat_heading .feat {
    padding: 0 0 40px 0; }
  .cat_heading .desc {
    padding: 5px 0;
    max-width: 800px;
    margin: 0 auto; }

.sortWrap {
  max-width: 350px;
  margin: 15px auto 20px auto; }

/*--------------------------------------------------------------
# Home Popular Slider
--------------------------------------------------------------*/
.swiper-popular {
  margin: 55px 0; }
  .swiper-popular .image {
    padding-top: 100%;
    background-size: contain !important;
    transition: all 0.3s ease 0s; }
    .swiper-popular .image:hover {
      opacity: 0.7;
      transition: all 0.3s ease 0s; }

.image {
  transition: all 0.3s ease 0s; }
  .image:hover {
    opacity: 0.7;
    transition: all 0.3s ease 0s; }

/* Lightgallery */
.lg-backdrop,
.lg-toolbar {
  background: white !important; }

.lg-actions .lg-next, .lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: black !important; }

#lg-download {
  display: none !important; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #000;
  color: #fff;
  font-size: 15px; }
  .footer .col_main {
    padding-right: 60px; }
    .footer .col_main:last-child {
      padding-right: 0; }
  .footer h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 5px 0; }
  .footer p,
  .footer a,
  .footer a:visited {
    font-size: 15px;
    color: #C8C8C8;
    text-decoration: none; }
  .footer ul {
    margin: 10px 0;
    padding: 0; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        display: block;
        padding: 3px 0; }
      .footer ul li a:hover {
        opacity: 0.7; }
  .footer #box-newsletter,
  .footer .element-social {
    padding: 0 0 30px 0; }
  .footer .element-social li {
    transition: all 0.3s ease 0s;
    display: inline-block; }
  .footer .element-social .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff; }
  .footer .element-social li:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.7; }
  .footer .skin_selector {
    max-width: 220px; }

.footer_bottom__bar {
  background: #1f1f1f;
  color: #C8C8C8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400; }
  .footer_bottom__bar p {
    padding: 0;
    margin: 0; }
  .footer_bottom__bar a, .footer_bottom__bar a:visited {
    color: #C8C8C8; }
  .footer_bottom__bar a:hover {
    color: inherit;
    opacity: 0.8; }
  .footer_bottom__bar .overlay {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    float: left; }

/*--------------------------------------------------------------
# Toggle Menu
--------------------------------------------------------------*/
.dropdown-menu {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  width: auto;
  position: fixed;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  color: #000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s;
  z-index: 98;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1); }
  .dropdown-menu.quickNav li {
    padding: 0 !important;
    margin: 0 !important;
    float: left; }
  .dropdown-menu.quickNav a {
    padding: 7px 20px !important; }
  .dropdown-menu span {
    display: block;
    width: 100%; }

.menu--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .2s; }

.menu__content {
  display: block;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .menu__content a,
  .menu__content a:visited {
    display: block;
    height: auto;
    width: 100%;
    color: #000;
    padding: 10px 20px;
    border-radius: 0; }
  .menu__content a:hover {
    background: #d9d9d9; }
  .menu__content:focus {
    outline: none; }

.menu__label {
  display: block;
  color: #000;
  padding: 7px 20px;
  background: #f9f9f9;
  font-weight: 500; }

.menu__separator {
  height: 1px; }

.hide {
  display: none; }

.pagination ul {
  margin: 0;
  padding: 0; }
  .pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 2.5px 5px; }
    .pagination ul li a {
      display: block;
      padding: 5px 10px;
      border: 1px solid #DCDCDC;
      min-width: 40px;
      text-align: center;
      border-radius: 4px;
      text-decoration: none; }
    .pagination ul li.current a, .pagination ul li a:hover {
      background: #f74c62;
      color: #fff;
      border: 1px solid #f74c62; }

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.cinda_col_1 {
  grid-template-columns: 100%; }

.cinda_col_2 {
  grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px); }

.cinda_col_3 {
  grid-template-columns: calc(33.3333333% - 10px) calc(33.3333333% - 10px) calc(33.3333333% - 10px); }

.cinda_col_4 {
  grid-template-columns: calc(25% - 11px) calc(25% - 11px) calc(25% - 11px) calc(25% - 11px); }

.cinda_col_5 {
  grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px); }

.cinda_col_6 {
  grid-template-columns: calc(16.6666666% - 13px) calc(16.6666666% - 13px) calc(16.6666666% - 13px) calc(16.6666666% - 13px) calc(16.6666666% - 13px) calc(16.6666666% - 13px); }

.cinda_col_7 {
  grid-template-columns: calc(14.2857142% - 13px) calc(14.2857142% - 13px) calc(14.2857142% - 13px) calc(14.2857142% - 13px) calc(14.2857142% - 13px) calc(14.2857142% - 13px) calc(14.2857142% - 13px); }

.cinda_col_8 {
  grid-template-columns: calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px) calc(12.5% - 13px); }

.cinda_col_9 {
  grid-template-columns: calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px) calc(11.1111111% - 13.5px); }

.cinda_col_10 {
  grid-template-columns: calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px) calc(10% - 14px); }

.cinda_col_11 {
  grid-template-columns: calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px) calc(9.09090909% - 13.5px); }

.cinda_col_12 {
  grid-template-columns: calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px) calc(8.33333333% - 14px); }

@media only screen and (max-width: 768px) {
  .cinda_col_3,
  .cinda_col_4,
  .cinda_col_5,
  .cinda_col_6,
  .cinda_col_7,
  .cinda_col_8,
  .cinda_col_9,
  .cinda_col_10,
  .cinda_col_11,
  .cinda_col_12 {
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px); } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cinda_col_6,
  .cinda_col_7,
  .cinda_col_8 {
    grid-template-columns: calc(33.3333333% - 10px) calc(33.3333333% - 10px) calc(33.3333333% - 10px); }

  .cinda_col_9,
  .cinda_col_10,
  .cinda_col_11,
  .cinda_col_12 {
    grid-template-columns: calc(25% - 11px) calc(25% - 11px) calc(25% - 11px) calc(25% - 11px); } }
