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

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

body.menu-opened {
  overflow: hidden;
}

body.search-opened {
  overflow: hidden;
}

body.loader-opened {
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}

a:active {
  color: #111;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: #111;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}

h1 {
  font-size: 31px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 29px;
  }
}

h2 {
  font-size: 29px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 27px;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 23px;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 21px;
  }
}

h6 {
  font-size: 21px;
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 19px;
  }
}

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

.smalltext {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .smalltext {
    font-size: 15px;
    line-height: 1.5;
  }
}

.overflow-hidden {
  overflow: hidden;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 1299px) {
  .container {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}

/*===================================================================================*/
/* Paddings - Margins */
/*===================================================================================*/
.bottom-padding-xlarge {
  padding-bottom: 50px;
}

.bottom-padding-large {
  padding-bottom: 40px;
}

.bottom-padding-medium {
  padding-bottom: 30px;
}

.bottom-padding-small {
  padding-bottom: 20px;
}

.bottom-padding-xsmall {
  padding-bottom: 10px;
}

.bottom-padding-xxsmall {
  padding-bottom: 5px;
}

.bottom-padding-no {
  padding-bottom: 0px;
}

.top-padding-xlarge {
  padding-top: 50px;
}

.top-padding-large {
  padding-top: 40px;
}

.top-padding-medium {
  padding-top: 30px;
}

.top-padding-small {
  padding-top: 20px;
}

.top-padding-xsmall {
  padding-top: 10px;
}

.top-padding-xxsmall {
  padding-top: 5px;
}

.top-padding-no {
  padding-top: 0px;
}

.left-padding-xlarge {
  padding-left: 50px;
}

.left-padding-large {
  padding-left: 40px;
}

.left-padding-medium {
  padding-left: 30px;
}

.left-padding-small {
  padding-left: 20px;
}

.left-padding-xsmall {
  padding-left: 10px;
}

.left-padding-xxsmall {
  padding-left: 5px;
}

.left-padding-no {
  padding-left: 0px;
}

.right-padding-xlarge {
  padding-right: 50px;
}

.right-padding-large {
  padding-right: 40px;
}

.right-padding-medium {
  padding-right: 30px;
}

.right-padding-small {
  padding-right: 20px;
}

.right-padding-xsmall {
  padding-right: 10px;
}

.right-padding-xxsmall {
  padding-right: 5px;
}

.right-padding-no {
  padding-right: 0px;
}

.bottom-margin-xlarge {
  margin-bottom: 50px;
}

.bottom-margin-large {
  margin-bottom: 40px;
}

.bottom-margin-medium {
  margin-bottom: 30px;
}

.bottom-margin-small {
  margin-bottom: 20px;
}

.bottom-margin-xsmall {
  margin-bottom: 10px;
}

.bottom-margin-xxsmall {
  margin-bottom: 5px;
}

.bottom-margin-no {
  margin-bottom: 0px;
}

.top-margin-xlarge {
  margin-top: 50px;
}

.top-margin-large {
  margin-top: 40px;
}

.top-margin-medium {
  margin-top: 30px;
}

.top-margin-small {
  margin-top: 20px;
}

.top-margin-xsmall {
  margin-top: 10px;
}

.top-margin-xxsmall {
  margin-top: 5px;
}

.top-margin-no {
  margin-top: 0px;
}

.left-margin-xlarge {
  margin-left: 50px;
}

.left-margin-large {
  margin-left: 40px;
}

.left-margin-medium {
  margin-left: 30px;
}

.left-margin-small {
  margin-left: 20px;
}

.left-margin-xsmall {
  margin-left: 10px;
}

.left-margin-xxsmall {
  margin-left: 5px;
}

.left-margin-no {
  margin-left: 0px;
}

.right-margin-xlarge {
  margin-right: 50px;
}

.right-margin-large {
  margin-right: 40px;
}

.right-margin-medium {
  margin-right: 30px;
}

.right-margin-small {
  margin-right: 20px;
}

.right-margin-xsmall {
  margin-right: 10px;
}

.right-margin-xxsmall {
  margin-right: 5px;
}

.right-margin-no {
  margin-right: 0px;
}

/*===================================================================================*/
/* Photos */
/*===================================================================================*/
img.floatRightClear {
  float: right;
  clear: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

img.floatLeftClear {
  float: left;
  clear: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img_centered {
  width: auto;
}

/*===================================================================================*/
/* Slider Shadow Remove */
/*===================================================================================*/
.tp-caption.boxshadow,
.boxshadow {
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Recorddata */
/*===================================================================================*/
.recorddata img {
  width: auto;
  height: auto;
}

/*===================================================================================*/
/* Wow */
/*===================================================================================*/
.wow {
  visibility: hidden;
}

/*===================================================================================*/
/* cookies */
/*===================================================================================*/
.cc_container {
  background: #000 !important;
  color: #fff !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 991px) {
  .cc_container {
    font-size: 13px !important;
  }
}

.cc_container a,
.cc_container a:visited {
  text-decoration: underline !important;
  color: #fff !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #111 !important;
  background-color: #fff !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  text-decoration: none !important;
}

.cc_container .cc_message {
  margin-top: 8px !important;
  font-size: inherit !important;
}

.cc_container .cc_btn {
  font-size: inherit !important;
}

/*=================================================================================== */
/* Buttons */
/*=================================================================================== */
.btn {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: 11px 24px 12px 24px;
  font-size: 15px;
  line-height: 1;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-main,
.btn.btn-main:visited {
  color: #fff;
  background: #000;
  border: 0px solid #000;
  padding: 16px 30px 15px 30px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {

  .btn.btn-main,
  .btn.btn-main:visited {
    font-size: 13px;
  }
}

.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active,
.btn.btn-main.active,
.btn.btn-main.disabled,
.btn.btn-main[disabled] {
  color: #000;
  background: #d9d9d9;
  border: 0px solid #d9d9d9;
}

.btn.btn-mainfb,
.btn.btn-mainfb:visited {
  color: #fff;
  background: #3b5998;
  border: 0px solid #3b5998;
  padding: 16px 30px 15px 30px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {

  .btn.btn-mainfb,
  .btn.btn-mainfb:visited {
    font-size: 13px;
  }
}

.btn.btn-mainfb:hover,
.btn.btn-mainfb:focus,
.btn.btn-mainfb:active,
.btn.btn-mainfb.active,
.btn.btn-mainfb.disabled,
.btn.btn-mainfb[disabled] {
  color: #000;
  background: #d9d9d9;
  border: 0px solid #d9d9d9;
}

.btn.btn-maingo,
.btn.btn-maingo:visited {
  color: #fff;
  background: #d62d20;
  border: 0px solid #d62d20;
  padding: 16px 30px 15px 30px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {

  .btn.btn-maingo,
  .btn.btn-maingo:visited {
    font-size: 13px;
  }
}

.btn.btn-maingo:hover,
.btn.btn-maingo:focus,
.btn.btn-maingo:active,
.btn.btn-maingo.active,
.btn.btn-maingo.disabled,
.btn.btn-maingo[disabled] {
  color: #000;
  background: #d9d9d9;
  border: 0px solid #d9d9d9;
}

.btn.btn-slider,
.btn.btn-slider:visited {
  color: #000;
  background: #fff;
  border: 0px solid #fff;
  padding: 16px 30px 15px 30px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {

  .btn.btn-slider,
  .btn.btn-slider:visited {
    font-size: 13px;
  }
}

.btn.btn-slider:hover,
.btn.btn-slider:focus,
.btn.btn-slider:active,
.btn.btn-slider.active,
.btn.btn-slider.disabled,
.btn.btn-slider[disabled] {
  color: #fff;
  background: #000;
  border: 0px solid #000;
}

.btn.btn-bordered2,
.btn.btn-bordered2:visited {
  color: #fff;
  background: #000;
  border: 0px solid #000;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: normal;
  font-family: proxima-nova, sans-serif;
}

        @media screen and (max-width: 991px) {

          .btn.btn-bordered2,
          .btn.btn-bordered2:visited {
            font-size: 14px;
          }
        }

        .btn.btn-bordered2:hover,
        .btn.btn-bordered2:focus,
        .btn.btn-bordered2:active,
        .btn.btn-bordered2.active,
        .btn.btn-bordered2.disabled,
        .btn.btn-bordered2[disabled] {
          color: #fff;
          background: #111;
          border: 0px solid #111;
        }

        .btn.btn-bordered3,
        .btn.btn-bordered3:visited {
          color: #fff;
          background: #333;
          border: 0px solid #333;
          padding: 14px 34px;
          font-size: 15px;
          font-weight: normal;
        }

        @media screen and (max-width: 991px) {

          .btn.btn-bordered3,
          .btn.btn-bordered3:visited {
            padding: 14px 34px;
            font-size: 13px;
          }
        }

        .btn.btn-bordered3:hover,
        .btn.btn-bordered3:focus,
        .btn.btn-bordered3:active,
        .btn.btn-bordered3.active,
        .btn.btn-bordered3.disabled,
        .btn.btn-bordered3[disabled] {
          color: #111;
          background: #fff;
          border: 0px solid #fff;
        }

        .btn.btn-full,
        .btn.btn-full:visited {
          width: 100%;
          color: #fff;
          background: #111;
          border: 0px solid #111;
          padding: 15px 34px;
          font-size: 15px;
          font-weight: normal;
        }

        .btn.btn-full:hover,
        .btn.btn-full:focus,
        .btn.btn-full:active,
        .btn.btn-full.active,
        .btn.btn-full.disabled,
        .btn.btn-full[disabled] {
          color: #fff;
          background: #444;
          border: 0px solid #444;
        }

.btn.btn-products-addtocart,
.btn.btn-products-addtocart:visited {
  color: #fff !important;
  background: #565c68;
  border: 0px solid #565c68;
  padding: 12px 12px 11px 12px;
  font-size: 16px;
  font-weight: 900;
  width: 100%;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {

  .btn.btn-products-addtocart,
  .btn.btn-products-addtocart:visited {
    font-size: 13px;
  }
}

.btn.btn-products-addtocart:hover,
.btn.btn-products-addtocart:focus,
.btn.btn-products-addtocart:active,
.btn.btn-products-addtocart.active,
.btn.btn-products-addtocart.disabled,
.btn.btn-products-addtocart[disabled] {
  color: #fff;
  background: #000;
  border: 0px solid #000;
}

.btn.btn-checkout,
.btn.btn-checkout:visited {
  color: #fff;
  background: #da2429;
  border: 0px solid #da2429;
  padding: 21px 40px 20px 40px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {

  .btn.btn-main,
  .btn.btn-main:visited {
    font-size: 13px;
  }
}

.btn.btn-checkout:hover,
.btn.btn-checkout:focus,
.btn.btn-checkout:active,
.btn.btn-checkout.active,
.btn.btn-checkout.disabled,
.btn.btn-checkout[disabled] {
  color: #000;
  background: #d9d9d9;
  border: 0px solid #d9d9d9;
}

        .btn.btn-third,
        .btn.btn-third:visited {
          color: #fff;
          background: #111;
          border: 0px solid #111;
          padding: 15px 34px;
          font-size: 15px;
          font-weight: normal;
        }

        .btn.btn-third:hover,
        .btn.btn-third:focus,
        .btn.btn-third:active,
        .btn.btn-third.active,
        .btn.btn-third.disabled,
        .btn.btn-bordered2[disabled] {
          color: #fff;
          background: #444;
          border: 0px solid #444;
        }

.btn i {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 6px;
}

.btn i.iconright {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0px;
}

.addtocartloader {
  display: none;
}

.addtocartloader.view {
  display: inline-block;
}

/*=================================================================================== */
/* Forms */
/*=================================================================================== */
label {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  label {
    font-size: 14px;
  }
}

legend {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  legend {
    font-size: 14px;
  }
}

.form-check-inline {
  margin-right: 10px;
  cursor: pointer;
}

.form-check-inline .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-right: 6px;
  margin-left: 0;
  /* custom checkbox */
  z-index: -1;
  margin-right: 0px;
}

/* custom checkbox */
.form-check-inline .form-check-label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  transition: all .25s;
  padding: 3px;
}

/* custom checkbox */
.form-check-inline .form-check-input:checked+.form-check-label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f00c";
  background: #000;
  border: 2px solid #000;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  transition: all .25s;
  padding: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.form-group {
  margin-bottom: 10px;
}

.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  /* height: 38px;
  padding: 7px 10px;   */
  height: auto;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 991px) {
  .form-control {
    font-size: 15px;
  }
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.form-control:focus {
  color: #111;
  background-color: #fff;
  border-color: #777;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #111;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

.form-control::placeholder {
  color: #111;
  opacity: 1;
}

select.form-control {
  background: url(../../images/eshop/down-arrow.png) #fff right no-repeat;
  padding-right: 44px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.form-check-label {
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
  /* custom checkbox */
  padding-left: 30px;
}

.form-check-label em,
.form-check-label i {
  font-size: 13px;
}

@media screen and (max-width: 991px) {

  .form-check-label em,
  .form-check-label i {
    font-size: 12px;
  }
}

.text-danger {
  font-size: 14px;
  color: #da2429;
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .text-danger {
    font-size: 13px;
  }
}

.alert {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.required-symbol {
  font-size: 14px;
  color: #da2429;
}

@media screen and (max-width: 991px) {
  .required-symbol {
    font-size: 13px;
  }
}

.form-horizontal .bottom-margin-xsmall {
  margin-bottom: 15px;
}

textarea.form-control {
  height: auto;
  /* custom style */
  border: 2px solid #000;
  padding: 10px;
}










/*=================================================================================== */
/* Header */
/*=================================================================================== */
#headermenu {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #fff;
}

#headermenu.absolute {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

#headermenu.scrollmenu {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
}

/*=================================================================================== */
/* Top Box */
/*=================================================================================== */
#headermenu #top-box {
  position: relative;
  width: 100%;
  background: #565c68;
}

#headermenu.scrollmenu #top-box {
  display: none;
}

/*=================================================================================== */
/* Top Box Languages */
/*=================================================================================== */
#headermenu #top-box .languages {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0px 15px 0px 15px;
  background: #000;
  color: #fff;
  min-height: 34px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  #headermenu #top-box .languages {
    display: none;
  }
}
#headermenu #top-box .languages a {
  color: #fff;
}
#headermenu #top-box .languages a:hover {
  opacity: 0.5;
}
#headermenu #top-box .languages i {
  margin-right: 6px;
}


/*=================================================================================== */
/* Top Box Nav */
/*=================================================================================== */
#top-box .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {
  #top-box .nav.float-left {
    display: none;
  }
}

#top-box .nav .nav-link {
  display: block;
  padding: 11px 8px 10px 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  #top-box .nav .nav-link {
    font-size: 12px;
  }
}

