/* ----------- Reset styles ----------- */
/* 
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
    url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf)
      format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpS3E-kSBmtLoNJPDtbj2Pk.ttf)
      format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJS3E-kSBmtLoNJPDtbj2Pk.ttf)
      format('truetype');
}
body {
  line-height: 1;
  background-color: #000000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border-style: none;
}
.hr {
  clear: both;
  border-bottom: 1px solid #efefef;
  margin: 20px -15px;
  height: 1px;
}
.clear {
  clear: both;
}
/* ----------- LESS Variables ----------- */
/* ----------- Less Mixins ----------- */
/* ----------- Main styles ----------- */
body {
  background-color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #444444;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #e2383f;
  text-decoration: none;
}
a:hover {
  color: #bf3b3f;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
#home-page h1,
#registration-title {
  color: #e2383f;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
#registration-title {
  padding: 20px 0;
}
#title h1 {
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  color: #666666;
}
h2 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #666;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
#news-detail h2,
#referention-detail h2,
#product-detail h2,
#contact h2 {
  font-size: 17px;
  font-weight: normal;
  color: #5e5e5e;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ebebeb;
}
#news-detail h2 span,
#referention-detail h2 span,
#product-detail h2 span,
#contact h2 span {
  padding: 0 0 14px 0;
  border-bottom: 1px solid #e2383f;
}
#news-detail h2 span.date,
#referention-detail h2 span.date,
#product-detail h2 span.date,
#contact h2 span.date {
  font-size: 13px;
  font-weight: normal;
  float: right;
  border: none;
}
h3 {
  color: #e2383f;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    width: 480px !important;
  }
}
@media (max-width: 480px) {
  /* .container {
		width: 300px !important;
	} */
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-left {
  padding: 0 20px 0 0 !important;
}
.col-center {
  padding: 0 !important;
}
.col-right {
  padding: 0 0 0 20px !important;
}
.col-empty {
  height: 40px;
}
@media (max-width: 768px) {
  h1 {
    line-height: 30px !important;
  }
  #news-detail h2,
  #referention-detail h2,
  #product-detail h2,
  #contact h2 {
    line-height: 33px;
    border-left: 3px solid #e2383f;
    border-bottom: none;
    padding: 0 0 0 15px;
  }
  #news-detail h2 span,
  #referention-detail h2 span,
  #product-detail h2 span,
  #contact h2 span {
    padding: 0;
    border: none;
  }
  .col-left {
    padding: 0 !important;
  }
  .col-right {
    padding: 30px 0 0 0 !important;
  }
  #referention-detail .col-right {
    padding: 0 !important;
  }
  #referention-detail h4 {
    margin: 20px 0;
  }
}
/* ----------- Header ----------- */
#top-line {
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#header {
  width: 100%;
  margin: 91px auto 0;
  margin-top: 136px;
}
#header .navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
#header .navbar-collapse {
  margin-top: 4px;
}
#header .navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-opacity: 0.97;
  -khtml-opacity: 0.97;
  opacity: 0.97;
}
#header .navbar li.dropdown.active .dropdown-menu {
  border-top: 3px solid #e2383f;
}
#header .navbar li.dropdown.active .dropdown-menu a {
  background-color: none;
}
#header .navbar li.dropdown.active .dropdown-menu a:focus {
  background-color: none !important;
}
#header .user-status {
  display: inline;
}
#header .navbar-status {
  position: fixed;
  top: 0;
  border-width: 0 0 1px;
  border-bottom: 1px solid #e4e4e4;
  z-index: 1031;
  width: 100%;
  padding: 12px 5px 12px;
  background: #fcfcfc;
}
#header .cart-snippet {
  display: inline;
}
#header .navbar-fixed-top {
  top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-nav.blog-menu {
    float: none;
  }
  #header .navbar-nav.blog-menu li {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #header .navbar-nav.blog-menu {
    float: right;
  }
}
@media (min-width: 768px) {
  #header .navbar {
    height: 94px;
    background-color: #ffffff;
  }
  #header .navbar-nav {
    float: left;
  }
  #header .navbar-nav li {
    margin: 0 5px;
  }
  #header .navbar-nav li > a {
    padding: 36px 5px 34px;
    color: #666666;
    font-size: 13px;
  }
  #header .navbar-nav li > a:hover {
    color: #333333;
    background-color: transparent;
    border-bottom: 3px solid #666666;
    padding: 36px 5px 31px;
  }
  #header .navbar-nav li.active > a {
    background-color: transparent;
    color: #e2383f;
    border-bottom: 3px solid #e2383f;
    padding: 36px 5px 31px;
  }
  #header .navbar-nav li.open > a {
    background-color: transparent;
  }
  #header .navbar-nav .dropdown-menu {
    border: none;
    border-top: 3px solid #666666;
    background-color: #999999;
    font-size: 13px;
    margin: -3px 0 0 0;
    padding: 0;
  }
  #header .navbar-nav .dropdown-menu > li > a {
    margin: 0 5px;
    height: auto;
    line-height: 1;
    display: block !important;
    text-align: left;
    color: #dedede;
    text-transform: none;
    padding: 10px 6px;
    margin: 0;
    border: none;
    font-weight: normal;
    border-bottom: 1px solid #a5a5a5;
    outline-color: #999999;
  }
  #header .navbar-nav .dropdown-menu > li > a:hover {
    color: #ffffff;
    border-bottom: 1px solid #a5a5a5;
    background-color: #999999;
    font-weight: inherit;
  }
  #header .navbar-nav .dropdown-menu > li.active > a {
    color: #ffffff;
  }
  #header .navbar-default {
    border-bottom: 0;
  }
  #header .navbar-brand {
    padding: 30px 10px 25px 15px;
  }
}
#header #slider-box {
  margin: 0;
}
#header #slider-box #slider {
  width: 940px;
  height: 350px;
  overflow: hidden;
}
#header #slider-box #slider a,
#header #slider-box #slider img {
  width: 100% !important;
  height: 100% !important;
}
#header #slider-box #slider-nav {
  position: relative;
}
#header #slider-box #slider-nav a {
  width: 44px;
  height: 56px;
  display: block;
  position: absolute;
  top: 147px;
  margin-bottom: -55px;
  z-index: 1029;
}
#header #slider-box #slider-nav #prev-slide {
  background: rgba(20, 20, 20, 0.5) url('../images/slider-prev.png') no-repeat
    45% 50%;
  left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#header #slider-box #slider-nav #next-slide {
  background: rgba(20, 20, 20, 0.5) url('../images/slider-next.png') no-repeat
    55% 50%;
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#header #slider-box #slider-nav #prev-slide:hover,
#header #slider-box #slider-nav #next-slide:hover {
  background-color: #e2383f;
}
#header #slider-box #slider-pager {
  position: absolute;
  top: 430px;
  z-index: 1029;
  left: 50%;
  margin: 0 0 0 -20px;
}
#header #slider-box .slider-button {
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 13px;
  height: 13px;
  margin-right: 6px;
  float: left;
  margin-top: -12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header #slider-box .slider-button:hover {
  background: rgba(226, 56, 63, 0.6);
}
#header #slider-box .slider-button.activeSlide {
  background: #e2383f;
}
#header #slider-box .slider-shadow {
  width: 100%;
  height: 30px;
  background: #ffffff url('../images/shadow.png') no-repeat 50% 0;
  background-size: 100% 60px;
  display: block;
}
#header #title {
  width: 100%;
  height: 75px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  margin: 0 0 20px 0;
  display: block;
}
#header #title h1 {
  font-size: 20px;
}
#header #title .breadcrumbs {
  color: #858585;
  text-align: right;
  line-height: 50px;
}
#header #title .breadcrumbs > a {
  color: #858585;
}
#header #title .breadcrumbs > a:hover {
  color: #e2383f;
}
#header #title > .container {
  padding: 0 !important;
}
@media (max-width: 992px) {
  #header {
    width: 100%;
  }
  #header #slider {
    width: 100% !important;
  }
  #header #slider img {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header {
    margin-top: 144px;
  }
  #header .navbar-brand {
    margin: 0 auto;
    float: none;
    display: block;
    padding: 15px 10px 23px 15px;
  }
  #header .navbar-collapse {
    text-align: center;
  }
  #header .navbar-center {
    width: 700px;
    margin: 0 auto;
  }
  #header li.active > a {
    padding: 28px 5px 20px;
  }
  #header li.open > a {
    padding: 28px 5px 20px;
  }
  #header li.dropdown.active > a {
    padding: 31px 5px 30px !important;
  }
  #header li > a {
    padding: 31px 5px 33px !important;
  }
  #header li > a:hover {
    padding: 31px 5px 30px !important;
  }
  #header .dropdown-menu > li > a {
    padding: 10px 6px !important;
  }
  #header #slider {
    height: 286px !important;
  }
  #header #slider-nav > a {
    top: 115px !important;
  }
  #header #slider-pager {
    top: 415px !important;
  }
}
@media (max-width: 768px) {
  #header .container-nav {
    width: 100% !important;
  }
  #header .navbar-header {
    height: 90px;
    background-color: #ffffff;
  }
  #header .navbar-header .navbar-toggle {
    margin: 28px 28px 0 0;
  }
  #header .navbar-collapse {
    max-height: 1000px;
  }
  #header .navbar-collapse .navbar-nav {
    margin: 0 -15px;
  }
  #header .navbar-collapse .navbar-nav a {
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
  }
  #header .navbar-collapse .navbar-nav a:hover {
    color: #333333;
    background-color: #e7e7e7;
  }
  #header .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 0;
  }
  #header .navbar-collapse .navbar-nav li.dropdown ul a {
    font-weight: 400;
  }
  #header .navbar-collapse .navbar-nav li.dropdown a {
    font-size: 12px;
  }
  #header .navbar-collapse .navbar-nav li.drowdown > .dropdown-menu > li > a {
    background-color: #000;
  }
  #header .navbar-collapse .navbar-nav li.active > a {
    background-color: #e2383f;
    color: #ffffff;
    font-weight: 700;
  }
  #header .navbar-collapse .navbar-nav li.open.active > a {
    color: #ffffff;
  }
  #header .navbar-collapse .navbar-nav li.open.active > a:hover {
    color: #ffffff;
  }
  #header .navbar-collapse .navbar-nav li.open > a {
    color: #333333;
    border-bottom: 1px solid #aaaaaa;
  }
  #header #title {
    padding: 20px 0 0 0 !important;
    min-height: 75px;
    height: auto;
  }
  #header #title .breadcrumbs {
    text-align: left !important;
    line-height: 35px !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #header #slider {
    height: 179px !important;
  }
  #header #slider-nav > a {
    top: 60px !important;
  }
  #header #slider-pager {
    top: 265px !important;
  }
}
@media (max-width: 480px) {
  #header #slider {
    height: 112px !important;
  }
  #header #slider-nav > a {
    top: 30px !important;
  }
  #header #slider-pager {
    top: 200px !important;
  }
  .add-to-cart-wrapper #content #cart-products .amount .bootstrap-touchspin {
    display: block;
  }
  .add-to-cart-wrapper span.input-group-btn {
    float: left;
    display: block;
    width: 50px;
  }
  .add-to-cart-wrapper .amount .input-group-addon {
    display: none;
  }
  .add-to-cart-wrapper .amount button.btn.btn-default.bootstrap-touchspin-down,
  .add-to-cart-wrapper .amount button.btn.btn-default.bootstrap-touchspin-up {
    border-radius: 0;
  }
  .add-to-cart-wrapper .amount .product-amount {
    width: 50px;
    text-align: center;
  }
  .add-to-cart-wrapper .amount button.btn.btn-default.bootstrap-touchspin-down,
  .add-to-cart-wrapper .amount button.btn.btn-default.bootstrap-touchspin-up {
    width: 50px;
  }
  #content #cart-products .product-total-price {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
  }
  .container {
    width: 400px !important;
  }
  #content #cart-products .amount .bootstrap-touchspin {
    padding: 0px;
    width: 50px;
    margin: 0 auto;
  }
  .input-group-btn:last-child > .btn {
    margin-left: 0px;
  }
}
#home-page #header .navbar {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#home-page #header .navbar-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
}
/* ----------- Content ----------- */
#content {
  /* Crop Top Image */
  /* Crop Box Images */
  /* --- Home --- */
  /* --- Cart Product ---- */
  /* --- Eshop Product --- */
  /* --- Terms Conditions --- */
  /* --- News --- */
  /* --- News & Technologies --- */
  /* ---  News detail  --- */
  /* --- Products --- */
  /* --- Product detail --- */
  /* --- Referentions --- */
  /* --- Referention Detail --- */
  /* --- Sellers --- */
  /* --- Contact --- */
  /* --- Registration Form --- */
  /* --- To-Download --- */
  /* --- Logos Scripts --- */
}
#content .col-sm-4 img,
#content .col-sm-6 img {
  width: 100%;
}
#content p {
  margin: 0 0 5px 0;
  line-height: 22px;
}
#content ul.square-list {
  list-style: square outside;
  margin: 10px 0 20px 20px;
}
#content ul.square-list li {
  line-height: 20px;
  margin: 0 0 10px 0;
}
#content .pagination {
  margin: 35px 0 10px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
