/*
=== TEMPLATE COLORS ===
#000000 - text
#BD9E58 - buttons, links
#C9C9C9 - label
#707070 - horizontal lines
#00B9FF - label (new)
#059FD1 - basket count / login link
#367C9B - hp block text
#f5f5f5 - product list img bg
=======================
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  font-size: 16px;
}

/*====================
Default
====================*/

img,
iframe {
  max-width: 100%;
}
iframe{margin:auto; display:block;}

h1 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}

h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 10px;
}

a {
  text-decoration: none;
  color: #BD9E58;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 25px 20px;
  background: #000000;
  transition: all 250ms ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
}

.btn:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-right-white.svg);
  margin-left: 50px;
}

.btn-color-1 {
  background: #BD9E58;
}

.btn-transparent {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.btn.btn-transparent:after {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-right-black.svg);
}

.btn.full-width {
  width: 100%;
  max-width: 320px;
  position: relative;
  padding-right: 40px;
}

.btn.full-width:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn.full-width.back,.btn.full-width.next {
  margin-top:20px;
}

.btn.full-width.back {
  float:left;
}

.btn.full-width.next {
 float:right;
}

.btn.full-width.back:after {
      position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    transform: rotate(180deg) translateY(50%);
}

.btn-no-arrow:after {
  content: none;
}

hr{
  height: 1px;
  background-color: #707070;
  border: none;
  margin-bottom: 40px;
}

.main-content {
  padding-bottom: 60px;
}

.cl {
  clear: both;
}

.mfp-content {
  text-align: center;
}

.popup-content {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px 40px;
  position: relative;
}

.popup-close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #BD9E58;
  right: -25px;
  top: -25px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.popup-close:before,
.popup-close:after {
  content: '';
  display: block;
  width: 5px;
  height: 24px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.popup-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-close:active {
  top: -25px;
}

.center {
  text-align: center;
}

/*===== FORM INPUTS =====*/

.form-item {
  margin-bottom: 15px;
  width: 320px;
  position: relative;
}

.form-item.full-width {
  width: 100%;
}

.form-item.double-width {
  width: 100%;
  max-width: 650px;
}

.form-item label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.form-item label.required:after {
  content: '*';
  color: #FF4D4D;
  font-weight: 600;
  font-size: 14px;
}

.form-item input {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  text-align: left;
}

.form-item .btn {
  width: 100%;
  text-transform: uppercase;
  padding-right: 20px;
}

.form-item .btn:after {
  content: none;
}

form h2 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
  text-align: center;
}

.form-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.form-text span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.dir-lost-password-form .form-item,
.basket-login .form-item,
.form-center .form-item,
.form-item-like.center {
  margin-left: auto;
  margin-right: auto;
}

.dir-personal,
.dir-invoice,
.dir-delivery {
  margin-bottom: 50px;
}

.form-item input[type="radio"],
.form-item input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.form-item .check-label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.form-item .check-label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D2D4DA;
  background-color: #F0F0F1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-item .check-label.error:before {
  border: 2px solid red;
}

.form-item input[type="radio"]:checked + .check-label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 10px;
  background-color: #707070;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.form-item input[type="checkbox"]:checked + .check-label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #707070;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.form-item input[type="checkbox"]:checked + .check-label:before,
.form-item input[type="radio"]:checked + .check-label:before {
  border: 1px solid #D2D4DA;
}

.form-item select {
  border: 1px solid #707070;
  padding: 15px 50px 15px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-down-black.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
}

.form-item select::-ms-expand { 
  display: none; /* remove default arrow on ie10 and ie11 */
}

.form-item textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  text-align: left;
}

/*=======================*/

/*====================
End Of Default
====================*/

/*====================
Header
====================*/

header {
  min-height: 170px;
  position: relative;
  width: 100%;
  padding: 50px 50px 10px 50px;
}

.header-right {
  float: right;
  padding-top: 10px
}

.logged-margin .header-right {
  padding-top: 15px;
}

.main-menu {
  list-style-type: none;
  float: left;
}

.main-menu li {
  display: inline-block;
  margin-right: 20px;
}

.main-menu li > a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  line-height: 19px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 3px solid transparent;
}

.main-menu li:hover > a {
  border-bottom-color: #BD9E58;
}

.main-submenu {
  display: none;
  position: absolute;
  width: calc(100% - 100px);
  left: 50px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ffffff;
  padding: 40px 35px 40px 35px;
  z-index: 10;
}

.main-submenu:before {
  content: '';
  display:block;
  width: 100%;
  position: absolute;
  height: 40px;
  top: -40px;
  left: 0;
  z-index: 1;
}

.main-menu li:hover .main-submenu {
  display: block;
}

.special-submenu {
  padding-right: 70px;
  display: inline-block;
}

.special-submenu a {
  display: block;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 16px;
  font-weight: 600;
}

.special-submenu .book-icon {
  margin-top: 80px;
}

.icon-left {
  padding-left: 40px;
  position: relative;
}

.icon-left:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gold-star-icon:before {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/star-gold.svg);
}