#top-box .nav .nav-link:focus,
#top-box .nav .nav-link:hover,
#top-box .show>.nav-link {
  text-decoration: none;
  color: #111;
  background: #fff;
}

#top-box .dropdown-toggle::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: 3px;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

#top-box .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 180px;
  padding: 0px;
  margin: 0px 0 0;
  font-size: 13px;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
}

#top-box .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px;
  clear: both;
  font-weight: normal;
  color: #111;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

#top-box .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#top-box .dropdown-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#top-box .dropdown-item:focus,
#top-box .dropdown-item:hover {
  color: #111;
  text-decoration: none;
  background-color: #efefef;
}

/*=================================================================================== */
/* Menu */
/*=================================================================================== */
.menu {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  background: #d6d6d6; /* Old browsers */
  background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 991px) {
  .menu {
    height: 100px;
  }
}

/*=================================================================================== */
/* Header Logo */
/*=================================================================================== */
#headermenu .logo {
  position: relative;
  flex: 0 0 auto;
}

#headermenu .logo #logoimage {
  position: relative;
  width: auto;
  height: 132px;
  top: 3px;
}

@media screen and (max-width: 991px) {
  #headermenu .logo #logoimage {
    width: 70px;
    height: auto;
  }
}

#headermenu .logo #logoimage {
  fill: #000;
}

#headermenu.absolute .logo #logoimage {
  fill: #fff;
}

@media screen and (min-width: 992px) {
  #headermenu:hover .logo #logoimage {
    fill: #000;
  }
}

#headermenu.scrollmenu .logo #logoimage {
  fill: #000;
}


/*=================================================================================== */
/* wsmenu */
/*=================================================================================== */
.wsmenu {
  font-family: proxima-nova, sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
  width: auto;
  float: none;

  display: flex;
  height: 100%;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
}



/*=================================================================================== */
/* Icons */
/*=================================================================================== */
.header-icon {
  position: relative;
  left: 0;
  right: auto;
  flex: 0 0 auto;
  margin-right: 10px;
  width: 30px;
}

@media screen and (max-width:991px) {
  .header-icon {
    position: absolute;
    top: 20px;
    left: auto;
    right: 10px;
  }

  .header-icon#searchicon {
    right: 50px;
  }
}

.header-icon svg g,
.header-icon svg circle {
  stroke: #000;
}

#headermenu.absolute .header-icon svg g,
#headermenu.absolute .header-icon svg circle {
  stroke: #fff;
}

@media screen and (min-width: 992px) {
  #headermenu:hover .header-icon svg g,
  #headermenu:hover .header-icon svg circle {
    stroke: #000;
  }
}

#headermenu.scrollmenu .header-icon svg g,
#headermenu.scrollmenu .header-icon svg circle {
  stroke: #000;
}