#content .pagination a {
  background-color: #f9f9f9;
  padding: 8px 14px;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
}
#content .pagination a.arrow {
  font-size: 16px;
  line-height: 17px;
  padding: 8px 14px 9px;
}
#content .pagination a:hover,
#content .pagination a:focus {
  color: #333333;
}
#content .pagination a.active {
  font-weight: bold;
}
#content .pagination a.active:hover {
  color: #e2383f;
}
#content .top-img-wrap {
  width: 100%;
  height: 475px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
#content .top-img-wrap img {
  width: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
#content .box > .img-box {
  overflow: hidden;
}
#content .three-hover-boxes {
  margin: 30px 0 0 0;
}
#content .three-hover-boxes .row {
  margin-right: -25px;
  margin-left: -25px;
}
#content .three-hover-boxes .box {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#content .three-hover-boxes .box:hover {
  text-decoration: none;
}
#content .three-hover-boxes .box > .img-box {
  height: 200px;
  background-color: #000000;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
#content .three-hover-boxes .box > .img-box > img {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
#content .three-hover-boxes .box > .text-box {
  background-color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
#content .three-hover-boxes .box.active > .text-box {
  border-left: 1px solid #e2383f;
  border-right: 1px solid #e2383f;
  border-bottom: 1px solid #e2383f;
}
#content .three-hover-boxes .box > .text-box > .title > h2 {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  line-height: 22px;
  margin: 0px;
}
#content .three-hover-boxes .box.active > .text-box > .title > h2 {
  color: #ffffff;
}
#content .three-hover-boxes .box > .text-box > .text {
  font-size: 12px !important;
  line-height: 18px;
  color: #999;
  display: block;
  position: relative;
  top: -10px;
  padding: 0px 15px 5px 15px;
}
#content .three-hover-boxes .box.active > .text-box > .text {
  color: #ffffff;
}
#content .three-hover-boxes .overlay-link {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7) url('../images/overlay-plus.png') no-repeat
    center center;
  position: absolute;
  top: 0;
  left: 135px;
  display: block;
  text-indent: -9999px;
  top: 0px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#content .four-hover-boxes {
  margin: 0;
}
#content .four-hover-boxes .row {
  margin-right: -25px;
  margin-left: -25px;
}
#content .four-hover-boxes .box {
  text-align: left;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#content .four-hover-boxes .box:hover {
  text-decoration: none;
}
#content .four-hover-boxes .box > .img-box {
  height: 147px;
  overflow: hidden;
  background-color: #000000;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
