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

html {
  height: 100%;
}

body {
  font-family: ropa-sans-pro, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  color: #111;
  background-repeat: repeat;
  background: #fff;
}

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

body.menu-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: ropa-sans-pro, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}

h1 {
  font-size: 31px;
}

h2 {
  font-size: 29px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 23px;
  line-height: 1.3;
}

h6 {
  font-size: 21px;
  line-height: 1.4;
}

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

.smalltext {
  font-size: 13px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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



/*===================================================================================*/
/* 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;
}

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



/*===================================================================================*/
/* 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;
}



/*=================================================================================== */
/* Buttons */
/*=================================================================================== */
.btn {
  display: inline-block;
  font-weight: 700;
  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: 14px 14px;
  font-size: 14px;
  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;
  font-family: ropa-sans-pro, sans-serif;
}

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

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

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


.btn.btn-main,
.btn.btn-main:visited {
  color: #fff !important;
  background: #111;
  border: 0px solid #111;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {

  .btn.btn-main,
  .btn.btn-main:visited {
    padding: 14px 34px;
    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: #fff;
  background: #444;
  border: 0px solid #444;
}


.btn.btn-mainfb,
.btn.btn-mainfb:visited {
  color: #fff;
  background: #3b5998;
  border: 0px solid #3b5998;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 700;
}

.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: #fff;
  background: #111;
  border: 0px solid #111;
}


.btn.btn-maingo,
.btn.btn-maingo:visited {
  color: #fff;
  background: #d62d20;
  border: 0px solid #d62d20;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 700;
}

.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: #fff;
  background: #111;
  border: 0px solid #111;
}


.btn.btn-slider,
.btn.btn-slider:visited {
  color: #fff;
  background: #E7131D;
  border: 0px solid #E7131D;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 900;
  font-family: ropa-sans-pro, sans-serif;
}

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

  .btn.btn-slider,
  .btn.btn-slider:visited {
    font-size: 14px;
    padding: 10px 24px;
  }
}

.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: #111;
  border: 0px solid #111;
}


.btn.btn-bordered2,
.btn.btn-bordered2:visited {
  color: #111;
  background: #fff;
  border: 0px solid #fff;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
}

@media (max-width: 991px) {

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

.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: 700;
}

@media (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: 700;
}

.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: #E7131D;
  border: 0px solid #E7131D;
  padding: 12px 5px;
  font-size: 14px;
  font-weight: 900;
  font-family: ropa-sans-pro, sans-serif;
  letter-spacing: 0px;
  border-radius: 0px;
  width: 100%;
}

@media (max-width: 991px) {

  .btn.btn-products-addtocart,
  .btn.btn-products-addtocart:visited {
    padding: 12px 5px;
    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: #111;
  border: 0px solid #111;
}


.btn.btn-checkout,
.btn.btn-checkout:visited {
  color: #fff;
  background: #E7131D;
  border: 0px solid #E7131D;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 700;
  font-family: ropa-sans-pro, sans-serif;
}

.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: #fff;
  background: #111;
  border: 0px solid #111;
}


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

.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.btn-menu,
.btn.btn-menu:visited {
  color: #fff;
  background: #111;
  border: 0px solid #111;
  padding: 15px 34px;
  font-size: 15px;
  font-weight: 700;
}

.btn.btn-menu:hover,
.btn.btn-menu:focus,
.btn.btn-menu:active,
.btn.btn-menu.active,
.btn.btn-menu.disabled,
.btn.btn-menu[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: 14px;
  line-height: 1.6;
  font-weight: 700;
}

label i {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0px !important;
}

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

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

.form-check-inline .form-check-input {
  margin-right: 6px;
}

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

.control-label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
}

.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: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .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;
}

.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;
}

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

.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: 16px;
  color: #cc0000;
}



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

#headermenu.absolute {
  /*  position: absolute;
  top: 0;
  left: 0;*/
}

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




/*===================================================================================*/
/* Logo */
/*===================================================================================*/
.logo {
  position: relative;
  display: inline-block;
  width: 200px;
  z-index: 1;
  padding: 5px 0px 5px 0px;
}

@media screen and (max-width:991px) {
  .logo {
    position: relative;
    width: 100%;
    text-align: center;
  }
}

.logo img {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width:991px) {
  .logo img {
    position: relative;
    width: 180px;
    height: auto;
  }
}

#headermenu.scrollmenu .logo {
  display: none;
}



/*===================================================================================*/
/* Header bg */
/*===================================================================================*/
.header-bg {
  position: relative;
  height: 22px;
  background: url(../../images/eshop/sketch-header2.png) repeat center bottom;
  background-size: auto 100%;
}

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

#headermenu.scrollmenu .header-bg {
  display: block !important;
}

@media screen and (max-width:991px) {
  #headermenu.scrollmenu .header-bg {
    display: none !important;
  }
}

.header-bg-top {
  position: relative;
  height: 22px;
  background: url(../../images/eshop/sketch.png) repeat center bottom;
  background-size: auto 100%;
}

@media only screen and (max-width: 991px) {
  .header-bg-top {
    display: none;
  }
}

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



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

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



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

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

#headermenu #top-box.top-box-bg-image {}

#headermenu #top-box .top-box-menu {
  position: relative;
  width: 100%;
  background: #E7131D;
}



/*=================================================================================== */
/* 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 (max-width: 991px) {
  #top-box .nav {
    display: none;
  }
}

#top-box .nav .nav-link {
  display: block;
  padding: 10px 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

#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: 300;
  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;
}

/*#top-box .dropdown:hover>.dropdown-menu {
  display: block;
}
#top-box .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}*/



/*=================================================================================== */
/* Top Box Languages */
/*=================================================================================== */
#headermenu #top-box .languages {
  display: inline-block;
  position: relative;
  float: right;
  padding: 4px 10px 0px 10px;
}
@media screen and (max-width:991px) {
  #headermenu #top-box .languages {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 15px;
    float: right;
    padding: 4px 10px 0px 10px;
    z-index: 4;
  }  
}



/*===================================================================================*/
/* Menu Box */
/*===================================================================================*/
#menu-box {
  position: relative;
  width: 100%;
  height: 39px;
  display: flex;
  background: #000000;
}

