* ::-moz-selection,
* :before::-moz-selection,
* :after::-moz-selection {
  color: #000;
  background-color: #ff9900;
}

* ::selection,
* :before::selection,
* :after::selection {
  color: #000;
  background-color: #000;
}

:focus {
  outline: 0 !important;
}

/* input::-webkit-input-placeholder {
	color: #434343 !important;
	font-weight: normal;
}
input:-moz-placeholder {
	color: #434343 !important;
	font-weight: normal;
}
input::-moz-placeholder {
	color: #434343 !important;
	font-weight: normal;
}
input:-ms-input-placeholder {
	color: #434343 !important;
	font-weight: normal;
} */

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}



html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* font-family: 'Comfortaa', cursive; */
  font-family: 'Open Sans', sans-serif;
  /* font-family: Arial, sans-serif; */
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background: #fff;
  color: #434343;
  position: relative;
  text-rendering: optimizeLegibility;
}

body.noScroll {
  overflow: hidden !important;
}

body .cd-main-content {
  margin-top: 170px;
}

body.home .cd-main-content {
  margin-top: 0;
}

body.blog .cd-main-content {
  margin-top: 105px;
}

body.brands .cd-main-content {
  margin-top: 105px;
}

body.checkout .cd-main-content {
  margin-top: 65px;
}

#main_container {
  width: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.list_style li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  margin-right: 10px;
}

.static_text ul.list_style li {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

.static_text h5 {
  margin-top: 20px;
  font-size: 16px;
}


.clear {
  clear: both;
}

.col5 {
  width: 33.33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col5 {
    width: 20%;
  }

}

@media (max-width: 355px) {
  .col5 {
    width: 50%;
  }
}

.breadcrumb-section {
  /* background: rgb(71, 74, 76); */
 /* background: linear-gradient(90deg, rgba(71, 74, 76, 1) 0%, rgba(56, 62, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c", endColorstr="#383e42", GradientType=1); */
  padding: 2px 10px;
  /* mix-blend-mode: luminosity; */
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 13px 6px 15px;
  list-style: none;
  background-color: #aeb5b029;
  /* border: 1px solid #27ad5a; */
  
}

.breadcrumb>li {
  display: inline-block;
  color: black;
  font-weight: 400;
}

.breadcrumb>li+li:before {
  padding: 0 0px 0 8px;
  color: #7a7a7a;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #7a7a7a;
}

.breadcrumb a {
  color: #27ad5a;
  font-size: 11px;
}

/* ==================================
   DEFAULT STYLES
   =================================== */
.badge {
  background-color: #f90;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover,
a:focus {
  color: #ff9900;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p,
p.lead {
  font-size: 13px;
  font-weight: 300;
}

em {
  color: #979797;
  font-weight: normal;
}

b,
strong {
  word-break: keep-all !important;
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.img-responsive {
  display: inline-block;
  max-width:100%;
}

img.full_width {
  width: 100%;
}

.img-shadow {
  display: inline-block;
  margin-bottom: -3px;
  position: relative;
  /*     overflow: hidden; */
}

.img-shadow:before {
  content: ' ';
  width: 100%;
  background-color: rgba(166, 166, 166, .2);
  height: calc(100% + 30px);
  position: absolute;
  right: 15px;
  top: -15px;
  z-index: 1;
  border-radius: 1.5rem;
}

.img-shadow.right:before {
  right: auto;
  left: 15px
}

.img-shadow:after {
  content: '';
  width: calc(100%);
  height: calc(35%);
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(0deg, #1b2022, transparent);
}

.img-shadow img {
  position: relative;
  z-index: 2;
  border-radius: 1.5rem;
  transition: all 0.2s ease;
  will-change: transform;
}

.img-shadow:hover img {
  /*
  opacity: 0.99;
  -webkit-transform:  scale(1.1);
  -moz-transform:     scale(1.1);
  transform:          scale(1.1);
*/
}

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.small-gutters {
  margin-right: -7px;
  margin-left: -7px;
}

.row.small-gutters>[class^="col-"],
.row.small-gutters>[class*=" col-"] {
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width: 992px) {
  .row-even-height {
    display: table;
  }

  .row-even-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

/* @media (max-width: 767px) { */
@media (max-width: 991px) {

  .col-spaces [class^="col-"],
  .col-spaces [class*=" col-"] {
    margin-bottom: 0px;
  }

  .col-spaces [class^="col-"]:last-child,
  .col-spaces [class*=" col-"]:last-child {
    margin-bottom: 0px;
  }
}

.relative {
  position: relative;
}

.img-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.table-center-wrap {
  display: table;
  table-layout: fixed;
}

.table-center-wrap.full {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: relative;
}

.table-center {
  display: table-cell;
  vertical-align: middle;
}

.fill {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .position-static {
    position: static;
  }
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.centered {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.product-icon {
  position: absolute;
  z-index: 2;
}

.top-right {
  top: 0.5% !important;
  right: 0.5% !important;
  transform: translate(-0.5%, -0.5%) !important;
}

.bottom-right {
  top: auto !important;
  bottom: 0.5% !important;
  right: 0.5% !important;
  transform: translate(0%, 0%) !important;
}

.top-left {
  top: 0.5% !important;
  bottom: auto !important;
  left: 0.5% !important;
  transform: translate(0%, 0%) !important;
}

.bottom-left {
  top: auto !important;
  bottom: 0.5% !important;
  left: 0.5% !important;
  transform: translate(0%, 0%) !important;
}

.top-center {
  top: 0.5% !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
}

.bottom-center {
  top: auto !important;
  bottom: 0.5% !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
}

.left-center {
  top: 50% !important;
  left: 0.5% !important;
  transform: translate(0%, -50%) !important;
}

.right-center {
  top: 50% !important;
  right: 0.5% !important;
  transform: translate(0%, -50%) !important;
}

label[for="SearchQuery"] {
  display: none;
}

label[for="search-box"] {
  display: none;
}

label[for="CouponCode"] {
  display: none;
}

span.hide_text {
  display: none;
}

.hide_label {
  display: none;
}

/* ==================================
  ESPA BANNER
  =================================== */

  .espa {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: -10px;
  }

  .home_banner .espa a {
    background: none;
  }

  @media only screen and (max-width: 767px) {
    .espa {
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
    }
  }

  @media only screen and (max-width: 480px) {
    .espa {
      right: -5px;
      bottom: 5px;
      left: auto;
    }

    .espa img {
      width: 250px;
      max-width: 100%;
    }
  }

  @media only screen and (max-width: 420px) {
    .espa {
      right: -6px;
    }

    .espa img {
      width: 200px;
    }
  }
/* ==================================
   BODY
   =================================== */

.section {
  padding: 0px 0 30px 0;
  position: relative;
}

@media (min-width: 768px) {
  .section {
    padding: 20px 0 50px 0;
    position: relative;
  }

  .section.product-view {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 0;
    padding-bottom: 15px;
  }

  .section.products-page {
    padding: 20px 0 0 0;
  }
}

/* Forms
================================================== */
.btn {
  text-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 5px 25px;
  font-size: 13px;
  background: #ff9900;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* white-space: nowrap; */
  white-space: normal;
  transition: all .7s ease;
}

.btn-primary {
  font-weight: bold;
  background: #e7430e;
  color: #000;
  transition: all ease 0.5s;
}

.btn-primary.btn-cart {
  background: #27ad5a;
  color: #000;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: 400;
  text-align: center;
  
  opacity: 1;
  transition: all 1s ease-in;
  
}

.btn-primary.btn-cart:hover {
  background: #1e7e43;
  /* background: #2b2bff; */
 
  border-radius: 10px;
  
  /* padding: 1.5rem 3rem 1.5rem 1.5rem; */
  color: #ffffff;
 
  transition: all 1s ease-in;
   
}

.btn-primary.btn-cart:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-default {}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #10141f;
  border-color: #10141f;
}

.btn-lg:active,
.btn-lg:focus,
.btn-lg:hover {}

.btn-mini:active,
.btn-mini:focus,
.btn-mini:hover {}

.btn-default {
  text-transform: uppercase;
  font-weight: 700;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  border: 1px solid #000000;
}

.btn.btn-default.btn_inv {
  display: block;
  padding: 10px 10px;
  margin-top: 10px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  color: #000;
  transition: all .4s ease-out;
}

.btn.btn-default.btn_inv:hover {
  background: #27ad5a;
  color: #fff;
  transition: all .4s ease-out;
  border: 1px solid #27ad5a;
}

.btn-back {
  font-weight: normal;
  background: #434343;
  color: #fff;
  padding: 5px 20px;
  margin-top: 7px;
}

.btn-cart {
  margin: 0px 0;
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
}

.btn-cart:active,
.btn-cart:focus,
.btn-cart:hover {
  background: #434343;
  color: #fff;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  background-position: 99% 50%;
  background: #fff;
  color: #000000;
}

.btn-back.active,
.btn-back.focus,
.btn-back:active,
.btn-back:focus,
.btn-back:hover,
.open>.dropdown-toggle.btn-back {
  color: #000000;
}

.btn-link {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #434343;
}

.btn-link:focus,
.btn-link:hover {
  color: #474a4c !important;
  box-shadow: none !important;
}

.btn-more {
  padding: 15px 70px 15px 50px;
  margin-top: 50px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #6f7172;
}

.btn-more:focus,
.btn-more:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #292a2e;
}

.btn-more.active,
.btn-more:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-xlarge {
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-weight: 700;
}

.error-message {
  background: #ff9900;
  color: #fff;
  font-size: 11px;
  padding: 5px;
}


label {
  /* color: #ffffff; */
  font-weight: 300;
  font-size: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 2.5px 10px;
}

.product-actions label{
  font-size:12px;
}

.contactform label {
  background: #CC4214;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
}

label[for=ExtraAcceptedTerms]
{
    /* ...definitions here... */
    background: none;
}

label[class=error]{
  float:right;
}


label.error,
.help-block.text-danger {
  background: #EC2224;
  color: #fff!important;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  line-height: normal;
  position: relative;
  bottom: auto;
  left: auto;
}

input.form-control.error {
  border-color: #ff9900;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  padding: 7px 12px;
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
  font-size: 16px;
  color: #434343;
  font-weight: normal;
  height: auto;
}

.form-control:hover {
  box-shadow: none;
  border-color: #000000;

}

.form-control:focus {
  box-shadow: none;
  border-color: #000000;

}

form .required label:after {
  color: #e32;
  content: '*';
  display: inline;
  font-weight: bold;
  outline: none;
}

div.submit {
  text-align: center;
  margin: 20px 0 0;
}

.text-right div.submit {
  text-align: right;
}

div.submit .btn {
  font-weight: bold;
    font-size: 12px;
    background: #27ad5a;
    border: 1px solid #27ad5a !important;
    padding: 10px;
    color: #000;
    transition: all ease 0.5s;
}

.cart.home div.submit .btn{
  font-weight: bold;
  font-size: 12px;
  background: #e84e1c;
  border: 1px solid #e84e1c !important;
  padding: 10px;
  color: #000;
  transition: all ease 0.5s;
}
div.submit .btn:hover {
  /* background: #ff9900; */
  color: #000;
  border: 1px solid #000000 !important;
  background: #ffff;
}

form div.checkbox .icheckbox_flat-orange,
form div.checkbox .icheckbox_flat-green,
form div.checkbox .icheckbox_flat-red,
form div.checkbox .icheckbox_flat,
form div.checkbox .icheckbox_flat-blue {
  display: inline-block !important;
  margin-top: 0px;
  margin-right: 0px;
}

form div.radio label,
form div.checkbox label {
  padding-left: 8px;
  display: inline;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

fieldset legend {
  color: #434343;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

fieldset label {
  margin-right: 10px;
}

input[type="radio"] {
  margin-right: 5px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-top: 0;
  width: 20px;
}

select.form-control {
  background: #f4f4f4 url(../img/layout/sort.svg) no-repeat;
  background-size: 10px;
  background-position: 32px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  max-width: 100%;
  padding: 0;
  position: relative;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  color: #434343;
  padding: 7px 12px;
  padding-right: 28px !important;
  border-radius: 0 !important;
  font-weight: normal;
  height: auto;
  line-height: normal;
}

select.form-control:hover {
  border-color: #ff9900;
  outline: 0;
  box-shadow: none;
  cursor: hand;
  cursor: pointer;
}

.auth-button {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  margin: 20px 0;
  text-align: left;
  background: #eee;
  font-size: 16px;
  color: #fff;
  transition: background 0.2s ease;
}

.auth-button:hover {
  color: #fff
}

.auth-button svg {
  margin-right: 5px;
}

.mini-form .auth-button.small {
  padding: 5px 10px 5px 60px;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.auth-buttons {
  display: block;
  width: 100%;
  text-align: center;
}

.auth-buttons svg,
.auth-buttons i,
.auth-buttons span {
  margin-right: 5px;
}

.auth-button .auth-icon {
  display: block;
  position: absolute;
  height: 100%;
  width: 50px !important;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 16px;
}

.auth-button.facebook {
  background: #3c5a98;
  color: #fff
}

.auth-button.facebook:hover {
  background: #4365aa
}

.auth-button.google {
  background: #dd4b39
}

.auth-button.google:hover {
  background: #e15f4f
}

.auth-divider {
  position: absolute;
  width: 1px;
  height: 60%;
  left: 49%;
  bottom: 15%;
  background: #000;
}

.auth-divider:before {
  content: 'Η';
  position: absolute;
  top: 52%;
  left: -8px;
  padding: 5px;
  margin-top: -11px;
  font-size: 12px;
  line-height: 15px;
  background: #fff;
  color: #000;

}

.auth-divider.horizontal {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  left: 0;
  margin: 10px 0 25px 0;

}

.auth-divider.horizontal:before {
  color: #aaa;
  left: 45%;
}

.notifications {
  position: fixed;
  color: #000;
  font-size: 1em;
  text-align: center;
  background: rgb(255, 153, 0);
  /* background: rgb(71,74,76);
  background: linear-gradient(90deg, rgba(71,74,76,1) 0%, rgba(56,62,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c",endColorstr="#383e42",GradientType=1);
   */
  width: 100%;
  height: auto;
  z-index: 999999999;
  padding: 10px;
}

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

.notifications:after {
  clear: both
}

.notifications .message {
  color: #000;
  font-weight: 100;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.notifications .close {
  text-indent: -9999em;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 15px;
  right: 15px
}

.notifications .close:hover {
  background-position: bottom left
}

.notifications p {
  margin: 0;
  display: inline-block;
}

.flash_msg_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash_msg_wrapper svg,
.flash_msg_wrapper i {
  color: #000;
  margin-right: 5px;
  font-size: 16px;
}


h2.title {
  color: #434343;
  font-weight: 400;
  font-size: 22px;
  display: block;
  padding: 8px 2px;
}

h2.cart_title {
  color: #434343;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 2px;
}

h3.summary_title {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  background: #27ad5a;
  padding: 8px 10px;
}

.cart.home h3.summary_title{
  background: #27ad5a;
  padding: 8px 8px;
}

h3.summary_title.right {}

h3.title {
  color: #434343;
  font-weight: 400;
  font-size: 22px;
  display: block;
  padding: 8px 2px;
  margin-bottom: 10px;
}

h4.title {
  margin: 40px 0 20px 0;
  font-weight: 400;
  font-size: 20px;
}

ul.checklist {}

ul.checklist li {
  padding-left: 0px;
  background: transparent url(../img/layout/checklist.svg) no-repeat left 4px;
  background-size: 14px;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #434343;
  margin-bottom: 5px;
}


/* ==================================
   HEADER
   =================================== */

.header {
  width: 100%;
  position: fixed;
  height: auto !important;
  top: 0;
  z-index: 999;
  padding: 0px;
  background: rgba(0, 0, 0, 0);
  transition: all .4s ease-out;
}

.pages .header,
.catalog .header,
.blog .header,
.brands .header,
.customers .header,
.checkout .header,
.cart.home .header,
.newsletter .header {
  background: rgb(0, 0, 0);
}

.pages.home .header {
  background: rgb(0, 0, 0, 0);
}

.header.cd-main-header.header_fixed {
  margin-top: -40px;
  background: #000;
  transition: all .6s ease-out;
}

#mobile-nav {
  bottom: 0;
  padding: 0;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 65px;
}

.checkout .header.cd-main-header.header_fixed {
  margin-top: 0;
}

header.desktop-header{
  display:block;
}

header.mobile-header{
  display:none;
}

.top-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  font-size:14px;
  padding:2px;
  background: rgb(39 173 90);
  
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c", endColorstr="#000000", GradientType=1); */
  /* border-bottom: 1px solid #dddddd4d;*/
}
.header_fixed .top-bar{
  display:none;
}
.top-bar .top_bar_left{
  float:left;
  padding-left: 15%;
}

.top-bar .top_bar_right{
  float:right;
  display: inline-flex;
  padding-right: 10%;
}

.top-bar a{
  color:white;
  background: #00000003;
}




.visible-mobile-elements {
  display: none !important;
}

.pages.home #navi_container {
  margin-top: 40px;
}

.home .header.cd-main-header.header_fixed #navi_container {
  margin-top: 0;
}

.main-navigation {
  width: 100%;
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout .main-navigation {
  justify-content: center;
}

.pages.home #logo {
  top: 0px;
}

.pages.home .header.cd-main-header.header_fixed #logo {
  top: -22px;
}

/* .pages.home .header.cd-main-header.header_fixed #logo {
  top: -15px;
} */

.pages.home .main-navigation {
  width: 100%;
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 45px 0 0 0;
}

.pages.home .header.cd-main-header.header_fixed .main-navigation {
  height: 85px;
  padding: 36px 0 0;
}

.main-navigation .social_top {
  display: none;
}

/* #navi { margin-left: 200px;} */
#navi ul {}

#navi ul li {
  display: inline-block;
}

#navi ul li a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  margin: 0 13px;
  margin-top: 0px;
  padding: 25px 5px 25px 5px;
  transition: all 0.2s ease-in;
  /* background: #ddd; */
}

#navi ul li.outlet a {
  color: #f90;
}

.home #navi ul li a {
  padding: 20px 5px 10px 5px;
}

.home .header.cd-main-header.header_fixed #navi ul li a {
  padding: 10px 5px 10px 5px;
}

