html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #666666;
}

body.scroll {
  padding-top: 175px;
}

@media (max-width: 767px) {
  body.scroll {
    padding-top: 250px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 45px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  color: #000000;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}

h2.bigger {
  font-size: 45px;
}

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

  h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  h2.bigger {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  h2.bigger {
    font-size: 24px;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 20px;
}

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

a:hover {
  color: #b01f3f;
  text-decoration: underline;
}

strong {
  color: #24252b;
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 30px;
  transition: all 0.3s;
}

.btn.active,
.btn:active,
.btn:focus {
  box-shadow: none;
}

.btn-orange {
  color: #b01f3f;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border: 2px solid #b01f3f;
  background-color: #ffffff;
}

.btn-orange:hover {
  background: #b01f3f;
  color: #fff;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.row-flex > [class*="col-"] > * {
  height: 100%;
}

.row.row-flex:after,
.row.row-flex:before {
  display: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

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

/* 5THS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* END 5THS */
.no-pad {
  padding: 0;
}

@media (min-width: 1330px) {
  .container {
    width: 1310px;
  }
}
.pos-static {
  position: static;
}

.mt-80 {
  margin-top: 80px;
}

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

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

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .mt-80,
  .mt-50 {
    margin-top: 40px;
  }

  .mb-50,
  .mb-80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mt-80,
  .mt-50 {
    margin-top: 30px;
  }

  .mb-50,
  .mb-80 {
    margin-bottom: 30px;
  }
}
.info {
  color: #cccccc;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  height: 15px;
  line-height: 1;
  width: 15px;
}
.info:after {
  position: absolute;
  content: "";
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/images/hqh/otaznik.svg") no-repeat center;
  background-size: 15px auto;
  top: 0px;
}
.info:hover:after {
  background: url("/images/hqh/otaznik-black.png") no-repeat center;
  background-size: 15px auto;
}

/* sale */
.all-sale {
  text-align: center;
  padding-top: 50px;
  background: #f4f4f4;
}
.all-sale .headline {
  color: #ffffff;
  padding: 0px 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.all-sale .headline span {
  display: inline-block;
  padding: 8px 10px;
}
.all-sale .headline span.black {
  background-color: #000000;
  padding-bottom: 6px;
  padding-top: 10px;
}
.all-sale .headline span.orange {
  background-color: #b01f3f;
}
.all-sale .sale-item .item-img {
  margin-top: 40px;
  height: 70px;
}
.all-sale .sale-item .item-img img {
  margin: 0 auto;
  max-height: 100%;
}
.all-sale .sale-item .item-text {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}
.all-sale .sale-item .item-name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .all-sale .headline {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .all-sale .headline {
    font-size: 20px;
  }
}
/* end sale */
.warning-box {
  background-color: #fff0db;
  padding: 10px 0px;
  color: #867966;
  font-size: 16px;
  font-weight: 500;
}
.warning-box .warning-box-content {
  padding-right: 30px;
  position: relative;
}
.warning-box strong {
  color: #d91d09;
  font-weight: 700;
}
.warning-box .del {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.warning-box .del img {
  width: 20px;
}

.form-control,
.tabDivRow2 input,
.form-group .text-input,
#basket-note,
#profile-edit-logins .text-input {
  width: 100%;
  height: 35px;
  padding: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.form-control:focus,
.tabDivRow2 input:focus,
#basket-note:focus {
  border: 2px solid #2b3b41;
  box-shadow: none;
}

textarea.form-control,
#basket-note {
  height: 110px;
}

.form-group label,
.tabDivRow1 label {
  float: left;
  color: #24252b;
  font-weight: 700;
}

/* check */
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

input[type="checkbox"] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 16px;
  margin: 0;
  vertical-align: middle;
  background: url("/images/hqh/uncheck.svg") left top no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  line-height: 1.2;
}

input[type="checkbox"]:checked + label {
  background: url("/images/hqh/checked.svg") no-repeat;
  background-size: 16px auto;
}

.check-styled input:disabled + label,
.check-styled input:disabled + label * {
  cursor: not-allowed;
  color: grey !important;
}

/* end check */
/* radio */
.radio-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

input[type="radio"] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

input[type="radio"] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 30px;
  margin: 0;
  vertical-align: middle;
  background: url("/images/hqh/uncheck_radio.svg") left top no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 5px;
}

input[type="radio"]:checked + label {
  background: url("/images/hqh/check_radio.png") no-repeat;
  background-size: 16px auto;
}

/* end radio */
/* select */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  max-width: 100%;
  height: 35px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  padding: 8px 15px;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  background: #b01f3f;
}

/* end select */
/* header */
header {
  background-color: #2b3b41;
  padding-top: 35px;
}

header.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  z-index: 200;
  padding-top: 10px;
  border-bottom: 2px solid #b01f3f;
}

header.scroll .header-menu .header-menu-content {
  margin-top: 5px;
}

header.scroll .header-logo .logo img {
  width: 60px;
}

header.scroll .header-logo .logo .logo-text {
  font-size: 20px;
  margin-top: 3px;
}

header.scroll .header-cart .header-cart-link .cart-link-text .cart-head {
  display: none;
}

header.scroll .header-cart .header-cart-link .header-cart-icon {
  background-size: 15px auto;
  width: 35px;
  height: 35px;
}

header.scroll .header-call .header-call-head {
  display: none;
}

header.scroll .header-call::before {
  top: 3px;
}

header.scroll .header-menu-top {
  margin-top: -5px;
}

header.scroll .header-menu .navbar-nav > li > a {
  padding-bottom: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.scroll .header-call {
    display: none;
  }
  header.scroll .header-menu-top {
    width: 500px;
  }
}