.header-icon .basket-item-count {
  position: absolute;
  top: 10px;
  right: -10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 2;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #000;
}

#headermenu.absolute .header-icon .basket-item-count {
  color: #000;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #headermenu:hover .header-icon .basket-item-count {
    color: #fff;
    background-color: #000;
  }
}

#headermenu.scrollmenu .header-icon .basket-item-count {
  color: #fff;
  background-color: #000;
}


























/*=================================================================================== */
/* Wrapper Menu */
/*=================================================================================== */
#wrapper-menu {
  display: none;
}

#wrapper-menu.scrollmenu {
  display: block;
}





/*=================================================================================== */
/* Checkout */
/*=================================================================================== */
.progressbar {
  counter-reset: step;
}

@media screen and (max-width:991px) {
  .progressbar {
    display: none;
  }
}

.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-weight: 800;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 27px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #da2429;
}

.progressbar li.active a {
  color: #da2429;
}

.progressbar li.active:before {
  border-color: #da2429;
}

.progressbar li.active+li:after {
  background-color: #da2429;
}

.moduleRow td,
.moduleRowOver td,
.moduleRowSelected td {
  padding: 8px;
}

.moduleRow {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver {
  background-color: #da2429;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected {
  background-color: #da2429;
  color: #fff;
}

/* ****** GIFTWRAP ****** */
.moduleRow_giftwrap td,
.moduleRowOver_giftwrap td,
.moduleRowSelected_giftwrap td {
  padding: 8px;
}

.moduleRow_giftwrap {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_giftwrap {
  background-color: #da2429;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_giftwrap {
  background-color: #da2429;
  color: #fff;
}

/* ****** FREECHANGE ****** */
.moduleRow_freechange td,
.moduleRowOver_freechange td,
.moduleRowSelected_freechange td {
  padding: 8px;
}

.moduleRow_freechange {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_freechange {
  background-color: #da2429;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_freechange {
  background-color: #da2429;
  color: #fff;
}

/* ****** SHIPPINGMETHOD ****** */
.moduleRow_shippingmethod td,
.moduleRowOver_shippingmethod td,
.moduleRowSelected_shippingmethod td {
  padding: 8px;
}

.moduleRow_shippingmethod {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_shippingmethod {
  background-color: #da2429;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_shippingmethod {
  background-color: #da2429;
  color: #fff;
}

/* ****** courieroption ****** */
.moduleRow_courieroption td,
.moduleRowOver_courieroption td,
.moduleRowSelected_courieroption td {
  padding: 8px;
}

.moduleRow_courieroption {
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_courieroption {
  background-color: #da2429;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_courieroption {
  background-color: #da2429;
  color: #fff;
}

.moduleselect.form-control {
  padding: 4px 8px;
  border: 1px solid #ddd;
}

.moduleselect.form-control:focus {
  border-color: #111;
  background-color: #fff !important;
}




/*=================================================================================== */
/* Header Carousel */
/*=================================================================================== */
#headercarousels {
  position: relative;
  width: 100%;
  text-align: center;
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

#headercarousels .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#headercarousels .carousel-item {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #headercarousels .carousel-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#headercarousels .carousel-control-next,
#headercarousels .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
  background: none;
}

@media screen and (max-width: 991px) {

  #headercarousels .carousel-control-next,
  #headercarousels .carousel-control-prev {
    display: none;
  }
}

#headercarousels .carousel-control-next:focus,
#headercarousels .carousel-control-next:hover,
#headercarousels .carousel-control-prev:focus,
#headercarousels .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.4;
}

#headercarousels .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

#headercarousels .carousel-control-prev-icon {
  background-image: url(../../images/eshop/arrow_prev.svg);
  fill: #fff;
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");*/
}

#headercarousels .carousel-control-next-icon {
  background-image: url(../../images/eshop/arrow_next.svg);
  fill: #fff;
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");*/
}

/*=================================================================================== */
/* Page Title */
/*=================================================================================== */
.page-title {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-title.bg {
  background: url(../../images/eshop/page_title_bg.png) repeat-x center;
}

.page-title .page-headline {
  display: inline-block;
  border-bottom: 0px solid #000;
}

.page-title .page-headline>div {
  margin-bottom: 0px;
}

.page-title.bg .page-headline>div {
  display: inline-block;
  background: #fff;
  padding: 0px 15px 0px 15px;
}

.page-title .page-headline>div>h1,
.page-title .page-headline>div>h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  color: #000;
  margin: 4px 0px 0px 0px;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}

.page-title.uppercase .page-headline>div>h1,
.page-title.uppercase .page-headline>div>h2 {
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 991px) {

  .page-title .page-headline>div>h1,
  .page-title .page-headline>div>h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {

  .page-title .page-headline>div>h1,
  .page-title .page-headline>div>h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {

  .page-title .page-headline>div>h1,
  .page-title .page-headline>div>h2 {
    font-size: 22px;
  }
}

.page-title.white .page-headline>div>h1,
.page-title.white .page-headline>div>h2 {
  color: #fff;
}

/*===================================================================================*/
/* Content */
/*===================================================================================*/
#content {
  position: relative;
  overflow: hidden;
}

/*===================================================================================*/
/* Divider Wrapper */
/*===================================================================================*/
#divider-wrapper {
  height: 45px;
  display: none;
}

#divider-wrapper.visible {
  display: block;
}

@media screen and (max-width: 991px) {
  #divider-wrapper {
    display: none !important;
  }
}

/*===================================================================================*/
/* Breadcrumb */
/*===================================================================================*/
.breadcrumb_box {
  position: relative;
  width: 100%;
  background: none;
  overflow-x: scroll;
  white-space: nowrap;
}

.breadcrumb {
  display: block;
  flex-wrap: unset;
  position: relative;
  width: 100%;
  padding: 8px 0px 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    font-size: 13px;
    line-height: 1.5;
  }
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb>li a:hover {
  color: #000;
  opacity: 0.5;
}

.breadcrumb>li:last-child a {
  color: #000;
}

.breadcrumb>li:last-child a:hover {
  color: #000;
  opacity: 0.5;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #000;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
}

.breadcrumb>.active {
  color: #000;
}

/*=================================================================================== */
/* blueimp Gallery */
/*=================================================================================== */
.blueimp-gallery {
  background: rgba(255, 255, 255, 1);
}

.blueimp-gallery>.indicator>li {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-size: 100px auto;
}

.blueimp-gallery>.title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.title {
  color: #000 !important;
}


#blueimp-gallery-photos {
  display: inline-block;
}

#blueimp-gallery-photos a {
  display: inline-block;
}

.photogallery img {
  width: auto;
  height: 150px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 10px solid #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.photogallery img:hover {
  border: 10px solid #ddd;
}

/*=================================================================================== */
/* Background */
/*=================================================================================== */
.bg-container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/*=================================================================================== */
/* Pagination */
/*=================================================================================== */
.pagination {
  border-radius: 0px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: 14px 16px;
  margin-left: 10px;
  line-height: 1;
  color: #111;
  background-color: #efefef;
  border: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #111;
  border-color: #111;
}

/*===================================================================================*/
/* Categories Text */
/*===================================================================================*/
.categoriestext {
  position: relative;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
}

@media screen and (max-width: 991px) {
  .categoriestext {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*===================================================================================*/
/* Products Sort - Pagination */
/*===================================================================================*/
.products-sort {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .products-sort {
    font-size: 13px;
  }
}

.products-sort label {
  display: none;
}

.products-sort .form-control {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 10px 29px 10px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: url(../../images/eshop/down-arrow.png) #fff right no-repeat;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .products-sort .form-control {
    width: 50%;
    max-width: 220px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.products-sort .form-control:focus,
.products-sort .form-control:hover {
  color: #fff;
  background: url(../../images/eshop/down-arrow-white.png) #000 right no-repeat;
  cursor: pointer;
}

.products-sort .pagination {
  margin-bottom: 0px;
  border-radius: 0px;
}

.products-sort .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.products-sort .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.products-sort .page-link {
  position: relative;
  display: block;
  padding: 12px 17px;
  margin-left: 10px;
  line-height: 1;
  color: #111;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .products-sort .page-link {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 12px;
  }
}

.products-sort .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

.products-sort .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/*===================================================================================*/
/* Products Load More */
/*===================================================================================*/
#products-load-more-button .pagination {
  border-radius: 0px;
  margin-bottom: 0px;
  font-family: ZonaPro-Bold, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

#products-load-more-button .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#products-load-more-button .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#products-load-more-button .page-link {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-left: 0px;
  line-height: 1;
  color: #111;
  background: #fff;
  border: 0px;
  -moz-box-shadow: 0 1px 5px #e5e5e5;
  -webkit-box-shadow: 0 1px 5px #e5e5e5;
  box-shadow: 0 1px 5px #e5e5e5;
}

#products-load-more-button .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #111;
  border-color: #111;
}