#navi ul li a span {
  margin-left: 5px;
}

#navi ul li a:hover {
  color: #f90;
  transition: all 0.2s ease-in;
}

#navi ul li .submenu {
  position: absolute;
  background: #fff;
  height: auto;
  display: none;
  z-index: 9999;
  left: 0px;
  top: 65px;
  padding: 20px 20px;
  width: 100%;
  border: 1px solid #474a4c;
  border-top: 0;
}

.pages.home #navi ul li .submenu {
  top: 135px;
}

.pages.home .header.cd-main-header.header_fixed #navi ul li .submenu {
  top: 75px;
}

#navi ul li:hover .submenu {
  display: block;
}

#navi ul li .submenu .second_level {
  width: 16.66%;
  float: left;
}

#navi ul li .submenu.no-children {
  left: auto;
  width: auto;
  padding: 20px 50px 20px 30px;
}

#navi ul li .submenu.no-children .second_level {
  width: 100%;
  float: none;
  display: block;
}

#navi ul li .submenu .second_level p {}

#navi ul li .submenu .submenu_left {
  width: 70%;
  float: left;
}

#navi ul li .submenu .submenu_left.submenu_left_shoes {
  width: 33%;
}

#navi ul li .submenu .submenu_right {
  width: 30%;
  float: right;
}

#navi ul li .submenu .submenu_right.submenu_right_shoes {
  width: 66%;
}

#navi ul li .submenu .submenu_right.submenu_right_shoes .brand_menu_logo a {
  width: 45%;
  margin: 0;
}

#navi ul li .submenu .submenu_full {
  width: 100%;
  display: block;
  background: #000;
}

.home .header.cd-main-header.header_fixed #navi ul li .submenu .second_level p,
#navi ul li .submenu .second_level p {
  margin: 0;
  padding: 0;
}

.home .header.cd-main-header.header_fixed #navi ul li .submenu .second_level p a,
#navi ul li .submenu .second_level p a {
  display: block;
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0 2px 0;
  padding: 0px;
  text-align: left;
}

#navi ul li .submenu .second_level p a:hover {
  color: #ff9900;
}

#navi ul li .submenu .second_level ul.third_level {
  margin: 0px 0px 25px 0px;
  float: left;
}

#navi ul li .submenu .second_level ul.third_level li {
  display: block;
  margin: 0 0 3px 3px;
}

.home .header.cd-main-header.header_fixed #navi ul li .submenu .second_level ul.third_level li a,
#navi ul li .submenu .second_level ul.third_level li a {
  display: block;
  color: #313131;
  font-size: 13px;
  font-weight: 300;
  padding: 0px;
  margin: 0;
  text-align: left;
  transition: all 0.2s ease-in;
}

#navi ul li .submenu .second_level ul.third_level li a:hover {
  color: #000000;
  transition: all 0.2s ease-in;
}

#navi ul li .submenu .second_level.category_information {}

#navi ul li .submenu .second_level.category_information .category_photo {}

#navi ul li .submenu .second_level.category_information .category_photo a {
  margin: 0px 0 10px 0;
  padding: 0px;
}

#navi ul li .submenu .second_level.category_information .category_photo img {
  width: 100%;
}

#navi ul li .submenu .second_level.category_information ul.third_level li {
  display: inline-block;
  width: 33%;
}

#navi ul li .submenu .second_level.category_information ul.third_level li a {
  font-weight: 700;
}

#navi ul li .submenu .submenu_right p a {
  display: block;
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0 2px 0;
  padding: 0px;
  text-align: left;
}

#navi ul li .submenu .submenu_right ul li a {
  color: #000;
  font-size: 13px;
}

#navi ul li .brand_menu_logo a {
  margin-right: 20px;
  display: inline-block;
}

#navi ul li .brand_menu_logo a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 65px;
  transition: all 0.2s ease-in;
}

#navi ul li .brand_menu_logo a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.2s ease-in;
}

#navi ul li .submenu .submenu_full ul.third_level {
  text-align: center;
}

#navi ul li .submenu .submenu_full ul.third_level li a {
  padding: 15px 25px 15px 25px;
}

.home .header.cd-main-header.header_fixed #navi ul li .submenu.no-children .second_level p a,
#navi ul li .submenu.no-children .second_level p a {
  margin: 0px 0 10px 0;
  font-weight: 400;
}

#navi ul li .submenu.submenu-shoes {
  width: 35%;
}

#mobile-nav {
  bottom: 0;
  padding: 0;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 65px;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s cubic-bezier(0.34, 0.95, 0.27, 0.98);
}

#mobile-nav.nav-open {
  left: 0;
}

.top_icons {
  position: absolute;
  display: flex;
  right: 0px;
  top: 0;
  height: 100%;
  align-items: center;
}



/* .pages.home .top_icons { top: 27px; } */
.top_icons .top_icon {
  width: 35px;
  height: 30px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}

.top_icons .top_icon span {
  display: none;
}

.cd-menu-trigger {
  display: none;
  background-image: url('../img/layout/top_menu.svg');
}

.cd-menu-trigger.nav-open {
  background-color: #e7430e;
  background-image: url('../img/layout/top_close.svg');
}

.cd-search-trigger {
  display: inline-block;
  background-image: url('../img/layout/top_search_orange.svg');
}

.cd-search-trigger.search-open {
  background-color: #e7430e;
  background-image: url('../img/layout/top_close.svg');
}

.cd-cart-trigger {
  position: relative;
  display: inline-block;
  background-image: url('../img/layout/top_cart.svg');
}

.cd-cart-trigger.cart-open {
  background-color: #e7430e;
  background-image: url('../img/layout/top_close.svg');
}

.cd-account-trigger {
  display: inline-block;
  background-image: url('../img/layout/top_account.svg');
}

.cd-cart-trigger span.badge {
  position: absolute;
  top: -8px;
  left: 18px;
  background: #CC4214;
  display: block !important;
}

#mobile-search {
  display: none;
  padding: 0px 0px;
}

#desktop-search {
  display: none;
  padding: 0px 0px;
}

.desktop-search {
  display: block;
  position: relative;
  margin: 6px 0px 6px 0px;
  width: 100%;
  background: none;
  border: 0;
  border-radius: 5px;
  transition: all 0.2s ease-in;
}
.desktop-search-col{
  background: #e7430e;
}

.desktop-search:hover,
.desktop-search:focus {
  background: #f4f4f4;
  transition: all 0.2s ease-in;
}

.desktop-search form {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 100%;
}

.desktop-search form input {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 13px;
  line-height: 25px;
  color: #333333;
  padding: 10px 15px;
  border: none;
  box-sizing: border-box;
  font-weight: 400;
  background: none;
  background: #ffff;
}

.desktop-search form input:focus,
.desktop-search form input:hover {
  color: #333333;
}

.desktop-search form .icon-search {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -999999px !important;
  background: url(../img/layout/search_go_orange.svg) no-repeat scroll center center transparent;
  background-size: 10px;
  border: none;
}

.social_top {
  text-align: right;
}



.home .main-navigation .social_top {
  display: flex !important;
}

.home .social_top,
.blog.home .social_top,
.brands.home .social_top,
.cart.home .social_top {
  display: none !important;
}




.home .main-navigation .social_top {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  align-items: center;
}

.social_top a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
  color: #fff;
  transition: all .4s ease-out
}

.social_top a:hover {
  color: #f90;
  transition: all .4s ease-out
}

.social_top a img {
  display: block;
  width: 20px;
}

.free_shipping_top {
  font-size: 14px;
  color: #fff;
}

.free_shipping_top a {
  color: #fff;
  line-height: 22px;
}

.free_shipping_top span {
  color: #fff;
  margin: 0 10px;
}

.free_shipping_top .free_shipping_top_hide_text {
  display: inline-block;
}

.home .free_shipping_top .free_shipping_top_hide_text {
  display: flex;
  justify-content: space-between;
}

.underline {
  text-decoration: underline;
}

body.checkout .cd-primary-nav,
body.checkout .cd-header-buttons .hidden-xs,
body.checkout .cd-mobile-extra,

body.checkout .mobile-extra-section,

body.checkout .top_icons a.cd-cart-trigger,
body.checkout #navi_container {
  display: none;
}

/* body.checkout .header .logo{
	left:calc((100% - 250px) * 0.5);
} */

.cd-cart-trigger .badge {
  margin-left: 5px;
  margin-top: -3px;
  display: inline-block;
  background: #000;
  color: #fff;
}

.mobile-extra-section {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #000000;
  color: #fff;
  border-bottom: 1px solid whitesmoke;
  font-size: 1.7em;
  font-weight: bold;
  padding: 8px 0;
  opacity: 1;
  margin-top: 30px;
  /* IE10 is actually unprefixed */
  transition: max-height 0.3s ease-out, opacity 0.1s ease 0.3s;
}

@media (max-width: 480px) {
  .mobile-extra-section {
    margin-top: 0px;
  }
}


.mobile-extra-section a {
  color: #fff;
}

.mobile-search.cd-search {
  height: auto;
}

.mobile-search.cd-search .form-group {
  margin: 0;
}

.mobile-search.cd-search input {
  border-radius: 0;
  border: none;
  background: #000;
  height: 100%;
  width: 100%;
  padding: 0px 5%;
  border-bottom: none;
}

.mobile-search.cd-search:after {
  top: -3px;
  right: -10px;
}


/* ==================================
   MAIN CONTENT
   =================================== */

.main-content {
  background: #fff;
  position: relative;
}

/* ==================================
   FOOTER
   =================================== */
footer {
  /* background: #383e42; */
  background: #000000;
}

footer .row.main-footer{
  border-top: 3px solid #a9debd;
  background:#f9f9f9;
  padding-top:30px;
  padding-bottom:30px;
}

footer .footer_top {
  position: relative;
  margin-top: -50px;
  display: block;
}

footer .footer-copyright{
  padding:0px;
  margin:0;
}

.footer_divider {
  clear: both;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
  /* height: 15px; */
  /* margin-bottom: 30px;*/
}

.social-icons {
  float: left;
  margin-top: 5px;
  /* padding-left: 50px; */
}

.social-icons svg,
.social-icons i {
  font-size: 22px;
}

.top-links {
  background: #474a4c;
  padding: 10px 0px 10px;
  background: #474a4c;
  background: rgb(71, 74, 76);
  background: linear-gradient(220deg, rgb(71, 74, 76) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c", endColorstr="#000000", GradientType=1);
}

.top-links:after {
  clear: both;
  content: '';
  display: table;
}

.footer_top_links {
  margin-bottom: 10px;
}

.footer_links {
  /* margin-top:10px;
	margin-bottom:10px; */
  margin-bottom: 10px;
}

.footer_links.logo_footer {
  padding-top: 30px;
}

.footer_links.logo_footer img {
  width: 250px;
  max-width: 100%;
}

.payment-icons {
  margin-top: 20px;
}

.payment-icons a {
  display: inline-block;
  height: auto;
  margin: 0px 15px 0px 0;
}

.payment-icons img {
  display: inline-block;
  height: 15px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.social-icons a {
  display: inline-block;
  height: auto;
  margin: 10px 15px 10px 0;
}

.social-icons img {
  display: inline-block;
  height: 30px;
}

.top-links a,
.top-links p {
  color: #fff;
  font-size: 13px;
}

.top-links a:hover {
  color: #ffffff;
}

.top-links h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 0 0px;
  margin-bottom: 10px;
}

.top-links p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.top-links p strong {
  background: #ff9900;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
  padding: 2px 5px;
  display: none;
}

.top-links p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 0;
}

.top-links ul li {
  width: 32%;
  display: inline-block;
  margin-bottom: 4px;
}

.top-links ul li a {
  display: block;
  padding: 0px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.top-links ul li a:hover {
  color: #a2a2a2;
  transition: all 0.3s ease 0s;
}

.footer_links .footer_map {
  float: left;
  margin: 0 20px 0px 0;
}

.footer_links .footer_map_text {
  float: left;
  max-width: 160px;
  font-size: 13px;
}

.footer-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-content .legal-info {
  float: left;
  display: inline-block;
  position: relative;
  top: 0;
  z-index: 100;
}

.footer-content .legal-info p {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
}

#wapp {
  float: right;
  display: inline-block;
}

#wapp a {
  display: block;
  background: transparent url(../img/layout/wapp.png) no-repeat center;
  text-indent: -999999px !important;
  width: 75px;
  height: 20px;
  background-size: 100%;
}

/* Pill style */
#scrollUp {
  bottom: 60px;
  right: 20px;
  background: #434343;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  opacity: .9;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
  z-index: 2147483646 !important;
}

#scrollUp:hover {
  background: #000;
}


.footer_hours ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(116, 116, 116, 0.5);
  padding: 2px 0;
}

.footer_hours ul li:first-child {
  padding-top: 0;
}

.footer_hours ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0px;
}