#content .four-hover-boxes .box > .img-box > img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
#content .four-hover-boxes .box > .text-box {
  background-color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
#content .four-hover-boxes .box.active > .text-box {
  border-left: 1px solid #e2383f;
  border-right: 1px solid #e2383f;
  border-bottom: 1px solid #e2383f;
}
#content .four-hover-boxes .box > .text-box > .title {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 15px 2px 15px;
  display: block;
}
#content .four-hover-boxes .box.active > .text-box > .title {
  color: #ffffff;
}
#content .four-hover-boxes .box > .text-box > .text {
  font-size: 12px !important;
  line-height: 18px;
  color: #999;
  display: block;
  position: relative;
  padding: 0px 15px 15px 15px;
}
#content .four-hover-boxes .box.active > .text-box > .text {
  color: #ffffff;
}
#content .four-hover-boxes .overlay-link {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7) url('../images/overlay-plus.png') no-repeat
    center center;
  position: absolute;
  top: 0;
  left: 95px;
  display: block;
  text-indent: -9999px;
  top: 0px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#content #cart-products .bottom-line {
  width: 920px;
  height: 1px;
  margin: 10px -5px;
  padding: 0;
  background-color: #efefef;
  float: left;
  max-width: 100%;
}
#content #cart-products a.title,
#content #cart-products p.title,
#content #cart-products h2.title {
  color: #e2383f;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 0;
  display: block;
}
#content #cart-products a.title:hover,
#content #cart-products p.title:hover,
#content #cart-products h2.title:hover {
  color: #e2383f;
}
#content #cart-products .code {
  margin-bottom: 10px;
  font-weight: 100;
}
#content #cart-products a.button,
#content #cart-products button.button {
  color: #e2383f;
  margin: 10px 0px;
  line-height: 13px;
  font-size: 13px;
  padding: 10px 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  display: inline-block;
  background-color: #f9f9f9;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