#products-load-more-button .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #111;
  border-color: #111;
}

#products-load-more-button .page-link i {
  margin-left: 6px;
}

/*===================================================================================*/
/* Ribbons */
/*===================================================================================*/
.ribbon-special {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.ribbon {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 42px;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .ribbon {
    left: 0px;
    background: none;
    font-size: 10px;
  }
}

.ribbon:nth-child(2) {
  margin-top: 34px;
}

.ribbon:nth-child(3) {
  margin-top: 68px;
}

.ribbon:nth-child(4) {
  margin-top: 102px;
}

.ribbon:nth-child(5) {
  margin-top: 136px;
}

.ribbon:nth-child(6) {
  margin-top: 170px;
}

.ribbon:nth-child(7) {
  margin-top: 204px;
}

.ribbon.color1 {
  background-position: left 0px;
}

.ribbon.color2 {
  background-position: left -43px;
}

.ribbon.color3 {
  background-position: left -86px;
}

.ribbon.color4 {
  background-position: left -129px;
}

.ribbon.color5 {
  background-position: left -172px;
}

.ribbon span {
  display: inline-block;
  background-color: #da2429;
  color: #fff;
  height: 20px;
  overflow: hidden;
  padding: 4px 10px 0 10px;
}

@media screen and (max-width: 991px) {
  .ribbon span {
    padding: 6px 7px 0 7px;
  }
}

.ribbon.color1 span {
  background-color: #da2429;
  color: #fff;
}

.ribbon.color2 span {
  background-color: #111;
  color: #fff;
}

.ribbon.color3 span {
  background-color: #666547;
  color: #fff;
}

.ribbon.color4 span {
  background-color: #ffe28a;
  color: #111;
}

.ribbon.color5 span {
  background-color: #fffeb3;
  color: #111;
  animation: blink 1s linear infinite;
}

/*===================================================================================*/
/* availability */
/*===================================================================================*/
.availability1 {
  color: #008000;
}

.availability2 {
  color: #008000;
}

.availability3 {
  color: #008000;
}

.availability4 {
  color: #008000;
}

.availability5 {
  color: #ffa500;
}

.availability6 {
  color: #ff0000;
}

.availability7 {
  color: #ffa500;
}

.availabilityno {
  color: #ff0000;
}

/*===================================================================================*/
/* Products */
/*===================================================================================*/
.products-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .products-grid-row {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.products-grid-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .products-grid-col {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.products-row {
  margin-right: -6px;
  margin-left: -6px;
}

@media screen and (max-width: 991px) {
  .products-row {
    margin-right: -1px;
    margin-left: -1px;
  }
}

.products-col {
  padding-left: 6px;
  padding-right: 6px;
}

@media screen and (max-width: 991px) {
  .products-col {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.products-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 991px) {
  .products-box {
    border: 0px;
  }
}

.products-box:hover {
  cursor: pointer;
  border: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .products-box:hover {
    border: 0px;
    box-shadow: 0 0px 0px 0;
  }
}

.products-box .quickview {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 1;
  display: none;
  background: #000;
  color: #fff;
  padding: 8px 8px 8px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  display: none !important;
}

@media screen and (max-width: 991px) {
  .products-box .quickview {
    font-size: 10px;
  }
}

.products-box:hover .quickview {
  display: inline-block;
}

.products-box .quickview:hover {
  display: inline-block;
  background: #333333;
  color: #fff;
  cursor: pointer;
}

.products-box .products-box-top {
  position: relative;
  width: 100%;
}

.products-box.has-gallery:hover .products-box-top .ribbon {
  display: none;
}

.products-box.has-gallery:hover .products-box-top .ribbon-special {
  display: none;
}

.products-box .products-box-top .products-image {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-top .products-image {
    width: 60%;
  }
}

.products-box .products-box-top .products-image.products-bg {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.products-box .products-box-top .products-image img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 270px;
  -webkit-transition: opacity 300ms ease 0s;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
}

.products-box:hover .products-box-top .products-image.products-bg img {
  opacity: 0;
}

.products-box .products-box-middle {
  position: relative;
  width: 100%;
  padding: 15px 15px 0px 15px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle {
    padding: 5px 3px 0px 3px;
  }
}

.products-box .products-box-middle .products-box-middle-first-line {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-first-line {
    height: 70px;
  }
}

.products-box .products-box-middle .products-box-middle-first-line .products-name {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-first-line .products-name {
    font-size: 13px;
    line-height: 1.3;
  }
}

.products-box:hover .products-box-middle .products-box-middle-first-line .products-name {
  color: #000;
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-name {
    display: none;
  }
}

.products-box .products-box-middle .products-box-middle-first-line .products-specifications {
  position: relative;
  width: 100%;
  display: none;
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-specifications {
    display: block;
  }
}

.products-box .products-box-middle .products-box-middle-first-line .products-specifications-line {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  padding: 1px 0px 2px 0px;
}

.products-box .products-box-middle .products-box-middle-second-line {
  position: relative;
  width: 100%;
  min-height: 95px;
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line {
    min-height: 78px;
  }
}

.products-box .products-box-middle .products-box-middle-second-line .products-desc {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-desc {
    font-size: 12px;
    line-height: 1.4;
  }
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #888;
  margin-bottom: 3px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev {
    font-size: 14px;
  }
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev:before {
  position: absolute;
  right: 0px;
  bottom: 2px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #da2429;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  transform-origin: 0 0;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price {
  position: relative;
  display: inline-block;
  float: right;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  margin-bottom: 4px;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price {
    font-size: 17px;
  }
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
  position: relative;
  display: inline-block;
  float: right;
  padding: 5px 15px 3px 15px;
  background-color: #da2429;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
    font-size: 12px;
    padding: 5px 15px 3px 15px;
  }
}

.products-price-notax {
	font-size: 12px;
    text-align: right;
}

.products-box .products-box-bottom {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 51px;
  padding: 0px 15px 10px 15px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-bottom {
    padding: 0px 5px 0px 5px;
  }
}

/*===================================================================================*/
/* Products Gallery */
/*===================================================================================*/
.gallery_product_external_wrapper {
  position: absolute;
  top: -1px;
  left: -93px;
  background: #fff;
  height: calc(100% + 2px);
  flex-flow: column nowrap;
  display: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  z-index: 1;
}

.products-box:hover .gallery_product_external_wrapper,
.products-box .gallery_product_external_wrapper:hover {
  display: flex;
}

@media screen and (max-width: 991px) {
  .gallery_product_external_wrapper {
    display: none !important;
  }
}

.products-box .gallery_products_box {
  overflow: hidden;
  max-height: calc(100% - 58px);
  flex: 1 0;
  float: left;
  width: 92px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.products-box .gallery_products_box img {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 82px;
  height: auto;
  border: 1px solid #d9d9d9;
}

.products-box .scroll-btn-up,
.products-box .scroll-btn-down {
  display: block;
  text-align: center;
  padding: 7px;
  height: 29px;
  background: #000;
  color: #fff;
}

.products-box .scroll-btn-up:hover,
.products-box .scroll-btn-down:hover {
  background: #fff;
  color: #000;
}

/*===================================================================================*/
/* Product Page */
/*===================================================================================*/
.container.product_theme_padding {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .container.product_theme_padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* previous next products */
.product_theme_nav {
  position: absolute;
  top: 30vh;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product_theme_nav {
    display: none;
  }
}

.product_theme_nav.prod_nav_next {
  right: 10px;
  background-image: url(../../images/eshop/arrow_next.svg);
}

.product_theme_nav.prod_nav_next:hover {
  opacity: 0.5;
}

.product_theme_nav.prod_nav_prev {
  left: 10px;
  background-image: url(../../images/eshop/arrow_prev.svg);
}

.product_theme_nav.prod_nav_prev:hover {
  opacity: 0.5;
}

/* product photos */
@media only screen and (min-width: 992px) {
  .product_theme_photo.thumbnais_exist {
    float: right;
    width: calc(100% - 95px);
  }
}

.product_theme_photo .noavailable {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .product_theme_photo .noavailable {
    font-size: 20px;
  }
}

.product_theme_photo img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
}

@media only screen and (min-width: 992px) {
  #gallery_product {
    float: left;
    width: 80px;
  }
}

#gallery_product img {
  width: 80px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
}

/* Ribbons */
.product_theme_photo .ribbon {
  left: 11px;
}

@media only screen and (min-width: 992px) {
  .product_theme_photo.thumbnais_exist .ribbon {
    left: 111px;
  }
}

.product_theme_photo .ribbon-special {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
}

.product_theme_photo .ribbon-special img {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px;
  border: 0px;
}

/* product */
.product_theme_title h1 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 900;
  color: #000;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .product_theme_title h1 {
    font-size: 23px;
  }
}

.product_theme_desc {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .product_theme_desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

.product_theme_desc strong {
  font-weight: 600;
}

.product_theme_line {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* price */
.product_theme_line_top {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
}

.product_theme_line_bottom {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.product_theme_price {
  font-weight: 900;
  color: #111;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  min-height: 62px;
  padding-top: 19px;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #ddd;
  float: left;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .product_theme_price {
    font-size: 19px;
  }
}

.product_theme_price-prev {
  font-weight: 900;
  color: #8d8a84;
  font-size: 23px;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .product_theme_price-prev {
    font-size: 15px;
  }
}

.product_theme_quantity {
  display: inline-block;
  min-height: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  margin-right: 14px;
  border-right: 1px solid #ddd;
  float: left;
}

.product_theme_addtocart {
  display: inline-block;
  min-height: 62px;
  padding-top: 10px;
  float: left;
}

.product_theme_approximately {
  font-weight: normal;
  color: #686256;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.product_theme_description {
  color: #111;
}

.product_theme_reviews {
  background-color: rgba(241, 238, 232, 0.7);
}

.product_theme_reviews hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #aba8a2;
}

.product_theme_message {
  background: #666;
  padding: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
}

.product_theme_message i {
  font-size: 24px;
}

.product_theme_tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs {
    font-size: 13px;
  }
}

.product_theme_tabs .nav-link {
  display: block;
  padding: 8px 14px;
  text-align: center;
}

.product_theme_tabs .nav-tabs .nav-link i {
  font-size: 17px;
  margin-bottom: 8px;
}

.product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
    display: none;
  }
}