@media screen and (max-width:991px) {
  #menu-box {
    height: 0px;
    border: 0px;
  }
}



/*===================================================================================*/
/* Menu */
/*===================================================================================*/
.wsmenu .box_categories {
  width: 100%;
  height: 650px;
  display: flex;
  flex-flow: column wrap;
}

@media screen and (max-width:991px) {
  .wsmenu .box_categories {
    height: auto;
    display: block;
    flex-flow: nowrap;
  }
}

.wsmenu .box_categories .box_category {
  width: 210px !important;
  margin-right: 20px;
}

@media screen and (max-width:991px) {
  .wsmenu .box_categories .box_category {
    width: 100% !important;
    margin-right: 0px;
  }
}

.wsmenu>.wsmenu-list>li.icon_menu {
  position: relative;
}

.wsmenu>.wsmenu-list>li.icon_menu>ul.sub-menu {
  right: 0px;
}

.wsmenu>.wsmenu-list>li>a i {
  font-size: 22px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li.icon_menu>a>i {
  color: #000;
}

.wsmenu>.wsmenu-list>li.icon_menu>a:hover i {
  color: #fff;
}


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

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

@media screen and (max-width:991px) {
  .page-title .page-headline {
    border-bottom: 0px;
  }
}

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

.page-title .page-headline>div>h1,
.page-title .page-headline>div>h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
  color: #111;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: ropa-sans-pro, sans-serif;
}

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

  .page-title .page-headline>div>h1,
  .page-title .page-headline>div>h2 {
    font-size: 23px;
    line-height: 1.4;
  }
}

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



/*===================================================================================*/
/* Content
                        /*===================================================================================*/
#content {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}



/*===================================================================================*/
/* 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;
}

.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: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #111;
  text-align: right;
}

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

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

.breadcrumb>li a {
  color: #111;
  -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 {
  opacity: 0.5;
}

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

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

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

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



/*=================================================================================== */
/* blueimp Gallery */
/*=================================================================================== */
.modal {
  overflow: auto;
}

.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: 700;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
  color: #fff !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%;
}



/*===================================================================================*/
/* Products Sort - Pagination */
/*===================================================================================*/
.products-sort {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 20px;
}

.products-sort label {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  display: none;
}

.products-sort .form-control {
  padding: 8px 29px 8px 8px;
  font-size: 15px;
  line-height: 1;
  max-width: 200px;
  color: #111;
  background: url(../../images/eshop/select_arrow_black.png) #fff right no-repeat;
  border: 1px solid #ddd;
  float: right;
}

.products-sort .form-control:focus,
.products-sort .form-control:hover {
  color: #fff;
  background: url(../../images/eshop/select_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: 6px 8px;
  margin-left: 0px;
  line-height: 1;
  color: #111;
  background: none;
  border: 0px;
}

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

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



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

#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;
}





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

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

.products-row {
  /*  margin-left: 0px;
  margin-right: 0px;*/
}

.products-col {
  /*  padding-left: 5px;
  padding-right: 5px;*/
}

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

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

.products-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  padding: 0px;
  border-bottom: 5px solid #E7131D;
}

.products-box:hover {
  cursor: pointer;
}

.products-box .quickview {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none;
  background: #efefef;
  padding: 6px;
  cursor: pointer;
}

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

.products-box .products-desc {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 1;
  display: none;
  background: #fff;
  padding: 6px;
}

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

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

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

.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 {
  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;
}

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

.products-box .products-box-middle {
  position: relative;
  width: 100%;
  /*margin-bottom: 10px;*/
  min-height: 80px;
  padding: 10px;
  text-align: center;
}

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

.products-box .products-box-middle .products-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  color: #111;
  margin: 0px 0px 5px 0px;
  min-height: 90px;
  text-align: center;
  font-family: ropa-sans-pro, sans-serif;
}

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

.products-box:hover .products-box-middle .products-name {
  color: #111;
}

.products-box .products-box-middle .products-price {
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  color: #111;
  text-align: right;
}

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

.products-box .products-box-middle .products-price .products-price-prev {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #cc0000;
  text-decoration: line-through;
}

.products-box .products-box-middle .products-model p {
  margin: 0 0 0px;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #111;
}

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

.products-box .products-box-bottom {
  position: relative;
  width: 100%;
  min-height: 40px;
}


/*===================================================================================*/
/* Product Page */
/*===================================================================================*/
.ribbon_product_theme {
  position: absolute;
}

.ribbon_product_theme {
  z-index: 1;
  top: 0%;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 8px 8px;
  background-color: #111;
  color: #fff;
}

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

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

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

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

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

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

.ribbon_product_theme.color1 {
  background-color: #fb2e01;
  color: #fff;
}

.ribbon_product_theme.color2 {
  background-color: #fbe2db;
  color: #111;
}

.ribbon_product_theme.color3 {
  background-color: #000;
  color: #fff;
}

.ribbon_product_theme.color4 {
  background-color: #fbe2db;
  color: #111;
}

@media only screen and (min-width: 992px) {
  .product_theme_photo.thumbnais_exist {
    float: right;
    width: 100%;
  }
}

.product_theme_photo img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

#gallery_product img {
  width: auto;
  height: 90px;
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product_theme_title h1 {
  font-weight: 700;
  color: #111;
  font-size: 23px;
  line-height: 1.3;
  margin: 0px;
}

.product_theme_code {
  font-weight: 700;
  color: #111;
  font-size: 15px;
}

.product_theme_brand {
  font-weight: 700;
  color: #111;
  font-size: 16px;
}

.product_theme_availability {
  font-weight: 700;
  color: #111;
  font-size: 16px;
}

.product_theme_availability .availability1 {
  color: #E7131D;
}

.product_theme_availability .availability2 {
  color: #040404;
}

.product_theme_availability .availability3 {
  color: #FF8C00;
}

.availability-date {
  color: #ff0000;
}

.product_theme_price {
  font-weight: 800;
  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 #424242;
  float: left;
}

.product_theme_price-prev {
  font-weight: 700;
  color: #8d8a84;
  font-size: 23px;
}

.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 #424242;
  float: left;
}

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

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

.product_theme_line {
  border-top: 1px solid #424242;
}

.product_theme_description {
  color: #111;
}

.product_theme_description a {
  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: 700;
  color: #fff;
}

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