.footer_hours ul li .hours_left {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.footer_hours ul li .hours_right {
  text-transform: uppercase;
  font-weight: 100;
}

.contact .footer_hours ul li .hours_right {
  font-size: 13px;
  font-weight: 600;
}

.footer_hours ul li .hours_right sub {
  bottom: 0;
  font-size: 8px;
}

.footer_hours ul li p {
  margin-bottom: 0;
}

.footer_newsletter {}

.footer_info {
  padding: 0 15px;
}

/* ==================================
   NEWSLETTER
   =================================== */
.footer_newsletter {
  margin-top: 10px;
}

.newsletter_form {
  width: 100%;
  margin: 0px;
  float: left;
  border-bottom: 1px solid #626567;
  position: relative;
  transition: all 0.3s ease 0s;
}

.newsletter_form:hover {
  border-bottom: 1px solid #383e42;
  transition: all 0.3s ease 0s;
}


.newsletter_form input::-webkit-input-placeholder {
  color: #fff !important;
}


.newsletter_form input::-moz-placeholder {
  color: #fff !important;
}


.newsletter_form input:-ms-input-placeholder {
  color: #fff !important;
}


.newsletter_form input::-ms-input-placeholder {
  color: #fff !important;
}


.newsletter_form input::placeholder {
  color: #fff !important;
}

.newsletter_form .form-group {
  margin: 0;
}

.newsletter_form .form-control {
  background: transparent none;
  border: none;
  border-radius: 0px;
}

.newsletter_form input {
  background: transparent none;
  border: none;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.newsletter_form .btn-default {
  border: none;
  border-radius: 0px;
  padding: 0px;
  background: transparent url(../img/layout/newsletter_arrow.svg) no-repeat center;
  background-size: 13px;
  text-indent: -999999px !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  transition: all 0.6s ease 0s;
}

.newsletter_form:hover .btn-default {
  background: transparent url(../img/layout/newsletter_arrow_hover.svg) no-repeat center;
  background-color: white;
  border-radius: 3rem;
  background-size: 9px;
  padding: 10px;
  height: 25px;
  transition: all 0.6s ease 0s;
}


/* ==================================
   INFO BANNER
   =================================== */
.info-banner-box {
  /* background: #f90; */
  background: #f4f4f4;
  padding: 10px 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  color: #fff;
}

.info-banner-box i,
.info-banner-box svg {
  font-size: 24px;
  padding: 0 5px;
  color: #f90;
}

.info-banner-box p {
  color: #000;
}

.info-banner-box h4 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  position: relative;
}

.info-banner-box h4 span {
  font-weight: 600;
  color: #a383e42;
}

.info-banner-box h4 img {
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  height: 60px;
}

.info-banner-box p {
  font-size: 15px;
  /* letter-spacing: 1.5px; */
}


/* ==================================
   PILL TABS
   =================================== */

.green-tabbed-btns,
.gray-tabbed-btns {
  list-style-type: none;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.green-tabbed-btns span,
.gray-tabbed-btns span {
  display: inline-block;
  vertical-align: middle;
  /*     min-width: 175px; */
  width: auto;
  height: auto;
  border-right: 1px solid white;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2em;
  line-height: 3em;
  padding-left: 15px;
  padding-right: 15px;
  transition: background 0.25s ease-out;
  color: #4c4c4c;
  margin: 0 !important;
  opacity: 1;
}

.gray-tabbed-btns span.icon {
  margin-right: 10px;
  font-size: 1.4em;
  display: inline-block;
  line-height: normal;
}

.green-tabbed-btns span:hover,
.gray-tabbed-btns span:hover {
  color: #000;
}

.green-tabbed-btns a:active,
.gray-tabbed-btns a:active {
  color: #b7c65e;
  /* background: #b7c65e; */
}

.green-tabbed-btns a:last-child,
.gray-tabbed-btns a:last-child {
  border-right: none;
}

.gray-tabbed-btns span {
  background-color: #fff;
  position: relative;
}

.gray-tabbed-btns span.swiper-pagination-bullet-active {
  /*background: #00909f; */
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}

.gray-tabbed-btns span.swiper-pagination-bullet-active:after {
  background-color: #000;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.gray-tabbed-btns span.swiper-pagination-bullet-active:before {
  background-color: #000;
  border-radius: 0 0 5px 5px;
  bottom: -5px;
  content: "";
  height: 5px;
  left: calc(50% - 5px);
  position: absolute;
  width: 10px;
}

/* ==================================
   HOME SLIDER
   =================================== */

.home_banner.swiper-container {
  margin-top: 95px;
  height: 80vh;
  position: relative;
}

h2.home_title {
  margin-bottom: 25px;
}

h2.home_title::before,
h2.home_title::after {
  display: inline-block;
  content: "";
  border-top: .3rem solid #27ad5a;
  width: 4rem;
  margin: 9px 25px;
  bottom: -1pc;
  /* transform: translateY(-25%); */
  /* margin-top: 16px; */
  top: -7px;
  /* margin-top: -21px;*/
}

/* .swiper-wrapper  */

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

.home_banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.home_banner .content_text {
  background: #e7430ee0;
  display: inline-block;
  padding: 20px;
  position: absolute;
  left: 4px;
  /* width: 50%; */
  top: b;
  bottom: 0px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  /* top: 0px; */
  /* border-right: 15px solid #e7430e; */
  border-radius: 5px;
  color: white;
}

.home_banner .content_text h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  /* color: #0b7935; */
  padding: 15px 15px 15px 20px;
  /* background: #706f6f; */
  border-radius: 0px 5px 0px 0px;
}

.home_banner .content_text h1 {
  font-size: 35px;
}

.home_banner .content_text h1 svg,
.home_banner .content_text h1 i {
  margin-right: 10px;
}

.home_banner .content_text p {
  font-weight: 100;
  line-height: 1.5;
  font-size: 18px;
  padding: 0px 15px;
}

.home_banner a {
  color: white;
  background: #586e48;
  padding: 10px;
  border-radius: 2px;
}

/*============================== HOME BANNER RESPONSIVE ==============================*/
@media (max-width: 1199px) {
  .home_banner .content_text h1 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .desktop-search {
    padding:5px;
  }
  .home_banner .content_text {
    width: 70%;
  }

  .home_banner.swiper-container {
    top: 0px;
    height:60vh;
  }
  header.desktop-header{
    display:none;
  }
  header.mobile-header{
    display:block;
  }

  header.mobile-header #logo{
   width:200px;
  }
  header.mobile-header .header-mobile{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width:100%;
  }
  body .cd-main-content {
    margin-top: 105px;  
  }
}

@media (max-width: 767px) {
  .home_banner .content_text {
    width: 100%;
    /* border-radius: 0; */
  }

  .home_banner .content_text h1 {
    font-size: 36px;
  }

  .home_banner .content_text {
    width: 98%;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .home_banner.swiper-container {
    top: 0px;
  }

  .home_banner .swiper-slide {
    background-position: left;
  }

  .home_banner .slide-inner {
    align-items: flex-start;
  }

  .home_banner .content_text {
    margin-right: 0;
    top: 39%;
    height: 47%;
    max-height: 47%;
    left: 22%;
    width: 60%;
  }
  h2.home_title::before, h2.home_title::after {
   
    width: 2rem;
    margin: 6px 5px;
    bottom: -1pc;
   
  }
  h2.home_title{
    font-size: 20px;
  }

}



@media (max-width: 420px) {
  .home_banner.swiper-container {
    height: 480px;
  }

  .home_banner .content_text h1 {
    font-size: 21px;
  }

  .home_banner .content_text p {
    font-size: 14px;
  }

}

/*============================== END HOME BANNER RESPONSIVE ==============================*/

#toggle_sound {
  position: absolute !important;
  right: 25px;
  bottom: 25px;
  /* background: #ff9900; */
  /* border-radius: 3rem; */
  z-index: 99999999;
  border: 0;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#toggle_sound:before {
  position: absolute;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 25px;
  height: 25px;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;

  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;

  content: "\f6a9";
  color: #fff;

  transition: all .4s ease-out;

}

#toggle_sound.enable_sound:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  /* font-weight: 900; */

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 25px;
  height: 25px;

  content: "\f028";
  color: #fff;
  transition: all .4s ease-out;
}

#toggle_sound i {
  color: #fff;
}

.swiper-slide h1 {
  pointer-events: none;
  opacity: 0;
  color: #ffffff;
  font-size: calc(5vw);
  letter-spacing: -1px;
  transform: translateY(-5%) scale(0.8);
  transition: 1s ease;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}

.swiper-slide-active h1 {
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: 1s ease;
}

.video-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}


.video-play,
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(2);
}

.hero {
  width: 100%;
  height: 600px;
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
}

.hero.h2 {
  margin-top: -250px;
  height: 550px;
  background-size: 150%;
}

.hero.h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  left: 0;
  /* mix-blend-mode: overlay; */
}

#home_middle_banner {
  background: url(../img/layout/collection/fw20.jpg) center top no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 70vh;
  margin-top: -200px;
}

.collection_small_box {
  height: 700px;
  background-size: cover;
  background-position: center;
  margin-top: 120px;
  border: 5px solid #fff;
}


.home_brands {
  margin-top: 130px;
  margin-bottom: 60px;
}

.home_brands.hb_wrapper {
  margin-bottom: 50px;
  margin-top: 50px;
}

.home_brands.hb_wrapper .home_brands_img {
  height: 600px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* .home_brands a.overlay_link  {
  transform: rotate(0deg);
  transition: all .4s ease-out;
} */

.home_brands_box .home_heading strong {
  display: block;
}

.home_brands_box .home_heading strong i {
  display: inline-block !important;
  transform: rotate(0deg);
  transition: all .4s ease-out;
}

.home_brands_box:hover .home_heading i {
  transform: rotate(-190deg);
  transition: all .4s ease-out;
}

.home_brands .home_brands_box {
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #000;
}

.home_brands_img {
  height: 385px;
  background-size: 100%;
  transition: all ease 0.5s;
  background-position: center;
  background-repeat: no-repeat;
}

.home_brands .home_brands_box p {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
}


.home_brands .home_brands_box .home_heading {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-align: left;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 40%;
  text-shadow: 1px 1px 1px #666;
}

.home_brands .home_brands_box .home_heading svg,
.home_brands .home_brands_box .home_heading i {
  display: block;
  margin-bottom: 10px;
}

.btn.btn-default.btn_brands {
  padding: 5px 5px 5px 0;
}

.home_brands .home_brands_box:hover .home_brands_img {
  background-size: 102%;
  opacity: 0.9;
  transition: all ease 0.5s;
}

section.home_category_products {
  background: url(../img/layout/categories_section.png);
  padding: 40px;
  background-size: cover;
  
}

section.home_category_products .cat_box_image {
  background-size: cover;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

section.home_category_products .cat_box {
  width: 100%;
  height: 250px;
  /* display:inline; */
  margin-top: 10px;
  margin-bottom: 10px;
}

section.home_category_products .cat_box_list {
  width: 50%;
  height: 100%;
  background: #fa6d1edb;
  display: inline;
  float: left;
}

section.home_category_products .cat_box_title {
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
  background: #a26112;
}

section.home_category_products .cat_box_title a {
  color: white;
}

section.home_category_products .cat_box_list .sub_category_item {
  padding: 3px;
  border-bottom: 1px dotted white;
  color: white;
  padding-left: 10px;
}

section.home_category_products .cat_box_list .sub_category_item a {

  color: white;

}


section.featured_products {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home_cat_container {
  padding-bottom: 30px;
}

.container-fluid.categories-fluid {
  background: #ffffff69;
  padding-top: 50px;
  padding-bottom: 50px;
}


.home_category_header {
  text-align: center;
  margin-bottom: 50px;
}

.cat_box_image img {
  width: 100%;
}

h3.cat_heading {
  font-size: 20px;
  font-weight: 700;
}

.home_cat_box:hover .home_brands_img {
  opacity: 0.8;
  transition: all ease 0.5s;
}

/* ==================================
   HOME PRODUCTS
   =================================== */
.brand_box {
  padding: 10%;
  margin-top: 30px;
}

.brand_box img {
  width: 100%;
}

.brand_logo {
  /*padding:5%;margin-top:5px;*/
  text-align: center;
  height: 160px;
  /*margin-top:10px;*/
  padding: 3%;
}

.brand_logo img {
  max-width: 140px;
}

/* .row.brand_details{
  height:160px;
} */
.row.brand_details .btn-cart {
  width: auto;
}

.brand_description {}

.brand_description h2 {
  margin-top: 0px;
}

.brand_description p {
  text-align: justify;
}

.brand_details .showMore {
  font-weight: 800;
  cursor: pointer;
}

/* ==================================
   HOME PRODUCTS
   =================================== */
.featured_collection {
  margin: 75px 0 20px;
}

#swiper_poducts.swiper-container {
  width: 100%;
  height: 400px;
  padding-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

#swiper_poducts .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* border: 1px solid #ddd; */
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  /* background: red; */
  padding-top: 60px;
}

#swiper_poducts .swiper-button-next:after,
#swiper_poducts .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.swiper-fr {
  background: #ff9b00;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.swiper-fr .swiper-pagination {
  position: initial;
}

#swiper_products .product-image img {
  width: 100%;
}

#swiper_products .product-image {
  text-align: center;
}

#swiper_products .product-info {
  border-bottom: 0px solid #e1e1e1;
}

#swiper_poducts .product-info h4 {
  font-size: 13px;
  margin-bottom: 5px;
}

#swiper_poducts span.product-info-price {
  font-size: 14px;
}

#swiper_poducts span.product-info-price .previous {
  margin-right: 0px;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}

.collection_sec {
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.collection_sec .collection_small_box {
  background-position: 40%;
}

.collection {
  /* margin-bottom: 70px; */
  margin-top: 50px;
  /* height: 100%;
  max-height: 100%;
  overflow: hidden; */
}

.collection .hero {
  background-repeat: no-repeat;
  margin-top: 0;
  height: 800px;
  overflow: hidden;
  max-height: 100%;
  min-width: 100%;
}

.headerboxes,
.footerboxesboxes {}

.featured_collection .heading_title {
  margin-bottom: 25px;
  display: inline-block;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.featured_collection .heading_title span {
  font-weight: 700;
  color: #ffffff;
}

#home_collection {
  padding: 50px 0 50px 0;
  position: relative;
  transition: all .4s ease-out;
  background-image: url(../img/layout/banner/b2.jpg);
  background-color: rgba(0, 0, 0, 0.70);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 420px;
}

#home_collection.section.animate {
  padding-top: 0;
  transition: all .4s ease-out;
}