.product_theme_tabs .nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #111;
  border: 0px;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
}

.product_theme_tabs .nav-tabs .nav-item.show .nav-link {
  color: #111;
  background: none;
  border-bottom: 5px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-link.active {
  color: #000;
  background: none;
  border-bottom: 5px solid #000;
}

.product_theme_tabs .nav-tabs .nav-link:hover {
  color: #000;
  background: none;
  border-bottom: 5px solid #000;
}

.product_theme_tabs .tab-content {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.drawer-toggle {
  display: block;
  width: 100%;
  text-align: center;
  font-family: ZonaPro-Bold, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

.product_theme_attributes legend {
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}

/*===================================================================================*/
/* Manufacturers */
/*===================================================================================*/
.manufacturers-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 8px 0px 8px;
}

.manufacturers-box img {
  filter: grayscale(100%);
}

/*===================================================================================*/
/* Errors */
/*===================================================================================*/
.messageStackError {
  background-color: #cd0000;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  font-weight: normal;
}

.messageStackWarning {
  background-color: #b9b900;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  font-weight: normal;
}

.messageStackSuccess {
  background-color: #006c00;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  font-weight: normal;
}

.messageBox {
  font-size: 12px;
}

/*===================================================================================*/
/* Sidebar */
/*===================================================================================*/
.row_button_filters {
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .row_button_filters {
    display: block;
  }

  .sidebar {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sidebar {
    display: block !important;
  }
}

.sidebar {
  position: relative;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-top: 20px;
}

.sidebar .widget {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 3px;
}

.sidebar .widget a {
  color: #111;
}

.sidebar .widget a:hover {
  color: #444;
}

.sidebar .widget .bgsidebartitle {
  position: relative;
  width: 100%;
  padding: 15px 40px 15px 12px;
  cursor: pointer;
  user-select: none;
}

.sidebar .widget .bgsidebartitle h6 {
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  color: #111;
  margin: 0px;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  .sidebar .widget .bgsidebartitle h6 {
    font-size: 15px;
  }
}

.sidebar .widget .bgsidebartitle span {
  position: absolute;
  top: 12px;
  right: 10px;
}

.sidebar .widget .bgsidebartitle span .fas {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #111;
  font-size: 20px;
  cursor: pointer;
}

.sidebar .widget .bgsidebartitle span .fas.fa-angle-down {
  display: none;
}

.sidebar .widget.hide_widget .bgsidebartitle span .fas.fa-angle-down {
  display: inline-block;
}

.sidebar .widget .bgsidebartitle span .fas.fa-angle-up {
  display: inline-block;
}

.sidebar .widget.hide_widget .bgsidebartitle span .fas.fa-angle-up {
  display: none;
}

.sidebar .widget .body {
  position: relative;
  width: 100%;
  padding: 0px 12px 15px 12px;
  max-height: 200px;
  overflow: hidden;
}

/* Enable - Disable Filters */
.sidebar .widget.hide_widget .body {
  display: none !important;
}

.sidebar .widget .body .sidebar_filters {
  position: relative;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
}

.sidebar .widget .body .sidebar_filters .filters-row:not(:last-child) {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .widget .body .sidebar_filters .filters-row:last-child {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked),
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked)+label,
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding-top: 3px;
}

/* checkbox aspect */
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked)+label:before,
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked+label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #fff;
}

/* checked mark aspect */
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked)+label:after,
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked+label:after {
  position: absolute;
  top: 1px;
  left: 2px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #111;
  transition: all 0.2s;
}

/* checked mark aspect changes */
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:disabled:not(:checked)+label:before,
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bdbdbd;
  background-color: #fff;
}

.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:disabled:checked+label:after {
  color: #bdbdbd;
}

.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:disabled+label {
  color: #bdbdbd;
}

/* accessibility */
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:checked:focus+label:before,
.sidebar .widget .body .sidebar_filters .filters-row [type="checkbox"]:not(:checked):focus+label:before {
  border: 1px solid #111;
}

/*===================================================================================*/
/* Revolution Slider */
/*===================================================================================*/
.rev_slider .caption,
.rev_slider .tp-caption {
  text-align: center !important;
}

.slider_box {
  width: 1150px !important;
  max-width: 1150px !important;
  /*background: rgba(0,0,0,0.3);*/
  padding: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 5000 !important;
}

@media screen and (max-width: 1250px) {
  .slider_box {
    width: 1150px !important;
    max-width: 1150px !important;
  }
}

@media screen and (max-width: 1150px) {
  .slider_box {
    width: 950px !important;
    max-width: 950px !important;
  }
}

@media screen and (max-width: 1050px) {
  .slider_box {
    width: 950px !important;
    max-width: 950px !important;
  }
}

@media screen and (max-width: 950px) {
  .slider_box {
    width: 850px !important;
    max-width: 850px !important;
  }
}

@media screen and (max-width: 850px) {
  .slider_box {
    width: 750px !important;
    max-width: 750px !important;
  }
}

@media screen and (max-width: 750px) {
  .slider_box {
    width: 650px !important;
    max-width: 650px !important;
  }
}

@media screen and (max-width: 650px) {
  .slider_box {
    width: 550px !important;
    max-width: 550px !important;
  }
}

@media screen and (max-width: 550px) {
  .slider_box {
    width: 450px !important;
    max-width: 450px !important;
  }
}

@media screen and (max-width: 450px) {
  .slider_box {
    width: 350px !important;
    max-width: 350px !important;
  }
}

@media screen and (max-width: 350px) {
  .slider_box {
    width: 250px !important;
    max-width: 250px !important;
  }
}

@media screen and (max-width: 250px) {
  .slider_box {
    width: 100% !important;
    max-width: none !important;
  }
}

.slider_title {
  display: inline-block;
  width: 100%;
  font-size: 65px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: proxima-nova, sans-serif !important;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .slider_title {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .slider_title {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
  }
}

@media screen and (max-width: 576px) {
  .slider_title {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
  }
}

.slider_text {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-family: proxima-nova, sans-serif !important;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .slider_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .slider_text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media screen and (max-width: 576px) {
  .slider_text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.tparrows {
  background: none;
  width: 58px;
  height: 58px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: none;
}

.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
}

.tparrows.tp-leftarrow:before {
  /*content: '\e824';*/
  content: url("../../images/eshop/left-arrow.png");
}

.tparrows.tp-rightarrow:before {
  /*content: '\e824';*/
  content: url("../../images/eshop/right-arrow.png");
}

.hermes .tp-bullet {
  border-radius: 0px;
}

.sliderscroll {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  text-align: center;
}

.sliderscroll img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .sliderscroll img {
    width: 70px;
    height: auto;
  }
}

.sliderline {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 20;
}

.sliderline img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .sliderline img {
    display: none;
  }
}