.product_theme_tabs .nav-tabs {
  border-bottom: 1px solid #424242;
  font-family: ropa-sans-pro, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.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 {
  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: #040404;
  background: none;
  border-bottom: 5px solid #040404;
}

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

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

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

.product_theme_nav {
  position: absolute;
  top: 300px;
  width: 58px;
  height: 58px;
  z-index: 1;
}

.product_theme_nav.nav_next {
  right: 20px;
}

.product_theme_nav.nav_prev {
  left: 20px;
}


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

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

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

.messageBox {
  font-size: 12px;
}






/*===================================================================================*/
/* Sidebar */
/*===================================================================================*/
.sidebar {
  position: relative;
  width: 100%;
  border: 1px solid #e8e8e8;
  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: 300;
  border-bottom: 1px solid #e8e8e8;
  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: 15px;
  line-height: 1;
  font-weight: 900;
  color: #111;
  margin: 0px;
  display: inline-block;
  text-transform: uppercase;
  font-family: ropa-sans-pro, sans-serif;
}

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

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

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

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

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

.sidebar .widget.hide_widget .bgsidebartitle span img.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: 400;
  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 .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;
}




/*===================================================================================*/
/* Sidebar Button Filters Mobile */
/*===================================================================================*/
.row_button_filters {
  position: relative;
  width: 100%;
  display: none;
}

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

  .row_button_filters {
    display: block;
  }
}



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

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

.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: 300;
  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;
}




/*===================================================================================*/
/* Shopping Cart
                                          /*===================================================================================*/









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

.modal .modal-body .page-title .page-headline>div>h1,
.modal .modal-body .page-title .page-headline>div>h2 {
  color: #111;
}






/*===================================================================================*/
/* 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: #040404;
}

.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;
}



/*===================================================================================*/
/* Cookies Message
                        /*===================================================================================*/
.cc_container {
  background: #111 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-family: ropa-sans-pro, sans-serif !important;
  box-sizing: border-box !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;
}








/* 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: 300;
  color: #454545;
  cursor: pointer;
}





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

.spinner input {
  text-align: right;
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.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;
  background: #fff;
}

.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 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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: 30px;
  color: #f7f7f7;
  text-align: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0.01);
}

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

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

.products_carousel .carousel-control-next-icon,
.products_carousel .carousel-control-prev-icon {
  display: inline-block;
  /*      width: 30px;
      height: 30px;*/
  width: 25px;
  height: 40px;
  background: no-repeat 50%/100% 100%;
}

.products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/eshop/left-arrow.png);
  /*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/right-arrow.png);
  /*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");*/
}

@media (max-width: 950px) {
  .products_carousel .products-col.prods5 {
    display: none;
  }
}

@media (max-width: 750px) {
  .products_carousel .products-col.prods4 {
    display: none;
  }
}

@media (max-width: 550px) {
  .products_carousel .products-col.prods3 {
    display: none;
  }
}

.productsalso {
  background: none;
  padding: 10px;
}

.products_listing_extra {}

.background1 {
  background-position: right top;
  background-repeat: no-repeat;
}

.background2 {
  background-position: right top;
  background-repeat: no-repeat;
}







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

.prods_loader.showing {
  display: block;
}

.prods_loader i {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  margin-top: -60px;
  margin-left: -60px;
  display: none;
  font-size: 60px;
  color: #111;
}

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

.prods_loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  display: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

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

.filterKillButton {
  padding: 6px 12px 6px 12px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  border: 1px dashed #111;
  color: #111;
}

.page-secondary-title {
  display: inline-block;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: .67em 0;
  margin-block-start: 0.67em;
  /*margin-block-end: 0.67em;*/
  margin-block-end: 0.00em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.modal {
  z-index: 15000 !important;
}

.hide {
  display: none !important;
}






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

.bannerscategories .banner {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bannerscategories .banner img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 155px 45px 125px 75px/15px 125px 15px 155px;
}

.bannerscategories .banner .banner_border {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 8px;
  text-align: center;
  background: #E8111C;
  min-height: 60px;
  border-radius: 155px 45px 125px 75px/15px 125px 15px 155px;
}

.bannerscategories a:hover .banner .banner_border {}

.bannerscategories .banner .banner_border h3.banner_title {
  position: relative;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  font-family: ropa-sans-pro, sans-serif;
  text-transform: uppercase;
}

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





#searchModal-wrapper .products-sort {
  float: right;
  width: 75%;
}

#searchModal-wrapper #products-load-more-button {
  width: 75%;
  float: right;
}

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





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

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

.sprite1 {
  background-image: url('/images/eshop/sprite2.gif');
}

.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;
}





/* Price Slider */
/* ==== nouislider - 14.0.2 ==== */
.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: #999;
}

/* 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;
}

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

/* ==== Shopping Card ==== */
.basket {
  position: absolute;
  top: -15px;
  right: 20px;
  display: inline-block;
  width: 40px;
  float: right;
  z-index: 2;
}
#headermenu.scrollmenu .basket {
  top: -8px;
}

@media screen and (max-width:991px) {
  .basket {
    top: -140px;
    background: #000;
    padding: 0px 6px 0px 6px;
  }
}

.basket .basket-item-count {
  font-size: 24px;
  line-height: 50px;
  vertical-align: top;
  color: #fff;
}

.basket .count {
  position: absolute;
  top: 25px;
  right: 0px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #E8111C;
}

.basket .total-price-basket {
  margin: 0px 0px 0 2px;
  display: inline-block;
}

.basket .basket-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #fff;
}

.basket .total-price {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #dadada;
}

.basket .dropdown-menu,
#menu-box .navbar-default .basketmenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 400px;
  padding: 12px 12px 12px 12px;
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  max-width: 350px;
}

.basket .basketbox.open {
  position: fixed;
  display: block !important;
  z-index: 15060 !important;
  top: 100px;
  right: 0px;
}

@media screen and (max-width:500px) {
  .basket .dropdown-menu {
    display: none !important;
  }
}

.basket .dropdown-menu.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.basket .dropdown-menu.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.basket .basket-products,
#menu-box .navbar-default .basketmenu .basket-products {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 275px;
  overflow-y: auto;
  border-top: 1px solid #e5e5e5;
}