#content #cart-products a.button:hover,
#content #cart-products button.button:hover {
  color: #333333;
}
#content #cart-products .product-img-wrap img {
  height: 100%;
  max-width: 100%;
  max-height: 80px;
}
#content #cart-products .price {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#content #cart-products .amount {
  margin: 15px 0;
}
#content #cart-products .amount .bootstrap-touchspin {
  padding: 0px;
}
#content #cart-products .amount .bootstrap-touchspin-postfix {
  padding: 6px 4px;
}
#content #cart-products .price-summary {
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#content #cart-products .amount-summary {
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#content #cart-products .product-total-price {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
#content #cart-products .product-remove {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
#content #cart-products .product-stock-na {
  display: block;
  color: red;
  font-size: 10px;
  line-height: 12px;
}
#content .cart-header {
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  margin: 10px 0px;
  padding-bottom: 20px;
}
#content #eshop-products .bottom-line {
  width: 920px;
  height: 1px;
  margin: 10px 10px 15px 10px;
  padding: 0;
  background-color: #efefef;
  float: left;
  max-width: 100%;
}
#content #eshop-products ul li:last-child .bottom-line {
  background-color: #ffffff;
  margin: 0 10px;
}
#content #eshop-products img {
  margin: 0px 10px 10px 0px;
}
#content #eshop-products a.title,
#content #eshop-products p.title,
#content #eshop-products h2.title {
  color: #e2383f;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  display: block;
}
#content #eshop-products a.title:hover,
#content #eshop-products p.title:hover,
#content #eshop-products h2.title:hover {
  color: #e2383f;
}
#content #eshop-products .code {
  margin-bottom: 10px;
  font-weight: 100;
}
#content #eshop-products p.text {
  margin-bottom: 15px;
}
#content #eshop-products a.button,
#content #eshop-products button.button {
  color: #e2383f;
  line-height: 13px;
  font-size: 13px;
  padding: 10px 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  display: inline-block;
  background-color: #f9f9f9;
  height: 34px;
  width: 37px;
  float: left;
  text-align: center;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