.slider-shaddow {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.tp-dottedoverlay {
  z-index: 30;
}

/*=================================================================================== */
/* Vertical Lines */
/*=================================================================================== */
.vertical-lines {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.vertical-lines .vertical-lines-line:nth-child(1) {
  left: 0;
}

.vertical-lines .vertical-lines-line:nth-child(2) {
  left: 25%;
}

.vertical-lines .vertical-lines-line:nth-child(3) {
  left: 50%;
}

.vertical-lines .vertical-lines-line:nth-child(4) {
  left: 75%;
}

.vertical-lines .vertical-lines-line {
  width: 25%;
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.vertical-lines .vertical-lines-line .vertical-lines-vertical-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

/*===================================================================================*/
/* Box1 */
/*===================================================================================*/
.box1 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border: 1px solid #d9d9d9;
}

.box1 h6 {
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
}

.box1 .fa {
  font-size: 18px;
  line-height: 1;
  margin-right: 6px;
}

/*===================================================================================*/
/* Box2
            /*===================================================================================*/
.box2 {
  position: relative;
  width: 100%;
  background: #111;
  padding: 14px;
  border: 1px solid #111;
  font-weight: normal;
  color: #fff;
}

.box2 h6 {
  margin-top: 0px;
}

/*===================================================================================*/
/* Box3 */
/*===================================================================================*/
.box3 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  -moz-box-shadow: 0 1px 5px #e5e5e5;
  -webkit-box-shadow: 0 1px 5px #e5e5e5;
  box-shadow: 0 1px 5px #e5e5e5;
}



/*===================================================================================*/
/* Modal Competition */
/*===================================================================================*/
.modal .modal-body {
  max-height: 420px;
  overflow-y: auto;
}

/*===================================================================================*/
/* Banners
                          /*===================================================================================*/
.bannerobject {
  position: relative;
  max-width: 270px;
}

.bannerobject .bannerimage {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.bannerobject .bannerimage img {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  width: 100%;
  height: auto;
}

a .bannerobject:hover .bannerimage img {
  -webkit-transform: rotate(0deg) scale(1.2);
  -moz-transform: rotate(0deg) scale(1.2);
  -ms-transform: rotate(0deg) scale(1.2);
  -o-transform: rotate(0deg) scale(1.2);
  transform: rotate(0deg) scale(1.2);
}

.bannerobject .bannerimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  -moz-transition: opacity 700ms ease;
  -ms-transition: opacity 700ms ease;
  -o-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

a .bannerobject:hover .bannerimage:before {
  opacity: 1;
}

.bannerobject .bannercontent {
  height: 68px;
  width: 100%;
  padding: 10px 10px;
  background: #000000;
  -webkit-transition: background-color 700ms ease;
  -moz-transition: background-color 700ms ease;
  -ms-transition: background-color 700ms ease;
  -o-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
  overflow: hidden;
}

a .bannerobject:hover .bannercontent {
  background: #000;
}

.bannerobject .bannercontent h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  margin: 0px;
  text-align: center;
  -webkit-transition: color 700ms ease;
  -moz-transition: color 700ms ease;
  -ms-transition: color 700ms ease;
  -o-transition: color 700ms ease;
  transition: color 700ms ease;
}

a .bannerobject:hover .bannercontent h5 {
  color: #fff;
}


/* NECRO EDITED HERE=================================================================*/
/* Used in table rows of cart, as: shopping_cart.php, to indicate not available product. */
.outofstock {
  background-color: red;
}

/*NECRO SLIDER*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_bottom {
  margin: 10px 3px;
  float: left;
}

/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_top {
  margin: 10px 3px;
  float: right;
}

/*Used in web_sidebar.php to style the price slider. */
.necro_price_slider {
  clear: both;
  margin: 5px 15px;
}

/*NECRO SLIDER BUG FIX*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_cancel {
  float: right;
  margin-top: 10px;
}

/*.necro_price_cancel>button{padding:5px 5px; height: 30px;}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  cursor: pointer;
}

/*---- QUANTITY SPINNER -------------------*/
.spinner {
  width: 100px;
}

.spinner input {
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: left !important;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 10px;
}

.productQtySpinner {
  width: 75px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical>.btn:focus,
.input-group-btn-vertical>.btn.focus {
  color: initial;
}

.input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border: 1px solid #ccc6ba;
}

.input-group-btn-vertical>.btn:first-child {
  border-top-right-radius: 0px;
}

.input-group-btn-vertical>.btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 6px;
}

/*=================================================================================== */
/* Products Carousel */
/*=================================================================================== */
.products_carousel {
  position: relative;
  width: 100%;
}

.products_carousel.bg1 {
  background: #fff;
}

.products_carousel.bg2 {
  background: #fff;
}

.products_carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.products_carousel .carousel-item {
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .products_carousel .carousel-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.products_carousel .carousel-control-next,
.products_carousel .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 1;
  background: none;
}

@media screen and (max-width: 991px) {

  .products_carousel .carousel-control-next,
  .products_carousel .carousel-control-prev {
    display: none;
  }
}

.products_carousel .carousel-control-next:focus,
.products_carousel .carousel-control-next:hover,
.products_carousel .carousel-control-prev:focus,
.products_carousel .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}

.products_carousel .carousel-control-next-icon,
.products_carousel .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/eshop/arrow_prev.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");*/
}

.products_carousel .carousel-control-next-icon {
  background-image: url(../../images/eshop/arrow_next.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");*/
}

/*===================================================================================*/
/* Products AJAXization */
/*===================================================================================*/
.prods_loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

.prods_loader.showing {
  display: block;
}

.prods_loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  display: none;
}

.prods_loader.showing img {
  display: inline-block;
}

.filterKillButton {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .filterKillButton {
    font-size: 12px;
  }
}

.filterKillButton label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .filterKillButton label {
    font-size: 12px;
  }
}

.filterKillButton,
.filterKillButton label {
  display: inline-block;
  cursor: pointer;
}

.hide {
  display: none !important;
}

/*===================================================================================*/
/* Banners */
/*===================================================================================*/
.bannerscategories {
  position: relative;
  width: 100%;
}

.bannerscategories.graybg {
  background: #efefef;
}

.bannerscategories .banner {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.bannerscategories .banner img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bannerscategories a:hover .banner img {
  -webkit-transform: rotate(0deg) scale(1.2);
  -moz-transform: rotate(0deg) scale(1.2);
  -ms-transform: rotate(0deg) scale(1.2);
  -o-transform: rotate(0deg) scale(1.2);
  transform: rotate(0deg) scale(1.2);
}

.bannerscategories .banner .banner_border {
  position: relative;
  width: 100%;
  color: #111;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 50px;
}

.bannerscategories a:hover .banner .banner_border {
  color: #fff;
  background: #000;
}

.bannerscategories .banner .banner_border h2.banner_title {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .bannerscategories .banner .banner_border h2.banner_title {
    font-size: 15px;
    line-height: 1.5;
  }
}

.products-modal .input-group-btn-vertical {
  width: initial;
}

.center-horizontal-by-margin {
  margin: 0 auto;
}

/* ==== SPRITES ==== */

.left-arrow-black {
  background-position: 0 0;
  width: 29px;
  height: 58px;
}

.right-arrow-black {
  background-position: -29px 0;
  width: 29px;
  height: 58px;
}

.left-arrow-white {
  background-position: 0 58px;
  width: 29px;
  height: 58px;
}

.right-arrow-white {
  background-position: -29px 58px;
  width: 29px;
  height: 58px;
}

div.header-flag {
  display: inline-block;
}

.flag_ru {
  background-position: -58px 0;
  width: 24px;
  height: 12px;
}

.flag_eg {
  background-position: -58px -12px;
  width: 24px;
  height: 12px;
}

.flag_gr {
  background-position: -58px -24px;
  width: 24px;
  height: 12px;
}

/* ================= */

/*===================================================================================*/
/* Scroll Top */
/*===================================================================================*/
.scrolltop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}

.scrolltopicon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrolltopicon:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
}

.scrolltopicon i {
  font-size: 30px;
  line-height: 40px;
}

/* ==================== */

/*===================================================================================*/
/* Footer */
/*===================================================================================*/
@media screen and (min-width: 992px) {
  .col-xl-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#footer {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #ccc;
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  #footer {
    font-size: 14px;
    line-height: 1.5;
  }
}

#footer .footer-first {
  padding: 20px 0px 0px 0px;
}

#footer .footer-second {
  padding: 40px 0px 0px 0px;
}

#footer .footer-third {
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #222;
}

#footer .footer-bottom {
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #222;
}

#footer .widget {
  margin-bottom: 20px;
}

#footer a {
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer a:hover {
  color: #fff;
}

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

#footer li>a {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 8px;
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer li>a:hover {
  color: #fff;
}

#footer li:last-child>a {
  margin-bottom: 0px;
}

#footer .footercopyright {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  color: #ccc;
}

@media screen and (max-width: 991px) {
  #footer .footercopyright {
    font-size: 13px;
  }
}

#footer .footercopyright a {
  color: #ccc;
}

#footer .footercopyright a:hover {
  color: #fff;
}

#footer h6 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 991px) {
  #footer h6 {
    font-size: 15px;
    line-height: 1.5;
  }
}