header .header-logo {
  width: 310px;
  float: left;
}
header .header-logo .logo {
  display: block;
  float: left;
}
header .header-logo .logo img {
  width: 91px;
  float: left;
}
header .header-logo .logo .logo-text {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 13px;
}
header .header-logo .logo .logo-text span {
  color: #b01f3f;
}
header .header-call {
  float: left;
  width: 280px;
  position: relative;
  padding-left: 30px;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
}
header .header-call .header-call-head {
  display: block;
  font-weight: 400;
}
header .header-call a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
header .header-call::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/images/hqh/phone.svg") no-repeat center;
}
header .header-call::after {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 7px;
  height: 7px;
  border: 2px solid #2b3b41;
  background-color: #9abb00;
  content: "";
}
header .header-menu-top {
  float: left;
  width: 535px;
}
header .header-menu-top ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
header .header-menu-top ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0px 12px;
}
header .header-menu-top ul li a {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 5px;
  position: relative;
  display: block;
}
header .header-menu-top ul li a:hover {
  text-decoration: none;
}
header .header-menu-top ul li a:after {
  left: 10px;
  bottom: 0px;
  background: #b01f3f;
  height: 1px;
  content: "";
  width: 0;
  transition: all 0.3s;
  position: absolute;
}
header .header-menu-top ul li a:hover:after {
  width: calc(50% - 10px);
}
header .header-menu-top .header-login {
  float: left;
  background: url("/images/hqh/user.svg") no-repeat left center;
  background-size: 20px auto;
  padding-left: 30px;
  margin-left: 20px;
}
header .header-menu-top .header-login ul li {
  padding: 0;
  position: relative;
}
header .header-menu-top .header-login ul li:first-child:after {
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #282828;
  content: "";
  left: 100%;
  top: 8px;
}
header .header-menu-top .header-login ul li a {
  padding: 5px 10px;
}
header .header-cart {
  float: right;
  width: calc(100% - 310px - 320px - 495px);
}
header .header-cart .header-cart-link {
  display: block;
  float: right;
}
header .header-cart .header-cart-link .header-cart-icon {
  background: url("/images/hqh/cart.svg") no-repeat center;
  background-size: 19px auto;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  float: left;
}
header .header-cart .header-cart-link .header-cart-icon .cart-num {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  background-color: #b01f3f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
header .header-cart .header-cart-link .cart-link-text {
  float: left;
  width: calc(100% - 45px);
  padding-left: 15px;
}
header .header-cart .header-cart-link .cart-link-text .cart-head {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
header .header-cart .header-cart-link .cart-link-text .cart-price {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-weight: 700;
}
header a.header-cart:active .cart-price,
header a.header-cart:focus .cart-price {
  color: #b01f3f;
}

.navbar-toggle {
  float: right;
  padding: 9px 10px;
  min-width: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* hamburger style */
.navbar-toggle.collapsed {
  padding: 9px 10px;
}

.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}

.navbar-toggle .toggle-icon span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .toggle-icon span:nth-child(3) {
  opacity: 0;
}

.navbar-toggle .toggle-icon span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .toggle-icon span:nth-child(2),
.navbar-toggle.collapsed .toggle-icon span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggle.collapsed .toggle-icon span:nth-child(3) {
  opacity: 1;
}

/* END hamburger style */
@media (min-width: 767px) {
  .header-menu-content .navbar-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-menu-top-content.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 1329px) {
  header {
    padding-top: 35px;
  }
  header .header-logo {
    width: 300px;
  }
  header .header-call {
    width: 250px;
  }
  header .header-menu-top {
    width: 420px;
  }
  header .header-cart {
    width: calc(100% - 300px - 250px - 420px);
  }

  header .header-menu-top ul li a {
    padding: 0;
    font-size: 12px;
  }
  header .header-menu-top ul li {
    padding: 0 6px;
  }
}
@media (max-width: 1199px) {
  header {
    min-height: 0;
    padding-top: 15px;
  }
  header .header-logo {
    width: 280px;
  }
  header .header-call {
    width: 250px;
  }
  header .header-menu-top {
    width: 250px;
  }
  header .header-cart {
    width: calc(100% - 280px - 250px - 250px);
  }

  header .header-menu-top ul li a {
    padding: 0;
  }

  header .header-menu-top .header-login {
    margin: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  header {
    min-height: 0;
    padding-top: 15px;
  }
  header .header-logo {
    width: 270px;
  }
  header .header-call {
    width: 230px;
  }
  header .header-menu-top {
    width: 44px;
    height: 35px;
    position: relative;
  }
  header .header-cart {
    width: calc(100% - 270px - 245px - 44px);
  }

  header .header-menu-top ul li a {
    padding: 0;
  }

  header .header-menu-top .header-login {
    margin: 0;
    margin-left: 10px;
  }

  .header-menu-top .navbar-toggle {
    margin-top: 5px;
    z-index: 20;
  }

  .header-menu-top .navbar-toggle {
    border-bottom: 1px solid #000;
  }
  .header-menu-top .navbar-toggle.collapsed {
    border-bottom: 1px solid #fff;
  }

  header .header-menu-top-content {
    position: absolute;
    top: 38px;
    right: 0;
    background: #2b3b41;
    z-index: 10;
    width: 200px;
    border: 1px solid #fff;
  }
  header .header-menu-top-content ul {
    width: 100%;
  }
  header .header-menu-top-content ul li {
    display: block;
    float: none;
  }

  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  header .header-logo {
    width: 100%;
    text-align: center;
  }
  header .header-logo .logo {
    display: inline-block;
    float: none;
    text-align: center;
  }
  header .header-logo .logo img {
    width: 60px;
    float: left;
  }
  header .header-logo .logo .logo-text {
    font-size: 22px;
    margin-top: 5px;
    margin-left: 10px;
  }
  header .header-logo .logo .logo-text span {
    color: #b01f3f;
  }
  header .header-cart {
    width: 35px;
    margin-top: 5px;
  }
  header .header-cart .header-cart-link .header-cart-icon {
    background-size: 17px auto;
    width: 35px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    float: left;
  }
  header .header-cart .header-cart-link .cart-link-text {
    display: none;
  }
  header .header-menu-top {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
  }
  header .header-call {
    width: 230px;
    padding-left: 25px;
  }
}
/* end header */
/* NAVBAR */
.header-menu {
  position: relative;
}
.header-menu .header-menu-content {
  margin-top: 35px;
  border-top: 1px solid #1c262a;
  padding-top: 15px;
}
.header-menu .navbar-collapse {
  padding: 0;
  width: calc(100% - 250px);
  float: left;
}
.header-menu .navbar {
  position: relative;
  min-height: unset;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  margin: 0 -15px;
}
.header-menu .navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.header-menu .navbar-nav:before {
  display: none;
}
.header-menu .navbar-nav:after {
  display: none;
}
.header-menu .navbar-nav > li {
  margin: 0;
  position: static;
}
.header-menu .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-menu .navbar-nav > li .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1280px;
  padding: 50px 0;
  margin: 0px auto;
  font-size: 14px;
  text-align: left;
  background-color: #2b3b41;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  z-index: 30;
}
.header-menu .navbar-nav > li .dropdown-menu:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  left: calc((100vw - 1280px) / -2);
  top: 0;
  background-color: #2b3b41;
}
.header-menu .navbar-nav > li .dropdown-menu > li {
  z-index: 1;
  position: relative;
  display: block;
  float: left;
  width: 16.66%;
}
.header-menu .navbar-nav > li .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  padding: 0px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  transition: all 0.3s;
}
.header-menu .navbar-nav > li .dropdown-menu > li > a:focus,
.header-menu .navbar-nav > li .dropdown-menu > li > a:hover,
.header-menu .navbar-nav > li .dropdown-menu > li.active > a {
  color: #b01f3f;
  text-decoration: none;
  background-color: transparent;
}
.header-menu .navbar-nav > li .dropdown-menu .submenu-img {
  float: left;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
}
.header-menu .navbar-nav > li .dropdown-menu .submenu-img img {
  max-width: 100%;
  margin: 0 auto;
}
.header-menu .navbar-nav > li .dropdown-menu span {
  display: block;
  float: left;
}
.header-menu .navbar-nav > li > a {
  position: static;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.64px;
  font-weight: 700;
  transition: all 0.3s;
  padding: 0;
  padding-top: 2px;
  line-height: 1;
  padding-bottom: 22px;
}
.header-menu .navbar-nav > li > a:hover,
.header-menu .navbar-nav > li > a:focus,
.header-menu .navbar-nav > li:hover a {
  color: #b01f3f;
  text-decoration: none;
  background: none;
}
.header-menu .nav .open > a,
.header-menu .nav .open > a:focus,
.header-menu .nav .open > a:hover {
  background-color: transparent;
  border: none;
  color: #b01f3f !important;
}
.header-menu .nav a .caret {
  transition: all 0.3s;
  margin-top: -2px;
  color: #b01f3f;
}
.header-menu .nav .open a .caret {
  transform: rotate(180deg);
}

@media (max-width: 1329px) {
  .header-menu .navbar-nav > li .dropdown-menu {
    max-width: 1170px;
  }
  .header-menu .navbar-nav > li .dropdown-menu:after {
    left: calc((100vw - 1170px) / -2);
  }
}
@media (max-width: 1199px) {
  .header-menu .navbar-nav > li .dropdown-menu {
    max-width: 970px;
  }
  .header-menu .navbar-nav > li .dropdown-menu:after {
    left: calc((100vw - 970px) / -2);
  }
  .header-menu .navbar-nav > li .dropdown-menu li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > li .dropdown-menu {
    max-width: 750px;
    padding: 20px 0;
  }
  .header-menu .navbar-nav > li .dropdown-menu:after {
    left: calc((100vw - 750px) / -2);
  }
  .header-menu .navbar-nav > li .dropdown-menu li {
    width: 33.3%;
  }
}
@media (max-width: 1199px) {
  .header-menu .header-menu-content {
    margin-top: 15px;
  }
  .header-menu .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-menu .navbar-nav > li > a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .header-menu .navbar-collapse {
    padding: 0;
    width: calc(100% - 160px);
    float: left;
    z-index: 100;
    border-bottom: 1px solid #b01f3f;
  }
}
@media (max-width: 767px) {
  .header-menu .navbar-nav > li .dropdown-menu {
    max-width: 100%;
    padding: 10px 0;
    position: relative;
    float: left;
  }
  header.scroll {
    height: 155px;
  }
  header.scroll .header-call .header-call-head {
    display: block;
  }
  header.scroll .header-menu-top {
    margin-top: 5px;
  }
  .header-menu .navbar-nav > li .dropdown-menu:after {
    display: none;
  }
  .header-menu .navbar-nav > li .dropdown-menu li {
    width: 50%;
  }

  .header-menu .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0;
    padding-left: 15px;
  }

  .header-menu .navbar-collapse {
    padding: 0;
    width: 100%;
    margin-left: -15px;
    float: none;
    position: absolute;
    background: #000;
    top: 100%;
    text-align: center;
  }

  .header-menu-content .navbar-toggle {
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .header-menu .header-menu-content {
    margin-top: 5px;
    float: left;
    width: 100%;
    height: 55px;
    padding-top: 12px;
  }

  .header-menu-content .toggle-text {
    display: block;
    float: left;
    line-height: 1;
    color: #fff;
    margin-left: 10px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }

  .header-menu-content .navbar-toggle .toggle-icon {
    float: left;
    display: block;
  }

  .header-menu .navbar-nav {
    display: block;
    width: 100%;
  }

  .header-menu .navbar-nav > li > a {
    position: relative;
  }
}
/* END NAVBAR */
/* search */
.header-search {
  width: 180px;
  float: right;
}

.input-group .form-control {
  width: 100%;
  height: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #a8a8a8;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  padding-right: 10px;
}

.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn {
  width: 1%;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  width: 20px;
  text-align: center;
  background: url("/images/hqh/search.svg") no-repeat center;
  background-size: 20px auto;
  border: none;
  border-radius: 0;
}

@media (max-width: 991px) {
  .header-search {
    width: 140px;
    float: right;
  }
}
@media (max-width: 767px) {
  .header-search {
    margin-top: 5px;
  }
}
/* end search */
/* carousel */
.carousel-inner > .item {
  height: 543px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: 543px;
  width: auto;
  max-width: unset;
  left: 50%;
  right: 0;
  position: absolute;
  transform: translateX(-50%);
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: none;
  opacity: 1;
}