.blue-star-icon:before {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/star-blue.svg);
}

.black-star-icon:before {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/star-black.svg);
}

.book-icon:before {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/book-icon.svg);
}

.main-submenu-wrapper {
    padding-left: 40px;
    padding-right: 70px;
    padding-bottom: 0px;
    border-left: 1px solid #BD9E58;
    display: inline-block;
    vertical-align: top;
    min-height: 324px;
   
}

@media only screen and (max-width: 1500px) {
  .main-submenu-wrapper {
   max-width: 290px;
  padding-right: 40px;
    }
}

.main-submenu-wrapper > a {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}

.main-submenu-items a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #000000;
  margin-bottom: 5px;
}

.main-submenu-items a.gold-link {
  color: #BD9E58;
  margin-top: 20px;
}

.main-menu a.active {
  color: #BD9E58;
}

.resp-menu-btn {
  float: right;
  width: 30px;
  height: 30px;
  border-top: 5px solid #BD9E58;
  border-bottom: 5px solid #BD9E58;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
}

.logged-margin .resp-menu-btn {
  margin-top: 20px;
}

.resp-menu-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #BD9E58;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.resp-main-menu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  right: 80px;
  top: 103px;
  z-index: 15;
  border: 4px solid rgba(0,0,0,0.6);
  padding: 20px 0px 20px 0;
  display: none;
}

.fixed-header .resp-main-menu {
  top: 69px;
}

.resp-main-menu.active {
  display: block;
}

.resp-menu-close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  display: block;
}

.resp-menu-close:before,
.resp-menu-close:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
}

.resp-menu-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.resp-menu-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.resp-menu-heading {
  text-align: right;
  font-size: 19px;
  line-height: 23px;
  color: #707070;
  margin-bottom: 10px;
  font-weight: 500;
  padding-right: 30px;
}

.resp-main-menu ul {
  text-align: right;
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.resp-main-menu ul li {
  margin-bottom: 4px;
}

.resp-main-menu ul li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.resp-main-menu ul li.green > a {
  background: #26a49d;
  color: #ffffff;
}

.resp-main-menu ul li.red > a {
  background: #cb4030;
  color: #ffffff;
}

.resp-main-menu ul li.blue > a {
  background: #2a87c1;
  color: #ffffff;
}

.resp-main-menu ul li a {
  font-size: 19px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  display: block;
  padding-right: 30px;
}

.resp-main-menu ul li a:hover {
  text-decoration: none;
}

.resp-main-submenu {
  margin-top: 0px;
}

.resp-main-menu ul li .resp-main-submenu a {
  display: block;
  margin-bottom: 0px;
  color: #FF4D4D;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.resp-main-menu ul li.green .resp-main-submenu a {
  background: #d5eeeb;
  color: #26a49d;
}

.resp-main-menu ul li.red .resp-main-submenu a {
  background: #fdddd0;
  color: #cb4030;
}

.resp-main-menu ul li.blue .resp-main-submenu a {
  background: #d5e5f4;
  color: #2a87c1;
}

.resp-main-menu li.has-submenu.active .resp-main-submenu {
  display: block;
}

.logo {
  vertical-align: middle;
}

.slogan {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
 
  max-width: 370px;
  margin-left: 20px;
  vertical-align: middle;
}
.slogan, .hp-partners h1 {
 color: #BD9E58;
}

.header-right a {
  text-decoration: none;
  color: #BD9E58;
  font-weight: 600;
  line-height: 19px;
  font-size: 18px;
  vertical-align: middle;
}

.header-right .login-btn {
  color: #BD9E58;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 55px;
}

.header-right .login-btn span {
  font-size: 18px;
}

.header-right .user-info-wrap {
  color: #BD9E58;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  display: inline-block;
}

.header-right .profile-link {
  color: #BD9E58;
  padding-right: 5px;
  font-weight: 600;
  vertical-align: middle;
  font-size: 18px;
}

.header-right .login-btn:before,
.header-right .user-info-wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.user-info-wrap {
  position: relative;
}

.user-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 1;
}

.user-info-wrap:hover .user-menu-wrap {
  display: block;
}

.user-menu {
  padding: 15px 20px;
  background: #ffffff;
  box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.4);
  margin-top: 19px;
}

.user-menu a {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
}

.user-menu a:hover {
  color: #BD9E58;
}

.user-menu a:last-of-type {
  margin-bottom: 0;
}

.profile-icon {
  width: 41px;
  height: 41px;
  display: inline-block;
}

.login-icon,
.profile-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 41px;
}