.basket .basket-item,
#menu-box .navbar-default .basketmenu .basket-item {
  position: relative;
  display: inline-table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.basket .basket-thumb,
#menu-box .navbar-default .basketmenu .basket-thumb {
  display: inline-block;
  width: 22%;
  float: left;
  padding-right: 12px;
}

.basket .basket-thumb img,
#menu-box .navbar-default .basketmenu .basket-thumb img {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: auto;
}

.basket .basket-data,
#menu-box .navbar-default .basketmenu .basket-data {
  display: inline-block;
  width: 68%;
  float: left;
}

.basket .basket-data .title,
#menu-box .navbar-default .basketmenu .basket-data .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.basket .basket-data .title a,
#menu-box .navbar-default .basketmenu .basket-data .title a {
  color: #111;
}

.basket .basket-data .title a:hover,
#menu-box .navbar-default .basketmenu .basket-data .title a:hover {
  color: #666;
}

.basket .basket-item .price,
#menu-box .navbar-default .basketmenu .basket-item .price {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #666;
  margin-top: 2px;
}

.basket .basket-remove-btn,
#menu-box .navbar-default .basketmenu .basket-remove-btn {
  display: inline-block;
  width: 10%;
  float: left;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}

.basket .basket-remove-btn a,
#menu-box .navbar-default .basketmenu .basket-remove-btn a {
  color: #e5e5e5;
}

.basket .basket-remove-btn a:hover,
#menu-box .navbar-default .basketmenu .basket-remove-btn a:hover {
  color: #111;
}

.basket .basket-desc,
#menu-box .navbar-default .basketmenu .basket-desc {
  position: relative;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #111;
  background-color: #e5e5e5;
  text-align: center;
}

.basket .basket-button,
#menu-box .navbar-default .basketmenu .basket-button {
  position: relative;
}

.basket .basket-close,
#menu-box .navbar-default .basketmenu .basket-close {
  display: none;
  position: relative;
  float: right;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.basket .basket-close:hover,
#menu-box .navbar-default .basketmenu .basket-close:hover {
  color: #666;
}

.basket .basketbox.open .basket-close,
#menu-box .navbar-default .basketmenu .basketbox.open .basket-close {
  display: inline-block;
}

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









/*===================================================================================*/
/* Footer */
/*===================================================================================*/
#footer {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  #footer {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#footer .element-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
#footer .element-shape-top {
  top: -1px;
}
#footer .element-shape-bottom {
  bottom: -1px;
}
#footer .element-shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .element-shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .element-shape-top svg {
  width: calc(100% + 1.3px);
  height: 40px;
  transform: translateX(-50%) rotateY(180deg);
}
#footer .element-shape-bottom svg {
  height: 40px;
}
#footer .element-shape .element-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

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

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

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

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

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

#footer a {
  color: #fff;
  -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;
  opacity: 0.5;
}

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

#footer li>a {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 8px;
  color: #fff;
  -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;
  opacity: 0.5;
}

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

#footer .footercopyright {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}

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

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

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

#footer h6 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: ropa-sans-pro, sans-serif;
}

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

#footer img {
  width: auto;
  height: auto;
}

#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: 300;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ddd;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .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: #fff;
}

@media (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: #fff;
}

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

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



/*===================================================================================*/
/* 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: #111 !important;
  background: #fff !important;
}

.social__item a:hover {
  color: #fff !important;
  background: #111 !important;
  opacity: 1 !important;
}

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

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











/* ==== VOICE-RECOGNITION ==== */
.talkNowOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eae4d8;
}

.talkNowCloseButton {
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.talkNowCenteredContainer {
  width: 65%;
  position: relative;
  top: -30px;
  margin: auto;
  margin-top: 312px;
  min-width: 275px;
}

.talkNowOverlay span {
  font-size: 60px;
}

.talkNowCenteredContainer .text {
  vertical-align: middle;
}

.talkNowCenteredContainer .fa.fa-microphone {
  position: absolute;
  top: -30%;
  right: 0px;
  width: 110px;
  line-height: 110px;
  height: 110px;
  text-align: center;
  font-size: 90px;
  border: 3px solid black;
  border-radius: 100%;
}

.waitingEffect {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  animation: textTypedOnce 1.2s linear infinite;
}

@keyframes textTypedOnce {
  0% {
    width: 0px;
  }

  50% {
    width: 40px;
  }

  100% {
    width: 80px;
  }
}

.talkNowOverlay .listening.fa.fa-microphone {
  color: red;
  border-color: red;
}

.talkNowOverlay .listening.fa.fa-microphone:after {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background: #efefef87;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
  border-radius: 100%;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
}

@media(max-width: 600px) {

  /*.talkNowCenteredContainer{width: 80%;}*/
  .talkNowOverlay span {
    font-size: 30px;
  }

  .talkNowCenteredContainer .fa.fa-microphone {
    font-size: 40px;
    width: 60px;
    line-height: 60px;
    height: 60px;
  }

  .talkNowOverlay .listening.fa.fa-microphone:after {
    width: 60px;
    height: 60px;
  }
}

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

/* ==== 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 ==== */
.addtocartloader {
  display: none;
}

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

#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;
}

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

/* ==== web_fat_mak.css ==== */
/*==== body ===============================================================================================*/
body.searchModal-open {
  height: 100%;
  overflow: hidden
}

body.searchModal-opening,
body.searchModal-closing {
  overflow: scroll !important
}

body.searchModal-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

/*==== .searchModal-open ===============================================================================================*/
.searchModal-open {
  overflow: hidden
}

/*==== searchModal-wrapper ===================================================================*/
.searchModal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  overflow: auto;
}

.searchModal-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  opacity: 0;
  transition: opacity .1s ease;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.searchModal-wrapper.loading:after {
  pointer-events: all;
  opacity: 1
}

body.searchModal-open .searchModal-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

body.searchModal-opening .searchModal-wrapper,
body.searchModal-closing .searchModal-wrapper {
  overflow-y: hidden !important
}

/*==== searchModal-container ===================================================================*/
.searchModal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 0
}

.searchModal-container {
  *zoom: 1;
  padding: 0;
  width: 314px
}

.searchModal-container:after {
  content: "";
  display: table;
  clear: both
}