.store_home {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home_profile {
  text-align: center;
  padding: 130px 50px;
}

.home_profile p {
  font-size: 16px;
}

.home_store_box {
  overflow: hidden;
  margin-bottom: 30px;
  height: 385px;
}

.home_store_img {
  height: 385px;
  background-size: cover;
  transition: all ease 0.5s;
  background-position: center;
  background-repeat: no-repeat;
}

.home_profile .profile_header h3 {
  margin-top: 5px;
}

.home_profile .profile_header svg,
.home_profile .profile_header i {
  font-size: 20px;
}


.home_products {
  padding-top: 0px;
  padding-bottom: 40px;
}

.home_products.recommended_products {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home_products_header {
  text-align: center;
}

h3.home_heading {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

h3.home_heading span {
  font-weight: bold;
  color: #ff9900;
}


/* ==================================
   PRODUCT BOX
   =================================== */

.product {
  display: inline-block;
  position: relative;
  width: 23%;
  max-width:23%;
  height: fit-content;
  /* margin: 15px 0.1% 15px 0; */
  border: 1px solid #8080802e;
  padding: 0;
  background: white;
  margin: 1%;
  /* width: 5%; */
  z-index: 99;
  /* border: 1px solid #e8d9d9; */
  transition: all .4s ease-out;
  /* border-radius: 10px; */
  border-radius: 0px 0px 10px 10px;
}

.product:hover span.product-info{
  /* padding-top:20px;
  padding-bottom:20px; */
  transition: all 0.2s ease-in;
}

.section.recent .product {
  display: inline-block;
  position: relative;
  width: 19.6%;
  height: auto;
  margin: 15px 0.1% 15px 0;
  padding: 0;
  z-index: 99;
  border: 1px solid #fff;
  transition: all .4s ease-out;
}

.product:hover {
  z-index: 99;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 4px #e1e1e1;
  /* box-shadow: 1px 1px 4px #00909f; */
  transition: all .4s ease-out;
}

.home_products .product {
  /* width: 19.6%; */
  max-width: 23%;
  border-radius: 0 0 10px 10px;
}

.product a.product_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: white;
}

.product .brand-info {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}

.product .brand-info img {
  width: 70px;
}

.product h4 {
  /*height: 58px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin: 5px 0px;
  text-align: center;
}

.product-info h4 a {
  /* color: white; */
}

.product .product-info-price {
  display: block;
  padding: 10px 10px;
  background: #e7430e;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}

.product .price {
  display: inline-block;
  font-weight: bold;
  padding: 0px 0 0 0;
  margin: 0px 0 0 0;
  font-size: 16px;
  position: relative;
  color: white;
  background: #00000002;
}

.product .previous {
  margin-right: 0px;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 300;
  color: #c1c1c1;
}

.product-info {
  z-index: 11;
  display: block;
  background: beige;
  padding: 10px 10px;
  /* border-bottom: 1px solid #e1e1e1; */
  margin-bottom: 1px;
  transition:all 0.2s ease-in;
}

.product-info h4 strong {
  display: block;
  margin-bottom: 5px
}

.product-info h4 strong::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f656";
  margin-right: 5px;
}


.product-info span.offer {
  display: inline-block;
  width: 100%;
}

.product-image {
  display: block;
  text-align: center;
  padding: 20px;
  margin: 0px;
  position: relative;
  transition: all 0.2s ease;
}

.product-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e7430e;
}

.product:hover .overlay {
  opacity: 0.6;
}

.product-image .text {
  color: white;
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.product:hover .product-image {
  
}

.product-image img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.product .add_basket {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: transparent url(../img/layout/add_basket.svg) no-repeat center;
  text-indent: -999999px;
  background-size: 100%;
  padding: 0px 0px;
  margin: 0px 0 0px 0;
  width: 30px;
  height: 30px;
}

.product .sizes {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0px 5px 0;
  /*min-height:80px;*/
}

.product .sizes span {
  display: inline-block;
  padding: 4px 5px;
  width: auto;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: normal;
  background: #f4f4f4;
  border: 1px solid #e7e7e7;
}

.cd-products span.disabled {
  display: none;
}

/* ==================================
   PRODUCT VIEW
   =================================== */
.product-view {}

.product-view .product-view-title {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 18px;
  margin-top: 0;
  padding: 10px 0;
}

strong.product-view-brand {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 700;
  /* background: #000; */
  padding: 5px 0px;
  color: #000;
}

.product-view .product-view-title h1 {
  color: #000;
  font-size: 26px;
  font-weight: 100;
  display: block;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.product-card h1.product-view-title{
  font-size: 24px;
}

.product-preview {}

.zoom-text {
  margin-top: 10px;
  font-size: 13px;
}

.zoom-text .icon-loupe {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/layout/icon-loupe.svg) no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
}


.product-card {
  background: #eeeded;
  padding: 15px;
  box-shadow: -5px -4px 5px 1px #e2e2e2;
  border-bottom: 6px solid#27ad5a;
  height: 100%;
}

.product-title {}

.product-title h5 {
  color: #434343;
  font-size: 14px;
  font-weight: 300;
  margin: 0px 0 20px 0;
}

.product-title h5 span {
  font-weight: bold;
}

.product-specs p {
  font-size: 13px;
  padding-left: 10px;
}

.product-title .brand-logo {
  margin-bottom: 0px;
}

.product-title .brand-logo img {
  max-width: 100%;
}

.product-options {
  margin: 0px 0 0px 0;
}

.product-options .payment-icons {
  padding: 0;
}

.product-extras {
  margin: 0px 0 0px 0;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.product-meta {
  border-bottom: 1px solid #eee;
}

.product-meta .dl-horizontal dt {
  text-align: left;
}

.product-options form label {
  width: auto;
  font-weight: 700;
  padding: 0 !important;
  margin-right: 10px;
}

.product-options form select {
  display: inline-block;
  width: auto;
}

.product-options form .input.radio label {
  margin: 10px 0 4px 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #434343;
  text-transform: uppercase;
}

.product-options form .select2Buttons {
  display: inline-block;
}

.product-options form .select2Buttons ul {
  margin: 0;
}

.product-options form .select-buttons li a {
  padding: 6px;
  margin-right: 3px;
  color: #000;
  background: #e2e8e4;
  border-radius: 0;
  border: 1px solid #27ad5a;
  font-size: 12px;
  font-weight: normal;
}

.product-options form .select-buttons li a:hover {
  cursor: hand;
  cursor: pointer;

}

.product-options form .select-buttons li a:hover:not(.out-of-stock),
.product-options form .select2Buttons .picked {
  outline-color: #000;
  outline-width: 3px;
  border: 1px solid #27ad5a;
}

.product-options form .select2Buttons .picked {
  background: #27ad5a;
  color: #fff;
  
}

.input.radio.invalid {
  /* 	background: red; */
}

.product-card .price {
  display: block;
  width: 100%;
  font-weight: 300;
  margin: 0px 0;
  position: relative;
  color: #333;
  font-size: 24px;
}

.product-card .price sup,
.product-card .price sub {
  top: auto;
  bottom: auto;
  font-size: 100%;
}

.product-card .previous {
  text-decoration: line-through;
  color: #e7430e;
  font-size: 18px;
  font-weight: 400;
}

.product-card em {
  display: none;
}

.product-card .youearn {
  display: block;
  width: 100%;
  font-size: 0.5em;
  font-weight: normal;
}

.product-card .reduction {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0 10px 0;
  color: #434343;
}

.product-card .reduction small {
  font-weight: 300;
  font-size: 16px;
}

.product-actions {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bdb7b6;
    flex-direction: column;
    border-bottom: 1px solid #bdb7b6;
}

.product-actions-left {
  width: 100%;
  padding-right: 5px;
  padding-left:5px;
}

.product-actions-right {
  width: 100%;
  padding-left: 5px;
}

.product-actions p {
  display: none;
}

.product-actions p {
  color: #000000;
  font-weight: 100;
  font-size: 16px;
}

.product-actions .input.select.quantity {
  float: left;
  width: 100%;
}

.product-actions .input.select.quantity select {
  height: 40px;
}

input.quantity {
  width: 56px;
  height: 37px;
  line-height: 40px;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  color: #000;
  border: 1px solid #27ad5a;
}

.product-actions .minus,
.product-actions .plus,
.cart .minus,
.cart .plus {
  display: inline-block;
  width: 56px;
  height: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 35px;
  color: #000;
  background: #f5f5f5;
  transition: background 200ms ease-in-out;
  border: 1px solid #27ad5a;
  outline: 1px solid #f5f5f5;
  margin: 0 5px;
}

a.icon-remove.minus {
  /* background:orange; */
  background: url(../img/layout/minus.svg) no-repeat center center;
  background-size: 30%;
  transition: all 0.2s ease-in;
}

a.icon-remove.minus:hover{
  background-size: 40%;
  transition: all 0.2s ease-in;
}

a.icon-add.plus{
  background: url(../img/layout/plus.svg) no-repeat center center;
  background-size: 30%;
  transition: all 0.2s ease-in;
}
a.icon-add.plus:hover{
  background-size: 40%;
  transition: all 0.2s ease-in;
}

.form-quantity {
  margin-top: 10px;
  margin-bottom: 10px;
  padding:0;
  display: inline-flex;
    align-items: center;
}

.product-actions .minus:hover,
.product-actions .plus:hover,
.cart .minus:hover,
.cart .plus:hover {
  /* background: #1d2b2d; */
  color: #fff;
}

.product-actions input[type=number]::-webkit-inner-spin-button,
.product-actions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-actions .btn {
  float: left;
}

div.zoomContainer {
  z-index: 2;
}

div.zoomWrapper {
  width: 100% !important;
}

img.zoom-image {
  position: relative !important;
}

.lSSlideOuter .lSPager.lSGallery {
  height: 125px;
}

.lSGallery li {}

.lSGallery li.active {
  border-radius: 0 !important;
  border: 1px solid #ff9900 !important
}

.lSSlideOuter.vertical {
  padding: 0 !important;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ff9900 !important;
}

#lightSlider {
  /* max-width:100%; */
  	/* height: auto!important; */
}

#lightSlider li {
  /* height: auto !important;  */
}

.lSSlideOuter.vertical .lSGallery {
  left: 0;
  right: auto;
  margin-left: 0px;
  margin-right: 15px;
}

.product-preview .lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 32px 0px;
  bottom: auto;
  right: 10px;
  left: auto;
  top: 50%;
}

.product-preview .lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 0px;
  bottom: auto;
  right: auto;
  left: 140px;
  top: 50%;
}

.lg-outer {
  background: #FFF;
}

.lg-outer .lg-thumb-outer {
  background: #FFF !important;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar,
.lg-outer .lg-toogle-thumb {
  background: #000 !important;
  color: #FFF !important;
}

.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff !important;
}

.lg-backdrop {
  background: #FFF !important;
}

.lg-outer .lg-image {
  max-height: calc(100% - 200px) !important;
}

.brandguide {
  font-size: 1.4em;
}

.readmore-btn {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
}

#stock {
  margin: 0px 0 10px 0;
  position: relative;
  color: #ffffff;
  /* float: left; */
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  background: #000;
  padding: 5px;
}

#stock span {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

#stock .in {
  color: #62c61b;
}

#stock .low {
  color: #62c61b;
}

#stock .out {
  color: #62c61b;
}

.addthis_toolbox {
  margin-top: 40px;
}

.not_available {
  font-weight: bold;
}

.product_desc {
  padding: 10px 0;
  /* background: #dddd; */
  /* border: 1px solid #000; */
}

.product_desc .product_info {
  margin-bottom: 20px;
}

.product_desc_title {
  margin-bottom: 10px;
  display: block;
  /* padding-bottom: 10px; */
  padding: 5px 10px;
  border-bottom: 0px solid #ddd;
  font-size: 13px;
  background: #f5f5f5;
}


.description-box {
  background: #000000;
  padding: 15px 25px !important;
  margin-bottom: 20px;
}

.description-box.description-box-height {
  min-height: 220px;
}

.description-box h2 {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

.description-box p {
  color: #ffffff;
}



/* ==================================
   PRODUCT FILTERS
   =================================== */

.products-grid {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px 0;
  padding: 0px 0 30px 0;
}

.no-results .icon-info {
  display: block;
  margin: 20px auto 20px auto;
  width: 48px;
  height: 48px;
  background: url(../img/layout/icon-info.svg) no-repeat center center;
}

.cd-main-content::after {
  clear: both;
  content: "";
  display: table;
}

/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter-wrapper {
  width: 100%;
  display: block;
  z-index: 100;
}

.pages_header.products_header .cd-tab-filter-wrapper {
  width: 400px;
}

.cd-tab-filter-wrapper .pagination-nav a,
.cd-tab-filter-wrapper .pagination-nav .ordering a,
.filter-buttons {
  padding: 5px 5px;
}

.cd-tab-filter-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  /*   background: url("../img/cd-icon-arrow.svg") no-repeat center center; */
  transition: all 0.3s;
  pointer-events: none;
}

.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}

.cd-tab-filter li {
  display: none;
}

.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}

.cd-tab-filter a {
  display: inline-block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  font-size: 1.5em;
  line-height: 50px;
  padding-left: 14px;
}

.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}

.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
  display: block;
}

.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}

@media (max-width:768px){
  .top-bar{
    font-size:10px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  

  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }

  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }

  .cd-tab-filter li {
    display: inline-block;
  }

  .cd-tab-filter li.placeholder {
    display: none !important;
  }

  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }

  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }

  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }

  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    transition: width 0.3s;
  }

  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    /*     width: 80%; */
  }
}

/* --------------------------------

xgallery

-------------------------------- */
.cd-products {
  padding: 20px 0px;
  width: 100%;
  float: left;
}

#products {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) {
  .cd-products {
    /* width: 80%; */
    width: 100%;
  }

  .cd-products #products::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-products {
    padding: 0px 0px 10px;
    float: right;
    transition: width 0.3s;
  }
}

/* --------------------------------

xfilter

-------------------------------- */
.cd-filter {
  width: 100%;
  height: 0;
  background: #ffffff;
  z-index: 20;

  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
}

@media (min-width: 992px) {
  .cd-filter {
    float: left;
    /* width: 20%; */
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0px 0;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-filter {
    margin: 0px 0;
  }
}

.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #000;
  font-size: 3em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}

.cd-filter .cd-close:hover {
  color: #ff9900;
}

.cd-filter.filter-is-visible,
.pagination-nav.filter-is-visible {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}

.cd-filter-trigger.filter-is-visible {
  /*   pointer-events: none; */
}

.pagination {
  margin: 0;
}

.catalog.products .pagination {
  justify-content:flex-end;
}

.pagination .disabled {
  display: none;
}

.filter-bar {
  width: 100%;
  text-align: center;
}

.filter-bar .inner {
  background-color: #fff;
  border-bottom: 1px solid #d1d4d6;
}

@media (min-width: 992px) {
  .filter-bar {
    display: none;
  }
}

.sidebar .filter-bar {
  border: none;
  padding: 0;
}

.filter-bar::before {
  content: none
}

.filter-bar>.row::before {
  content: none
}

.filter-buttons {
  width: auto;
  display: inline-flex;
  align-items: center;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  /* font-weight: bold; */
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  color: #fff;
  background-color: #27ad5a;
  transition: all .25s ease-in-out;
}

.filter-buttons.active,
.filter-buttons:hover {
  color: #fff;
  background-color: #e7430e;
}

.filter-buttons span.icon-filter {
  display: inline-block;
  background: transparent url(../img/layout/settings_white.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: 20px;
  vertical-align: middle;
  margin-right: 2px;
}

.filter-buttons span.icon-swap_vert {
  display: inline-block;
  background: transparent url(../img/layout/sort_white.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.pagination-nav {
  width: 100%;
  height: 0;
  float: left;
  text-align: center;
  color: #434343;
  letter-spacing: .5px;
  -webkit-transform: translateZ(0);
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tab-filter-wrapper .pagination-nav {
  /* margin-bottom: 20px; */
  margin-bottom: 0px;
  position: relative;
  z-index: 9999999;
}

@media (min-width: 992px) {
  .pagination-nav {
    text-align: right;
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
    /* border-bottom:1px solid #e1e1e1; */
  }
}

.pagination-nav .ordering {
  font-weight: 400;
  font-size: 14px;
}

.pagination-nav .ordering .filter-up {
  display: none;
}

.pagination-nav span.sep {
  display: none;
  color: #1e1e1e;
}




@media (min-width: 992px) {
  .pagination-nav .ordering a {
    width: auto !important;
    padding: 5px 5px;
  }

  .pagination-nav .ordering span.sep {
    display: inline-block !important
  }

  .pagination-nav .ordering .filter-up {
    display: inline-block !important
  }
}


.pagination-nav .ordering .filter-up {}

.pagination-nav .ordering a {
  font-weight: 400;
}

.pagination-nav .ordering a:hover {
  color: #000;
}

.pagination-nav a {
  width: 100%;
  padding: 5px 5px;
  margin: 0;
  display: inline-block;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .25px;
  transition: all .25s ease-in-out;
}

.pagination-nav span.sep {
  display: none;
  color: #000000;
}

.pagination-nav a.active {
  color: #000000;
}

.page-navigation {
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 12px;
}

.page-navigation a,
.page-navigation span {
  width: auto;
  margin: 0;
  display: inline-block;
  text-align: center;
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .25px;
  transition: all .25s ease-in-out;
  border: solid 2px #fff;
}

.page-navigation a,
.page-navigation span.current {
  padding: 5px 10px;
}

.page-navigation span.current {
  background-color: #2d2d32;
  color: #fff;
  border: 2px solid #434347;
}

.page-navigation a:hover {
  color: #EC2224;
  border: 2px solid #434347;
  background: #f6f6f6;
}

.page-navigation .next-prev {
  display: inline-block;
  width: 100%;
  border: 0;
  margin-top: 10px;
}

.page-navigation .next-prev a {
  border: 2px solid #434347;
}

.page-navigation .next-prev span {
  width: 48%;
  display: inline-block;
}

.page-navigation .next-prev .disabled {
  display: none;
}

.page-navigation .next-prev span.prev {
  float: left;
  display: inline-block;
  text-align: left;
}

.page-navigation .next-prev span.next {
  float: right;
  display: inline-block;
  text-align: right;
}

.cd-filter .inner {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.block {
  float: left;
  display: block;
  width: 100%;
  margin: 0px 0 0px 0;
  /* margin: 0px 0 10px 0; */
  padding: 0 0px;
  border-bottom: 1px solid #e1e1e1;
}

#shorting.block {
  width: auto;
  float: right;
  border: 0;
  background: #27ad5a;
  padding: 10px 15px;
  color: #fff;
  /* border: 1px solid; */
  transition: all .4s ease-out
}

#shorting.block:hover {
  background: #ff9900;
  color: #fff;
  transition: all .4s ease-out
}

#shorting.block h4 {
  font-size: 14px;
  margin: 0;
}

#shorting.block h4 span {
  background: #00000002;
}

.block.filters h4::before {
  background: url(../img/layout/filter.svg) no-repeat center center;
}

/* .block.filters {
  padding: 0px 0px 10px 0px;
} */

.block.toggle.productoptions {
  /*border-bottom: 0px solid #e1e1e1;*/
}

#sidebar hr {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
}

.block.cleanup {
  margin: 0px 0 0px 0;
}

.block span.count {
  /* 	display: none; */
}

.toggle h4 {
  cursor: pointer;
}

.toggle .toggler {
  display: none;
  float: right;
  color: #000;
  font-size: 1.5em;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform .4s;
  -webkit-transition: -webkit-transform .4s;
}

.toggle.hide.closed .toggler,
.toggle.closed .toggler {
  color: #1e1e1e;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform .4s;
  -webkit-transition: -webkit-transform .4s;
  -webkit-transform-style: preserve-3d;
}

ul.side_nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 10px 10px 10px;
}

ul.side_nav.extra_filters li {
  display: inline-block;
  margin: 0;
}