.login-icon:after,
.profile-icon:after {
  content: '';
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login-icon:after {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/login-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.profile-icon:after {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/profile-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search-icon {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.basket-icon {
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/basket-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search-form,
.basket-head {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.basket-open {
  white-space: nowrap;
}

.basket-icon {
  margin-right: 5px;
  vertical-align: middle;
}

.basket-count {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #059FD1;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 0 5px;
  vertical-align: middle;
  margin-top: 5px;
}

.search-form {
  position: relative;
}

.search {
  position: absolute;
  padding: 10px 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  display: none;
}

.search input {
  display: block;
  width: 300px;
  border: 1px solid #707070;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  text-align: left;
  padding-right: 35px;
}

.search .search-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

body.fixed-header header {
  position: fixed;
  background: #ffffff;
  min-height: 100px;
  padding-top: 15px;
  box-shadow: 0px 7px 6px #0000004D;
  z-index: 10;
}

body.fixed-header .main-menu li > a {
  padding-bottom: 20px;
}

body.fixed-header .main-submenu:before {
  top: -20px;
  height: 20px;
}

body.fixed-header .logo img {
  max-height: 80px;
}

body.fixed-header .main-content {
  padding-top: 170px;
}

.register-content {
  text-align: center;
}

.register-content h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.register-content p {
  margin-bottom: 15px;
}

.register-content .btn {
  width: 100%;
}

.basket-login h2 {
  margin-bottom: 15px;
}

.basket-login .form-item,
.form-item-like {
  width: 100%;
  max-width: 320px;
}

/*====================
End Of Header
====================*/
/*====================
Footer
====================*/

footer {
  background-color: #000000;
  padding-top: 112px;
  padding-bottom: 75px;
  overflow: auto;
}

.footer-columns {
  overflow: auto;
}

.footer-column {
  width: 100%;
  max-width: 320px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

footer h3 {
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 27px;
}

.footer-menu a {
  display: block;
  line-height: 26px;
  color: #ffffff;
  font-size: 12px;
}

footer p {
  color: #ffffff;
  font-size: 12px;
  line-height: 26px;
}

footer p a {
  font-size: 12px;
  line-height: 26px;
}

.footer-bottom {
  margin-top: 50px;
}

/*====================
End Of Footer
====================*/

/*====================
Content page
====================*/

.content-head {
  border-top: 3px solid #000000;
  padding-top: 108px;
}

.content-head-image {
  width: 100%;
  max-width: 1300px;
  height: 180px;
  margin: 0 auto;
  background: #f5f5f5;
  margin-bottom: 90px;
  background-position: center;
  display: block;
  text-decoration: none;
}

.submenu {
  overflow: auto;
  margin-left: -20px;
  margin-bottom: 50px;
}

.submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  padding: 10px 50px 10px 20px;
  border: 1px solid #a4a4a4;
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-transform: normal;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 310px;
  font-weight: 600;
  min-height: 60px;
}

.submenu a:before {
  content: '';
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-right-gold.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs {
  margin: 40px 0;
}

.breadcrumbs a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  color: #000000;
  font-weight: 600;
}

.breadcrumbs span.line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #000000;
  margin: 0 13px;
  vertical-align: middle;
}

.detail-breadcrumbs {
  padding: 0 50px;
}

.detail-breadcrumbs .breadcrumbs {
  margin-top: 0;
  padding-top: 40px;
  border-top: 3px solid #000000;
}

/*====================
End Of Content page
====================*/

/*====================
Homepage
====================*/

.hp-hero {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.hp-hero p {
  font-size: 70px;
  line-height: 86px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: left;
}

.hp-tiles-wrap {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hp-tiles {
  margin-left: -30px;
}

.hp-tiles .hp-tiles-tile {
  display: block;
  float: left;
  width: 210px;
  height: 210px;
  background-color: #26a49d;
  vertical-align: top;
  text-align: center;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 4px 4px 8px 0px rgba(5,5,7,0.5);
  margin-left: 30px;
  margin-bottom: 30px;
}

.hp-tiles .hp-tiles-small {
  float: left;
  width: 210px;
  height: 210px;
  vertical-align: top;
  margin-left: 30px;
}

.hp-tiles a {
  transition: all 250ms ease;
}

.hp-tiles a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.hp-tiles .hp-tiles-small-container {
  margin-left: -12px;
}

.hp-tiles .hp-tiles-small .hp-tiles-small-tile {
  float: left;
  display: block;
  width: 99px;
  height: 99px;
  vertical-align: top;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgba(5,5,7,0.5);
  text-align: center;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.hp-tiles .hp-tiles-small .hp-tiles-small-tile div {
  margin-bottom: 10px;
}

.hp-tiles .hp-tiles-small .hp-tiles-small-tile div img {
  max-width: 53px;
}

.hp-tiles .hp-tiles-small .hp-tiles-small-tile span {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
}

.hp-tiles a.green {
  background-color: #26a49d;
}

.hp-tiles a.red{
  background-color: #cb4030;
}

.hp-tiles a.blue {
  background-color: #2a87c1;
}

.hp-tiles a.purple {
  background-color: #61519f;
}

.hp-tiles a.gold {
  background-color: #bf9e57;
}

.hp-tiles a.light-green {
  background-color: #92b342;
}

.hp-tiles a.orange {
  background-color: #d67a39;
}

.hp-tiles a.yellow {
  background-color: #e5ab2f;
}

.hp-tiles .hp-tiles-tile div {
  margin-bottom: 15px;
}

.hp-tiles .hp-tiles-tile img {
  max-width: 112px;
}

.hp-tiles .hp-tiles-tile span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.hp-partners {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hp-partners h1 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.partners-logos {
  margin-top: 60px;
  margin-bottom: 0px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-logos img {
  max-width: 90%;
}

.partners-logos .column {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 250ms ease;
}

.partners-logos .column:hover {
  transform: scale(1.05);
}

.partners-line {
  color: #BD9E58;
  background-color: #BD9E58;
  height: 1px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 30px;
}

.partners-smaller-logos {
  margin-top: 30px;
}

.partners-smaller-logos img {
  max-width: 80%;
}

.grey-bg {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  margin-top: 30px;
}

.hp-navigation-boxes {
  width: 100%;
  overflow: auto;
}

.hp-navigation-box {
  display: block;
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
  text-align: center;
  background-color: #f5f5f5;
  padding: 68px 10px;
}

.hp-navigation-box:hover {
  text-decoration: none;
}

.hp-navigation-box h2 {
  margin-bottom: 30px;
}

.hp-navigation-box img {
  transition: all 250ms ease;
  max-height: 390px;
  width: 100%;
  max-width: 390px;
  margin-top: 30px;
}

.hp-navigation-box:hover img {
  transform: scale(1.05);
}

.hp-products {
  padding-bottom: 0px;
}

.hp-products h2 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 70px;
  color: #BD9E58;
}

.hp-infoblock {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 420px;
  padding: 10px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hp-infoblock:hover {
  text-decoration: none;
}

.hp-infoblock p,
.hp-infoblock p strong{
  color: #000000;
  font-size: 32px;
  line-height: 49px;
}

/*====================
End Of Homepage
====================*/

/*====================
Products list
====================*/

.products-list-wrapper {
  position: relative;
}

.products-list-wrapper .breadcrumbs {
  float: left;
  margin: 0;
  margin-bottom: 30px;
}

.products-list {
  overflow: auto;
  margin-left: -20px;
}

.product-item {
  margin-left: 20px;
  margin-bottom: 60px;
  width: calc(25% - 24px);
  max-width: 310px;
  display: inline-block;
  vertical-align: top;
  text-align:center;
}

.product-item:hover {
  text-decoration: none;
}

.product-item-img {
  width: 100%;
  height: 310px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product-labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.product-labels span {
  display: block;
  width: 100px;
  background: #BD9E58;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 0;
  line-height: 14px;
}

.product-labels span.marker-new {
  background: #00B9FF;
}

.product-labels span.marker-sale {
  background: #000000;
}

.product-item-img img {
  max-height: 80%;
  transition: all 250ms ease;
}

.product-item:hover img {
  transform: scale(1.05);
}

.product-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  color: #000000;
}

.product-item h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.paging {
  text-align: center;
  position: relative;
  height:80px;
}

.page-left-btn,
.page-right-btn {
  width: 100%;
  max-width: 220px;
  display: block;
  border: 1px solid #a4a4a4;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 20px;
  position: absolute;
}

.page-left-btn {
  padding-left: 50px;
  text-align: right;
  left: 0;
  top: 0;
}

.page-right-btn {
  padding-right: 50px;
  float: right;
  text-align: left;
  right: 0;
  top: 0;
}

.page-left-btn:before,
.page-right-btn:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-right-black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-left-btn:before {
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
}

.page-right-btn:before {
  right: 20px;
}

.paging-middle {
  display: inline-block;
  padding-top: 20px;
}

.paging-middle a {
  margin: 0 5px;
  color: #707070;
  font-weight: 600;
}

.paging-middle span {
  font-weight: 600;
}

.resp-submenu-btn {
  display: none;
  border: 1px solid #A4A4A4;
  padding: 20px 50px 20px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: calc(50% - 10px);
  color: #000000;
  position: relative;
  margin-bottom: 60px;
}

.resp-submenu-btn.active {
  margin-bottom: 20px;
  color: #FF4D4D;
}

.resp-submenu-btn:hover {
  text-decoration: none;
}

.resp-submenu-btn:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/menu-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.resp-submenu-btn.active:before {
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/close-icon.svg);
}

.product-list-filters {
  overflow: auto;
}

.product-list-filters .filter-select {
  display: none;
}

.product-list-filters .filter-select select {
  border: 1px solid #A4A4A4;
  padding: 20px 50px 20px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-down-black.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
}

.product-list-filters .filter-radio {
  float: right;
}

.product-list-filters .filter-radio .form-item {
  display: inline-block;
  width: auto;
  margin-left: 20px;
}

.product-package {
  display: block;
  color: #000000;
}

/*====================
End Of Products list
====================*/

/*====================
Articles list
====================*/

.articles-list {
  margin-left: -35px;
  overflow: auto;
  padding-bottom: 40px;
}

.article-item {
  width: 100%;
  max-width: 290px;
  margin-left: 35px;
  float: left;
  margin-bottom: 70px;
}

.article-item h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.article-item .date {
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  font-weight: 500;
  vertical-align: middle;
}

.article-item-more {
  color: #059FD1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 20px;
  text-decoration: underline;
  position: relative;
}

.article-item-more:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-right-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 4px;
}

.article-item-more:hover {
  text-decoration: none;
}

/*====================
End Of Articles list
====================*/

/*====================
Product detail
====================*/

.product-detail {
  overflow: auto;
}

.product-image {
  width: 100%;
  max-width: 360px;
  height: 360px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: left;
}

.product-image img {
  max-height: 90%;
}

.product-image .product-labels {
  position: absolute;
  left: unset;
  right: 0;
  top: 0;
  z-index: 5;
}

.product-content {
  width: calc(100% - 420px);
  float: right;
}

.product-content h1 {
  text-align: left;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 24px;
  margin-top: 0px;
}

.product-content .package-size {
  margin-bottom: 16px;
}

.product-content .package-size span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px; 
  display: inline-block;
}

.is-in-stock {
 color: #92B342; 
}

.product-content .product-description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}

.product-info {
  margin-bottom: 40px;
}

.product-info .quantity,
.product-info .info {
  display: inline-block;
}

.product-info .info {
  vertical-align: middle;
  margin-right: 50px;
}

.product-content .quantity p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.qty-input {
  width: 120px;
  background-color: #E3E0E0;
  position: relative;
  padding: 14px;
  padding-right: 19px;
  display: inline-block;
  margin-right: 10px;
}

.qty-input input {
  background: transparent;
  border: none;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.qty-input .qty-plus,
.qty-input .qty-minus {
  display: block;
  width: 35px;
  height: 50%;
  position: absolute;
  right: 0;
  background-color: #E3E0E0;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.qty-input .qty-plus {
  top: 0;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-up-icon.svg);
}

.qty-input .qty-minus {
  bottom: 0;
  background-image: url(https://data.get-webseller.com/111386/web_templates/87/images/arrow-down-icon.svg);
}

.product-info .info-company {
  margin-bottom: 12px;
}

.product-info .info-code {
  margin-bottom: 2px;
}

.products-related {
  margin-top: 50px;
}

.products-related h2 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
}

.products-related-list table {
  width: 100%;
  border-collapse: collapse;
}

.products-related-list table th {
  text-align: left;
  padding-bottom: 20px;
  padding-right: 10px;
}

.products-related-list table th:nth-child(2) {
  min-width: 80px;
}

.products-related-list table tbody tr td {
  border-bottom: 1px solid #707070;
  padding-top: 10px;
  padding-bottom: 10px;
}

.products-related-list table tbody tr:first-of-type td {
  border-top: 1px solid #707070;
}

.products-related-list .full-width {
  width: 100%;
}

.products-related-list .image-cell {
  min-width: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.products-related-list .image-cell img {
  max-height: 80px;
}

.products-related-list .package-cell {
  font-size: 16px;
  font-weight: 700;
}

.products-related-list .qty-cell {
  padding-right: 20px;
}

.products-related-list .qty-cell form {
  white-space: nowrap
}

.products-related-list .qty-cell .qty-input {
  margin-right: 60px;
}

.products-related-list .btn-cell {
  min-width: 255px;
}

.products-related-list .package-cell span {
  display: none;
}

.text-show-btn {
  display: none;
  position: absolute;
  bottom: -26px;
}

.text-hide,
.product-content .product-description.text-hide {
  position: relative;
  margin-bottom: 56px;
}

.text-hide-content {
  max-height: 45px;
  overflow: hidden;
}

.text-show-btn.active + .text-hide-content {
  max-height: unset;
}

.text-show-btn.active .show-more,
.text-show-btn .show-less {
  display: none;
}

.text-show-btn.active .show-less {
  display: inline;
}

/*====================
End Of Product detail
====================*/

/*====================
Basket
====================*/

.basket-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: rgba(0,0,0,0.6);
  display: none;
}

.basket-popup {
  width: 100%;
  height: 100%;
  max-width: 830px;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 16;
  right: -880px;
  transition: all 250ms ease;
}

.basket-popup.active {
  right: 0;
}

.basket-popup-close {
  top: 70px;
  left: -25px;
  right: unset;
  z-index: 1;
}

.basket-popup-content {
  padding: 70px 65px;
  overflow: auto;
  max-height: 100vh;
}

.basket-popup-content h2,
.basket-popup-content h2 span {
  font-size: 45px;
  line-height: 55px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.basket-popup-content h2 span {
  color: #A4A4A4;
}

.basket-items {
  margin-bottom: 30px;
}

.basket-item-remove {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.basket-item-remove:before,
.basket-item-remove:after {
  content: '';
  display: block;
  width: 5px;
  height: 24px;
  background-color: #BD9E58;
  position: absolute;
  left: 50%;
  top: 50%;
}

.basket-item-remove:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.basket-item-remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.basket-items table {
  width: 100%;
  border-collapse: collapse;
}

.basket-items img {
  max-height: 80px;
}

.basket-items table td {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #707070;
}

.basket-items table td:last-of-type {
  padding-right: 0;
}

.basket-items table tr:last-of-type td {
  border-bottom: 1px solid #707070;
}

.basket-popup .btn {
  color: #ffffff;
}

.basket-actions {
  text-align: right;
}

.basket-items .basket-item-name {
  font-weight: 600;
  line-height: 25px;
}

.basket-popup-facturation {
  overflow: auto;
  margin-left: -20px;
}

.basket-popup-facturation p {
  display: inline-block;
  width: calc(50% - 20px);
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 19px;
}

.basket-popup-facturation p span {
  float: right;
  font-weight: 600;
  line-height: 19px;
}

.basket-popup-delivery {
  overflow: auto;
  margin-left: -20px;
}

.basket-popup-delivery .form-item {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
}

.basket-popup-delivery .form-item input {
  max-width: 100%;
}

.basket-actions .basket-back {
  float: left;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 25px;
}

.basket-data h2 {
  margin-bottom: 30px;
}

.basket-next-step {
  display: none;
}

/*====================
End Of Basket
====================*/

/*====================
Additions
====================*/

.cta-menu-container {
  position: fixed;
  top: 65%;
  right: 0;
  border-right: none;
  width: 45px;
  transition: width 0.4s ease-in-out;
}
.cta-menu-container ul {
  list-style-type: none;
}
.cta-menu-container ul li {
  border: 1px solid #b7b7b7;
  border-right: none;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: relative;
  height: 45px;
  width: 100%;
}
.cta-menu-container ul li a {
  text-transform: uppercase;
  color: #3d3935;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 16px 50px 14px 15px;
  transition: background-color 0.4s ease-in-out, left 0.4s ease-in-out, color 0.4s ease-in-out;
  left: 50px;
  position: absolute;
  width: 320px;
  text-decoration: none;
}
.cta-menu-container ul li a:hover {
  color: #BD9E58;
}
.cta-menu-container ul li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  background: rgba(241, 241, 241, 0) url(https://www.pli-petronas.com/themes/custom/petronas_sass/images/cta-right-lubricant.svg) no-repeat center center;
  background-size: 17px;
  top: 0;
}

.cta-menu-container ul li.cta-menu-icon-1:after {
  background: rgba(241, 241, 241, 0) url(https://data.get-webseller.com/111386/www/www.eaa.cz/1a_eaa.png) no-repeat center center;
}

.cta-menu-container ul li.cta-menu-icon-2:after {
  background: rgba(241, 241, 241, 0) url(https://data.get-webseller.com/111386/www/www.eaa.cz/3a_eaa.png) no-repeat center center;
}

.cta-menu-container ul li.cta-menu-icon-3:after {
  background: rgba(241, 241, 241, 0) url(https://data.get-webseller.com/111386/www/www.eaa.cz/2a_eaa.png) no-repeat center center;
}

.cta-menu-container ul li.cta-menu-icon-4:after {
  background: rgba(241, 241, 241, 0) url(https://data.get-webseller.com/111386/www/www.eaa.cz/4a_eaa.png) no-repeat center center;
}

.cta-menu-container ul li.first,
.cta-menu-container ul li:first-of-type {
  border-radius: 7px 0 0 0;
}
.cta-menu-container ul li.last,
.cta-menu-container ul li:last-of-type {
  border-radius: 0 0 0 7px;
  border-bottom: 1px solid #b7b7b7;
}

.cta-menu-container.closed,
.cta-menu-container.really-closed {
  width: 45px;
}
.cta-menu-container.closed ul li a,
.cta-menu-container.really-closed ul li a {
  left: 50px;
}
.cta-menu-container.hover {
  width: 320px;
}
.cta-menu-container.hover ul li a {
  left: 0px;
}


.contact-box {
  padding: 0 15px 0 30px;
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 33%;
}

.contact-box h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #005981;
  height: 64px;
  text-align: left;
}

.contact-box h4 {
  font-size: 21px;
  line-height: 26px;
  color: #3f4043;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-box img {
  position: absolute;
  top: 0;
  right: 15px;
  width: 120px;
}

.contact-box p {
  font-size: 19px;
  line-height: 23px;
  color: #3f4043;
  margin-bottom: 30px;
}

.contact-box a {
  display: block;
  font-size: 19px;
  line-height: 53px;
  color: #005981;
  background-size: 38px 39px;
  padding-left: 60px;
}

.contact-box .ico--mail {
  background-image: url(https://data.get-webseller.com/111386/www/www.eaa.cz/eaa-kontakty/icon-mail.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-box .ico--tel {
  background-image: url(https://data.get-webseller.com/111386/www/www.eaa.cz/eaa-kontakty/icon-tel.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-box .ico--web {
  background-image: url(https://data.get-webseller.com/111386/www/www.eaa.cz/eaa-kontakty/icon-web.png);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1199px) {
  .contact-box {
    padding: 0 10px 0 20px;
  }
  
  .contact-box h2 {
    font-size: 22px;
  }
  
  .contact-box h4 {
    font-size: 20px;
  }
  
  .contact-box a {
    font-size: 18px;
    background-size: 30px;
    padding-left: 45px;
  }
}

@media (max-width: 1180px) and (min-width: 992px) {
  .contact-box img {
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .contact-box {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .contact-box img {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .contact-box {
    width: 100%;
  }
}

.user-edit-content-wrap .submenu {
  margin: 0;
  float: left;
  border: 1px solid #BD9E58;
  max-width: 180px;
  margin-right: 30px;
}

.user-edit-content-wrap .submenu a {
  margin: 0;
  border: none;
  border-bottom: 1px solid #BD9E58;
  padding-right: 20px;
}

.user-edit-content-wrap .submenu a:hover,
.user-edit-content-wrap .submenu a.active {
  background: #BD9E58;
  color: #ffffff;
  text-decoration: none;
}

.user-edit-content-wrap .submenu a:last-of-type {
  border-bottom: none;
}

.user-edit-content-wrap .submenu a:before {
  content: none;
}

.user-edit-content {
  width: calc(100% - 210px);
  float: right;
}

.user-edit-content table {
  width: 100%;
  border-collapse: collapse;
}

.user-edit-content table th {
  text-align: left;
  padding: 5px;
}

.user-edit-content table td {
  padding: 8px 5px;
  border-top: 1px solid #f5f5f5;
}

.user-edit-content h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.user-edit-content h3:first-of-type {
  margin-top: 0;
}

span.order-info-column {
  font-weight: 700;
  display: inline-block;
  width: 180px;
  margin-bottom: 5px;
}

.user-edit-content .form-item {
  display: inline-block;
  margin-right: 10px;
}

.autocomplete {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  text-align: left;
  cursor: default;
  max-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.autocomplete .selected {
  background-color: #4194CC;
  color: #FFFFFF;
}

.autocomplete div {
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
 /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  padding-bottom:8px;
  padding-top:8px;
}
.autocomplete strong {
  font-weight: bold;
}

/*====================
End Of Additions
====================*/

/*====================
Responsive
====================*/

@media only screen and (max-width: 1350px) {
  .logo img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1300px) {
  header {
    height: 100px;
    min-height: auto;
    padding-top: 15px;
  }
  
  .header-right .header-contact,
  .header-right .login-btn span,
  .main-menu {
    display: none;
  }
  
  .header-right .login-btn:before,
  .header-right .logout-btn:before,
  .header-right .user-info-wrap:before {
    content: none;
  }
  
  .header-right .login-btn {
  	display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  
  .resp-menu-btn {
    display: inline-block;
  }
  
  body.fixed-header .main-content {
    padding-top: 100px;
  }
  
  .cta-menu-container {
    top: 60%;
  }
  
  .resp-main-menu {
    top: 68px;
  }
}

@media only screen and (max-width: 1200px) {
  .cta-menu-container {
    width: 45px;
  }
  .cta-menu-container ul li a {
    left: 50px;
  }
}

@media only screen and (max-width: 1150px) {
  .hp-infoblock {
    padding: 10px 20px;
  }
  
  .hp-infoblock img {
    max-width: 400px;
  }
  
  .product-content {
    width: 100%;
    margin-top: 60px;
  }
  .product-image {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .product-item {
    width: calc(33% - 22px);
  }
  
  .header-right .profile-link {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .hp-navigation-box {
    width: 100%;
  }
  
  .hp-infoblock img {
    display: none;
  }
  
  .hp-infoblock p {
    width: 100%;
    text-align: center;
  }
  
  header,
  .detail-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .resp-main-menu {
    right: 46px;
  }
}

@media only screen and (max-width: 860px) {
  .basket-popup-close {
    top: 30px;
    left: 15px;
  }
  
  .basket-popup-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 28px;
  }
  
  .basket-popup-content h2 {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .product-item {
    width: calc(50% - 24px);
    max-width: 100%;
  }
  
  .user-edit-content-wrap .submenu {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  
  .user-edit-content {
    width: 100%;
    float: none;
  }
  
  .slogan {display: none;}
}

@media only screen and (max-width: 700px) {
  .products-related-list .qty-cell .qty-input {
    margin-right: 20px;
  }
  
  .products-related-list .image-cell {
    padding: 0;
  }
 
  .resp-submenu-btn {
    display: block;
  }
  
  .submenu {
    display: none;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 60px;
  }
  
  .submenu a {
    max-width: 100%;
    margin-left: 0;
  }
  
  .products-list-wrapper .breadcrumbs {
    display: none;
  }
  
  .product-list-filters .filter-select {
    display: block;
  }
  
  .product-list-filters .filter-radio {
    display: none;
  }
  
  .product-list-filters {
    width: calc(50% - 10px);
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .content-head-image {
    display: none;
  }
  
  .basket-popup-facturation {
    margin-left: 0;
  }
  
  .basket-popup-facturation p {
    margin-left: 0;
    width: 100%;
  }
  
  .basket-popup-content h2 {
    padding-left: 0;
    text-align: center;
  }
  
  .user-edit-content-wrap .resp-submenu-btn {
    display: none;
  }
  
  .user-edit-content-wrap .submenu {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .products-related-list th {
    display: none;
  }
  
  .products-related-list td {
    display: block;
  }
  
  .products-related-list table tbody tr td,
  .products-related-list table tbody tr:first-of-type td,
  .products-related-list table thead tr {
    border: none;
  }

  .products-related-list table tbody tr:first-of-type {
    border-top: 1px solid #707070;
  }
  
  .products-related-list .image-cell {
    padding: 0;
  }

  .products-related-list .package-cell {
    display: inline-block;
    width: auto;
  }
  
  .products-related-list .package-cell.a {
       margin-right: 16px; 
  }

  .products-related-list .package-cell span {
    display: inline-block;
  }

  .products-related-list .qty-cell {
    padding-right: 0;
  }

  .products-related-list .qty-cell .qty-input {
    margin: 0;
    margin-bottom: 15px;
  }

  .products-related-list .btn {
    display: block;
    margin: 0 auto;
  }

  .products-related-list tr {
    display: block;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding: 10px 0;
  }
  
  .basket-items table tr {
    display: block;
    border-bottom: 1px solid #707070;
  }
  
  .basket-items table tr:first-of-type {
    border-top: 1px solid #707070;
  }
  
  .basket-items table td,
  .basket-items table tr:last-of-type td {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  
  .basket-item-remove {
    margin: 0 auto;
  }
  
  .basket-popup-content {
    padding-top: 36px;
  }
  
  .basket-popup-content h2, 
  .basket-popup-content h2 span {
    font-size: 30px;
    line-height: 40px;
  }
  
  .products-list {
    margin-left: 0;
  }
  
  .product-item {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  
  .basket-popup-delivery {
    margin-left: 0;
  }
  
  .basket-popup-delivery .form-item {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .search-form, .basket-head {
    margin-left: 10px;
  }
  
  .logo {
    display: inline-block;
    margin-top: 10px;
  }
  
  .logo img {
    max-width: 80px;
  }
  
  .search-form {
    position: static;
  }
  
  .search {
    width: 100%;
  }
  
  .search input {
    width: 100%;
  }
  
  .resp-menu-btn {
    margin-left: 10px;
  }
  
  .header-right .user-info-wrap {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .hp-tiles {
    margin-left: 0;
  }
  
  .hp-tiles .hp-tiles-tile,
  .hp-tiles .hp-tiles-small {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 400px) {
  .basket-popup-content h2,
  .basket-popup-content h2 span {
  	font-size: 23px;
  }
  
  .form-item {
    width: 100%;
    margin-right: 0;
  }
}

/*====================
End Of Responsive
====================*/








.popup-modal-content {
    max-width: 370px;
   
    overflow: auto;
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 10px;
}

.popup-modal-content h1, .popup-modal-content .content-head{
	display:none;
}





/*Úpravy duben 2023*/
.lang-switch {
    display: inline-block;
    margin-left: 10px;
  max-width:110px;
      vertical-align: middle;
}

.lang-switch a {
	display:inline-block;
  width: 30px; height:22px; border:2px solid white; margin:2px;
  background-repeat: no-repeat;
    background-position: 50% 50%;
  background-repeat:no-repeat;
  opacity:0.5
}
.lang-switch a#ln-cs {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/cz.png);
}
.lang-switch a#ln-en {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/gb.png);
}
.lang-switch a#ln-fr {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/fr.png);
}
.lang-switch a#ln-it {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/it.png);
}
.lang-switch a#ln-ro {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/ro.png);
}
.lang-switch a#ln-hu {
	background-image:url(https://data.get-webseller.com/111386/web_templates/87/images/hu.png);
}
.lang-switch a.active,.lang-switch a:hover {/*border-color:#BD9E58;*/ opacity:1}
.lang-switch .styled {
    border: 1px solid #444444;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
}


@media (min-width: 801px) and (max-width: 930px){
	.slogan, .hp-partners h1 {
   		max-width: 300px;
	}
}

@media (max-width: 420px){
   .logo img {
        max-width: 50px;
    }
    .resp-menu-btn:before{
        height: 2px;
    }
    .resp-menu-btn {
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
      	width: 20px;
      	height: 20px;
  }
  .lang-switch select.styled {
    	width: 50px;
	}
  .login-icon:after, .profile-icon:after {
    width: 20px;
    height: 20px;
	}
  .search-icon, .basket-icon{
  	width: 15px;
  }
  .header-right {
    padding-top: 3px;
	}
}


.order-list-table  td{
	padding: 0px 5px !important;
}

.order-list-table td{
	vertical-align: top;
}

tr.order-list-table-headline {
    background: #BD9E58;
    color: white;
}




h1{
  color: #BD9E58;
}



table.order-list-table {
    white-space: nowrap;
}



.slogan, .header-right a, .header-right .login-btn{
	font-weight: 500;
}
.dir-personal h3, .dir-delivery h3 {
    font-size: 14px;
  	font-weight: 900;
}
.header-right .profile-link {
    font-weight: 500;
}
.btn {
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding: 25px 20px;
    background: #000000;
    transition: all 250ms ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.hp-own-map iframe {width:100%; min-height:200px;}