#footer img {
  width: auto;
  height: auto;
}
#footer .footer-second img{
  width: 120px;
}
#footer .footer-second .bank_logos img{
  width: 70px;
}

#footer label {
  display: block;
  font-size: 14px;
}

#footer .form-group {
  margin-bottom: 10px;
}

#footer .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ddd;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#footer .form-control:disabled,
#footer .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

#footer .form-control:focus {
  color: #111;
  background-color: #fff;
  border-color: #777;
  outline: 0;
  box-shadow: none;
}

#footer .form-control::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}

#footer .form-control::-moz-placeholder {
  color: #111;
  opacity: 1;
}

#footer .form-control:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

#footer .form-control::-ms-input-placeholder {
  color: #111;
  opacity: 1;
}

#footer .form-control::placeholder {
  color: #111;
  opacity: 1;
}

#footer .footerdata {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}

#footer .footerdataleft {
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 22px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ccc;
}

@media screen and (max-width: 991px) {
  #footer .footerdataleft {
    font-size: 15px;
    line-height: 1.5;
  }
}

#footer .footerdataright {
  display: inline-block;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 6px;
  color: #ccc;
}

#footer .footerdataright a {
  color: #ccc;
}

#footer .footerdataright a:hover {
  color: #fff;
}

/*===================================================================================*/
/* Social Icons */
/*===================================================================================*/
.icon--vimeo::before {
  content: "\f27d";
}

.social__icon--vimeo {
  background-color: #4dbfe3;
}

.social__icon--vimeo:hover {
  background-color: #41a2c1;
}

.icon--twitter::before {
  content: "\f099";
}

.social__icon--twitter {
  background-color: #32b9e7;
}

.social__icon--twitter:hover {
  background-color: #2b9dc4;
}

.icon--facebook::before {
  content: "\f39e";
}

.social__icon--facebook {
  background-color: #4b70ab;
}

.social__icon--facebook:hover {
  background-color: #405f91;
}

.icon--googleplus::before {
  content: "\f0d5";
}

.social__icon--googleplus {
  background-color: #fa5432;
}

.social__icon--googleplus:hover {
  background-color: #d5472b;
}

.icon--pintrest::before {
  content: "\f231";
}

.social__icon--pintrest {
  background-color: #d63533;
}

.social__icon--pintrest:hover {
  background-color: #b62d2b;
}

.icon--linkedin::before {
  content: "\f0e1";
}

.social__icon--linkedin {
  background-color: #0087be;
}

.social__icon--linkedin:hover {
  background-color: #0073a2;
}

.icon--dribble::before {
  content: "\f17d";
}

.social__icon--dribble {
  background-color: #fc89b1;
}

.social__icon--dribble:hover {
  background-color: #d67496;
}

.icon--stumbleupon::before {
  content: "\f1a4";
}

.social__icon--stumbleupon {
  background-color: #f15d29;
}

.social__icon--stumbleupon:hover {
  background-color: #cd4f23;
}

.icon--lastfm::before {
  content: "\f202";
}

.social__icon--lastfm {
  background-color: #e42124;
}

.social__icon--lastfm:hover {
  background-color: #c21c1f;
}

.icon--instagram::before {
  content: "\f16d";
}

.social__icon--instagram {
  background-color: #6291b2;
}

.social__icon--instagram:hover {
  background-color: #537b97;
}

.icon--dropbox::before {
  content: "\f16b";
}

.social__icon--dropbox {
  background-color: #167ab6;
}

.social__icon--dropbox:hover {
  background-color: #13689b;
}

.icon--soundcloud::before {
  content: "\f1be";
}

.social__icon--soundcloud {
  background-color: #fb740b;
}

.social__icon--soundcloud:hover {
  background-color: #d56309;
}

.icon--behance::before {
  content: "\f1b4";
}

.social__icon--behance {
  background-color: #33abdb;
}

.social__icon--behance:hover {
  background-color: #2b91ba;
}

.icon--skype::before {
  content: "\f17e";
}

.social__icon--skype {
  background-color: #00aff0;
}

.social__icon--skype:hover {
  background-color: #0095cc;
}

.icon--github::before {
  content: "\f113";
}

.social__icon--github {
  background-color: #333;
}

.social__icon--github:hover {
  background-color: #2b2b2b;
}

.icon--flickr::before {
  content: "\f16e";
}

.social__icon--flickr {
  background-color: #333;
}

.social__icon--flickr:hover {
  background-color: #2b2b2b;
}

.icon--rss::before {
  content: "\f09e";
}

.social__icon--rss {
  background-color: #fb7629;
}

.social__icon--rss:hover {
  background-color: #d56423;
}

.social__item {
  display: inline-block;
  margin-right: 4px;
}

.social__item a {
  color: #222 !important;
  background: #ccc !important;
}

.social__item a:hover {
  color: #222 !important;
  background: #fff !important;
}

.icon,
[class^="icon--"] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
}

.social__icon,
[class^="social__icon"] {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*===================================================================================*/
/* Banners */
/*===================================================================================*/
.bannersrow {
  position: relative;
  width: 100%;
}

.bannersrow .banner_animation {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bannersrow .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bannersrow .banner .banner_image {
  width: 100%;
  height: auto;
}

.bannersrow .banner .banner_whitebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.bannersrow .banner a:hover .banner_whitebg {
  width: 150%;
  height: 157%;
  left: -25%;
  top: -28.5%;
}

.bannersrow .banner .banner_whitebg img {
  width: 100%;
  height: 100%;
}

.bannersrow .banner .banner_border {
  position: absolute;
  width: 68%;
  height: 62%;
  top: 19%;
  left: 16%;
  outline: 15px solid #ffffff;
}

.bannersrow .banner a:hover .banner_border {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bannersrow .banner .banner_title {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  line-height: 1.5;
  font-weight: normal;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .bannersrow .banner .banner_title {
    font-size: 23px;
    line-height: 1.5;
  }
}

/*===================================================================================*/
/* Parallax */
/*===================================================================================*/
.parallaxrow {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .parallaxrow {
    background-attachment: unset;
  }
}

.parallaxrow .parallaxshadow {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 150px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover .parallaxrow .parallaxshadow {
  background-color: rgba(0, 0, 0, 0.6);
}

.parallaxrow .parallaxshadow .container {
  max-width: 1100px;
}

.parallaxrow .parallaxshadow h6 {
  font-size: 65px;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  margin: 0px;
  font-family: proxima-nova, sans-serif;
}

@media screen and (max-width: 750px) {
  .parallaxrow .parallaxshadow h6 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: normal;
  }
}

@media screen and (max-width: 450px) {
  .parallaxrow .parallaxshadow h6 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: normal;
  }
}

.parallaxrow .parallaxshadow .parallax_text {
  position: relative;
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-family: ZonaPro-Regular, sans-serif !important;
}

@media screen and (max-width: 750px) {
  .parallaxrow .parallaxshadow .parallax_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }
}

@media screen and (max-width: 450px) {
  .parallaxrow .parallaxshadow .parallax_text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
  }
}

.parallaxrow .parallaxshadow .parallax_button {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

a:hover .parallaxrow .parallaxshadow .parallax_button .btn-bordered2 {
  color: #fff;
  background: #111;
  border: 0px solid #111;
}

.parallaxrow .parallaxshadow .parallax_counter_title {
  position: relative;
  width: 100%;
  font-family: ZonaPro-Bold, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  padding-top: 10px;
}

.parallaxrow .parallaxshadow hr.parallax_counter_line {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.parallaxrow .parallaxshadow .parallax_counter_text {
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
}

/*===================================================================================*/
/* Price Slider */
/*===================================================================================*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
               */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
               */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
               * connect elements.
               */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
               */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
               * Giving the connect element a border radius causes issues with using transform: scale
               */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #d9d9d9;
}

/* Handles and cursors;
               */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
               */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
               */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
               *
               */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
               *
               */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
               *
               */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
               *
               */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
               *
               */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* ============================= */

/* ==== NoUiSlider ==== */
.noUi-handle:after,
.noUi-handle:before {
  content: unset;
}

.noUi-horizontal {
  height: 12px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -7px;
  left: auto;
}

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -3px;
  width: 15px;
  height: 15px;
}

/* ================= */

/* ======================= */

/* =========================== */

/* ==== Modal Quickview ==== */
.modalreadmore.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modalreadmore.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modalreadmore .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modalreadmore .modal-dialog {
  width: 90%;
  height: 100%;
  margin: 60px auto;
  max-width: 900px;
}

.modalreadmore .modal-content {
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
}

.modalreadmore .modal-header {
  padding: 15px;
  border: 0px;
}

.modalreadmore .modal-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
  margin: 0px;
}

.modalreadmore.modal .modal-body {
  position: relative;
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
  height: 100%;
  max-height: inherit;
  overflow-y: auto;
}