ul.side_nav.extra_filters {
  float: unset;
  width: auto;
  padding: 10px 10px;
  position: absolute;
  z-index: 999;
  background: #e7430e;
  /* transition: all .4s ease-out; */
  right: 0px;
  margin-top: 15px;
}

ul.side_nav.extra_filters.closed {
  display: none;
}

.brands ul.side_nav {
  max-height: 300px;
  overflow-y: auto;
}

.toggle.hide ul.side_nav {
  display: none;
}

ul.side_nav a {
  transition: none;

}

ul.side_nav li {
  margin: 0px 0 4px 0px;
  display: block;

  padding: 0 0px;
}

ul.side_nav li:last-child {
  margin-bottom: 0;
}

ul.side_nav li.cleanup a,
ul.side_nav.radios li.cleanup a,
ul.side_nav.checkboxes li.cleanup a {
  background: url(../img/layout/cleanup.png) no-repeat 0px 0px;
  padding-left: 22px;
  color: #ff9900;
}

ul.side_nav li.cleanup a:hover,
ul.side_nav.radios li.cleanup a:hover,
ul.side_nav.checkboxes li.cleanup a:hover {
  background-position: 0px 0px;
}

ul.side_nav li.selected>a {
  color: #434343;
  font-weight: bold;
}

ul.side_nav li.disabled>a,
ul.side_nav li.disabled>a:hover {
  color: #555;
  cursor: default;
  background-position: 0px 1px !important;
}

ul.side_nav.checkboxes li a {
  background: url(../img/layout/check1.svg) no-repeat left top;
  padding-left: 26px;
  transition: all .4s ease-out;
}

ul.side_nav.checkboxes li.selected a {
  background: url(../img/layout/check2.svg) no-repeat left top;

}

ul.side_nav.checkboxes li.selected a:hover {
  background: url(../img/layout/check2.svg) no-repeat left top;
  text-decoration: line-through;
}

ul.side_nav.checkboxes li.selected a:active {
  color: #ff9900;
}

ul.side_nav.checkboxes li a:hover {
  background: url(../img/layout/check2.svg) no-repeat left top;
  transition: all .4s ease-out;
}

ul.side_nav.multi-categories li li li a {
  background: url(../img/layout/checkbox.png) no-repeat left top;
  padding-left: 26px;
  transition: all .4s ease-out;
}

ul.side_nav.multi-categories li li li.selected a {
  background: url(../img/layout/check2.svg) no-repeat left top;
}

ul.side_nav.multi-categories li li li.selected a:hover {
  text-decoration: line-through;
  background: url(../img/layout/check2.svg) no-repeat left top;
}

ul.side_nav.multi-categories li li li.selected a:active {
  background: url(../img/layout/check2.svg) no-repeat left top;
}

ul.side_nav.multi-categories li li li a:hover {
  background-position: 0px -41px;
}

ul.side_nav.radios li>a {
  background: url(../img/layout/check1.svg) no-repeat left center;
  padding-left: 26px;
  transition: all .4s ease-out;
}

ul.side_nav.arrows li a {
  padding-left: 26px;
}

ul.side_nav.radios li.selected a,
ul.side_nav.radios li.selected a:hover {
  /* background-position: 0px -66px; */
  background: url(../img/layout/check2.svg) no-repeat left center;
  transition: all .4s ease-out;

}

ul.side_nav.radios li a:hover {
  /* background-position: 0px -32px; */
  background: url(../img/layout/check2.svg) no-repeat left center;
  transition: all .4s ease-out;
}

ul.side_nav li a {
  display: block;
  color: #434343;
  font-size: 14px;
  font-weight: 300;
}


ul.side_nav.extra_filters li a {
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  transition: all .4s ease-out;
}

ul.side_nav li a:hover {
  color: #ff9900;
  transition: all .4s ease-out;
}

ul.side_nav ul {
  display: none;
  margin: 0px 10px;
  padding: 10px 0 5px 0;
}

ul.side_nav ul.show {
  display: block;
}

ul.side_nav li ul li a {
  /* 	padding-left: 15px!important; */
}

ul.side_nav ul li a:hover,
ul.side_nav ul li.selected>a {
  /*     color: #EC2224; */
}

ul.side_nav.arrows li.selected>a {
  /* 	background: #f0bb02; */
  color: #ff9900;
  font-weight: bold;
}

ul.side_nav .disabled {
  color: #ccc;
  padding: 5px 10px;
  display: none;
}

ul.side_nav span.count {
  display: none;
}

.productoptions ul.side_nav li {
  display: inline-block;
  margin: 0px 10px 10px 10px;
  width: 50px;
}

.searchable-input {
  float: left;
  width: 100%;
  padding: 0 0px 10px 0;
}

.searchable-input input {
  padding: 4px;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  border-radius: 0;
  color: #000;
  border: 1px solid #ececec;
  background: transparent;
  box-sizing: border-box;
}

.filters a {
  display: inline-block;
  padding: 6px 30px 6px 10px;
  font-size: 0.7em;
  color: #fff;
  background: #fa6d1e  url(../img/layout/top_close.svg) no-repeat 90% 50%;
  /* box-shadow: inset 0 0 2px 1px rgba(51, 51, 51, 0.2); */
  background-size: 11px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}

.filters a:hover {
  background-color: #27ad5a;
  text-decoration: line-through;
}

.icon-cancel {
  background: url(../img/layout/cd-remove-item.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  display: inline-block;
}

/* --------------------------------

xcustom form elements

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}

.cd-filter-block h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px 10px 10px;
  color: #646060;
  /* background: #00909f; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
  background: url("../img/layout/plus.svg") no-repeat center center;
  transform: translateY(-50%) rotate(90deg);
}

.cd-filter-block h4::before {
  background: url("../img/layout/minus.svg") no-repeat center center;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 92%;
  margin: 0px 10px 0 10px;
  padding: 5px 8px;
  border-width: 1px;
  border-color: #3f3f3f99;
  /* border-radius: 5px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #f90;
}

.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}

/* ==================================
   CHECKOUT
   =================================== */
.prevs_btn .btn.btn-default.btn_inv {
  margin-top: 20px;
}

.input.checkbox.full label,
.terms label {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.terms p.lead a {
  color: #f90;
}

.checkout-form {
  padding: 0 0 50px 0;
}

.checkout-form .form-group.checkbox label {
  font-size: 14px;
  font-weight: bold;
}

.checkout-form .form-group.checkbox input {
  font-size: 1.5em;
  font-weight: bold;
}

.checkout-navigation {
  display: inline-block;
  width: 100%;
  margin: 92px 0 0px 0;
  padding: 40px 0 40px 0;
  background-color: #f4f4f4;
}

.checkout-navigation h1 {
  margin-bottom: 20px;
  position: relative;
  font-size: 1.4em;
  /* font-family: 'Comfortaa', cursive; */
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 368px) {
  .checkout-navigation h1 {
    font-size: 1.4em;
  }
}

@media (min-width: 772px) {
  .checkout-navigation h1 {
    font-size: 1.1em;
  }
}

.checkout-navigation h1 .first-word {}

.checkout-navigation h1 .second-word {}

.checkout-navigation .row {
  margin-left: 0;
  margin-right: 0
}

.checkout-navigation .step-item {
  height: auto;
  color: #777;
  max-width: 22%;
  display: inline-block;
  margin:1%;
}

.checkout-navigation .step-item.complete:hover {
  cursor: pointer;
  color: #ff9900;
}

.checkout-navigation .step-item.complete:hover .step-line {
  background-color: #ff9900;
}

.checkout-navigation .step-item.active .step-line,
.checkout-navigation .step-item.complete .step-line {
  background-color: #ddd;
}

.checkout-navigation .step-item.active .step-index,
.checkout-navigation .step-item.complete .step-index {
  color: #e7430e;
}

.checkout-navigation .step-item.active .step-title,
.checkout-navigation .step-item.complete .step-title {
  color: #000;
  font-weight: 600;
}

.checkout-navigation .step-item .step-line {
  background-color: #e9e9e9;
  height: 1px;
  margin-top: 14px;
  padding: 0;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in
}

.checkout-navigation .step-item .step-index {
  font-size: 3em;
  font-weight: bold;
  margin-top: -0.4em;
  padding: 0;
  text-align: center;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
}

.checkout-navigation .step-item .step-title {
  font-size: 14px;
  text-align: center;
  font-weight: 100;
  transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  letter-spacing: .25px;
  color: #434343;

}

.checkout-navigation .step-item .step-title a {
  color: #000;
  font-weight: 400;
}

@media (max-width:767px) {
  .checkout-navigation .step-item {
    height: auto;
  }

  .checkout-navigation .step-item .step-title {
    /* opacity: 0 */
  }

  .featured_collection .heading_title {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    margin-top: 0;
  }

  .featured_collection {
    margin: 20px 15px;
  }

  .home_brands.hb_wrapper {
    margin-bottom: 0px;
  }

}

.checkout-navigation .step-item.active {
  /*     color: #7fbd24; */
}

.checkout-navigation .step-item.active .step-line {
  /*     background-color: #7fbd24; */
}

.checkout-field {
  display: block;
  margin-left: 10px;
  margin-bottom: 25px;
}

.checkout-field.selected .description{
  display:block;
  transition:all 0.2s ease-in;
}

.contactform .radio.input input {
  width: auto;
  padding: 15px;
  border: 0;
}

.contactform .radio.input .badge {
  display: inline-block;
  float: none;
  margin-top: 0;
}

.contactform .radio.input label {
  background: rgba(0, 0, 0, 0);
}

.checkout-field label {
  font-size: 15px !important;
  font-weight: normal !important;
}

.checkout-field label:hover {
  color: #ff9900;
}

.checkout-field input {
  font-size: 2em;
  font-weight: bold;
  margin: 6px 10px 0 0;
}

.checkout-field .badge {
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  /* background:#00909f; */
  color: #000;
  font-size: 16px;
}

.checkout-field .image {
  display: inline-block;
  margin-left: 10px;
}

.checkout-field .description {
  display: none;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.9em;
  text-align: justify;
  transition: all 0.2s ease-in;
}

.checkout-field .description li {
  font-size: 16px;
  font-weight: 300;
  color: #434343;
}

#cartform .table-responsive .table.cart {
  border-bottom: 1px solid #e5e5e5;
}

.table thead {
  color: #fff;
  background: #ea592b;
}

#cartform .table-responsive .table.cart thead tr th {
  font-weight: 400;
  font-size: 14px;
  border: none;
  background: #00000003;
}

.well {
  background: #f4f4f4;
  padding: 10px;
  margin-bottom: 20px;
}

.well .table {
  border-bottom: 1px solid #e5e5e5;
}

.well .table thead tr th {
  font-size: 18px;
  font-weight: 300;
  border: none;
}

.well .table tr td {
  vertical-align: middle;
  font-size: 14px;
}

.well h4 {
  font-size: 18px;
  font-weight: 300;
  color: #434343;
}

.well h5 {
  color: #434343;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}

.well address {
  color: #434343;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}

.checkout-summary {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 10px;
}

.checkout-summary.box {
  padding: 0px 0;
}

.checkout-summary.box #CouponCode {
  padding: 2px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.checkout-summary.review {
  background: #f4f4f4;
  padding: 10px;
}

.checkout-summary.review h5 {
  font-weight: 300;
  font-size: 18px;
}

.checkout-summary.review .lead {
  margin-bottom: 0;
}

form.form.review {
  margin-top: 20px;
}

.checkout-summary h2 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 1.5em;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

.checkout-summary .label {
  color: #434343;
  white-space: normal;
  font-weight: 300;
  padding-left: 0px;
  font-size: 14px;
}

.checkout-summary .label.coupon {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  margin-top:8px;
  display: inline-block;
  text-align: left;
}

.checkout-summary table.cart {
  display: inline-block;
  margin-top: 0px;
  font-size: 26px;
}

.checkout-summary table.cart tr td {
  text-align: right;
  padding-right: 0px;
}

.checkout-summary table.cart .label {
  color: #434343;
  padding-top: 12px;
}

.checkout-summary table.cart .text-center {
  font-size: 14px;
  font-weight: 300;
}

.checkout-summary table.cart .label.total {
  font-weight: 400;
  font-size: 14px;
}

.checkout-summary table.cart .total {
  font-weight: 400;
  font-size: 18px;
}

/* ==================================
   CART
   =================================== */
.table.cart {
  background: #fff;
}

.table.cart>tbody>tr>td,
.table.cart>tbody>tr>th,
.table.cart>tfoot>tr>td,
.table.carte>tfoot>tr>th,
.table.cart>thead>tr>td,
.table.cart>thead>tr>th {
  vertical-align: middle;
  padding: 15px;
}

.table.cart {
  font-size: 16px;
}

.cd-cart {
  position: absolute;
  display: none;
  top: 70px;
  right: 0px;
  height: auto;
  min-height: 400px;
  max-height:80vh;
  width: 450px;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  padding-top: 0px;
  padding-bottom: 30px;
  z-index: 998;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
 
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-cart .cart-title{
  background: #CA3B0C;
  padding: 20px 10px !important;
  text-align: center;
  display: flex;
  text-transform: uppercase;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
}

.cd-cart .cart-title span {
  background: #00000002;
}

#navigation .cd-cart ul.cd-cart-items {
  overflow-x: hidden;
  overflow-y: scroll;
  zoom: 1;
  -webkit-overflow-scrolling: touch;
  max-height: 34vh;
  padding: 11px 32px !important;
}

#navigation .cd-cart ul.cd-cart-items li{
  margin-top: 5px;
}

.cd-cart.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-cart.static {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  top: auto;
  background: none;
  padding-bottom: 0px;
  border: none;
  padding-left:0px;
  padding-right:0px;
}

.checkout .cd-cart.static {
  background: #cadcd182;
  margin-bottom:10px;
}
.cd-cart.static .checkout-btn,
.cd-cart.static .cd-go-to-cart,
.cd-cart.static .cd-item-remove {
  /* display: none; */
}

.cd-cart.static .cd-cart-items li,
.cd-cart.static .cd-cart-total {
  padding: 5px 30px;
}

.discount-info {
  border-radius: 100%;
  background: #e7430e;
  padding: 12px 3px;
  color: #fff;
  margin: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  font-size: 14px;
}

.cd-cart .product-image {
  padding: 0;
  margin: 0px;
}

.cd-cart.speed-in {
  right: 0;
}

.cd-cart>* {
  padding: 0 1em;
}

.cart-empty {
  padding: 50px 30px !important;
  text-align: center;
}

.cart-empty .icon-info {
  display: block;
  margin: 0 auto 0px auto;
  width: 48px;
  height: 48px;
  background: url(../img/layout/icon-info.svg) no-repeat center center;
}

.cd-cart h2 {
  font-size: 18px;
    font-weight: 300;
    padding: 15px;
    background: #000;
    margin: 0;
    color: #fff;
    background: #e7430e;
    padding: 20px 10px !important;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}

.cd-cart .cd-cart-items {
  padding: 0;
}

.cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}

.cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

.cd-cart .cd-image,
.cd-cart .cd-info {
  display: inline-block;
  vertical-align: top;
}

.cd-cart .cd-image {
  width: 100px;
  margin-right: 5px;
}

.cd-cart .cd-info {
  width: 200px;
  font-size: 14px;
}

.cd-cart .cd-info .badge {
  background-color: #ff9900;
}

.cd-cart .cd-info a:hover {
  color: #ff9900;
}

.cd-cart .cd-qty,
.cd-cart .cd-price {
  color: #434343;
}

.cd-cart .cd-price {
  margin-top: .4em;
}

.cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/layout/cd-remove-item.svg") no-repeat center center;
}


#navigation .cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/layout/cd-remove-item.svg") no-repeat center center;
}

#navigation .cd-cart .cd-item-remove:hover {
  background-color: #ff9900;
}

#navigation .cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 12px;
  border-top: 2px solid #27ad5a7a;
}

.cd-cart .cd-cart-finaltotal {
  font-size: 16px;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-cart .cd-cart-total span {
  float: right;
}

.cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-cart .checkout-btn {
  display: block;
  /* width: 95%; */
  height: 50px;
  margin: 10px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  background: #27ad5a;
  color: #000;
  text-align: center;
  transition: all ease 0.5s;
}

.cd-cart .checkout-btn:hover {
  background: #ff9900;
  color: #fff;
}

.no-touch .cd-cart .checkout-btn:hover {
  background: #ff9900;
}

.cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 10px 0 0px 0;
  height: 30px;
}

.cd-cart .cd-go-to-cart a {
  color: #434343;
}