.carousel-control.right {
  right: 0%;
  left: auto;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control.right:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 57px;
  background: url("/images/hqh/slider-arrow.svg") no-repeat;
  background-size: 30px auto;
  transform: translateY(-50%);
  top: 50%;
}

.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control.left:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 57px;
  background: url("/images/hqh/slider-arrow.svg") no-repeat;
  background-size: 30px auto;
  transform: rotate(180deg) translateY(50%);
  top: 50%;
}

.carousel-caption {
  position: absolute;
  bottom: auto;
  width: 1280px;
  top: 0px;
  left: 0;
  right: auto;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.carousel-caption h3 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 380px;
}

.carousel-caption p {
  color: #a8a8a8;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 380px;
}

.carousel-indicators {
  bottom: auto;
  top: 60px;
  left: calc(((100vw - 1280px) / 2));
  z-index: 15;
  width: 25px;
  margin-left: 0%;
  text-align: center;
  counter-reset: indicators;
}

.carousel-indicators li {
  width: 25px;
  height: 25px;
  margin: 0;
  border-radius: 0%;
  border: 2px solid transparent;
  background-color: transparent;
  position: relative;
  text-indent: 0;
  display: block;
}
.carousel-indicators li:after {
  counter-increment: indicators;
  content: counter(indicators);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.carousel-indicators .active {
  width: 25px;
  height: 25px;
  margin: 0;
  background: transparent;
  border: 2px solid #b01f3f;
}
.carousel-indicators .active:after {
  color: #b01f3f;
}

.slider-btn {
  color: #b01f3f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .slider-btn {
    padding-bottom: 0;
  }
}
.slider-btn:hover {
  text-decoration: none;
}
.slider-btn:after {
  width: 41px;
  height: 12px;
  content: "";
  background: url("/images/hqh/arrow.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .slider-btn:after {
    display: none;
  }
}
.slider-btn:hover:after {
  left: 10px;
}