.modal-header .close.custom-close-1:hover {
  opacity: 0.5;
}

.modal-header .close.custom-close-1 {
  opacity: 1;
}

.btn.btn-products-more,
.btn.btn-products-more:visited {
  color: #fff;
  background: #353526;
  border: 0px solid #353526;
  padding: 11px 11px;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  border-radius: 0px;
  max-width: 300px;
}

/* ========================= */

/* ==== Ajax AddtoCart ==== */


#modaladdtocart.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #modaladdtocart.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#modaladdtocart .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#modaladdtocart .modal-content {
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
}

#modaladdtocart .modal-header {
  padding: 20px;
  border: 0px;
}

#modaladdtocart .modal-title {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0px;
}

/* ======================== */

/* ==== Quick Buy ==== */
.modal-backdrop {
  z-index: 10000;
}

.modal.products-modal .modal-dialog {
  width: 100%;
  max-width: 900px;
}

.modal.products-modal.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.modal.products-modal .modal-content {
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
}

.modal.products-modal .modal-header .close {
  /*  position: absolute;
                right: -44px;
                background: #111;
                width: 60px;*/
  color: #111;
  opacity: 1;
}

/* =================== */


/*==== EFFECTS ===================================================================*/
@keyframes blink {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}





/*=================================================================================== */
/* Attributes */
/*=================================================================================== */
.attribute {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.radio-box {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
}

.radio-box:hover {
  cursor: pointer;
}

.radio-box-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .radio-box-text {
    font-size: 13px;
  }
}

[type="radio"]:checked+.radio-box-text {
  background: #000;
  color: #fff;
}

label.radio-box.out-of-stock:after {
  position: absolute;
  right: 0px;
  bottom: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #da2429;
}

/*=================================================================================== */
/* Banners */
/*=================================================================================== */
.bannersfour-row {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-bottom: 20px;
  background: #000;
}

.bannersfour-row .bannersfour-grid {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+1),
.bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+4) {
  width: 50%;
}

@media screen and (max-width: 991px) {

  .bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+1),
  .bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+4) {
    width: 100%;
  }
}


.bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+2),
.bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+3) {
  width: 25%;
}

@media screen and (max-width: 991px) {

  .bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+2),
  .bannersfour-row .bannersfour-grid .bannersfour-banner:nth-child(8n+3) {
    width: 50%;
  }
}

.bannersfour-row .bannersfour-grid .bannersfour-banner {
  position: relative;
  overflow: hidden;
  font-size: 10px;
  float: left;
}

.bannersfour-row .bannersfour-grid .bannersfour-banner a {
  display: block;
  position: relative;
}

.bannersfour-row .bannersfour-grid .bannersfour-banner a:before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .bannersfour-row .bannersfour-grid .bannersfour-banner a:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

.bannersfour-row .bannersfour-grid .bannersfour-banner:hover a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}


.bannersfour-row .bannersfour-grid .bannersfour-banner img {
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  width: 100%;
  opacity: 0.5;
}

.bannersfour-row .bannersfour-grid .bannersfour-banner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.bannersfour-row .bannersfour-grid .bannersfour-banner .bannersfour-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0px 30px 0px 30px;
  z-index: 1;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .bannersfour-row .bannersfour-grid .bannersfour-banner .bannersfour-banner-content {
    padding: 0px 10px 0px 10px;
  }
}

.bannersfour-row .bannersfour-grid .bannersfour-banner .bannersfour-banner-content .bannersfour-banner-text {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .bannersfour-row .bannersfour-grid .bannersfour-banner .bannersfour-banner-content .bannersfour-banner-text {
    font-size: 16px;
  }
}





/*=================================================================================== */
/* Carousel Banners */
/*=================================================================================== */
.carousel_banners .carousel_banner {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 900px;
  max-height: 550px;
  overflow: hidden;
  position: relative;
}

.carousel_banners .carousel_banner-item {
  visibility:visible;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  position: absolute;
  z-index: 0;
  transition: 0.6s all linear;
}

.carousel_banners .carousel_banner-item__info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

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

  order: 1;
  left: 0;
  margin: auto;
  padding: 0 40px;
  width: 40%;
}

.carousel_banners .carousel_banner-item__image {
  width: 60%;
  height: 100%;
  order: 2;
  align-self: flex-end;
  flex-basis: 60%;

  -webkit-order: 2;
  -webkit-align-self: flex-end;
  -webkit-flex-basis: 60%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

.carousel_banners .carousel_banner-item__subtitle {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #7E7E7E;
  font-weight: 700;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}

.carousel_banners .carousel_banner-item__title {
  margin: 15px 0 0 0;
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #2C2C2C;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.carousel_banners .carousel_banner-item__description {
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 22px;
  margin-bottom: 35px;
}

.carousel_banners .carousel_banner-item__container{
}

.carousel_banners .carousel_banner-item__btn {
  width: 35%;
  color: #2C2C2C;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  width: 35%;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.carousel_banners .carousel_banner__nav {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #fff;
  bottom: 0;
}

.carousel_banners .carousel_banner__icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  fill: #5d5d5d;
}

.carousel_banners .carousel_banner__arrow {
  cursor: pointer;
  display: inline-block;
  padding: 11px 15px;
  position: relative;
}

.carousel_banners .carousel_banner__arrow:nth-child(1):after {
  content:'';
  right: -3px;
  position: absolute;
  width: 1px;
  background-color: #b0b0b0;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}

.carousel_banners .active {
  z-index: 1;
  display: flex;
  visibility:visible;
}

.carousel_banners .active .carousel_banner-item__subtitle,
.carousel_banners .active .carousel_banner-item__title,
.carousel_banners .active .carousel_banner-item__description,
.carousel_banners .active .carousel_banner-item__btn {
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s all ease-in-out;
  visibility: visible;
}

.carousel_banners .active .carousel_banner-item__image {
  transition: 0.6s all ease-in-out;
  transform: translateX(0);
}



/*=================================================================================== */
/* Site Map */
/*=================================================================================== */
.sitemap,
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap ul {
  margin: 0 0 0 15px;
}

.sitemap a {
  color: #111;
  line-height: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sitemap a:hover {
  color: #666;
}


/*=================================================================================== */
/* News */
/*=================================================================================== */
.news-box {
  position: relative;
  width: 100%;
}

.news-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: 450px;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .news-box {
    height: initial;
  }
}

.news-box .news-image {
  position: relative;
  width: 100%;
  background: #111;
}

.news-box img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e2e2e2;
}

a:hover .news-box img {
  /*opacity: 0.8;*/
}

.news-box .news-content {
  position: relative;
  width: 100%;
}

.news-box .news-content .news-smalltext {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #555;
  padding-top: 10px;
  padding-bottom: 0px;
}

.news-box .news-content .news-title {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.news-box .news-content .news-title:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  position: absolute;
  background: #15181e;
}

.news-box .news-content .news-title h2 {
  position: relative;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  color: #111;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ff-dax-pro, sans-serif;
}

@media (max-width: 991px) {
  .news-box .news-content .news-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news-box .news-content .news-title h2 {
    font-size: 19px;
  }
}

@media (max-width: 576px) {
  .news-box .news-content .news-title h2 {
    font-size: 18px;
  }
}

a:hover .news-box .news-content .news-title h2 {
  color: #15181e;
}

.news-box .news-content .news-text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
  padding-top: 10px;
  padding-bottom: 0px;
}

/*=================================================================================== */
/* News Page */
/*=================================================================================== */
.news-page {
  position: relative;
  width: 100%;
}

.news-page .news-smalltext {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #555;
  padding-top: 0px;
  padding-bottom: 10px;
}





/*==== OVERRIDES ===================================================================*/

@media screen and (max-width: 767px) {
  .modalreadmore .modal-dialog {
    height: auto;
  }
}

/* ========================= */





.modal {
  overflow: auto;
  z-index: 222222;
}



/*===================================================================================*/
/*  Search */
/*===================================================================================*/
#searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 999;
}

#searchoverlay.search-opened {
  visibility: visible;
  opacity: 1;
}

#searchoverlay #searchoverlay-close {
  display: block;
  position: absolute;
  top: 20%;
  right: 20%;
  font-size: 40px;
  line-height: 1;
  transition: all .3s;
  color: #000;
}

#searchoverlay #searchoverlay-close:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  #searchoverlay #searchoverlay-close {
    font-size: 25px;
  }
}

#searchoverlay .container {
  max-width: 800px;
}

#searchoverlay label {
  display: none;
}

#searchoverlay .form-control {
  display: block;
  width: 100%;
  /* height: 38px;
  padding: 7px 10px;   */
  height: auto;
  padding: 10px 0px;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background: none;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* custom style */
  border-bottom: 2px solid #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #searchoverlay .form-control {
    font-size: 25px;
  }
}