@media(min-width: 768px) {
  .searchModal-container {
    width: 95%
  }
}

@media(min-width: 960px) {
  .searchModal-container {
    width: 920px
  }
}

@media(min-width: 960px) and (min-width:1280px) {
  .searchModal-container {
    width: 1180px
  }
}

/*==== searchModal-container-inside ===================================================================*/
.searchModal-container .searchModal-container-inside {
  padding-top: 19px;
  text-align: center
}

@media(min-width: 960px) {
  .searchModal-container .searchModal-container-inside {
    text-align: left
  }
}

/*==== logo ===================================================================*/
.searchModal-container .searchModal-container-inside .logo {
  display: none
}

@media(min-width: 960px) {
  .searchModal-container .searchModal-container-inside .logo {
    display: block;
    float: left;
    height: 80px;
    margin-left: -5px;
    width: 240px
  }
}

@media(min-width: 1280px) {
  .searchModal-container .searchModal-container-inside .logo {
    height: 88px;
    width: 265px
  }
}

/*==== (searchModal-container-inside) input-container ===================================================================*/
.searchModal-container .searchModal-container-inside .input-container {
  display: block;
  margin: 0 auto;
  padding: 0 40px 0 0;
  width: 100%
}

@media(min-width: 960px) {
  .searchModal-container .searchModal-container-inside .input-container {
    max-width: none;
    margin: 15px 0 0 295px;
    padding: 0;
    width: 540px
  }
}

@media(min-width: 960px) and (min-width:1280px) {
  .searchModal-container .searchModal-container-inside .input-container {
    width: 680px
  }
}


/*==== searchModal-searchbox ===================================================================*/
.searchModal-container .searchModal-container-inside .searchModal-searchbox {
  border: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.searchModal-container .searchModal-container-inside .searchModal-searchbox i {
  color: #040404;
  font-size: 24px;
  padding-bottom: 7px;
  padding-left: 6px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10
}

/*==== (searchModal-searchbox) input ===================================================================*/
.searchModal-container input.form-text {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 30px;
  outline: none;
  margin: 0 0 40px
}

.searchModal-container .searchModal-container-inside .searchModal-searchbox input {
  border-bottom: 2px solid #040404;
  border-radius: 0;
  color: #333;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  margin: 0;
  padding: 10px 65px 0 5px;
  width: 100%
}

@media(min-width: 768px) {
  .searchModal-container .searchModal-container-inside .searchModal-searchbox input {
    font-size: 24px
  }
}

.searchModal-container .searchModal-container-inside .searchModal-searchbox input:focus {
  outline: 0
}

/*==== searchModal-searchbox ===================================================================*/
.searchModal-container .searchModal-container-inside .searchModal-searchbox:after

/*, 
  /*==== searchModal-close ===================================================================*/
/* .searchModal-container .searchModal-container-inside .searchModal-close:before */
  {
  display: inline-block;
  speak: none;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

/*==== (searchModal-container-inside) searchModal-speech-recognition-button ===================================================================*/
.searchModal-speech-recognition-button {
  color: #040404;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  position: absolute;
  right: 30px;
  top: 16px;
  text-decoration: none;
  outline: none;
  transition: color .2s ease
}

body.searchModal-speech-enabled .searchModal-speech-recognition-button {
  display: inline-block
}

.searchModal-speech-recognition-button:focus,
.searchModal-speech-recognition-button:active {
  text-decoration: none;
  color: #040404
}

.searchModal-speech-recognition-button:hover {
  text-decoration: none;
  color: #860000
}

.searchModal-speech-recognition-button:before {
  position: relative;
  z-index: 2
}

.searchModal-speech-recognition-button:after {
  content: '';
  display: none;
  width: 48px;
  height: 48px;
  background: #efefef;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -4px;
  border-radius: 100%;
  animation: blink .7s infinite;
  -webkit-animation: blink .7s infinite
}

.searchModal-speech-recognition-button.listening {
  color: #af3800
}

.searchModal-speech-recognition-button:after {
  content: '';
  display: none;
  width: 48px;
  height: 48px;
  background: #efefef;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -4px;
  border-radius: 100%;
  animation: blink .7s infinite;
  -webkit-animation: blink .7s infinite;
}

.searchModal-speech-recognition-button.listening:after {
  display: block
}

/*==== (searchModal-container-inside) searchModal-close ===================================================================*/
.searchModal-close {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 60px;
  right: 0;
  background: #f2f2f2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 0 20px;
  height: 35px;
  line-height: 37px
}

.searchModal-container .searchModal-container-inside .searchModal-close i {
  display: inline-block;
  speak: none;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}


.searchModal-container .searchModal-container-inside .searchModal-close {
  background: none;
  color: #040404;
  height: 18px;
  position: absolute;
  right: 0;
  top: 39px;
  transition: color .1s;
  width: 18px;
  padding: 0;
  z-index: 5
}

.searchModal-container .searchModal-container-inside .searchModal-close i {
  font-size: 34px;
  /*font-weight: 700;*/
  height: 18px;
  width: 18px
}

.searchModal-container .searchModal-container-inside .searchModal-close:hover,
.searchModal-container .searchModal-container-inside .searchModal-close:focus {
  text-decoration: none;
  color: #860000
}

.searchModal-container .searchModal-container-inside .searchModal-close span {
  display: none
}

@media(min-width: 768px) {
  .searchModal-container .searchModal-container-inside .searchModal-close span {
    display: inline-block;
    font-size: 13px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media(min-width: 960px) {
  .searchModal-container .searchModal-container-inside .searchModal-close {
    top: 54px
  }
}

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

/*==== searchModal-filters-results-tabs ===================================================================*/
.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs {
  *zoom: 1;
  margin: 10px 0
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs:after {
  content: "";
  display: table;
  clear: both
}

@media(min-width: 960px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs {
    display: none
  }
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  background-color: #040404;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  cursor: pointer
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a.active {
  background-color: #860000
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a.active {
  background-color: #860000;
}


/*==== searchModal-filters ===================================================================*/
@media(min-width: 0) and (max-width:960px) {
  .searchModal-wrapper .searchModal-filter-results.searchModal-results-active .searchModal-filters {
    display: none
  }
}

@media(min-width: 960px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-filters {
    display: block;
    width: 33.33333%;
    float: left
  }
}

@media(min-width: 1280px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-filters {
    width: 25%
  }
}


/*==== searchModal-filters ===================================================================*/

.searchModal-wrapper .searchModal-filter-results {
  *zoom: 1;
}

.searchModal-wrapper .searchModal-filter-results:after {
  content: "";
  display: table;
  clear: both
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs {
  *zoom: 1;
  margin: 10px 0
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs:after {
  content: "";
  display: table;
  clear: both
}

@media(min-width: 960px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs {
    display: none
  }
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  background-color: #040404;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  cursor: pointer
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a.active {
  background-color: #860000
}

.searchModal-wrapper .searchModal-filter-results .searchModal-filters-results-tabs a.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px
}

@media(min-width: 0) and (max-width:960px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .searchModal-wrapper .searchModal-filter-results.searchModal-filters-active .searchModal-results {
    display: none
  }

  .searchModal-wrapper .searchModal-filter-results.searchModal-results-active .searchModal-filters {
    display: none
  }
}

@media(min-width: 960px) {

  .searchModal-wrapper .searchModal-filter-results .searchModal-filters,
  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    display: block
  }

  .searchModal-wrapper .searchModal-filter-results .searchModal-filters {
    width: 33.33333%;
    float: left
  }

  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    width: 66.66667%;
    float: right
  }
}

@media(min-width: 1280px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-filters {
    width: 25%
  }

  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    width: 75%
  }
}

/*==== searchModal-results ===================================================================*/
.searchModal-results {
  margin: 0 auto;
  padding: 15px 0
}

.searchModal-results:after {
  content: "";
  display: table;
  clear: both
}

@media(min-width: 0) and (max-width:960px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .searchModal-wrapper .searchModal-filter-results.searchModal-filters-active .searchModal-results {
    display: none
  }
}

@media(min-width: 960px) {

  .searchModal-wrapper .searchModal-filter-results .searchModal-filters,
  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    display: block
  }

  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    width: 66.66667%;
    float: right
  }
}

@media(min-width: 1280px) {
  .searchModal-wrapper .searchModal-filter-results .searchModal-results {
    width: 75%
  }
}

/*==== searchModal-search-input ===================================================================*/
#searchModal-search-input {
  background: #fff;
}

/*==== EFFECTS ===================================================================*/
@keyframes blink {
  0% {
    transform: scale(0.8)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(0.8)
  }
}

/*==== OVERRIDES ===================================================================*/
.sidebar_filters [type="checkbox"]:not(:checked)+label,
.sidebar_filters [type="checkbox"]:checked+label {
  font-size: 17px;
}

.filters-row {
  margin-top: 1px;
  padding-bottom: 1px;
}


@media screen and (max-width: 767px) {
  .modalreadmore .modal-dialog {
    height: auto;
  }

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


.searchModal-wrapper .products-sort {
  display: none;
}

.searchModal-wrapper .sidebar {
  display: block !important;
}

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





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

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

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

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

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

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

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

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

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

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

.slider_title {
  display: inline-block;
  width: 100%;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-family: ropa-sans-pro, sans-serif !important;
  text-transform: uppercase;
}

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

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

@media (max-width: 576px) {
  .slider_title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
  }
}

.slider_text {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

@media (max-width: 576px) {
  .slider_text {
    font-size: 14px;
    line-height: 1.4;
    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;
}

.sliderline {
  position: absolute;
  bottom: 30px;
  right: 30px;
  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;
}

.sliderbg {
  position: absolute !important;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20
}





.rev_slider_wrapper .element-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 20;
}
@media only screen and (max-width: 991px) {
  .rev_slider_wrapper .element-shape {
    display: none;
  }
}
.rev_slider_wrapper .element-shape-top {
  top: -1px;
}
.rev_slider_wrapper .element-shape-bottom {
  bottom: -1px;
}
.rev_slider_wrapper .element-shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rev_slider_wrapper .element-shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rev_slider_wrapper .element-shape-top svg {
  width: calc(100% + 1.3px);
  height: 40px;
  transform: translateX(-50%) rotateY(180deg);
}
.rev_slider_wrapper .element-shape-bottom svg {
  height: 40px;
}
.rev_slider_wrapper .element-shape .element-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}







/*=================================================================================== */
/* Header Carousel */
/*=================================================================================== */
#headercarousels {
  position: relative;
  width: 100%;
  text-align: center;
  background: #E7131D;
  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: ropa-sans-pro, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  color: #e4ddd9;
  text-transform: uppercase;
}

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

#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;
  padding: 2px;
}

@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: .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");*/
}