#content #eshop-products a.button:hover,
#content #eshop-products button.button:hover {
  color: #333333;
}
#content #eshop-products .product-img-wrap img {
  max-height: 100%;
  max-width: 90%;
}
#content #eshop-products .cart-product-img-wrap img {
  height: 100%;
  max-width: 100%;
  max-height: 100px;
}
#content #eshop-products .right-price-panel {
  float: right;
  width: 80%;
}
@media (max-width: 992px) {
  #content #eshop-products .right-price-panel {
    width: 100%;
  }
}
#content #eshop-products .right-price-panel .price {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 5px;
  font-weight: 700;
}
.set .accessory-label-price {
  font-weight: normal;
}
#content #eshop-products .right-price-panel .price-before-rabat {
  text-decoration: line-through;
}
#content #eshop-products .right-price-panel .amount {
  margin-top: 8px;
}
#content #eshop-products .right-price-panel .amount .bootstrap-touchspin {
  padding: 0px;
  width: 75%;
  float: left;
  margin-right: 5px;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
#content
  #eshop-products
  .right-price-panel
  .amount
  .bootstrap-touchspin-postfix {
  padding: 6px 4px;
}
#content #eshop-products .product-action {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e2383f;
  padding: 3px 7px;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  text-align: center;
}
#content #eshop-products .product-action b{
  font-weight: 600;
}

#content #terms-conditions h2 {
  text-align: center;
  margin-top: 50px;
}
#content #terms-conditions ol {
  list-style: decimal;
  margin-left: 15px;
}
#content #terms-conditions ol ol {
  list-style: lower-alpha;
  margin-left: 30px;
}
#content #news .bottom-line {
  width: 920px;
  height: 1px;
  margin: 34px 10px 40px;
  padding: 0;
  background-color: #efefef;
  float: left;
  max-width: 100%;
}
#content #news ul li:last-child .bottom-line {
  background-color: #ffffff;
  margin: 0 10px;
}
#content #news ul li.headline-article {
  margin-top: 20px;
}
#content #news ul li.headline-article .img-wrap {
  height: 250px;
}
#content #news img {
  margin: 0px 10px 10px 0px;
}
#content #news a.title,
#content #news p.title {
  color: #e2383f;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}
#content #news a.title:hover,
#content #news p.title:hover {
  color: #e2383f;
}
#content #news p.text {
  margin-bottom: 15px;
}
#content #news a.button {
  color: #e2383f;
  margin: 0 5px 5px 0;
  line-height: 13px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  font-weight: bold;
  display: inline-block;
  background-color: #f9f9f9;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}
#content #news a.button:hover {
  color: #333333;
}
#content #news p.meta {
  color: #878787;
  margin-bottom: 5px;
}
#content #news p.meta span {
  position: relative;
  top: -1px;
}
#content #news .img-wrap {
  height: 173px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content #news .img-wrap img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 992px) {
  #content #news ul li .img-wrap {
    height: 130px;
  }
  #content #news ul li.headline-article .img-wrap {
    height: 200px;
  }
}
@media (max-width: 768px) {
  #content #news ul li .img-wrap,
  #content #news ul li.headline-article .img-wrap {
    height: 250px;
  }
}
@media (max-width: 480px) {
  #content #news ul li .img-wrap,
  #content #news ul li.headline-article .img-wrap {
    height: 155px;
  }
}
#content .main-page-section {
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 1px;
  border-radius: 6px 6px 6px 6px;
  padding-top: 10px;
  margin-bottom: 20px;
}
#content .main-page-section > .col-sm-6:first-child {
  padding-right: 15px;
  padding-bottom: 10px;
}
#content .main-page-section > .col-sm-6:last-child {
  padding-left: 15px;
  padding-bottom: 10px;
}
#content #news-detail span.date {
  font-size: 13px;
  float: right;
  border: none;
}
#content #products .four-hover-boxes .title {
  padding: 10px 15px 10px 15px;
}
#content #products .air-condition-crossroad .text-box {
  min-height: 200px !important;
}
#content #product-detail img {
  width: 100%;
}
#content #product-detail .title {
  font-size: 16px;
  color: #444;
  line-height: 25px;
  font-weight: 600;
  margin: 10px 0;
}
#content #product-detail .text {
  margin-bottom: 30px;
}
#content #product-detail .icon-boxes {
  margin: 20px 0;
  float: left;
}
#content #product-detail .icon-boxes .img-box {
  width: 30px;
  margin-right: 13px;
  float: left;
}
#content #product-detail .icon-boxes .img-box img {
  width: 30px;
  height: 30px;
}
#content #product-detail .icon-boxes .text-box {
  width: 250px;
  float: left;
}
#content #product-detail .icon-boxes .text-box .title {
  margin: 3px 0 10px 0;
}
#content #product-detail #tabs > li {
  width: 100%;
  margin: 10px 0;
  float: left;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
}
#content #product-detail #tabs li a.tab-title {
  color: #757575;
  font-weight: 600;
  border: 1px solid #ddd;
  display: block;
  background: #f9f9f9 url('../images/tab-open.png') no-repeat left center;
  padding: 9px 15px 9px 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