.cd-cart .cd-go-to-cart a:hover {
  box-shadow: none;
  color: #434343;
}

@media only screen and (min-width: 1200px) {
  .cd-cart>* {
    padding: 0 2em;
  }

  .cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }

  .cd-cart .cd-item-remove {
    right: 2em;
  }
}

.checkout .checkout-btn,
.checkout .cd-go-to-cart,
.checkout .cd-item-remove {
  display: none;
}


.static-page .static-page-title {}

.static-page h1 {
  color: #434343;
  font-size: 26px;
  font-weight: normal;
  display: block;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.static_content h2 {
  color: #434343;
  font-size: 22px;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}

.static_content h5 {
  color: #434343;
  font-size: 22px;
  font-weight: 300;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.static_content iframe {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
}

.white_content {
  padding: 20px 0;
}

.white_content ul,
.white_content ol {
  margin-left: 10px;
  margin-bottom: 20px;
}

.white_content_cart {
  padding: 20px 0px;
  background: #fff;
}

.white_content ol li,
.white_content ul li {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 5px;
}

.white_content ul li {
  padding-left: 20px;
  background: transparent url(../img/layout/checklist.svg) no-repeat left 4px;
  background-size: 14px;
}

.company_image {
  margin-bottom: 10px;
}

.company_image img {
  display: block;
  width: 100%;
}


.shipping-elem {
  padding: 20px 0 15px 0;
  float: left;
  width: 100%;
}

.shipping-elem h6 {
  font-size: 14px;
  font-weight: 700;
}

.shipping-elem p {
  font-size: 16px;
}

.shipping-elem p strong {
  font-weight: 600;
}

.shipping-elem img {
  float: left;
  height: 20px;
  margin: 10px 5px 0px 0px;
}

@media (max-width: 768px) {
  .shipping-elem img {
    height: 25px;
  }
}

@media (max-width: 480px) {
  .checkout-summary-wrap{
    margin-top: 20px;
  }
  .shipping-elem img {
    height: 20px;
  }
  .checkout-navigation .step-item .step-title {
    display: none;
  }
}


/* Pop up window
================================================== */
.modal {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999 !important;
}

/*.modal-vertical-centered {
	transform: translate(0, 50%) !important;
	-ms-transform: translate(0, 50%) !important;
	-webkit-transform: translate(0, 50%) !important;
}*/
.mfp-ajax-holder .mfp-content,
.modal .modal-content {
  /* 	max-width: 700px; */
}

.mfp-ajax-holder .mfp-content h2,
.modal h2 {
  padding: 15px 15px;
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  color: #ffffff;
  background: #000;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.mfp-ajax-holder .mfp-content .box .box-content,
.modal .box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mfp-ajax-holder .mfp-content form {
  margin: 0;
}

/* .mfp-gallery */
.mfp-ajax-holder .mfp-close,
.modal .close,
.cd-cart .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mfp-close,
.modal .close,
.cd-cart .close {
  text-align: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  line-height: 5px !important;
  background: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 99px !important;
  -moz-border-radius: 99px !important;
  -webkit-border-radius: 99px !important;
  transition: all .4s ease-out;
}

.mfp-close:hover,
.modal .close:hover,
.cd-cart .close:hover {
  background: #434343 !important;
  text-decoration: none !important;
  transition: all .4s ease-out;
}

.mfp-close:active,
.modal .close:active,
.cd-cart .close:active {
  background: #000000 !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15000000000000002) !important;
  text-decoration: none !important;
  color: #999891 !important;
  top: 10px !important;
  right: 10px !important;
  transition: all .4s ease-out;
}

.mfp-bg {
  background: #333 !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-preloader {
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(151, 8, 8, 1);
  opacity: 0.65 !important;
  margin: 0 auto !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

.profile-link {
  display: inline-block;
  margin: 0px 0 0 0;
  color: #434343;
  background: #f9f9f9;
  ;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}

.profile-link a {
  color: #fff;
}

.menu-list { float: right; }
.menu-list a { color: #d02030; }
.menu-list li { float: left;margin-left: 10px;  border-right:none!important;display: flex; letter-spacing:3px;     font-size: 14px;}
.menu-list img {width:24px; margin-bottom: 1.5px;}
.menu-list li:hover img{ border: 1px solid #d8cbbe; }


@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}


@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg)
  }
}

@media (min-width: 768px) {}

#map {
  width: 100%;
  height: 400px;
}

/* Tabs
================================================== */

ul.tabs {
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  padding: 0px 0px 0 0px;
  opacity: 1;
}

ul.tabs>li {
  font-size: 21px;
  display: inline-block;
  margin: 0 0 0 0px;
  color: #fff;
  padding: 15px 20px;
  /* 	letter-spacing: 4px; */
  cursor: pointer;
}

ul.tabs>li.current {
  color: #f0bb02;
  background: #fff;
}

.tab-content,
.owl-carousel.tab-content {
  display: none !important;
}

.tab-content.current,
.owl-carousel.tab-content.current {
  display: inherit !important;
}

.checbox_row label {
  background: rgba(0, 0, 0, 0);
  color: #000;
  margin: 0;
  font-size: 14px;
}

.checbox_row input {
  width: 15px !important;
  height: 15px;
  margin: 0 !important;
  margin-right: 5px;
}

.checbox_row .checbox_row_wrapper {
  display: flex;
  align-items: center;
}

.tab-content .input_css input {
  border: 1px solid #f90;
}

.tab-content input {
  width: 100%;
  padding: 15px 10px;
}

.input_css select {
  width: 100%;
  padding: 10px 10px;
  background: #f4f4f4;
  border: 0;
}

.input_css {
  margin-bottom: 15px;
}

.tab-content.user_login .submit {
  margin: 0px 0 20px;
}

.tab-content.user_login .submit input {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 0;
}

.tab-content.user_login .btn.btn-default.tablink.tablink_inv {
  background: transparent;
  border: 1px solid #383e42;
  color: #383e42;
  transition: all .4s ease-out;
}

.tab-content.user_login .btn.btn-default.tablink.tablink_inv:hover {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
  transition: all .4s ease-out
}

.tab-content .btn.btn-default.tablink {
  display: block;
  padding: 15px 10px;
  margin-top: 10px;
  transition: all .4s ease-out;
}

.tab-content.user_login .btn.btn-default.tablink:hover {
  background: transparent;
  border: 1px solid #383e42;
  color: #383e42;
  transition: all .4s ease-out;
}


/* ======================== dashboard */
.dashboard_box {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.dashboard_box h3 i,
.dashboard_box h3 svg {
  color: #ffffff;
    background: #27ad5a;
  border-radius: 3rem;
  width: 35px;
  height: 35px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.side_info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.side_info .side_info_header i,
.side_info .side_info_header svg {
  font-size: 85px;
  color: #e7430e;
  margin-bottom: 20px;
}

.side_info .side_info_desc p i,
.side_info .side_info_desc p svg {
  font-size: 16px;
  color: #e7430e;
}

/* LOADER MASK
================================================== */

.js-loading {
  /* 	position: relative; */
}

.js-loading-overlay {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  z-index: 199;

  background: #000;
  opacity: 0.8;

  border-radius: inherit;
}

.jscroll-loading {
  position: relative;
  display: inline-block;
  width: 100%;
}

.spinner {
  top: 42%;
  left: 45%;
  position: absolute;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  z-index: 200;
}

.spinner>div {
  background-color: #000;
  height: 100%;
  width: 6px;
  margin-right: 2px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}


@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }

  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* BRANDS
----------------------------------------------- */
.brands-index {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 10px;
}

.brands-index a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 4px 8px;
}

.brands-index a:hover,
.brands-index a.selected {
  color: #fff;
  background: #000;
}

.brands-index span {
  color: #333;
  display: inline-block;
  padding: 4px 2px;
  line-height: 1.3em;
  color: #aaa;
}

.brands-index span.counter {
  display: none
}

.brand {
  position: relative;
  float: left;
  text-align: center;
  margin: 10px 5px;
  width: 265px;
  height: 136px;
  line-height: 136px;
  font-size: 40px;
  font-weight: 300;
}

.brand img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ERROR 404
----------------------------------------------- */
.error404 {
  background: #fff;
  color: #000;
  margin-top: -30px;
}

.error404 #main {
  margin: 0 auto 0;
  padding: 6.5em 0 0;
}

.error404 #primary {
  margin: 0;
  float: none;
  text-align: center;
  padding: 0 0 30px;
}

.error404 .entry-header {
  margin: 30px 0 30px;
  text-align: center;
}

.error404 .entry-header .entry-title {
  font-size: 350px;
  font-weight: 100;
  line-height: 1.0em;
  letter-spacing: 5px;
}

.error404 .entry-content {
  float: none;
  width: auto;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.error404 h2 {
  font-size: 45px;
  font-weight: 100;
  color: #222;
}

.error404 p {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

#back {
  text-decoration: underline;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

#back:hover {
  color: #e8e8e8;
}

#back:active {
  color: #ff3737;
}

/* COOKIE CONSENT
----------------------------------------------- */
#cookie-consent-wrapper {
  position: fixed !important;
  z-index: 2147483647 !important;
  display: block !important;
  width: 100%;
  bottom: 0;
  background: #fff;
  /* background: #383e42; */
  padding: 10px 0;
  font-weight: bold;
  /* background: rgb(71,74,76);
  background: linear-gradient(90deg, rgba(71, 74, 76, 0.85) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c",endColorstr="#000000",GradientType=1); */
}

#cookie-consent-wrapper .container {
  position: relative;
}

#cookie-consent-wrapper span.icon-info {
  float: left;
  font-size: 2em;
  margin: 7px 15px 0px 0;
}

#cookie-consent-wrapper span.content {
  float: left;
}

#cookie-consent-wrapper span.content p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #000;
}

#cookie-consent-wrapper span.content a {
  color: #f90;
  background: #00000003;
}

#cookie-close {
  padding: 0.2em 1em !important;
  font-size: 1em !important;
  background: #36383a !important;
  color: #fff !important;
}

/* SIZE GUIDES
----------------------------------------------- */

.size-guide table p {
  margin: 0;
}

/* CONTACT PAGE
----------------------------------------------- */

.contact_list li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}

.contactform input,
.contactform textarea {
  width: 100%;
  padding: 10px;
  background: #f4f4f4;
  border: 0;
}

.map {
  margin-top: 50px;
}

.map iframe {
  width: 100% !important;
  height: 350px;
}

.contact_box {
  background: #f9f9f9;
    color: #6f6666;
    padding: 10px;
    margin: 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.contact_box .contact_box_info p{
  padding: 0 10px;
  font-weight: 600;
}
.contact_box .footer_hours ul{
  padding: 0 10px 10px 10px;
}
.contact_box a {
  color: rgb(75, 69, 69);
}

.contact_box .contact_social a svg,
.contact_box .contact_social a i {
  font-size: 24px;
}

.contact_box .contact_social {
  padding:0 10px;
}

.contact_box .contact_social a:first-child i {
  margin-right: 10px
}

.contact_box h4 {
  padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    background: #27ad5a;
    border-radius: 10px;
    color:white;
}

.contact_box h4 span {
  background: #00000002;
}

.contact_box h4 i,
.contact_box h4 svg {
  color: #ffffff;
}

.contact_box_info {
  margin-bottom: 20px;
}


#join_instagram {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 200px;
  height: auto;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: all .4s ease-out;
}

#join_instagram:hover {
  color: #f90;
  transition: all .4s ease-out;
}

#join_instagram i {
  font-size: 40px;
  margin-bottom: 10px;
}

#join_instagram p {
  font-size: 16px;
  margin: 0;
}

#join_instagram .close_instagram {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ff9903;
  top: -10px;
  font-size: 18px;
  left: -10px;
  padding-top: 0px;
  border-radius: 50%;
  color: white;
  z-index: 10000;
  cursor: pointer;
  border: 1px solid #02020247;
}


/* =================== PAGES HEADER =================== */

.pages_header {
  /* margin: 30px 0 25px; */
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
  background: #eeeded;
}

.cart.home .pages_header {
  margin: 179px 0 0;
  display: inline-block;
  width: 100%;
}

.pages_header.products_header.products_header_view .pages_header_box_title {
  display: flex;
  align-items: center;
}

.pages_header.products_header.products_header_view .pages_header_box_title .breadcrumb>li {
  color: #000000;
}

.pages_header.products_header .pages_header_box {
  border-bottom: 1px solid #ddd;
}

.pages_header.products_header.products_header_view .pages_header_box {
  border-bottom: 0px solid #ddd;
}

.pages_header.products_header .pages_header_box_inner {
  display: flex;
  justify-content: space-between;
}

.pages_header_box .pages_header_box_inner h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.pages_header.products_header .pages_header_box .pages_header_box_inner h1 {
  margin: 0;
  color: #e84e1c;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
  margin-top: 0;
}

.pages_header.products_header.products_header_view .pages_header_box .pages_header_box_inner h1 {
  padding-right: 10px;
}

.pages_header.products_header .breadcrumb-section {
  background: rgb(0, 0, 0, 0);
  padding: 5px;
  padding-left: 0;
}

.pages_header.products_header .breadcrumb-section ul li a {
  /* color: #000; */
}

#checkout_completed.pages_header {
  margin-top: 95px;
}

.pages_header_bg {
  background-position: center;
  background-size: cover;
  padding: 15px 0;
}

.pages_header_box {
  padding: 10px 15px;
}

.pages_header_box .pages_header_box_inner h1 {
  color: #e84e1c;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
  margin-top: 0;
}



/* =================== END PAGES HEADER =================== */

/* =================== PAGES BODY =================== */
.pages_content {
  /* padding: 20px 0 100px; */
  padding: 5px 0 100px;
  margin-top:20px;
}

.blog .pages_content {
  padding: 20px 0 100px;
}

/* =================== END PAGES BODY =================== */

/* =================== BLOG =================== */
.blog_date {
  position: absolute;
  top: 0;
  left: 0;
  background: #f90;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

.blog_preview_desc {
  color: #fff;
  padding: 10px;
  background: #000;
  /* background: rgb(71,74,76);
  background: linear-gradient(90deg, rgba(71,74,76,1) 0%, rgba(56,62,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c",endColorstr="#383e42",GradientType=1); */

}

.blog_box {
  margin-bottom: 30px;
}

.blog_preview_desc .second {
  background: #ffffff;
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}

.blog_thumb {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}

.blog_title {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  background: #000;
  padding: 15px;
  color: #fff;
}

.blog_text {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.blog_text_desc {
  padding: 15px;
}

.contact_box.related_blogs_wrapper {
  padding: 0;
}

.related_blogs_wrapper strong {
  font-size: 11px;
}


.related_blogs_header {
  padding: 15px;
  background: #474a4c;
  background: rgb(71, 74, 76);
  background: linear-gradient(90deg, rgba(71, 74, 76, 0.85) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474a4c", endColorstr="#000000", GradientType=1);
  margin-bottom: 10px;
}

.related_blogs_header p {
  font-size: 16px;
  margin-bottom: 0;
}

.related_blogs_wrapper .swiper-wrapper .swiper-slide {
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}

.related_blogs_wrapper .swiper-wrapper .swiper-slide:first-child {
  padding-top: 0;
}

.related_blogs_wrapper .swiper-wrapper .swiper-slide:last-child {
  border-bottom: 0px;
}

.related_blogs_wrapper .swiper-wrapper .swiper-slide a {
  transition: all .4s ease-out;
}

.related_blogs_wrapper .swiper-wrapper .swiper-slide a:hover {
  color: #474a4c;
  transition: all .4s ease-out;
}

/* =================== END BLOG =================== */

.info-banner-box {
  height: 100px;
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
  /*.top-bar{background:green;}	*/

  /* #navi { margin-left:200px; } */
  #navi ul li a {
    margin: 0 0px;
  }

  .home .header.cd-main-header.header_fixed #navi ul li .submenu .second_level ul.third_level li a,
  #navi ul li .submenu .second_level ul.third_level li a {
    font-size: 12px;
  }

  #navi ul li .brand_menu_logo a img {
    width: 60px;
  }

  .info-banner-box h4 img.delivery_icon,
  .info-banner-box h4 img.shipping_icon {
    display: none;
  }

  .footer_links .footer_map_text {
    max-width: 130px;
  }

  .social-icons a {
    margin: 10px 10px 10px 0;
  }

  .product h4 {
    font-size: 12px;
  }

  .product {
    width: 24.5%;
  }

  .home_products .product {
    width: 24.3%;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 80px;
  }

  .home_box {
    height: 360px;
  }

  .home_box.large_box {
    height: 745px;
  }

  .home_brands_img {
    height: 280px;
  }

  .home_brands_box .shop_now_button {
    margin-top: 20px;
  }
}