.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: #757575;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #f1babc;
  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: #757575;
  top: 15px;
  left: -50%;
  z-index: -1;
}

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

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

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

.progressbar li.active:before {
  border-color: #E7131D;
  background-color: #E7131D;
  color: #fff;
}

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

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

.moduleRow {
  background-color: #f3f3f3;
  -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: #E7131D;
  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: #E7131D;
  color: #fff;
}

.moduleselect.form-control {
  height: 32px;
  padding: 4px 4px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: #111;
  background-color: #fff;
  border: 1px solid #ccc6ba;
}

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

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

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







#cart-page {}

#cart-page .CartTH {
  width: 100%;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

#cart-page .CartTH td {
  height: 40px;
  vertical-align: middle;
}

#cart-page .CartTD {
  width: 100%;
  background: none;
  border: 1px solid #000;
  font-size: 16px;
  border-bottom: 0px;
  border-top: 0px;
}

#cart-page .CartTD td {
  vertical-align: middle;
  border-bottom: 1px #000 solid;
}

#cart-page .cart_name {
  width: 44%;
  border-right: 1px #000 solid;
  text-align: center;
}
.CartTH.hidden-xs .cart_name {
  color: #fff;
}

#cart-page .cart_quantity {
  width: 14%;
  border-left: 1px #000 solid;
  text-align: center;
}
.CartTH.hidden-xs .cart_quantity {
  color: #fff;
}

#cart-page .cart_price {
  width: 14%;
  border-left: 1px #000 solid;
  text-align: center;
}
.CartTH.hidden-xs .cart_price {
  color: #fff;
}