@media (max-width: 1600px) {
  .carousel-inner > .item {
    height: 480px;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 480px;
  }
}
@media (max-width: 1500px) {
  .carousel-inner > .item {
    height: 430px;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 430px;
  }

  .carousel-caption h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .carousel-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .carousel-caption h3 {
    font-size: 30px;
  }

  .carousel-indicators {
    left: 0;
    top: auto;
    margin: 0 auto;
    padding-top: 10px;
    bottom: 0px;
    width: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .carousel-indicators li {
    display: inline-block;
    color: #fff;
  }

  .carousel-indicators li:after {
    color: #fff;
  }

  .carousel-caption h3 {
    max-width: 100%;
  }

  .carousel-caption p {
    max-width: 100%;
    color: #fff;
  }

  .carousel-inner > .item {
    height: 400px;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .carousel-inner > .item {
    height: 300px;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 300px;
  }

  .carousel-caption {
    top: 0%;
    left: 0%;
    right: 0%;
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 35px;
  }

  .carousel-caption h3 {
    margin-bottom: 10px;
  }
}
/* end carousel */
/* item-list */
.item-list {
  margin-top: 10px;
}

.item-badge {
  position: absolute;
  left: 0;
  top: 0%;
}

.badge {
  font-size: 14px;
  font-weight: 700;
  padding: 3px 6px;
  padding-top: 4px;
  line-height: 1;
  display: block;
  background: #fff;
  border-radius: 0;
  margin-bottom: 5px;
  float: left;
  clear: both;
}

.badge-sale {
  color: #e70505;
  border: 2px solid #e70505;
}

.badge-new {
  border: 2px solid #2b3b41;
  color: #000;
}

.product-item {
  position: relative;
  display: block;
  border: 2px solid transparent;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 20px;
  padding-bottom: 50px;
  transition: all 0.3s;
}
.product-item:hover {
  border: 2px solid #efefef;
}
.product-item .item-img {
  display: block;
  margin-bottom: 20px;
}
.product-item .item-img img {
  margin: 0 auto;
}
.product-item .item-name {
  display: block;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
.product-item .item-name:hover {
  text-decoration: none;
  color: #b01f3f;
}
.product-item .item-price {
  font-size: 16px;
  color: #b01f3f;
  font-weight: 500;
}
.product-item .item-price > .old {
  color: #cccccc;
  text-decoration: line-through;
  margin: 0px 7px;
}
.product-item .item-price > .new {
  color: #e70505;
}
.product-item .item-arrow {
  opacity: 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s;
}
.product-item .item-arrow:hover {
  left: 10px;
}
.product-item .item-arrow img {
  width: 41px;
}
.product-item:hover .item-arrow {
  opacity: 1;
}

@media (max-width: 991px) {
  .product-item {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .item-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-item-col {
    width: 50%;
  }

  .product-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .product-item-col {
    width: 100%;
  }

  .product-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* end item-list */
/* news-list */
.news-list {
  background: #000;
  min-height: 685px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-list.light {
  background: #f8f8f8;
}

.light .news-list-left h2 {
  color: #000;
}

.news-list-left {
  float: left;
  width: 320px;
}
.news-list-left h2 {
  color: #ffffff;
  font-size: 45px;
  max-width: 208px;
  margin-bottom: 40px;
  margin-top: 130px;
}
.news-list-left .news-list-all {
  color: #b01f3f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  padding-bottom: 20px;
  position: relative;
}
.news-list-left .news-list-all:hover {
  text-decoration: none;
}
.news-list-left .news-list-all:after {
  width: 41px;
  height: 12px;
  content: "";
  background: url("/images/hqh/arrow.svg") no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.news-list-left .news-list-all:hover:after {
  left: 10px;
}

.news-list-right {
  float: left;
  width: calc(100% - 320px);
}

.news-wrap {
  padding: 0 15px;
}

.light .news-item {
  background: #f8f8f8;
}

.light .news-item .news-bot {
  border-right-color: #f1f1f1;
}

.light .news-item .news-name {
  color: #000000;
}

.news-item {
  background: #181818;
  position: relative;
}
.news-item .news-img {
  height: 315px;
  display: block;
  overflow: hidden;
}
.news-item .news-img img {
  height: 100%;
  width: auto;
  max-width: unset;
  margin-left: 50%;
  transform: translateX(-50%);
}
.news-item .news-bot {
  padding: 30px;
  border-right: 2px solid #000;
  height: calc(100% - 315px);
}
.news-item .news-cat {
  color: #a8a8a8;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-item .news-name {
  display: block;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news-item .news-name:hover {
  text-decoration: none;
  color: #b01f3f;
}
.news-item .news-arrow {
  transition: all 0.3s;
  display: block;
}
.news-item .news-arrow img {
  width: 41px;
}
.news-item:hover .news-arrow {
  margin-left: 10px;
}
.news-item-date {
  position: absolute;
  left: 30px;
  top: 30px;
}
.news-item-date time {
  display: flex;
}

.news-item-date-day,
.news-item-date-month,
.news-item-date-year {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
  border-right: 0;
  background: #000;
}

.news-item-date-year {
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .news-list {
    background: #000 url("/images/hqh/camouflage.png") no-repeat left top;
  }
  .news-list.light {
    background: #f8f8f8 url("/images/hqh/camouflage-white-big.jpg") no-repeat left top;
  }
}
@media (max-width: 991px) {
  .news-list {
    padding-bottom: 30px;
  }

  .news-list-left {
    width: 100%;
    text-align: center;
  }

  .news-list-left h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .news-list-right {
    width: 100%;
    margin-top: 50px;
  }

  .light .news-list-right {
    margin-top: 10px;
  }

  .news-list-left h2 {
    font-size: 34px;
    margin-top: 0;
  }

  .news-list {
    display: block;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .news-item .news-name {
    font-size: 18px;
    line-height: 1.2;
  }

  .news-item .news-bot {
    padding: 10px;
  }

  .news-list-left h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .news-item-col {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }
  .blog-detail-news {
    display: flex;
    flex-wrap: wrap;
  }
}

.blog-detail-news {
  width: 100%;
}
/* news-list */
/* who-hqh */
.who-hqh-wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-height: 700px;
  padding-top: 170px;
  padding-bottom: 30px;
  border-bottom: 2px solid #efefef;
}

.who-left {
  width: 60%;
  float: left;
  padding-left: 320px;
}
.who-left h2 {
  margin-bottom: 0;
}
.who-left p {
  color: #24252b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.who-right {
  width: 40%;
  float: right;
  background: #fff;
  padding-bottom: 30px;
}
.who-right .btn-orange {
  margin-top: 30px;
}

@media (min-width: 991px) {
  .who-hqh-wrap {
    background: url("/images/hqh/who-hqh.png") no-repeat left center;
  }
}
@media (max-width: 1500px) {
  .who-hqh-wrap {
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: auto 80%;
  }
}
@media (max-width: 1199px) {
  .who-left {
    padding-left: 230px;
  }

  .who-hqh-wrap {
    background-size: auto 60%;
    background-position: left top 30px;
  }
}
@media (max-width: 991px) {
  .who-left {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .who-right {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
}
/* end who-hqh */
/* brands-slider */
.brands-slider {
  margin-bottom: 90px;
}
.brands-slider .brands-slider-col {
  margin-bottom: 70px;
  margin-top: 10px;
}
.brands-slider .carousel-inner > .item {
  height: auto;
}
.brands-slider .carousel-inner > .item > .brands-slider-row {
  align-items: center;
}
.brands-slider .carousel-inner > .item > a img,
.brands-slider .carousel-inner > .item img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 60px;
  left: 0%;
  right: 0;
  position: relative;
  margin: 0 auto;
  transform: translateX(0%);
}
.brands-slider .carousel-control {
  top: 0;
  bottom: 0;
  right: calc(100% + 30px);
  left: auto;
  width: 41px;
}
.brands-slider .carousel-control.right {
  right: auto;
  left: calc(100% + 30px);
}
.brands-slider .carousel-control.right:after {
  width: 41px;
  height: 12px;
  left: 0;
  background: url("/images/hqh/arrow.svg") no-repeat;
  background-size: 41px auto;
}
.brands-slider .carousel-control.left:after {
  width: 41px;
  height: 12px;
  left: 0;
  background: url("/images/hqh/arrow.svg") no-repeat;
  background-size: 41px auto;
}

@media (max-width: 1429px) {
  .brands-slider {
    padding: 0px 50px;
  }
}
@media (max-width: 991px) {
  .brands-slider {
    margin-bottom: 40px;
  }
  .brands-slider .brands-slider-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .brands-slider {
    margin-bottom: 30px;
    padding: 0px 30px;
  }
  .brands-slider .carousel-inner > .item > a img,
  .brands-slider .carousel-inner > .item img {
    margin-bottom: 30px;
  }
  .brands-slider .carousel-control {
    top: 0;
    bottom: 0;
    right: calc(100% + 10px);
    left: auto;
    width: 30px;
  }
  .brands-slider .carousel-control.right {
    right: auto;
    left: calc(100% + 10px);
  }
  .brands-slider .carousel-control.right:after {
    width: 30px;
    height: 12px;
    left: 0;
    background: url("/images/hqh/arrow.svg") no-repeat;
    background-size: 30px auto;
  }
  .brands-slider .carousel-control.left:after {
    width: 30px;
    height: 12px;
    left: 0;
    background: url("/images/hqh/arrow.svg") no-repeat;
    background-size: 30px auto;
  }
}
/* end brands-slider */
/* about-bottom */
.about-bottom {
  background: url("/images/hqh/camouflage-white.jpg") no-repeat center left;
  min-height: 508px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.about-bottom-boxes .about-box-col {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 2px solid #efefef;
}
.about-bottom-boxes .about-box-col:last-child {
  border-right-color: transparent;
}
.about-bottom-boxes .about-box-img {
  margin-bottom: 20px;
}
.about-bottom-boxes .about-box-img img {
  height: 45px;
  margin: 0 auto;
}
.about-bottom-boxes .about-box-name {
  color: #24252b;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.about-bottom-boxes .about-box-info {
  color: #666666;
  font-weight: 500;
}

@media (max-width: 991px) {
  .about-bottom {
    min-height: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-bottom {
    background: #f8f8f8;
    padding-bottom: 30px;
  }

  .about-bottom-boxes-row {
    display: block;
  }

  .about-bottom-boxes .about-box-col {
    max-width: 300px;
    margin: 10px;
    display: inline-block;
    float: none;
    border: 0;
    padding: 20px;
  }
}
/* about-bottom */
/* pagination */
.pagination-col {
  text-align: right;
  margin-top: 30px;
}

.pagination {
  margin: 0;
  border-radius: 0;
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  padding: 0;
  margin-left: -1px;
  line-height: 32px;
  text-align: center;
  color: #666666;
  background-color: #fff;
  border: 2px solid transparent;
  width: 35px;
  height: 35px;
  font-weight: 500;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000;
  background: none;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: none;
  border: 2px solid #e6e6e6;
  color: #000000;
  font-weight: 700;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .prev > a {
  position: relative;
  background: url("/images/hqh/arrow-grey.svg") no-repeat center;
  transform: rotate(180deg);
  width: 41px;
  height: 35px;
  margin-right: 20px;
}
.pagination .prev > a:hover {
  background: url("/images/hqh/arrow.svg") no-repeat center;
}

.pagination .next > a {
  position: relative;
  background: url("/images/hqh/arrow-grey.svg") no-repeat center;
  width: 41px;
  height: 35px;
  margin-right: 20px;
}
.pagination .next > a:hover {
  background: url("/images/hqh/arrow.svg") no-repeat center;
}

@media (max-width: 1199px) {
  .pagination-col {
    text-align: center;
  }
}
/* pagination */
/* price-slider */
.price-slider-wrap {
  float: left;
  width: 100%;
  min-height: 50px;
}

.ui-slider {
  background-color: #f1ece9;
  box-shadow: none;
}

.price-slider-wrap .ui-slider .ui-slider-range {
  position: relative;
  left: 0;
  right: 0;
}

.price-slider-wrap .ui-slider-horizontal {
  height: 8px;
  border: none;
  float: left;
  width: 100%;
  border-radius: 0px;
  background-color: #eeeeee;
  width: calc(100% - 10px);
  margin-left: 10px;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background: #b01f3f;
}

.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: url("/images/hqh/price-slider.svg") no-repeat center top;
  background-size: 100% auto;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
}

.price-filter-input-from {
  width: 70px;
  border: none;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  float: left;
}

.price-filter-input-to {
  float: right;
  width: 70px;
  border: none;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.price-range #price-filter-from {
  position: relative;
  float: left;
  width: 55px;
  margin-right: 0px;
  height: 35px;
  line-height: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-align: left;
  margin-top: 0px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}

.price-range #price-filter-to {
  position: relative;
  float: left;
  width: 55px;
  margin-left: 0px;
  height: 35px;
  line-height: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-align: left;
  margin-top: 0px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}

.price-range .price-filter-currency {
  position: relative;
  float: left;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0;
}

/* end price-slider */
/* homepage-slider */
.homepage-slider {
  max-width: 1920px;
  padding: 0px 15px;
  margin: 0 auto;
}
.homepage-slider .hp-slider-content {
  width: 79%;
  float: left;
}
.homepage-slider .slider-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #ffffff;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.homepage-slider .carousel-control.left {
  display: none;
}
.homepage-slider .carousel-caption {
  left: calc(((100vw - 1280px) / 2) + 75px);
}
@media (max-width: 1329px) {
  .homepage-slider .carousel-caption {
    left: calc(((100vw - 1170px) / 2) + 75px);
    width: 1170px;
  }
  .homepage-slider .carousel-indicators {
    left: calc(((100vw - 1155px) / 2));
  }
}
@media (max-width: 1199px) {
  .homepage-slider .carousel-caption {
    left: calc(((100vw - 970px) / 2) + 75px);
    width: 970px;
  }
  .homepage-slider .carousel-indicators {
    left: calc(((100vw - 955px) / 2));
  }
}
@media (max-width: 991px) {
  .homepage-slider .carousel-caption {
    width: 80%;
    left: 0;
  }
  .homepage-slider .carousel-indicators {
    left: 0;
    top: auto;
    margin: 0 auto;
    padding-top: 10px;
    bottom: 0px;
    width: auto;
    right: 0;
  }
  .homepage-slider .carousel-control {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-slider .carousel-caption {
    top: 0%;
    left: 0%;
    right: 0%;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .homepage-slider .slider-tag {
    margin-bottom: 10px;
  }
}

/* end homepage-slider */
/* hp-sale */
.hp-sale {
  width: 21%;
  float: left;
}
.hp-sale .all-sale {
  padding-top: 20px;
  height: 100%;
}

@media (max-width: 1499px) {
  .hp-sale {
    width: 30%;
  }

  .hp-sale .all-sale .sale-item .item-img {
    margin-top: 20px;
  }

  .homepage-slider .hp-slider-content {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .hp-sale {
    width: 100%;
  }

  .homepage-slider .hp-slider-content {
    width: 100%;
  }

  .sale-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .all-sale {
    padding-top: 30px;
  }
}
/* end hp-sale */
.left-menu {
  float: left;
  width: 260px;
  min-height: 10px;
}

/* category */
.cat-items {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 35px;
}

.cat-item {
  display: flex;
  align-items: center;
  color: #000000;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.cat-item .cat-item-img {
  float: left;
  height: 40px;
  width: 40px;
}
.cat-item .cat-item-img img {
  max-height: 100%;
}
.cat-item .cat-item-name {
  float: left;
  width: calc(100% - 40px);
  padding-left: 15px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.cat-item:hover {
  text-decoration: none;
  color: #b01f3f;
}

.main-content {
  float: left;
  width: calc(100% - 260px);
  padding-left: 60px;
}

.category-head h1 {
  display: inline-block;
}

.cat-banner {
  margin-top: 20px;
}

.filtr-wrap .filtr-item {
  background-color: #eeeeee;
  padding: 10px 15px;
  padding-right: 40px;
  float: left;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  transition: all 0.3s;
  margin-bottom: 5px;
  margin-right: 5px;
}
.filtr-wrap .filtr-item:hover {
  color: #e70505;
  text-decoration: none;
}
.filtr-wrap .filtr-item:after {
  position: absolute;
  right: 13px;
  width: 12px;
  height: 12px;
  top: 12px;
  content: "";
  background: url("/images/hqh/close-red.svg") no-repeat center;
  background-size: 12px auto;
  transition: all 0.3s;
}
.filtr-wrap .filtr-item:hover:after {
  transform: rotate(90deg);
}

.filtr-wrap-col {
  width: calc(100% - 330px);
}

.order-by-col {
  width: 330px;
}

.order-by .order-by-name {
  display: inline-block;
  width: 105px;
}

.order-select {
  display: inline-block;
  width: 190px;
}

.order-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 187px;
}

@media (max-width: 1329px) {
  .main-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .filtr-wrap-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-by-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-content {
    width: 100%;
  }
}
.show-count {
  font-weight: 500;
}

.show-count span {
  display: inline-block;
  margin-right: 5px;
}

.show-count a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid transparent;
  background-color: #fff;
  font-weight: 500;
  color: #666666;
  line-height: 33px;
  text-align: center;
}
.show-count a.active {
  border: 2px solid #e6e6e6;
  color: #000;
}

@media (max-width: 1199px) {
  .show-count {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* end category */
/* left-menu */
.left-menu .left-section {
  border-bottom: 2px solid #f4f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.left-menu .left-section .headline {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.left-menu .left-section .headline span {
  display: block;
  float: left;
}
.left-menu .attribute-filter-item a.del {
  display: block;
  float: right;
  transition: all 0.3s;
  margin-bottom: -30px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.left-menu .attribute-filter-item a.del:hover {
  text-decoration: none;
  color: #000;
}
.left-menu .form-control {
  margin-bottom: 30px;
}
.left-menu input[type="checkbox"] + label {
  font-weight: 500;
}
.left-menu input[type="checkbox"] + label span {
  color: #cccccc;
  font-size: 14px;
}
.left-menu input[type="checkbox"]:checked + label {
  color: #000;
}
.left-menu input[type="checkbox"]:checked + label span {
  color: #000;
}

.left-show-more {
  font-weight: 500;
  transition: all 0.3s;
}
.left-show-more:hover {
  text-decoration: none;
  color: #000;
}

.left-inputs-wrap {
  max-height: 140px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.left-inputs-wrap .check-styled {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.left-menu .all-sale {
  padding-top: 30px;
  padding-bottom: 30px;
}
.left-menu .all-sale .headline {
  font-size: 28px;
}
.left-menu .all-sale .sale-item .item-img {
  margin-top: 25px;
}

.left-menu .colors {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.left-menu .colors li {
  margin: 0;
  padding: 0;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.left-menu .colors li input[type="checkbox"] + label {
  background: #e70505;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  border: 2px solid transparent;
}
.left-menu .colors li input[type="checkbox"]:checked + label {
  border: 2px solid #dfdfdf;
}

.left-menu-btn {
  height: 50px;
  width: 100%;
  background: #b01f3f;
  margin-top: 20px;
  text-align: left;
  padding: 0px 15px;
  color: #fff;
  border: 0;
  padding-top: 10px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
  display: none;
  position: relative;
  transition: all 0.3s;
}

.left-menu-btn.active::after {
  transform: rotate(180deg);
}

.left-menu-btn::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .left-menu {
    width: 100%;
    margin-top: 10px;
  }

  .left-menu-btn {
    display: block;
  }

  .left-menu {
    display: none;
  }
}
/* end left-menu */
/* Breadcrumb */
.breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 12px;
  background-color: #fff;
  border-radius: 0;
  float: left;
}

.breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb > li a {
  color: #666666;
  font-weight: 500;
  transition: all 0.3s;
}
.breadcrumb > li a:hover {
  text-decoration: none;
  color: #b01f3f;
}

.breadcrumb > li + li::before {
  padding: 0 10px;
  color: #ccc;
  content: "";
  width: 4px;
  height: 8px;
  background: url("/images/hqh/bradcrumb.svg") no-repeat center;
}

.breadcrumb > .active {
  color: #666666;
  font-weight: 500;
}

.breadcrumb-brand {
  float: right;
  margin-top: 0px;
}
.breadcrumb-brand a {
  float: right;
  display: flex;
  align-items: center;
}
.breadcrumb-brand a span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
.breadcrumb-brand a img {
  display: inline-block;
  max-height: 60px;
}

/* END Breadcrumb */
/* detail-content */
.detail-content .detail-small-images {
  float: left;
  width: 120px;
  padding: 25px 0px;
}
.detail-content .detail-small-images .detail-small-item {
  display: block;
  margin-bottom: 25px;
}
.detail-content .detail-small-images .detail-small-item img {
  max-height: 120px;
}

.detail-small-item-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.detail-small-item-more span {
  margin-right: 5px;
  color: #b01f3f;
  line-height: 1;
  font-weight: 700;
  padding-top: 2px;
}

.detail-small-item-more i {
  color: #b01f3f;
  line-height: 1;
  font-weight: 700;
}
.detail-content .detail-big-img {
  float: left;
  width: calc(100% - 120px);
  position: relative;
}
.detail-content .detail-big-img img {
  margin: 0 auto;
  max-width: 90%;
}

.detail-content-top .detail-code {
  color: #cccccc;
  font-weight: 500;
}
.detail-content-top .detail-text-top {
  font-weight: 500;
  margin-top: 10px;
}
.detail-content-top .detail-text-top p {
  margin-bottom: 0;
}
.detail-content-top .detail-more-text {
  font-weight: 500;
  display: block;
  position: relative;
  float: left;
}
.detail-content-top .detail-more-text:after {
  position: absolute;
  right: -15px;
  width: 9px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/hqh/arrow2.svg") no-repeat center;
  content: "";
}
.detail-content-top .detail-more-text:hover {
  text-decoration: none;
}
.detail-content-top .size-section {
  border-bottom: 2px solid #f4f5f5;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 10px;
}
.detail-content-top .size-section .headline {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.detail-content-top .size-section .check-styled {
  float: left;
  min-width: 65px;
  width: auto;
  margin-right: 15px;
}
.detail-content-top .size-section input[type="radio"] + label {
  width: 100%;
  height: 30px;
  border: 2px solid #f1f1f1;
  padding: 0;
  text-align: center;
  background: #fff;
  line-height: 26px;
  font-weight: 500;
}
.detail-content-top .size-section input[type="radio"]:checked + label {
  background: #fff;
  border: 2px solid #000;
  color: #000000;
}

.detail-choice.size-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -7px;
}

.detail-choice.size-section ul li {
  min-width: 65px;
  width: auto;
  margin: 7px;
}

.detail-choice-alert {
  display: none;
  font-size: 12px;
  color: #e70505;
}

.size-section.alert .detail-choice-alert {
  display: block;
}

.size-section.alert {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  margin-top: 10px;
  border: none;
}

.price-table {
  width: 100%;
  margin-top: 20px;
}
.price-table .info-wrap {
  display: block;
  margin-top: 4px;
  color: #cccccc;
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.price-table .info-wrap span {
  float: left;
  display: block;
  margin-left: 5px;
}
.price-table .info {
  display: block;
  float: left;
}
.price-table td {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.price-table td:nth-child(2) {
  color: #a2c00b;
  text-align: right;
}
.price-table .price-big {
  color: #e70505;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.price-table .price-bottom {
  margin-top: 10px;
}
.price-table .price-bottom .cross {
  text-decoration: line-through;
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
}
.price-table .price-bottom .badge {
  display: inline-block;
  float: none;
  margin-left: 10px;
}

.btn-buy {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 2px solid #b01f3f;
  background-color: #b01f3f;
  transition: all 0.3s;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-buy img {
  display: inline-block;
  width: 19px;
  margin-right: 10px;
}
.btn-buy:hover {
  background: #fff;
  color: #b01f3f;
}

@media (min-width: 1330px) {
  .detail-content .detail-left-col {
    width: 800px;
  }
  .detail-content .detail-right-col {
    width: calc(100% - 800px);
  }
}
@media (max-width: 991px) {
  .detail-left-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .detail-content .detail-small-images {
    width: 60px;
  }

  .detail-content .detail-small-images .detail-small-item {
    margin-bottom: 10px;
  }

  .detail-content .detail-big-img {
    width: calc(100% - 60px);
  }

  .detail-left-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
/* end detail-content */
/* detail-bottom-info */
.detail-bottom-info {
  margin-bottom: 30px;
}
.detail-bottom-menu-row {
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}

.detail-bottom-menu-col {
  background-color: #f9f9f9;
  text-decoration: none;
  text-align: center;
  min-height: 45px;
}
.detail-bottom-menu-col a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
.detail-bottom-menu-col a:hover {
  text-decoration: none;
  color: #b01f3f;
}

@media (max-width: 991px) {
  .detail-bottom-menu-col a {
    font-size: 15px;
  }
}
.detail-info-text .left-col h2 {
  max-width: 330px;
}

.detail-info-text ul {
  margin-left: 20px;
}
.detail-info-text .right-col {
  font-weight: 500;
}
.detail-info-text .right-col .text {
  float: left;
  width: 65%;
}
.detail-info-text .right-col .img-wrap {
  float: left;
  width: 35%;
  margin-top: -50px;
}
.detail-info-text .right-col .img-wrap img {
  margin: 0 auto;
}
@media (min-width: 1330px) {
  .detail-info-text .detail-info-text .left-col {
    width: 480px;
  }
  .detail-info-text .detail-info-text .right-col {
    width: calc(100% - 480px);
  }
}

@media (max-width: 767px) {
  .detail-info-text .right-col .text {
    width: 100%;
  }

  .detail-info-text .right-col .img-wrap {
    width: 100%;
    margin-top: 0;
  }
}
.detail-param {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  margin-top: 20px;
}
.detail-param .left-col h2 {
  max-width: 330px;
}
.detail-param .right-col {
  font-weight: 500;
}
.detail-param .right-col table {
  max-width: 500px;
  width: 100%;
}
.detail-param .right-col table tr td:nth-child(1) {
  width: 180px;
  color: #000000;
  vertical-align: top;
  padding-bottom: 5px;
}
@media (min-width: 1330px) {
  .detail-param .detail-param .left-col {
    width: 480px;
  }
  .detail-param .detail-param .right-col {
    width: calc(100% - 480px);
  }
}

@media (max-width: 991px) {
  .detail-param {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .detail-param .right-col table tr td:nth-child(1) {
    width: 140px;
  }
}
.detail-list .item-list {
  border-bottom: 2px solid #f4f4f4;
}

/* end detail-bottom-info */
/* cart step 1 */
.cart {
  margin-top: 30px;
}

.cart-item-wrap {
  float: left;
  width: 100%;
}

.cart-box {
  padding: 30px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  padding-top: 0;
}
.cart-box .cart-box-head {
  background: #f9f9f9;
  border-bottom: 2px solid #f4f4f4;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  min-height: 45px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.cart-box + .cart-box {
  border-top: 0;
}

.cart-box.dark {
  border-left: 0;
  border-right: 0;
  background-color: #f9f9f9;
}

.cart-item-wrap table {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0px;
}

.cart-item-wrap table th {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #f9f9f9;
  height: 45px;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  padding: 0px 10px;
}

.cart-item-wrap table th:nth-child(2) {
  padding-left: 0;
}

.cart-item-wrap table th:last-child {
  text-align: right;
  padding-right: 30px;
}

.cart-item-wrap table td {
  border-bottom: 0;
  height: 100px;
  padding: 0px 10px;
}

.cart-item-wrap table td.cart-item-img {
  width: 70px;
  padding-left: 0px;
  padding-right: 30px;
}

.cart-item-wrap table td.cart-item-name {
  padding-right: 20px;
  padding-left: 0;
}

.cart-item-wrap table td.cart-item-name a {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.cart-item-wrap table td.cart-item-name span {
  display: block;
  line-height: 16px;
  color: #666666;
  font-weight: 500;
}

.cart-item-wrap table td.cart-item-img img {
  max-height: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.cart-item-wrap table td a {
  color: #000000;
}

.cart-item-wrap table td.cart-item-count {
  text-align: left;
}

.cart-item-wrap table td.cart-item-price {
  font-weight: 500;
  text-align: left;
  padding-right: 0px;
}

.cart-item-wrap table td.cart-item-price.all {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  font-weight: 700;
  padding-right: 20px;
}

.cart-all-price-left {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

.cart-all-price-left span {
  display: block;
}

.cart-all-price-right {
  color: #b01f3f;
  padding-right: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-left: 30px;
}

.cart-main .cart-item-wrap table th:nth-last-child(2) {
  text-align: right;
  padding-right: 30px;
}

.cart-main .cart-item-wrap table td.cart-item-count {
  width: 220px;
  padding-right: 100px;
}

.cart-main .cart-item-wrap table td.cart-item-count input {
  width: 120px;
}

.cart-main .cart-item-wrap table td.cart-item-del {
  width: 90px;
  text-align: right;
  font-size: 18px;
  color: #000;
  padding-right: 0px;
}

.cart-item-del img {
  cursor: pointer;
  width: 20px;
  display: inline-block;
}

.cart-item-wrap table td.cart-item-sklad {
  padding-right: 50px;
}

.cart-item-wrap table td.cart-item-sklad span {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  font-weight: 500;
}

.cart-bottom {
  border-radius: 0px;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  text-align: right;
  min-height: 83px;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  padding-left: 20px;
}

.cart-bottom-2 {
  justify-content: space-between;
}

.discount {
  float: left;
  width: 385px;
  margin-bottom: 0px;
}

#voucher-form-box label {
  display: none;
}
.discount-input,
#voucher_filters_code {
  height: 30px;
  border-radius: 0;
  border: 2px solid #f1f1f1;
  border-right: 0;
  background-color: #fff;
  width: calc(100% - 190px);
  display: block;
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
  color: #cccccc;
}

.discount-submit {
  width: 160px;
  height: 30px;
  border-radius: 0;
  background-color: #f9f9f9;
  border: 2px solid #f1f1f1;
  display: block;
  float: left;
  color: #b01f3f;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0px;
  transition: all 0.3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.discount-submit:hover {
  background: #fff;
  color: #b01f3f;
}

.discount .info {
  width: 15px;
  display: block;
  float: left;
  padding: 0;
  margin-left: 15px;
  margin-top: 8px;
}

@media (max-width: 1529px) {
  .cart-main .cart-item-wrap table td.cart-item-count {
    width: 100px;
    padding-right: 0px;
  }

  .cart-main .cart-item-wrap table td.cart-item-del {
    padding-right: 30px;
  }

  .cart-main .cart-item-wrap table td.cart-item-price {
    padding-right: 0px;
  }

  .cart-item-wrap table td.cart-item-sklad {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .discount {
    width: 100%;
  }

  .discount-input {
    width: 60%;
  }

  .discount-submit {
    width: calc(40% - 30px);
  }

  .cart-bottom .cart-all-price {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .cart-bottom .cart-all-price-right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cart-item-wrap table {
    margin-bottom: 0;
  }

  .cart-item-wrap table th {
    display: none;
  }

  .cart-item-wrap table tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
  }

  .cart-item-wrap table td {
    display: block;
    float: left;
    width: 100% !important;
    height: auto;
    padding: 10px 10px !important;
    border: none;
    text-align: center !important;
    margin-bottom: 0px;
  }

  .cart-item-wrap table td img {
    margin: 0 auto;
  }

  .cart-item-wrap table td.cart-item-price {
    text-align: left;
  }

  .cart-bottom {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .cart-all-price {
    width: 100%;
    margin-top: 0px;
    padding: 10px;
    text-align: center;
  }

  .cart-all-price-left {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }

  .cart-all-price-right {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
}
.btn-back {
  border-radius: 0;
  border: 2px solid #b01f3f;
  background-color: #ffffff;
  display: block;
  float: left;
  color: #b01f3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 30px;
  margin-top: 0px;
  transition: all 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  margin-bottom: 25px;
}

.btn-back:hover {
  text-decoration: none;
  color: #fff;
  background: #b01f3f;
}

.btn-next {
  border-radius: 0px;
  background-color: #b01f3f;
  border: 2px solid #b01f3f;
  display: block;
  float: right;
  color: #ffffff;
  margin-top: 0px;
  color: #ffffff;
  line-height: 1;
  padding: 13px 44px!important;
  padding-right: 95px!important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
}
.btn-next:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 41px;
  height: 12px;
  background: url("/images/hqh/arrow-white.svg") no-repeat center;
}

.btn-next:hover {
  text-decoration: none;
  color: #b01f3f;
  background: transparent;
}
.btn-next:hover:after {
  background: url("/images/hqh/arrow.svg") no-repeat center;
}

@media (max-width: 991px) {
  .btn-next {
    font-size: 20px;
    padding: 10px 30px;
  }
  .btn-next:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-center .btn-back {
    float: none;
    display: inline-block;
  }

  .cart-btn-back,
  .cart-btn-next {
    text-align: center;
  }

  .btn-next,
  .btn-back {
    display: inline-block;
    float: none;
  }
}
.cart-bottom-check {
  float: right;
  max-width: 400px;
}

/* end cart step 1 */
/* cart-doprava */
.cart-payment-top h2 {
  float: left;
}

.cart-payment-top .styled-select {
  float: right;
}

.cart-payment-top .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 190px;
}

.doprava-platba-box-top {
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #f1ece9;
  background-color: #f9f9f9;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
  height: 50px;
  display: flex;
  align-items: center;
}

.doprava-platba-wrap {
  border: 1px solid #f1ece9;
  border-top: 0;
  background-color: #f9f9f9;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.doprava-platba-item {
  border-bottom: 0;
  float: left;
  width: 100%;
  min-height: 70px;
  padding: 15px 20px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.doprava-platba-item .check-styled {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.doprava-platba-item .check-right {
  float: left;
  padding-left: 5px;
  width: 100%;
}

.doprava-platba-item input[type="radio"]:checked + label .check-right .price {
  font-weight: 700;
  color: #b01f3f;
}

.doprava-platba-item .check-right .doprava-platba-img {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
  width: 50px;
}

.doprava-platba-name {
  float: left;
  position: relative;
}

.doprava-platba-name .info {
  position: absolute;
  left: 100%;
  top: 8px;
  margin-left: 5px;
}

.doprava-platba-item .check-right span {
  display: block;
  float: left;
  clear: both;
}

.doprava-platba-item .check-right .doprava-platba-name span:first-child {
  font-size: 18px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  float: left;
  position: relative;
}

.doprava-platba-item .check-right span.price {
  float: right;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  clear: none;
}

.doprava-platba-item .check-styled label {
  background-position: left center;
}

.doprava-platba-item input[type="radio"]:checked + label {
  background-position: left center;
}

@media (max-width: 767px) {
  .cart-payment-top h2 {
    width: 100%;
  }

  .cart-payment-top .styled-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 478px) {
  .doprava-platba-item .check-right .doprava-platba-img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .doprava-platba-item .check-right span.price {
    display: block;
  }

  .doprava-platba-box-top h1 {
    width: 100%;
  }

  .doprava-platba-box-top .styled-select {
    width: 100%;
  }
}
/* end cart-doprava */
/* cart-adress */
.cart-adress .cart-box {
  padding: 0px 0px;
  margin-bottom: 40px;
  font-weight: 500;
}
.cart-adress .cart-box .cart-box-head {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.cart-adress .styled-select {
  width: 100%;
  max-width: 320px;
  float: left;
}
.cart-adress .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.cart-adress .form-group,
.tabDivRowWrap {
  float: left;
  width: 100%;
  max-width: 430px;
  margin-bottom: 25px;
  position: relative;
}
.cart-adress .form-group .info {
  position: absolute;
  left: 100%;
  top: 8px;
  margin-left: 5px;
}
#profile-edit-logins {
  width: 100%;
}
#profile-edit-logins td input {
  margin-bottom: 15px;
}

.cart-adress .form-group label,
.tabDivRowWrap .tabDivRow1,
#profile-edit-logins th {
  float: left;
  width: 110px;
  padding-top: 11px;
  line-height: 1;
}
.cart-adress .form-group .form-control,
.tabDivRowWrap .tabDivRow2,
.form-group .text-input,
#profile-edit-logins td {
  float: left;
  width: 100%;
  max-width: 320px;
}
.firemni-udaje {
  cursor: pointer;
}

.form-section {
  border-top: 2px solid #f4f4f4;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
}
.form-section .check-styled {
  margin-bottom: 25px;
}
.form-section .check-styled input[type="checkbox"] + label {
  font-weight: 500;
  padding-left: 35px;
}
.form-section .check-styled .head {
  color: #000000;
  font-weight: 700;
}
.form-section .buttons {
  margin-left: 110px;
  max-width: 320px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-section .buttons .btn-orange {
  background: transparent;
  margin-bottom: 25px;
}
.form-section .buttons .btn-orange:hover {
  background: #b01f3f;
}
.form-section .buttons .lost {
  float: right;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .form-section .buttons {
    margin-left: 0;
  }
}
/* end cart-adress */
/* cart-final */
.cart-final-wrap {
  background: url("/images/hqh/camouflage-big.jpg") no-repeat center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cart-final {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px 60px;
  text-align: center;
  background-color: #ffffff;
}
.cart-final h1 {
  margin-bottom: 20px;
}
.cart-final .final-icon {
  width: 46px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cart-final h3 {
  background-color: #f9f9f9;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
}
.cart-final .btn-orange {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cart-final-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-final {
    padding: 15px 15px;
  }
}
/* end cart-final */
/* cart-top */
.cart-top-wrap {
  background: #2b3b41;
  margin-top: -1px;
}

.cart-top {
  float: left;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #1c262a;
  padding-top: 13px;
  margin-bottom: 18px;
  counter-reset: cartTop;
}

.cart-top .cart-top-item {
  display: flex;
  align-items: center;
  height: 30px;
  width: 25%;
  line-height: 1.2;
  color: #a8a8a8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.64px;
  float: left;
  position: relative;
  padding-left: 45px;
}

.cart-top-item.active {
  color: #fff;
}
.cart-top-item.active:before {
  border: 2px solid #b01f3f;
  color: #fff;
}

.cart-top-item.complete {
  color: #fff;
}
.cart-top-item.complete:before {
  background: url("/images/hqh/check-cart.svg") no-repeat center;
  background-size: 14px auto;
  content: "";
  color: #fff;
}

.cart-top-item::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 30px;
  border: 2px solid #a8a8a8;
  border-radius: 50%;
  width: 30px;
  content: "";
  color: #a8a8a8;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  counter-increment: cartTop;
  content: counter(cartTop);
}

@media (max-width: 1499px) {
  .cart-top .cart-top-item {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cart-top {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .cart-top .cart-top-item {
    font-size: 22px;
  }

  .cart-top .cart-top-item span {
    display: none;
  }

  .cart-top-item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* end cart-top */
/* footer */
footer {
  background-color: #2b3b41;
  width: 100%;
  padding-top: 85px;
}

.footer-logo {
  display: inline-block;
}

.footer-logo-img {
  width: 97px;
  margin-bottom: 20px;
}

.footer-logo-text {
  width: 158px;
}

.footer-menu ul,
.footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li a {
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.footer-menu li a:hover {
  text-decoration: none;
}
.footer-menu li a:after {
  left: 0px;
  bottom: 0px;
  background: #b01f3f;
  height: 1px;
  content: "";
  width: 0;
  transition: all 0.3s;
  position: absolute;
}
.footer-menu li a:hover:after {
  width: calc(50% - 10px);
}

footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  margin-bottom: 35px;
}

footer .phone,
footer .mail {
  padding-left: 27px;
  display: inline-block;
  background: url("/images/hqh/phone_white.svg") left center no-repeat;
  background-size: 15px auto;
  min-height: 20px;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
}
footer .phone:hover,
footer .mail:hover {
  text-decoration: none;
  color: #b01f3f;
}
footer .mail {
  background-image: url("/images/hqh/email.svg");
}

@media (min-width: 1330px) {
  .footer-menu-col-inner:nth-child(1) {
    width: 275px;
  }

  .footer-menu-col {
    width: 730px;
  }
}
@media (max-width: 1199px) {
  .footer-contact {
    max-width: 200px;
    margin-top: 30px;
  }

  footer h3 {
    margin-bottom: 20px;
  }

  footer {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer-logo {
    padding-right: 30px;
  }

  .footer-logo-img {
    width: 80px;
  }

  .footer-logo-text {
    width: 120px;
  }

  footer h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-menu-col-inner {
    margin-top: 30px;
  }

  .footer-logo {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .footer-menu-col-inner {
    width: 100%;
  }
}
/* footer delivery */
.footer-delivery-col {
  margin-top: 50px;
  border-top: 1px solid #1c262a;
  border-bottom: 1px solid #1c262a;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-delivery-text {
  width: 220px;
  float: left;
  color: #a8a8a8;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.footer-delivery-content {
  float: left;
  width: calc(100% - 220px);
}

.footer-delivery-content > .row-flex {
  display: flex;
  align-items: center;
}

.footer-del-item {
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .footer-delivery-col {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-delivery-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-delivery-content {
    width: 100%;
  }

  .footer-delivery-col {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .footer-delivery-content > .row > [class*="col-"] {
    width: 50%;
  }
}
/* end footer delivery */
/* footer bottom */
.footer-bottom {
  padding: 10px 0px;
  color: #a1a2a5;
}

.footer-bottom > .row {
  min-height: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row !important;
}
.footer-social a {
  display: block;
}
.footer-social a img {
  height: 20px;
  margin-left: 30px;
  display: block;
}

@media (max-width: 767px) {
  .footer-bottom > .row {
    min-height: 80px;
  }

  .footer-social {
    justify-content: flex-start;
  }
}
/* end footer bottom */
/* end footer */

.foot-copy a {
  display: contents;
}
header a.header-cart {
  width: 100% !important;
}

.cart-adress #signin-form .col-sm-6 {
  width: 100% !important;
}
.cart-adress #signin-form .new-reg {
  display: none;
}
.cart-adress #signin-form .lost {
  font-size: 12px;
  display: inline-block;
}
#basket-gdpr-box {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .user-page {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.user-page h2 {
  font-size: 30px;
  text-transform: initial;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}
.row-reg-souhlasy {
  padding-top: 15px;
  padding-bottom: 25px;
}
.row-reg-souhlasy .col-xs-12 {
  padding-bottom: 10px;
}
.user-page #signin-form .buttons {
  padding-top: 20px;
}
.user-page #signin-form .lost {
  padding-left: 40px;
}
#request_password_form_email {
  margin-bottom: 20px;
}
.row-page {
  padding-top: 15px;
  padding-bottom: 25px;
}
.in-profile-wrap form {
  margin-top: 20px;
  margin-bottom: 40px;
}
.in-profile-wrap form h2 {
  margin-bottom: 20px;
}

.in-profile-wrap form .tabDivRowWrap {
  margin-right: 40px;
}
.in-profile-wrap form table {
  clear: both;
}
.in-profile-wrap form button {
  clear: both;
}

#detail-addbasket-wrap .detail-count,
#detail-addbasket-wrap .variant-hide {
  position: absolute;
  visibility: collapse;
  top: 0;
}

/* fulltext */
.fulltext-list {
  margin-top: 40px;
  margin-bottom: 30px;
}

.fulltext-list .category-head h1 {
  margin-bottom: 50px;
}
#fulltext-list-form-box {
  padding: 0;
}

.fulltex-input-group {
  display: flex;
  margin-bottom: 30px;
  height: 50px;
}
.fulltex-input-group .form-control {
  width: calc(100% - 100px);
  height: 100%;
  border-right: none;
}
.fulltex-input-group .btn {
  width: 100px;
  margin: 0;
  height: 100%;
}

#fulltext-list-form-box .fulltext-query {
  width: calc(100% - 100px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#fulltext-list-form-box input[type="checkbox"] + label {
  margin-bottom: 5px;
}

.fulltext-list .fulltext-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.fulltext-list .fulltext-cat ul li {
  position: relative;
  width: 25%;
  padding: 0px;
}

.fulltext-cat-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  padding: 5px 10px;
}

.fulltext-cat-item a:hover {
  text-decoration: none;
  color: #b01f3f;
}

.fulltext-cat-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.fulltext-cat-img img {
  max-width: 100%;
  display: block;
}

.fulltext-cat-item span {
  display: block;
  padding-left: 15px;
}

.fulltext-list .page-list ul {
  margin-left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .fulltext-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fulltext-list .category-head h1 {
    margin-bottom: 10px;
  }
  .fulltext-list .left-menu {
    display: block;
    margin-bottom: 50px;
  }
  .fulltext-list .fulltext-cat ul li {
    position: relative;
    width: 50%;
    padding: 0px;
  }
}

/* autocomplete */

.header-search {
  position: relative;
}
.autocomplete-wrap {
  display: none;
  position: absolute;
  top: calc(100% + 20px) !important;
  right: 0px;
  max-height: 600px;
  overflow-y: auto;
  width: 500px;
  background-color: #fff;
  z-index: 9999;
  border: 2px solid #efefef;
  padding: 15px 30px 30px 15px;
}

.autocomplete-wrap h4 {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.fulltext-form form {
  position: relative;
}

.search-categories {
  margin-bottom: 20px;
}

.search-category-item a {
  color: #000;
  transition: all 0.3s;
}

.search-category-item a i {
  margin-left: 10px;
}

.search-category-item a:hover {
  color: #b01f3f;
  text-decoration: none;
}

.search-product-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.search-product-item .search-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.search-product-item .search-img img {
  max-width: 100%;
  max-height: 100%;
}
.search-product-item .search-name {
  width: calc(100% - 100px - 60px);
  padding-left: 10px;
  padding-right: 10px;
}
.search-product-item .search-name a {
  line-height: 1.2;
  color: #000000;
  display: block;
  transition: all 0.3s;
}

.search-product-item .search-name a:hover {
  color: #b01f3f;
  text-decoration: none;
}

.search-product-item .search-price {
  color: #b01f3f;
  font-weight: 600;
  margin-left: auto;
  width: 100px;
  text-align: right;
}
.view-all {
  text-align: right;
  margin-top: 10px;
}
.view-all a {
  line-height: 1.2;
  color: #000000;
  display: block;
  transition: all 0.3s;
  font-weight: 600;
}

.view-all a:hover {
  color: #b01f3f;
  text-decoration: none;
}

@media (max-width: 767px) {
  .autocomplete-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 20px) !important;
    overflow-y: auto;
    width: calc(100vw - 30px);
  }
}

/* header preview */
.basket-header-hover {
  position: absolute;
  width: 480px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  z-index: 999;
  top: calc(100% + 10px);
  right: 0;
}

#basket-preview-content-inner {
  padding: 15px 0;
  position: relative;
}

.basket-preview-item {
  width: 100%;
  display: flex;
  padding: 10px 30px;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.basket-preview-item:hover {
  background-color: #efefef;
}

.basket-preview-item-img {
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
}

.basket-preview-item:hover .basket-preview-item-img {
  background-color: #fff;
}

.basket-preview-item-text {
  display: flex;
  width: calc(100% - 90px);
  padding-left: 19px;
  flex-wrap: wrap;
}

.basket-preview-item-count {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 19px;
  height: 19px;
  background-color: #b01f3f;
  border-radius: 0%;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-preview-item-name {
  font-weight: 400;
}

.basket-preview-item-name a {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  display: block;
}

.basket-preview-item-price {
  color: #b01f3f;
}

.basket-preview-item-name a:hover {
  text-decoration: none;
}

.basket-preview-item-del {
  width: 30px;
  display: flex;
  justify-content: center;
}

.basket-preview-bottom {
  padding: 20px 30px 0;
  border-top: 1px solid #efefef;
}

.basket-preview-price-total {
  font-weight: 500;
  color: #b01f3f;
  font-size: 16px;
}

.basket-preview-price-total i {
  color: #000;
  font-size: 25px;
  margin-right: 5px;
}

.basker-preview-checkout-col {
  display: flex;
}

.basket-preview-checkout {
  margin-left: auto;
}

@media (max-width: 767px) {
  .basket-header-hover {
    width: 95%;
    right: 2.5%;
    top: calc(100% + 10px);
  }
}

/* Slick Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  display: block;
  padding: 0;
  cursor: pointer;
  z-index: 100;
  color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.slick-next {
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  top: auto;
  bottom: 0;
}

.slick-prev {
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  top: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #b01f3f;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  color: #b01f3f;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  font-weight: 400;
  transition: all 0.3s;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
  margin: 0px 4px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 5px solid rgba(133, 132, 131, 0.5);
  border-radius: 50%;
  outline: none;
  transition: all 0.3s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  border-color: #4b4b4a;
  background: #fff;
}

.slick-dots li.slick-active button {
  outline: none;
  border-color: #4b4b4a;
  background: #4b4b4a;
}

.slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  border: 3px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  border-radius: 50%;
}

.detail-choice.size-section input:disabled + label {
  cursor: not-allowed;
  opacity: 0.3;
}

.producer-list-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.producer-list-container h1 {
  margin-bottom: 50px;
}

.producer-list {
  column-count: 3;
  margin-bottom: 50px;
}

.producer-list-item {
  margin-bottom: 50px;
}

.producer-list-item h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.producer-list-item .category-list {
  list-style: none;
}

.content-blog-post iframe{
  max-width: 100% !important;
}

.content-blog-post img{
  max-width: 100% !important;
}


/*  cookies */
.show--consent:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  opacity: 0.5;
  z-index: 1200;
}

#cm.box.center {
  bottom: calc(50vh - 150px);
}

#cc_div #cm .close-cookie {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  font-size: 23px;
}

#cc_div #cm .close-cookie:before, #cc_div #cm .close-cookie:after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#cc_div #cm .close-cookie:after {
  transform: rotate(-45deg);
}

#c-bns #c-s-bn {
  display: none;
}

.cookie-link {
  background: none;
  border: none;
  padding: 0;
  color: #b01f3f;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #b01f3f;
}

#c-bns button:first-child:hover, #s-bns button:first-child:hover {
  background: #b01f3f;
}

.cc_div .c-bn {
  background: #f2f2f2;
}

#s-bl .c-bl.b-ex {
  background: #f2f2f2;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #34d762;
}

.cookie-page h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.cookie-page h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

#s-bns #s-sv-bn {
  background: #b01f3f;
  color: #fff;
}

#s-bns #s-all-bn {
  background: #f2f2f2;
  color: #40505a;
}
#s-bns #s-all-bn:hover {
  background: #d8e0e6;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  opacity: 0.3;
}

.cookie-table table {
  width: 100%;
}
.cookie-table table td {
  padding: 10px;
  width: 25%;
  border-bottom: 1px solid #e7e7e7;
}
.cookie-table table th {
  background: #e7e7e7;
  padding: 10px;
}

.cookie-page {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    padding: 10px !important;
  }

  #c-txt {
    font-size: 10px;
  }

  .cc_div #c-bns {
    margin-top: 10px;
  }

  .cc_div .c-bn {
    padding: 8px 10px;
  }

  .cc_div #c-bns button {
    margin: 2px;
  }

  #cm.box, #cm.cloud {
    left: 10px;
    right: 10px;
  }

  #cm.bottom {
    bottom: 10px;
  }
}
#shipping-payment-box #basket-payments-box {margin-right:0!important;}

#basket-note-box textarea {
    width: 100%!important;
    height: 110px!important;
}


.left-user-top h2 {margin: 0 0 15px;}

.left-user-list ul {list-style:none; margin-top: 20px;}
.left-user-list ul li a {display: inline-block; color: black; margin: 7px 0 0; padding: 5px 0; font-weight: bold;}
.left-user-list ul li a i {margin-right: 10px; font-weight: 500;}
#invoice-list table {margin-top: 25px;}
#invoice-list table td a i {margin-right: 10px; font-weight: 500;}
.invoice-buttons {clear: both; float: left; list-style: none; margin: 10px 0 20px;}
.invoice-buttons li {float: left; padding-right: 10px;}
#invoice-product-list {clear: both;}