.shipping_top {
  margin-left: 5px;
}

@media (max-width:1199px) {
  #navi_container {
    margin-left: -90px;
  }

  .home #navi_container {
    margin-left: 0px;
  }

  .desktop-search {
    /* margin: 0px 0px 20px 0px; */
  }

  .home #navi ul li a {
    padding: 10px 5px 10px 5px;
  }

  .home .header.cd-main-header.header_fixed #navi ul li .submenu .second_level ul.third_level li a,
  #navi ul li .submenu .second_level ul.third_level li a {
    font-size: 11px;
  }

  #navi ul li .brand_menu_logo a img {
    width: 50px;
  }

  .pages.home #logo {
    top: -5px;
  }

  .home_brands_box .shop_now_button {
    width: 126px;
    font-size: 14px;
    left: calc(50%-45px) !important;
  }


  .home .header .logo {
    width: 200px;
  }

  .pages.home .main-navigation {
    padding: 35px 0 0;
  }

  .pages_header_box .pages_header_box_inner h1 {
    font-size: 24px;
  }

  .btn-cart {
    font-size: 12px;
  }

  .product-options form select {
    font-size: 12px;
  }

  .section.recent .product {
    width: 19.5%;
  }

  .product h4 {
    /* height: 60px; */
  }

  .checkout .checkout-summary.box #CouponCode {
    width: 100%;
    margin-bottom: 8px
  }

  .home .header .logo {
    width: 280px;
  }

  .pages.home .main-navigation {
    padding: 45px 0 0 0;
  }

  #navi ul li a {
    margin: 0 10px;
  }

  .home_brands_img {
    height: 250px;
    background-size: cover;
  }

  .home_brands .home_brands_box .home_heading {
    font-size: 14px;
  }

  .pages.home #navi ul li .submenu {
    top: 80px;
  }

  .home_profile {
    padding: 90px 50px;
  }
}

@media (max-width:1115px) {
  .top_bar_left {
    margin-left: -12%;
  }
}

@media (max-width:991px) {
  .checkout-navigation {
    margin: 0px 0 0px 0;
  }
  .cart.home .pages_header {
    margin: 100px 0 0;
    
  }
  .free_shipping_top a {
    font-size: 12px;
  }

  .home .social_top a {
    font-size: 22px;
    margin-left: 5px;
  }

  .home .main-navigation {
    padding: 15px 0 0 !important;
  }

  .home #mobile-nav {
    margin-top: 100px;
  }

  .home .header.cd-main-header.header_fixed #mobile-nav {
    margin-top: 60px;
  }

  .pages.home .header.cd-main-header.header_fixed .main-navigation {
    height: 60px;
  }

  .top_icons .top_icon {
    background-size: 20px;
  }

  .main-navigation {
    height: 50px;
  }

  #mobile-nav {
    margin-top: 90px;
  }

  .header.cd-main-header.header_fixed #mobile-nav {
    margin-top: 50px;
  }

  .pages.home #logo {
    top: 0;
  }

  .pages.home .header.cd-main-header.header_fixed #logo {
    top: 0;
  }

  #banner.swiper-container {
    height: 80vh;
  }

  #banner.swiper-container .swiper-slide h1 {
    font-size: 30px;
  }

  #banner.swiper-container .swiper-slide p {
    font-size: 22px;
  }

  .collection {
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .featured_collection .heading_title {
    margin-bottom: 25px;
  }

  .home_brands .home_brands_box {
    margin-bottom: 25px;
  }

  .hero.h2 {
    margin-top: -250px;
    height: 300px;
    background-size: 105%;
  }

  .hero.h2::before {
    height: 300px;
  }

  .pages_header {
    margin: 0 0 0;
  }

  .pages_header_bg {
    padding: 5px 0;
  }

  .pages_content {
    padding: 10px 0 55px;
  }

  .cart.home .pages_content {
    padding: 10px 0 80px;
  }

  .newsletter .pages_content {
    padding: 0 15px 90px;
  }

  .contact_box {
    margin: 20px 0px 0 0px;
  }

  .map {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  h3.title {
    font-size: 18px;
  }

  .side_info {
    margin-top: 25px;
  }

  .side_info .side_info_header i,
  .side_info .side_info_header svg {
    font-size: 60px;
  }

  #shorting.block {
    padding: 0;
  }

  #shorting.block h4 {
    display: none;
  }

  ul.side_nav.extra_filters.closed {
    display: block;
  }

  .filter-bar {
    text-align: right;
  }

  .cd-filter.filter-is-visible,
  .pagination-nav.filter-is-visible {
    margin-top: 35px;
    text-align: left;
  }

  .pages_header.products_header .cd-tab-filter-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    /* top: 0; */
    padding: 0 20px;
  }

  .pages_header_box_title {
    text-align: left;
  }

  .cd-filter.filter-is-visible {
    margin-top: 35px;
  }

  .pagination-nav.filter-is-visible {
    margin-top: -8px;
  }

  .section.recent .product {
    width: 32.7%;
  }

  .table.cart>tbody>tr>td,
  .table.cart>tbody>tr>th,
  .table.cart>tfoot>tr>td,
  .table.carte>tfoot>tr>th,
  .table.cart>thead>tr>td,
  .table.cart>thead>tr>th {
    vertical-align: middle;
    padding: 10px;
  }

  .checkout-navigation .step-item .step-title {
    font-size: 11px;
  }

  body.checkout .cd-main-content {
    margin-top: 100px;
  }

  .btn.btn-default.btn_inv {
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
  }


  .collection .hero,
  .collection_small_box,
  .collection_sec .hero,
  .collection_small_box {
    height: 600px;
  }

  .product {
   max-width:auto;
  }

  .contact_box {
    /* display: flex;
    justify-content: space-between; */
  }

  .contact_box_info,
  .footer_hours {
    width: 100%;
  }

  .home_brands_img {
    height: 280px;
  }

  .home_store_box {
    height: 280px;
  }

  .home_profile {
    padding: 50px;
    height: 310px;
  }
  .top_bar_left {
    margin-left: -15%;
  }

}
@media (max-width:1399px) {
  .catalog.products .product{
    width:31%;
    max-width:31%;
    margin:1%;

  }
}



@media only screen and (min-width:992px) and (max-width:1199px) {
  /*.top-bar{background:blue;}*/
  .top_icons {
  
    top: -33px;
   
  }

  .header_fixed .top_icons .cd-search-trigger,
  .header_fixed .top_icons .cd-account-trigger
  {
  display:none;
  }

  .header_fixed .top_icons .cd-cart-trigger{
    top:33px;
  }
  /* #navi { margin-left:270px; margin-top:5px;} */
  #navi ul li a {
    margin: 0 0px;
    padding: 22px 3px 22px 3px;
    font-size: 12px;
  }

  #navi ul li a span {
    font-size: 12px;
  }

  .home #navi ul li .submenu {
    top: 55px;
  }

  #navi ul li .submenu {
    top: 65px;
  }

  .info-banner-box h4 img.delivery_icon,
  .info-banner-box h4 img.shipping_icon {
    display: none;
  }

  .footer_links .footer_map {
    display: none;
  }

  .footer_links .footer_map_text {
    max-width: 180px;
  }

  .social-icons a {
    margin: 10px 5px 10px 0;
  }

  .product {
    width: 32.7%;
  }

  .catalog.products .product{
    width:31%;
    max-width:31%;
    margin:1%;

  }

  .home_products .product {
    width: 48%;
    max-width:48%;
  }

  .cd-cart .cd-info {
    width: 150px;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 70px;
  }

  .home_box {
    height: 290px;
  }

  .home_box.large_box {
    height: 605px;
  }

  .top-links ul li a {
    font-size: 12px;
  }

  .top-links p span {
    font-size: 12px;
    line-height: 28px;
  }
}

@media (max-width:991px) {
  .cd-cart {
    /* width: 100%; */
    top: 42px;
  }
  #navi_container {
    display: none;
  }

  .pages.home .header .logo {
    width: 450px;
    margin-top: 0px;
  }

  .pages.home .header.cd-main-header.header_fixed #logo {
    top: 0px !important;
  }

  .cd-menu-trigger {
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    background-size: 23px !important;
  }

  .hamb_menu {
    width: 40px;
    height: 32px;
    margin-left: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 0px;
    transition: all 0.2s ease-in;
    text-indent: -99999px;
  }

  .pages.home .cd-menu-trigger {
    /* top: 17px; */
  }

  .pages.home .header.cd-main-header.header_fixed .cd-menu-trigger {
    top: 14px !important;
  }

  #logo,
  .blog.home #logo,
  .brands.home #logo,
  .cart.home #logo {
    left: 50px;
  }

  .pages.home .header #logo {
    left: auto;
    top: 150px;
  }

  .home .main-navigation .social_top {
    display: none !important;
  }

  .footer_links.logo_footer {
    display: none;
  }

  .visible-mobile-elements {
    display: block !important;
  }

  .product-card {
    margin-top: 30px;
  }

  .section.products-page {
    padding-bottom: 0px;
  }

  .products-grid {
    padding-top: 0px;
  }

  .cd-products {
    padding-top: 5px;
  }

  #products {
    margin-left: 0px;
  }

  .home_box.large_box {
    display: none;
  }

  .featured_collection {
    margin: 20px 20px;
  }

  .footer_info {
    padding: 0 0px;
  }

  .col-sm-6.hours_col {
    width: 100%;
  }

  .product h4 {
    /* height: 65px; */
    font-size: 15px;
    padding: 10px;
  }

  .product-card {
    margin-top: 30px;
    margin: 10px 19px;
  }

  .product-actions {
    align-items: center;
    flex-direction: column;
  }

  .product-actions-right {
    padding-left: 0;
    width: 80%;
  }

  .product-actions-left {
    padding-right: 0px;
  }

  .product-card {
    text-align: center;
    padding: 0;
  }

  .checkout-summary.box #CouponCode {
    width: 100%;
    margin-bottom: 5px;
  }

  input.btn.btn-mini.btn-primary.small {
    width: 100%;
  }

  #home_middle_banner {
    background-attachment: scroll;
    height: 60vh;
    margin-top: -40px;
  }

  .top-links ul li a {
    font-size: 11px;
  }

  .top-links p span,
  .top-links p span {
    font-size: 12px;
    line-height: 28px;
  }

  .top-links a,
  .top-links p {
    font-size: 12px;
  }

  .home_store_box {
    height: 280px;
  }

  .home_store_img {
    height: 280px;
  }

  .home_profile {
    padding: 50px;
    height: 310px;
  }

  .home_profile p {
    font-size: 14px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  /*.top-bar{ background:pink;  }	*/

  .social_top a {
    margin-left: 0px;
  }
  .catalog.products .product{
    width:48%;
    max-width:48%;
    margin:1%;

  }
  .product {
    width: 24%;
    margin-top: 0px;
  }

  .home_products .product {
    width: 48%;
    max-width:48%;
  }

  .home_products .product h4{
    
      /* height: 65px; */
      font-size: 14px;
      padding: 10px;
  }

  #home_banner .home_banner_overlay {
    top: 50%;
  }

  #home_banner .home_banner_overlay p {
    font-size: 22px;
  }

  .home_box {
    height: 300px;
  }


}

@media (max-width: 890px){
  .top_bar_right {
    margin-right: -10%;
  }
}

@media (max-width:767px) {
  .catalog.products .product {
    width: 48%;
    max-width: 48%;
    margin: 1%;
  }
  .home .social_top a {
    font-size: 18px;
  }
  .home_products .product h4{
    
    /* height: 65px; */
    font-size: 13px;
    padding: 10px;
}

  .pages.home .header .logo {
    width: 340px;
    margin-top: 0px;
  }

  .pages.home .header.cd-main-header.header_fixed .cd-menu-trigger {
    top: 10px !important;
  }

  .social_top {
    display: none;
  }

  .footer_links .footer_map_text {
    max-width: 100%;
  }

  .footer-content .legal-info {
    float: none;
    display: block;
    text-align: center;
  }

  #wapp {
    float: none;
    display: block;
    margin: 15px auto 10px auto;
    width: 75px;
  }

  .white_content {
    padding: 20px 0;
  }

  .checkout-navigation {
    margin: 0 0 10px 0;
  }

  .checkout-summary.review {
    margin-bottom: 10px;
  }

  .product {
    width: 47%;
    margin: 0px 1% 15px 1%;
    max-width:48%;
  }

  .home_products .product {
    width: 47%;
    max-width:48%;
    margin: 15px 1%;
  }

  .btn-back {
    margin-bottom: 15px;
  }


  .pages.home .main-navigation {
    padding: 15px 0 0;
  }

  .top_icons .top_icon {
    width: 27px;
    height: 25px;
    margin-left: 4px;
    background-size: 17px;
  }

  .cd-menu-trigger.nav-open {
    background-size: 14px !important;
  }

  .home #mobile-nav {
    margin-top: 90px;
  }

  .pages.home .header.cd-main-header.header_fixed .main-navigation {
    height: 50px;
  }

  .home .header.cd-main-header.header_fixed #mobile-nav {
    margin-top: 50px;
  }

  #mobile-nav {
    margin-top: 80px;
  }

  .top-bar {
    /* height: 30px; */
    font-size:12px;
  }

  .top-bar a.top_bar_right_open_hours{
    display:none;
  }

  .top-bar .top_bar_left {
    float: unset;
    padding-left: 18%;
    padding-top: 1px;
  }

  .header.cd-main-header.header_fixed {
    margin-top: -30px;
  }

  .desktop-search form input {
    padding: 5px 10px;
  }

  .desktop-search form .icon-search {
    right: 5px;
    top: 5px;
  }

  #banner.swiper-container .swiper-slide h1 {
    font-size: 22px;
  }

  #banner.swiper-container .swiper-slide p {
    font-size: 18px;
  }

  #banner.swiper-container .swiper-slide #toggle_sound {
    font-size: 22px;
    right: 10px;
    bottom: 0px;
  }

  #banner.swiper-container {
    /*height: 60vh;*/
  }

  #banner .swiper-button-next:after,
  #banner .swiper-button-prev:after {
    font-size: 24px;
  }

  .home_brands_box .shop_now_button {
    font-size: 13px;
    width: 112px;
    padding: 6px 15px;
    left: calc(50% - 55px) !important;
  }

  .home_brands .home_brands_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home_brands_box .home_heading strong {
    display: inline-block;
  }

  .home_brands .home_brands_box {
    margin-bottom: 15px;
  }

  .home_brands a.overlay_link {
    height: calc(100% - 15px);
  }

  .home_brands {
    margin-bottom: 0;
  }

  .hero.h2 {
    display: none;
  }

  .collection_sec {
    margin-bottom: 0px;
  }

  .featured_collection {
    margin: 20px 15px;
  }

  .home_profile .profile_header h3 {
    text-align: center;
  }

  .home_profile .profile_body {
    text-align: center;
  }

  .info-banner-box p {
    font-size: 16px;
  }

  .top-links ul li a {
    font-size: 11px;
  }

  .top-links a,
  .top-links p {
    font-size: 11px;
  }

  .payment-icons img {
    height: 10px;
  }

  .top-links p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .top-links p:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  .dashboard_box {
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }

  ul.side_nav.extra_filters {
    margin-top: 15px;
    left: 0;
    text-align: center;
  }

  .pages_header_box {
    padding: 10px 15px 20px;
  }

  .pages_header.products_header.products_header_view .pages_header_box_title {
    flex-direction: column;
  }

  .pages_header.products_header .pages_header_box_inner {
    justify-content: center;
  }

  .cart_bottom {
    text-align: center;
    margin-top:25px;
  }

  .text-right div.submit {
    text-align: left;
  }

  .cart_bottom div.submit .btn {
    width: 100%;
  }

  .terms.well- .input_css {
    margin-bottom: 0;
  }

  .checkout .pages_content {
    padding: 10px 0 80px;
  }

  h2.cart_title {
    font-size: 18px;
    margin-top: 0;
  }

  .info-banner-box p {
    font-size: 15px;
  }

  .cd-menu-trigger {
    background-size: 20px !important;
  }

  .contact_box h4 {
    font-size: 14px;
  }

  .home_brands_img {
    height: 190px;
    width: 100%;
  }

  .home_brands .col-xs-12 {
    width: 49%;
  }

  .home_brands .home_brands_box .home_heading {
    font-size: 14px;
    margin-top: 15px;
  }

  .home_brands.hb_wrapper .home_brands_img {
    height: 300px;
  }

  .pages_header_box_title {
    text-align: center;
  }

  .filter-bar {
    text-align: center;
  }

  .pages_header.products_header .cd-tab-filter-wrapper {
    position: relative;
    padding: 0;
  }

  .pages_header.products_header .pages_header_box_inner {
    flex-direction: column;
  }

  .footer_social {
    text-align: center;
  }

  .social-icons {
    width: 100%;
  }

  .home_store_box {
    height: 250px;
  }

  .home_store_img {
    height: 250px;
  }

  .home_profile {
    padding: 30px;
    height: 300px;
  }

  .home_profile p {
    font-size: 13px;
  }

}