#cart-page .cart_total_price {
  width: 14%;
  border-left: 1px #000 solid;
  text-align: center;
}
.CartTH.hidden-xs .cart_total_price {
  color: #fff;
}

#cart-page .cart_delete {
  width: 14%;
  border-left: 1px #000 solid;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.CartTH.hidden-xs .cart_delete {
  color: #fff;
}

#cart-page .price {
  font-weight: 300;
}

#cart-page .CartNameImage td {
  height: 140px;
  vertical-align: middle;
  border-bottom: 0px;
}

#cart-page .CartNameImage .cart_photo {
  /*  border-right: 1px #000 solid;
  background: #fff;*/
}

#cart-page .CartNameImage .cart_title {
  text-align: left;
  padding-left: 10px;
}

#cart-page .title {
  font-size: 17px;
  font-weight: 300;
  margin-top: 3px;
}

#cart-page .brand {
  color: #111;
  font-size: 14px;
}

.le-quantitycard {
  padding: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  position: absolute;
  height: 100%;
  padding: 0px 10px;
  top: 0;
  font-family: fontawesome;
}

.le-quantitycard .minus:after,
.le-quantitycard .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 35px;
}

.le-quantitycard .minus {
  left: 0;
}

.le-quantitycard .minus:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.le-quantitycard .plus {
  right: 0;
}

.le-quantitycard .plus:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.le-quantitycard input {
  border: none;
  text-align: center;
  width: 70px;
  font-size: 16px;
}

.le-quantitycard {
  border: 1px solid #ddd;
  background-color: #fff;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  color: #111;
  background-color: #ddd;
}

.le-quantitycard .minus:hover,
.le-quantitycard .plus:hover {
  color: #fff;
  background-color: #111;
}

.le-quantitycard input {
  color: #111;
  background-color: #fff;
}






.accordion.faq .card {
  background-color: #000;
  border: 0px;
  border-radius: 0;
  margin-bottom: 10px;
}

.accordion.faq .card-header {
  border-bottom: 0px;
  background: none;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url(images/eshop/scratches.png);
}

.accordion.faq .mb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.accordion.faq .btn {
  padding: 14px 14px 14px 0px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 100%;
  text-align: left;
}

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

.accordion.faq .card-body {
  color: #fff;
}









#textslides {
  position: relative;
  margin-bottom: 20px;
  padding: 30px;
  z-index: 1;
  background: url(images/eshop/box-border-patern.png) #fff;
}

#textslides:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  margin: 20px;
  z-index: -1;
  background: #fff;
}

#textslides .container {
  /*max-width: 1140px;*/
}

#textslides .carousel {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #111;
}

@media (max-width: 991px) {
  #textslides .carousel {
    font-size: 14px;
    line-height: 1.5;
  }
}

#textslides .carousel-inner {
  position: relative;
  width: calc(100% - 116px);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  #textslides .carousel-inner {
    width: 100%;
  }
}

#textslides .carousel-item {
  text-align: center;
  min-height: 100px;
}

#textslides .carousel-control-next,
#textslides .carousel-control-prev {
  opacity: 1;
  width: 58px;
  height: 58px;
}

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

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

#textslides .carousel-control-next:focus,
#textslides .carousel-control-next:hover,
#textslides .carousel-control-prev:focus,
#textslides .carousel-control-prev:hover {
  opacity: .5;
}

#textslides .carousel-control-next:before {
  content: url(images/eshop/right-arrow-black.png);
}

#textslides .carousel-control-prev:before {
  content: url(images/eshop/left-arrow-black.png);
}

#textslides .carousel-indicators {
  position: relative;
}









.bannershome {
  position: relative;
  width: 100%;
  text-align: center
}

.bannershome .container {
  max-width: 1100px;
}

.bannershome .bannerhome {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.bannershome .bannerhome.margin {
  margin-top: 150px;
}

@media screen and (max-width:767px) {
  .bannershome .bannerhome.margin {
    margin-top: 0px;
  }
}

.bannershome .bannerhome img {
  width: 100%;
  height: auto;
}

.bannershome .bannerhome_border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.bannershome a:hover .bannerhome_border {
  background: rgba(0, 0, 0, 0.6);
}

.bannershome .bannerhome_border .bannerhome_data {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}

.bannershome h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ropa-sans-pro, sans-serif;
}

@media screen and (max-width:991px) {
  .bannershome h3 {
    font-size: 23px;
    line-height: 1.4;
  }
}

.bannershome hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 5px solid #ff0000;
  width: 100px;
}

.bannershome .bannerhome_text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}

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

/* TEXT BANNER */
.bannershome .bannerhome_textbanner {
  display: block;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 400px;
  margin-left: calc(50% - 200px);
  margin-right: auto;
  background: #fff;
  z-index: 1;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:800px) {
  .bannershome .bannerhome_textbanner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.bannershome .bannerhome_textbanner h3 {
  color: #111;
}

.bannershome .bannerhome_textbanner hr {
  border-top: 5px solid #111;
}

.bannershome .bannerhome_textbanner .bannerhome_text {
  color: #111;
}

/* BACKGROUND */
.bannerhome_bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  min-height: 650px;
}

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

.bannerhome_gradient {
  background: linear-gradient(to top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
  min-height: 300px;
}






#google-container {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  #google-container {
    width: 100%;
    height: 450px;
  }
}

@media only screen and (min-width: 1170px) {
  #google-container {
    width: 100%;
    height: 550px;
  }
}

#map-google-map {
  position: relative;
}

#map-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 14px;
  margin: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  background-color: #111;
  display: none;
}

@media only screen and (max-width: 768px) {
  #map-google-map address {
    display: none;
  }
}

#map-zoom-in,
#map-zoom-out {
  height: 42px;
  width: 42px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #040404;
  background-repeat: no-repeat;
  background-size: 32px 74px;
  background-image: url(images/eshop/cd-icon-controller.svg);
}

#map-zoom-in:hover,
#map-zoom-out:hover {
  background-color: #111;
}

@media only screen and (min-width: 768px) {

  #map-zoom-in,
  #map-zoom-out {
    margin-left: 20px;
  }
}

#map-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
  #map-zoom-in {
    margin-top: 20px;
  }
}

#map-zoom-out {
  background-position: 50% -32px;
}

#googlemap-callout {
  width: 400px;
  min-height: 40px;
}