#content #product-detail #tabs li a.tab-title:hover {
  color: #757575;
}
#content #product-detail #tabs li div.tab-inner {
  width: 100%;
  padding: 20px 10px 0 10px;
  background-color: #ffffff;
  float: left;
}
#content #product-detail #tabs li div.tab-inner ul > li {
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  margin: 0 0 10px 0;
  float: left;
}
#content #product-detail #tabs li div.tab-inner h4 {
  margin: 0 10px 20px 10px;
  font-size: 15px;
}
#content #product-detail #tabs li div.tab-inner h4 span {
  padding: 0 0 12px 0;
}
#content #product-detail #tabs li.active a.tab-title {
  color: #3c3c3c;
  background: #f9f9f9 url('../images/tab-close.png') no-repeat left center;
}
#content #product-detail .callout {
  margin: 0;
  display: block;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 20px 0 0 0;
}
#content #product-detail a:hover .callout {
  border: 1px solid #e2383f;
}
#content #product-detail .callout .border {
  border: none !important;
  background: url('../images/mail-icon.jpg') no-repeat right center;
  padding: 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 20px;
}
#content #product-detail .callout .callout-content {
  float: left;
}
#content #product-detail .callout h4 {
  color: #e2383f;
  font-size: 23px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#content #product-detail .callout p {
  color: #444444;
  margin: 0 0 10px 0;
  line-height: 20px;
}
#content #referentions .overlay-link {
  background: rgba(0, 0, 0, 0.7) url('../images/overlay-loupe.png') no-repeat
    center center;
}
#content #referentions #filter {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
#content #referentions #filter li {
  float: left;
}
#content #referentions #filter li > a {
  color: #888888;
  font-weight: 600;
  background-color: #f9f9f9;
  cursor: pointer !important;
  border-right: 1px solid #ddd;
  padding: 6px 20px 6px 20px;
  float: left;
  background-image: linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -moz-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(bottom, #f7f7f7, #ffffff);
  background-image: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
}
#content #referentions #filter li > a:hover {
  color: #e2383f;
}
#content #referentions #filter li > a.active {
  color: #e2383f;
  background: #ffffff;
}
#content #referentions #ref-boxes {
  display: block;
  min-height: 480px;
}
#content #referention-detail p.meta {
  color: #878787;
  margin-bottom: 5px;
}
#content #referention-detail p.meta span {
  position: relative;
  top: -1px;
}
#content #referention-detail #title-img {
  width: 100%;
}
#content #referention-detail p {
  margin-bottom: 15px;
}
#content #referention-detail .overlay-link {
  background-image: url('../images/overlay-loupe.png');
}
#content #referention-detail .img-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content #referention-detail .img-box > img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content #sellers {
  min-height: 305px;
}
#content #sellers h1 {
  margin: 0 0 20px 0;
}
#content #sellers #map-img {
  width: 300px !important;
  height: 149px;
  float: left;
  border: 0;
  background: #fafafa url('../images/mapa.jpg') 0 -1192px;
}
#content #sellers #contact-list > li {
  margin: 0 0 30px 0;
}
#content #sellers map > area,
#content #sellers map > area:active,
#content #sellers map > area:focus {
  outline: none;
  border: 0;
}
#content #contact #contact-map {
  width: 100%;
  height: 300px;
  float: left;
}
#content #contact ul {
  margin: 0 0 20px 0;
}
#content #contact #contact-form label {
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
}
#content #contact #contact-form p {
  margin: 0 0 5px 0;
}
#content #contact #contact-form input,
#content #contact #contact-form textarea {
  width: 300px !important;
  max-width: 100%;
  background-color: #ffffff;
  font-size: 13px;
  color: #808080;
  margin: 0 0 10px 0;
  padding: 8px;
  display: block;
  border: 1px solid #d4d4d4;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
}
#content #contact #contact-form input:focus,
#content #contact #contact-form textarea:focus {
  border: 1px solid #e2383f;
}
#content #contact #contact-form textarea {
  width: 100% !important;
  height: 160px;
}
#content #contact #contact-form button {
  padding: 10px 20px;
  margin: 5px 0 0 0;
  color: #ffffff;
  background-color: #e2383f;
}
#content #contact #contact-form button:hover {
  background-color: #bf3b3f;
}
#content #contact #contact-form .col-sm-9,
#content #contact #contact-form .form-actions {
  width: 100%;
}
#content #contact #contact-form .form-actions {
  margin: 0 0 0 5px;
}
#content #registration-form label {
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
}
#content #registration-form p {
  margin: 0 0 5px 0;
}
#content #registration-form input,
#content #registration-form textarea {
  max-width: 100%;
  background-color: #ffffff;
  font-size: 13px;
  color: #808080;
  margin: 0 0 10px 0;
  padding: 8px;
  display: block;
  border: 1px solid #d4d4d4;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
}
#content #registration-form input:focus,
#content #registration-form textarea:focus {
  border: 1px solid #e2383f;
}
#content #registration-form textarea {
  width: 100% !important;
  height: 160px;
}
#content #registration-form button {
  color: #ffffff;
  background-color: #e2383f;
  margin-top: 20px;
  border-color: initial;
}
#content #registration-form button:hover {
  background-color: #bf3b3f;
}
#content #registration-form .vop-box .vop-checkbox,
#content #registration-form .vop-box .vop-link {
  float: left;
}
#content #registration-form .vop-box .vop-checkbox {
  margin-top: 5px;
}
#content #registration-form .vop-box .vop-link {
  margin-left: 10px;
}
#content #registration-form .col-sm-9,
#content #registration-form .form-actions {
  width: 100%;
}
#content #registration-form .form-actions {
  margin: 0 0 0 5px;
}
#content #registration-form .form-error {
  font-size: 10px;
  line-height: 10px;
  color: #e2383f;
}
#content #to-download ul {
  margin: 0 0 20px 0;
}
#content #to-download ul li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  background: url('../images/pdf-icon.jpg') 0 0 no-repeat !important;
}
#content #to-download ul li a {
  line-height: 25px;
}
#content .script-box {
  width: 100%;
  display: block;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 15px;
  color: #444;
  font-size: 15px;
}
@media (min-width: 992px) {
  #content #sellers #contact-list > li {
    width: 250px;
    padding: 0 20px 0 0;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #content .three-hover-boxes .box > .img-box {
    height: 160px !important;
  }
  #content .three-hover-boxes .box > .img-box img {
    height: 160px !important;
  }
  #content .three-hover-boxes .box > .text-box {
    min-height: 75px;
  }
  #content .four-hover-boxes .box > .img-box {
    height: 250px !important;
  }
  #content .four-hover-boxes .box > .img-box img {
    height: 250px !important;
  }
  #content .three-hover-boxes .overlay-link {
    left: 105px !important;
    margin-top: -20px;
  }
  #content .four-hover-boxes .overlay-link {
    left: 170px !important;
    margin-top: 50px;
  }
  #content #products .air-condition-crossroad .text-box {
    min-height: 230px !important;
  }
  #content #news p.text {
    margin-bottom: 10px;
  }
  #content #news .bottom-line {
    width: 748px;
  }
  #content #sellers #contact-list > li {
    width: 170px;
    padding: 0 20px 0 0;
    float: left;
  }
  #content .img-wrap {
    height: 138px;
  }
}
@media (max-width: 768px) {
  #content img {
    width: 100% !important;
  }
  #content #filter > li {
    width: 100%;
  }
  #content #filter > li > a {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
  }
  #content #tabs a.tab-title {
    font-size: 12px;
  }
  #content #news-detail span.date {
    width: 100%;
    float: left;
  }
  #content #products .air-condition-crossroad .text-box {
    min-height: 100% !important;
  }
  #content .img-wrap {
    margin: 0 0 15px 0;
  }
  #content .top-img-wrap {
    height: 210px !important;
  }
  #content #cart-products .product-img-wrap {
    display: none;
  }
  #content #cart-products .cart-price {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #content .box > .img-box {
    height: 320px !important;
  }
  #content .box > .img-box img {
    height: 320px !important;
  }
  #content .three-hover-boxes .overlay-link {
    left: 225px !important;
    margin-top: 60px !important;
  }
  #content .four-hover-boxes .overlay-link {
    left: 225px !important;
    margin-top: 85px !important;
  }
  #content #news .bottom-line {
    width: 460px;
  }
  #content .img-wrap {
    height: 270px;
  }
}
@media (max-width: 480px) {
  #content .box > .img-box {
    height: 200px !important;
  }
  #content .box > .img-box img {
    height: 200px !important;
  }
  #content #news .bottom-line {
    width: 280px;
    margin: 24px 10px 30px;
  }
  #content .four-hover-boxes .overlay-link {
    left: 135px !important;
    margin-top: 25px !important;
  }
  #content .top-img-wrap {
    height: 150px !important;
  }
}
#content #category-filter {
  margin-bottom: 20px;
}
#content #category-filter .on-stock-label {
  display: inline;
  font-size: 14px;
  line-height: 30px;
  color: #e2383f;
}
#content #category-filter .bottom-line {
  width: 920px;
  height: 1px;
  margin: 20px 10px;
  padding: 0;
  background-color: #efefef;
  float: left;
  max-width: 100%;
}
/* ----------- Footer ----------- */
#footer {
  width: 100%;
}
#footer #color-box {
  width: 100%;
  height: 50px;
  background-color: #e2383f;
  margin: 30px 0 0 0;
}
#footer #infobar {
  min-height: 300px;
  border-top-color: #333333;
  background-color: #444444;
  color: #c5c5c5;
  border-top: 10px solid #333333;
  padding: 25px 0;
}
#footer #infobar span.title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  border-bottom: 1px solid #555;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
}
#footer #infobar ul > li {
  background: url('../images/list-arrow.png') no-repeat 0px 9px;
  padding: 1px 0 1px 12px;
  float: left;
  width: 100%;
}
#footer #infobar ul > li > a {
  color: #c5c5c5;
}
#footer #infobar ul > li > a:hover {
  color: #ffffff;
}
#footer #infobar .form-group {
  width: 100%;
}
#footer #infobar #input-email,
#footer #infobar button {
  font-size: 12px;
  outline: none;
}
#footer #infobar #input-email {
  width: 70%;
  height: 31px;
  padding: 8px;
}
#footer #infobar #input-email:focus {
  border: 1px solid #e2383f;
}
#footer #infobar button:hover {
  color: #ffffff;
  border: 1px solid #bf3b3f;
  background-color: #e2383f;
}
#footer #copyright {
  min-height: 50px;
  color: #b3b3b3;
  background-color: #333333;
  padding: 15px 0;
}
#footer #copyright a {
  color: #ffffff;
}
#footer #copyright a:hover {
  color: #e2383f;
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer #input-email {
    width: 68% !important;
  }
}
@media (max-width: 768px) {
  #footer #infobar {
    padding-bottom: 0;
  }
  #footer #infobar > .container > .row > div {
    margin-bottom: 50px;
  }
  #footer #infobar button {
    margin-left: 3px;
  }
  .accessories {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #footer #infobar #input-email {
    width: 83% !important;
    float: left;
  }
  #footer #infobar button {
    float: left;
  }
}
@media (max-width: 480px) {
  #footer #infobar #input-email {
    width: 73% !important;
    float: left;
  }
  #footer #infobar button {
    float: left;
  }
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 520px;
  margin: 20px auto;
}
.white-popup img {
  max-width: 480px !important;
}
/* Login */
#loginbox {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 480px) {
  #logo,
  #loginbox {
    width: 100%;
  }
}
#loginbox {
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 4px #000000;
  border-radius: 7px;
  overflow: hidden !important;
  text-align: center;
  position: relative;
}
#loginbox form {
  width: 100%;
  top: 0;
  left: 0;
}
#loginbox form#loginform {
  z-index: 200;
}
#loginbox form#recoverform {
  z-index: 100;
  opacity: 0;
  display: none;
}
#loginbox form#recoverform .control-group {
  margin: 23px 0;
}
#loginbox form#registerform {
  z-index: 100;
  opacity: 0;
  display: none;
}
#loginbox p {
  margin-top: 15px;
  padding: 0 20px;
}
.bottom-loginbox {
  width: 100%;
  padding: 0px 20px 30px;
}
@media (max-width: 400px) {
  #loginbox p {
    font-size: 12px !important;
  }
}
#loginbox .form-actions {
  padding: 5px 20px 15px;
  border-radius: 0 0 30px 30px;
}
#loginbox .form-actions .pull-left,
#loginbox .form-actions .pull-right {
  margin-bottom: 10px;
}
#loginbox .form-actions .pull-left {
  text-align: left;
}
#loginbox .form-actions .pull-right {
  text-align: right;
}
.input-group {
  padding: 0 20px 5px;
}
#loginbox h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#loginbox input[type='submit'] {
  color: #ffffff;
  background-color: #e2383f;
  margin-top: 20px;
  border-color: initial;
}
#loginbox input[type='submit']:hover {
  background-color: #bf3b3f;
}
.terms-button {
  background-color: #e2383f;
  border-color: #e2383f;
}
.terms-button:hover {
  background-color: #bf3b3f;
  border-color: #bf3b3f;
}
.text-justify {
  text-align: justify;
}
.hide {
  display: none;
}
.dph-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.accessory-name-table {
  width: 100%;
  text-overflow: ellipsis;
}
.accessory-label-price {
  float: right;
  font-weight: 700;
}
.accessory-name-table input[type='radio'] {
  position: absolute;
  margin-top: 0px;
}
.accessory-name-table label {
  padding-left: 20px;
}
.product-amount {
  float: left;
}
.sou-box {
  display: inline-block;
}
.sou-info {
  padding-left: 22px;
}
.discount-label {
  font-size: 12px;
  width: 75%;
  line-height: 17px;
  float: left;
}
input#recalculate_orderDiscount {
  width: 40px;
}
.select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}

/* zaruka */

.zaruka-page {
}

.zaruka-page b {
  font-weight: bold;
}

.zaruka-page .flex {
  display: flex;
  justify-content: space-between;
}

.zaruka-page hr {
  border-top: 1px solid #646464;
}

.datepicker {
  top: 180px !important;
}

.home-carousel {
  margin-bottom: 20px;
}

.home-carousel img {
  width: 100%;
}

/* ----------- Home banner owl carousel arrows ----------- */
.home-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(calc(-50% - 20px));
  pointer-events: none;
}

.home-carousel .owl-nav .owl-prev,
.home-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.35) !important;
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: all;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.home-carousel .owl-nav .owl-prev {
  left: 12px;
}

.home-carousel .owl-nav .owl-next {
  right: 12px;
}

.home-carousel .owl-nav .owl-prev:hover,
.home-carousel .owl-nav .owl-next:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6) !important;
}

.home-carousel .owl-nav .owl-prev span,
.home-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

/* Margins */
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mr150 {
  margin-right: 150px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml150 {
  margin-left: 150px !important;
}
/* Paddings */
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