@media (max-width: 794px){
  .top_bar_left {
    margin-left: -17%;
  }
  .menu-list { margin-right: -2%; }
}

@media (max-width:600px) {
  .free_shipping_top .shipping_top {
    font-size: 12px;
    display: none;
  }

  .free_shipping_top .free_shipping_top_hide_text {
    display: flex;
    justify-content: center !important;
  }

  .home .main-navigation .social_top {
    display: none;
  }

  .pages.home .main-navigation {
    padding: 0px 15px 0 0 !important;
    height: 45px;
    /* flex-direction: row; */
  }

  .pages.home .header.cd-main-header.header_fixed .logo {
    top: 0px;
    left: calc(50%-150px);
  }

  .pages.home .cd-menu-trigger {
    /* top: 7px; */
  }
  .breadcrumb{
    display: inline-flex;
  }

  /* .home .top_icons {
    top: 10px;
  } */

  /* .home .header.cd-main-header.header_fixed .top_icons {
    top: 12px;
  } */

  .top-bar {
    /* height: 30px; */
  }

  .header.cd-main-header.header_fixed {
    margin-top: -29px;
  }

  .home #mobile-nav {
    margin-top: 100px;
  }



  #mobile-nav {
    margin-top: 80px;
  }

  #banner.swiper-container .swiper-slide h1 {
    font-size: 27px;
  }

  #banner.swiper-container .swiper-slide a {
    padding: 0 45px;
  }

  #banner.swiper-container .swiper-slide p {
    font-size: 15px;
  }

  .headerboxes,
  .footerboxesboxes {
    padding: 15px 15px;
  }

  .headerboxes h1 {
    font-size: 1em;
    line-height: 18px;
  }

  .collection .hero,
  .collection_sec .hero {
    height: 400px;
  }

  .collection .col-xs-6,
  .collection_sec .col-xs-6 {
    width: 100%;
  }

  .collection_small_box {
    height: 400px;
    margin-top: 10px;
  }

  .order-xs-reverce {
    display: flex;
    flex-direction: column-reverse;
  }

  .swiper-fr {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .info-banner-box {
    flex-direction: column;
    text-align: center;
    height: 125px;
  }

  .top-links .col-xs-6 {
    width: 100%;
  }

  .top-links {
    text-align: center;
  }

  .social-icons {
    float: none;
  }

  .payment-icons img {
    height: 17px;
  }

  .footer-content {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-content .legal-info p {
    margin-bottom: 0;
  }

  #wapp {
    margin: 10px auto 10px auto;
  }

  .pages_header {
    text-align: center;
  }

  .contact_box {
    text-align: center;
  }

  .tab-content input {
    padding: 10px 10px;
  }

  .tab-content.user_login .submit input {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 0;
  }

  .tab-content .btn.btn-default.tablink {
    padding: 10px 10px;
  }

  .footer_info ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }



  .section.recent .product {
    width: 49.1%;
  }

  .cd-cart .checkout-btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .btn-link {
    font-size: 14px;
  }

  .checkout-navigation {
    padding: 20px 0 15px 0;
  }

  .checkout-navigation .step-item .step-index {
    font-size: 2em;
  }

  .checkout-navigation .step-item .step-line {
    background-color: rgba(0, 0, 0, 0);
  }

  .home .main-navigation .social_top {
    display: none !important;
  }

  .blog_thumb {
    height: 260px;
  }

  .info-banner-box p {
    font-size: 15px;
  }

  .contact_box {
    display: flex;
    flex-direction: column;
    justify-content: none;
  }

  .home_brands_box .shop_now_button {
    font-size: 12px;
    width: 104px;
    padding: 6px 13px;
    left: calc(50% - 53px) !important;
    margin-top: 17px;
  }

  .home_brands_img {
    height: 150px;
  }

  .top-links ul li {
    width: 48%;
  }

  .top-links ul li a {
    font-size: 10px;
  }

  .brand_logo img {
    /* height:170px; */
  }
}
@media (max-width: 575px) {
  .home_banner .content_text p {
    font-size: 16px;
  }
  .home_banner .content_text {
    margin-right: 0;
    top: 39%;
    height: 38%;
   
    left: 22%;
    width: 60%;
  }
  .home_banner .content_text h1 {
    font-size: 22px;
  }
  h2.home_title{
    font-size:20px;
  }

  h2.home_title::before, h2.home_title::after {
    margin: 6px 15px;
    width:2rem;
  }
  
}
@media (max-width:568px) {
  
  .catalog.products .product {
    width: 98%;
    max-width: 98%;
    margin: 1%;
  }
  section.home_category_products {
    padding: 10px;
}
  .home_products .product {
    width: 98%;
    max-width:98%;
    margin: 15px 1%;
  }
  section.home_category_products .cat_box_image {
   
    width: 100%;
    
  }
  section.home_category_products .cat_box_list {
   
    width: 100%;
    
  }

}
@media only screen and (min-width:550px) and (max-width:767px) {
  /*.top-bar{  background:brown; }*/

  .social_top a {
    margin-right: 2px;
  }

  /* #mobile-nav { 	margin-top: 123px; } */
  .cd-cart {
    top: 40px;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 90px;
  }

  #home_banner .home_banner_overlay {
    width: 360px;
    left: calc((100% - 360px) * 0.5);
    top: 50%;
    padding: 20px 30px;
  }

  #home_banner .home_banner_overlay p {
    font-size: 22px;
  }

  #home_banner .home_banner_overlay a {
    font-size: 18px;
    margin-top: 0px;
  }

  #home_boxes {
    margin-bottom: 0px;
  }

  .home_box {
    height: 240px;
  }

  .home_box p {
    bottom: 15px;
  }

  .home_box p span {
    font-size: 18px;
  }

  body .cd-main-content {
    margin-top: 100px;
  }

  .pages.home .header .logo {
    width: 380px;
  }

}

@media (max-width:549px) {

  .cd-cart.is-visible {
    right: 0;
    position: fixed;
    height: 88vh;
    width: 100%;
    max-height:88vh;
  }
  .header .logo {
    width: 180px;
  }

  body.checkout .header .logo {
    left: calc((100% - 180px) * 0.5);
  }

  .pages.home .header #logo {
    top: 70px;
  }

  .main-navigation {
    height: 50px;
  }

  /* .top_icons{	top:10px;  } */

  /* #mobile-nav { 	margin-top: 103px; } */
  .cd-cart {
    width: 100%;
    top: 11vh;
  }

  .footer_divider {
    height: 0px;
  }

  .home_store_box {
    height: 200px;
  }

  .home_store_img {
    height: 200px;
  }

  .home_profile {
    padding: 10px;
    height: 250px;
  }

  .home_profile p {
    font-size: 12px;
  }

  #banner.swiper-container {
    height: 50vh;
    min-height: 400px;
  }
}
@media (max-width:480px){
  .home_banner .content_text {
    margin-right: 0;
    height: 34%;
    top: unset;
    left: 1%;
    width: 98%;
  }
}
@media only screen and (min-width:480px) and (max-width:549px) {
  /*.top-bar{ background:orange; }*/


  .payment-icons {
    width: 100%;
  }

  .social-icons {
    width: 100%;
  }

  .static-page h1 {
    font-size: 24px;
  }

  .static_content h5 {
    font-size: 20px;
  }

  .product-view .product-view-title h1 {
    font-size: 22px;
  }

  h2.title {
    font-size: 20px;
  }

  h3.title {
    font-size: 20px;
  }

  h4.title {
    font-size: 20px;
  }

  h2.cart_title {
    font-size: 20px;
  }

  h3.summary_title {
    font-size: 20px;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 75px;
  }

  #home_banner .home_banner_overlay {
    width: 320px;
    left: calc((100% - 320px) * 0.5);
    top: 50%;
    padding: 15px 20px;
  }

  #home_banner .home_banner_overlay p {
    font-size: 20px;
  }

  #home_banner .home_banner_overlay a {
    font-size: 18px;
    margin-top: 0px;
  }

  #home_boxes {
    margin-bottom: 0px;
  }

  .home_box {
    height: 200px;
  }

  .home_box p {
    bottom: 10px;
  }

  .home_box p span {
    font-size: 18px;
  }

  .home_profile {
    padding: 0px;
  }
}

@media only screen and (max-width:479px) {
  /*.top-bar{ background:cyan;}*/
  .top-bar {
    /* height: 30px; */
    font-size: 10px;
}

  .top-bar .top_bar_left {
    padding-top: 3px;
  }

  #mobile-nav {
    left: -100%;
    width: 100%;
    max-width: 100%;
  }

  .pages.home .header .logo {
    width: 300px;
  }

  .home .header.cd-main-header.header_fixed .logo {
    width: 140px;
  }

  #logo {
    left: 25px;
  }

  #logo,
  .blog.home #logo,
  .brands.home #logo,
  .cart.home #logo {
    left: 40px;
  }

  .header .logo {
    width: 140px;
  }

  body.checkout .header .logo {
    left: calc((100% - 140px) * 0.5);
  }

  .pages.home .header.cd-main-header.header_fixed #logo {
    left: 40px;
  }

  /* .top_icons{	top:14px;  } */
  /* .top_icons .top_icon {width:32px;height:32px;  background-size:26px;  } */
  .top_icons .top_icon {
    width: 28px;
    height: 25px;
    background-size: 20px;
  }

  .info-banner-box h4 img {
    right: -20px;
  }

  .newsletter_form {
    min-width: 240px;
  }

  .newsletter_form input {
    font-size: 14px;
  }

  .footer_full,
  .footer_links {
    width: 100%;
  }

  .footer_full {
    margin-bottom: 15px;
  }

  .top-links ul li {
    width: 48%;
  }

  .top-links a,
  .top-links p,
  .top-links ul li a {
    font-size: 12px;
  }

  .footer_links .footer_map {
    display: none;
  }

  .checkout-summary table.cart {
    font-size: 18px;
  }

  .checkout-summary table.cart .text-center {
    font-size: 18px;
  }

  .checkout-summary table.cart tr td.total {
    font-size: 20px;
  }

  .checkout-summary table.cart .label {
    padding-top: 8px;
  }

  .static-page h1 {
    font-size: 22px;
  }

  .static_content h5 {
    font-size: 18px;
  }

  .product-view .product-view-title h1 {
    font-size: 20px;
  }

  

  h2.title {
    margin: 0;
    font-size: 18px;
  }

  h3.title {
    font-size: 18px;
  }

  h4.title {
    font-size: 18px;
  }

  h2.cart_title {
    font-size: 18px;
  }

  h3.summary_title {
    font-size: 18px;
  }

  /* label {    font-size: 16px; } */
  .checkout-field label {
    font-size: 16px !important;
  }


  .product {
    width: 46%;
  }

  .home_products .product {
    width: 46%;
  }

  .product .add_basket {
    display: none;
  }

  .lSSlideOuter .lSPager.lSGallery {
    height: 65px;
  }

  #home_banner .home_banner_overlay {
    width: 260px;
    left: calc((100% - 260px) * 0.5);
    top: 45%;
    padding: 10px 10px;
  }

  #home_banner .home_banner_overlay p {
    font-size: 16px;
  }

  #home_banner .home_banner_overlay a {
    font-size: 14px;
    margin-top: 0px;
  }

  #home_boxes {
    margin-bottom: 0px;
  }

  .home_box {
    height: 150px;
  }

  .home_box p {
    bottom: 10px;
  }

  .home_box p span {
    font-size: 16px;
  }



  .home_store_full {
    width: 100%;
  }

  .home_store_box {
    height: 200px;
  }

  .home_store_img {
    height: 200px;
  }

  .home_profile {
    padding: 10px;
    height: auto;
    margin-bottom: 20px;
  }

  .home_profile p {
    font-size: 12px;
  }


}

@media(max-width:420px) {
  .home .header .logo {
    width: 150px;
  }

  .home .header.cd-main-header.header_fixed .logo {
    width: 140px;
  }


  .top_icons .top_icon {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }

  .header.cd-main-header .col-xs-10 {
    width: 100% !important;
  }

  .header.cd-main-header .col-xs-10.col-xs-offset-1 {
    margin: 0 !important;
  }

  .main-navigation {
    padding: 0px 15px !important;
  }

  .top_icons {
    right: 15px;
  }

  #mobile-search {
    padding: 0px 15px;
  }

  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    position: absolute;
    top: 90%;
  }

  #banner.swiper-container .swiper-slide h1 {
    font-size: 22px;
  }

  #banner.swiper-container .swiper-slide a {
    padding: 0 15px;
  }

  .collection .hero,
  .collection_sec .hero {
    height: 300px;
  }

  .collection_small_box {
    height: 300px;
  }

  #swiper_poducts .swiper-slide {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }

  .info-banner-box p {
    font-size: 11px;
  }

  .info-banner-box h4 span {
    display: block;
  }

  .info-banner-box h4 {
    font-size: 14px;
  }

  .top-links p {
    font-size: 12px;
  }

  .payment-icons img {
    height: 16px;
  }

  .info-banner-box i,
  .info-banner-box svg {
    font-size: 21px;
  }

  .pages_header {
    padding: 0 15px;
  }

  .pages_content {
    padding: 0 15px 55px;
  }

  .pages_header .col-xs-10,
  .pages_content .col-xs-10 {
    width: 100%;
  }

  .pages_header .col-xs-offset-1,
  .pages_content .col-xs-offset-1 {
    margin: 0;
  }

  body .cd-main-content {
    margin-top: 95px;
  }

  .map iframe {
    height: 250px;
  }

  .pages_header_box .pages_header_box_inner h1 {
    font-size: 18px;
  }

  .cd-cart .cd-image {
    width: 80px;
  }

  .blog .col-xs-6 {
    width: 100%;
  }

  .pages.home .main-navigation {
    padding: 0px 15px 0 !important;
  }

  .home_brands .home_brands_box .home_heading {
    font-size: 12px;
  }

  .home_brands {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .home_brands.hb_wrapper .home_brands_img {
    height: 200px;
  }

  .home_brands.hb_wrapper {
    margin-top: 15px;
  }

  .home_brands .col-xs-12 {
    width: 100%;
  }

  .home_store_box {
    height: 150px;
  }

  .home_store_img {
    height: 150px;
  }
}

@media(max-width:300px) {
  .top-links ul li a {
    font-size: 10px;
  }
}
#navigation li.menu-item {
  /* border-right: 1px solid #111; */
  position: static;
}

#navigation li.menu-item:first-child {
  /* border-left: 1px solid #111; */
}

#navigation .menu-link {
  display: block;
  /* color: #8ea9c5; */
  /* padding: 10px 20px; */
  text-decoration: none !important;
  background: #00000003;
}

#navigation .menu-item:hover .menu-link {
  color: #fff;
  background-color: #27ad5a;
}

#navigation .menu-content {
  position: absolute;
  width: 100%;
  background-color: #e7430e;
  padding: 30px 0;
  left: 0;
  border-bottom: 5px solid #1faa54;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
  display: none;
  z-index: 3;
  color: white;
}

#navigation .menu-content .menu-content-link {
  display: block;
  padding: 5px 15px;
  transition: 0.25s;
}

#navigation .menu-content .menu-content-link:hover {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #6b615e !important;
}

#navigation .menu-item .list-group .active {
  background-color: var(--main);
}

#navigation .menu-item:hover .menu-content {
  display: block;
}

#navigation .tab-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* animation */
@keyframes slideUp {
  from {
      opacity: 0;
      transform: translateX(20px);
  }

  to {
      opacity: 1;
      transform: translateX(0px);
  }
}