#googlemap-callout h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #111;
}

#googlemap-callout p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 6px;
  color: #111;
}

#googlemap-callout p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #googlemap-callout p {
    display: none;
  }

  #googlemap-callout {
    width: 240px;
    min-height: 10px;
  }
}







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

@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: 120px 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 h2 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 991px) {
  .parallaxrow .parallaxshadow h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .parallaxrow .parallaxshadow h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .parallaxrow .parallaxshadow h2 {
    font-size: 22px;
  }
}

.parallaxrow .parallaxshadow .parallax_text {
  position: relative;
  width: 100%;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .parallaxrow .parallaxshadow .parallax_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .parallaxrow .parallaxshadow .parallax_text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
  }
}

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

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

.parallaxrow .parallaxshadow .parallax_counter_title {
  position: relative;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  padding-top: 10px;
}

.parallaxrow .parallaxshadow hr.parallax_counter_line {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #fff;
}

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

.parallaxrow .parallaxrow_line {
  display: inline-block;
  width: 80px;
  border-color: #ffffff;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.parallaxrow .parallaxrow_symbol {
  display: inline-block;
  margin: 0px 25px;
}

.parallaxrow .element-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.parallaxrow .element-shape-top {
  top: -1px;
}
.parallaxrow .element-shape-bottom {
  bottom: -1px;
}
.parallaxrow .element-shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallaxrow .element-shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.parallaxrow .element-shape-top svg {
  width: calc(100% + 1.3px);
  height: 40px;
  transform: translateX(-50%) rotateY(180deg);
}
.parallaxrow .element-shape-bottom svg {
  height: 40px;
}
.parallaxrow .element-shape .element-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}








.messagerow {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.messagerow .messagerow-black {
  position: relative;
  width: 100%;
  background: #cc0000;
  padding: 20px 0;
  background-image: url(../../images/eshop/redbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
}

.messagerow .messagerow-white {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.messagerow .messagerow-gray {
  position: relative;
  width: 100%;
  background: #efefef;
  padding: 20px 0;
}

.messagerow .container {
  /*max-width: 1100px;*/
}

.messagerow h6 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
  color: #111;
  margin: 0px;
  font-family: ropa-sans-pro, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width:991px) {
  .messagerow h6 {
    font-size: 23px;
    line-height: 1.4;
  }
}

.messagerow .message_text {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

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

.messagerow .message_button {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.messagerow .messagerow-black h6 {
  color: #fff;
}

.messagerow .messagerow-black .message_text {
  color: #fff;
}







.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: #fff;
}







.news-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: 450px;
  overflow: hidden;
}

.news-box.noheight {
  height: auto;
}

@media only screen and (max-width: 575px) {
  .news-box {
    height: initial;
  }
}

.news-box .news-image {
  position: relative;
  width: 100%;
}

.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;
}

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: #111;
  padding-top: 10px;
  padding-bottom: 0px;
}

@media screen and (max-width:991px) {
  .news-box .news-content .news-smalltext {
    font-size: 13px;
  }
}

.news-box .news-content .news-title {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 10px;
}

.news-box .news-content .news-title:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 110px;
  height: 5px;
  position: absolute;
  background: #E7131D;
}

.news-box .news-content .news-title h2 {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: ropa-sans-pro, sans-serif;
}

@media screen and (max-width:991px) {
  .news-box .news-content .news-title h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

a:hover .news-box .news-content .news-title h2 {
  opacity: 0.7;
}

.news-box .news-content .news-text {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  color: #111;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width:991px) {
  .news-box .news-content .news-text {
    font-size: 14px;
    line-height: 1.6;
  }
}






.news-page {
  position: relative;
  width: 100%;
}

.news-page .news-smalltext {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #111;
  padding-top: 0px;
  padding-bottom: 10px;
}

@media screen and (max-width:991px) {
  .news-page .news-smalltext {
    font-size: 13px;
  }
}


/*===================================================================================*/
/* Search
/*===================================================================================*/
.search-site {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 250px;
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

@media only screen and (max-width: 631px) {
  .search-site {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
  }
}

.search-site input#search-site-input {
  width: 100%;
  height: 37px;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  float: left;
  color: #111;
  padding-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #040404;
}

.search-site input#search-site-input::-webkit-input-placeholder {
  color: #333;
}

.search-site input#search-site-input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.search-site input#search-site-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.search-site input#search-site-input:-ms-input-placeholder {
  color: #333;
}

.search-site button.icon {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #040404;
  height: 37px;
  width: 37px;
  color: #fff;
  font-size: 16px;
  margin-left: -37px;
}

.search-site:hover button.icon,
.search-site:active button.icon,
.search-site:focus button.icon {
  outline: none;
  opacity: 1;
  margin-left: -37px;
}

.search-site:hover button.icon:hover {
  color: #fff;
}


.products-offer {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  /* border-radius: 100%; */
  font-size: 13px;
  line-height: 1;
  /* font-weight: 900; */
  font-weight: 900;
  color: #fff;
  text-align: center;
  bottom: 10px;
  left: 10px;
  background-image: url(../../images/eshop/offer_bg.png);
}

.products-offer span {
  width: 100%;
  text-align: center;
}



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

.ribbon {
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

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

.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 span {
  display: inline-block;
  background-color: #fb2e01;
  color: #fff;
  overflow: hidden;
  padding: 6px 10px 5px 10px;
}

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

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

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

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

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

.ribbon.color5 span {
  background-color: #fbe2db;
  color: #111;
}



.background3 {
  background-image: url(../../images/eshop/bg2.png);
  background-position: right top;
  background-repeat: no-repeat;  
}

.at-share-btn-elements .at-icon-wrapper.at-share-btn.at-svc-print{
  background-color: #657A7B!important
}
.at-share-btn-elements .at-icon-wrapper.at-share-btn.at-svc-compact{
  background-color: #657A7B!important
}






.languages_flags {
    height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;    
}
@media screen and (max-width: 991px) {
    .languages_flags {
     margin-left: 54px;  
    }    
}
.languages_flags img {
    margin-left: 10px;
}

.espa_banner img{
  display: block;
  width: 340px;
}
@media (max-width: 1060px) {
  .espa_banner img {
    display: block;
    width: 240px;
  }
}  