@charset "UTF-8";
@font-face {
  font-family: "OpalB";
  src: url("../fonts/subset-OpalBItalic.eot");
  src: url("../fonts/subset-OpalBItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-OpalBItalic.woff2") format("woff2"), url("../fonts/subset-OpalBItalic.woff") format("woff"), url("../fonts/subset-OpalBItalic.ttf") format("truetype"), url("../fonts/subset-OpalBItalic.svg#OpalBItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
body {
  position: relative;
  background: #f0f0f0;
  font-family: "Open Sans", sans-serif;
}

.logo {
  margin-top: 6px;
  display: inline-block;
  position: relative;
}
.logo .header-text {
  position: absolute;
  left: 100%;
  top: 50%;
  color: #fff;
  width: 450px;
  transform: translateY(-42%);
  margin-left: 31px;
  font-size: 40px;
  font-family: "OpalB";
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .logo {
    max-width: 146px;
    margin-top: 0;
    position: absolute;
    left: 5px;
    top: 3px;
  }
  .logo img {
    max-height: 40px;
  }
  .logo .header-text {
    display: none;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.pr-0 {
  padding-right: 0;
}

.p-0 {
  padding: 0 !important;
}

.mt15 {
  margin-top: 15px;
}

.banner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.banner a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner:hover a {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .banner {
    margin-bottom: 0;
  }
  .banner a img {
    width: auto !important;
    margin: 0 auto;
    display: block;
  }
}

ul {
  margin: 0;
}

ul.reg-cart li {
  float: left;
  min-height: 44px;
  line-height: 44px;
  margin-top: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
}
ul.reg-cart li a {
  color: #119fcd;
  display: block;
  font-size: 13px;
  padding: 0 15px;
}
ul.reg-cart li a:hover {
  text-decoration: none;
}
ul.reg-cart li a .fa-user {
  margin-right: 5px;
}
ul.reg-cart li a .fa-user:before {
  content: "";
  width: 22px;
  height: 23px;
  background: url(../img/user.png) no-repeat center center;
  display: inline-block;
  margin-bottom: -5px;
}
ul.reg-cart > li:nth-child(1) {
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.reg-cart > li:nth-child(1):hover {
  background: #f1f1f1;
}
ul.reg-cart > li:nth-child(2) {
  margin-left: 23px;
  background: #e30614;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.reg-cart > li:nth-child(2):hover {
  background: #cd0a17;
}
ul.reg-cart > li:nth-child(2) a {
  padding-left: 0;
  color: #fff;
  font-size: 14px;
}
ul.reg-cart > li:nth-child(2) a span {
  font-weight: 700;
}
ul.reg-cart > li:nth-child(2) a span span {
  font-weight: 500;
}
ul.reg-cart > li:nth-child(2) a:focus {
  text-decoration: none;
}
ul.reg-cart > li:nth-child(2) .cart-icon {
  width: 43px;
  min-height: 43px;
  float: left;
  position: relative;
  margin-right: 15px;
  background: #e30614 url(../img/basket.svg) no-repeat center center;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
ul.reg-cart > li:nth-child(2) .dropdown-menu {
  right: 0;
  top: 70px;
  left: inherit;
  min-width: 350px;
  padding: 0 0 6px 0;
  margin: 0;
  z-index: 999999;
  background: #fcf8f0 url(../img/cart-bottom-bg.png) repeat-x bottom;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu .title {
  color: #e30614;
  background: transparent !important;
  font-weight: 700;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu span.triangle {
  position: absolute;
  top: -10px;
  right: 93px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fcf8f0;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li {
  border-top: 1px solid #eeebe3;
  float: none;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 10px 10px;
  clear: both;
  display: table;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li:nth-child(odd) {
  background: #f4f3f3;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li:first-child {
  border-top: 0;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li img {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li a {
  color: #272626;
  font-size: 11px;
  display: block;
  white-space: inherit;
  float: left;
  padding: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li a:focus, ul.reg-cart > li:nth-child(2) .dropdown-menu > li a:hover {
  color: #e30614;
  background: transparent;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li a span {
  width: 130px;
  display: table-cell;
  vertical-align: middle;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu > li button.delete-order {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border: none;
  outline: none;
  background: url(../img/sprite.png) scroll -53px -890px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu .items {
  border-left: 1px solid #e1e0dc;
  border-right: 1px solid #e1e0dc;
  font-size: 11px;
  color: #e30614;
  text-align: center;
  display: inline-block;
  padding: 0 12px;
  margin-right: 10px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu .price {
  font-size: 14px;
  color: #0e9fcd;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu .price span {
  font-weight: 700;
  font-size: 21px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu .price span sup {
  font-size: 14px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns {
  padding: 10px;
  background: transparent;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns button {
  width: 158px;
  height: 37px;
  padding: 0;
  line-height: 37px;
  font-size: 11px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns button:first-child {
  background: #565a5a;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns button:first-child:hover {
  background: #404242;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns button:last-child {
  background: #e30614;
  margin-left: 10px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.cart-btns button:last-child:hover {
  background: #cd0a17;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.price-sum {
  min-height: 38px !important;
  line-height: 38px !important;
  color: #272626;
  text-transform: uppercase;
  font-size: 11px;
  text-align: right;
  padding: 0 20px 0 0;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.price-sum span {
  color: #0e9fcd;
  text-transform: none;
  font-weight: 700;
  font-size: 21px;
  margin-left: 13px;
  vertical-align: middle;
  line-height: 1px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.price-sum span sup {
  font-size: 13px;
}
ul.reg-cart > li:nth-child(2) .dropdown-menu li.price-sum span b {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  ul.reg-cart li {
    margin-top: 0;
    min-height: auto;
    height: 46px;
    line-height: 46px;
  }
  ul.reg-cart li:nth-child(2) {
    background: none;
    border: none;
  }
  ul.reg-cart li:nth-child(2) a {
    padding: 0;
  }
  ul.reg-cart li:nth-child(2) span {
    display: none;
  }
  ul.reg-cart li:nth-child(2) .cart-icon {
    background: url(../img/basket.svg) no-repeat center center;
    border: none;
    margin: 0;
    min-height: 46px;
  }
}

.mayoral-listing-products {
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .log-reg {
    position: absolute;
    visibility: hidden;
    z-index: -100;
  }
}
#bs-example-navbar-collapse-2 {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-2 {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.mask-overlay {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  background: transparent;
}
.mask-overlay.active {
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  top: 146px;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-search .link-filters:before,
.header-search .link-filters span {
  position: relative;
  z-index: 10;
}
.header-search .link-filters:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  bottom: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 0;
  background: #0e9fcd;
  display: block;
}

.site-navigation .header-search {
  display: none;
}
.site-navigation.no-filters-link .link-filters {
  display: none;
  cursor: pointer;
}
.site-navigation.no-filters-link .link-filters.no-filters {
  display: block;
}
.site-navigation.full-width-nav .navbar-default {
  margin-left: 0px;
  min-height: 48px;
}
.site-navigation.full-width-nav .navbar-header {
  background: #fff;
  padding: 6px 10px;
  min-height: 48px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
@media screen and (min-width: 768px) {
  .site-navigation.full-width-nav .navbar-header:hover {
    background: #fff;
  }
}
.site-navigation.full-width-nav .navbar-header .header-search {
  position: relative;
  display: block;
}
.site-navigation.full-width-nav .navbar-header .header-search .nav-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 36px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/nav-search-icon.png);
}
.site-navigation.full-width-nav .navbar-header .nav-search-text {
  width: 250px;
  height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  outline: none;
  border: none;
  padding-left: 10px;
  color: #454041;
  font-size: 13px;
  font-weight: 400;
}
.site-navigation.full-width-nav .menu-filter .navbar-header {
  display: none;
}
.site-navigation.full-width-nav .menu-filter .navbar .navbar-nav {
  margin-left: 0;
}
.site-navigation.full-width-nav.no-search-form .navbar-default {
  min-height: 48px;
}
.site-navigation.full-width-nav.no-search-form .navbar-nav {
  margin-left: 0;
}
.site-navigation.full-width-nav.no-search-form .navbar-header {
  padding-left: 0;
  padding-right: 0;
  height: 0;
  min-height: inherit;
}
.site-navigation.full-width-nav.no-search-form .header-search {
  display: none;
}
@media screen and (max-width: 992px) {
  .site-navigation.full-width-nav .navbar-header {
    min-height: 42px;
    width: 30%;
    float: left;
  }
  .site-navigation.full-width-nav .navbar-header .header-search {
    width: 100%;
  }
  .site-navigation.full-width-nav .navbar-header .nav-search-text {
    width: 100%;
  }
  .site-navigation.full-width-nav .navbar-collapse {
    width: 100%;
    float: left;
  }
  .site-navigation.full-width-nav.no-search-form .navbar-default {
    min-height: inherit;
    height: auto;
    border-top-right-radius: 6px;
    overflow: hidden;
  }
  .site-navigation.full-width-nav.no-search-form .navbar-header {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .site-navigation.full-width-nav.no-search-form .navbar-collapse {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .site-navigation.full-width-nav .menu-filter {
    margin-top: 0;
    top: 0;
  }
  .site-navigation.full-width-nav .menu-filter .navbar-collapse {
    border: 0;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-navigation.full-width-nav .menu-filter .navbar .navbar-nav {
    margin-left: -15px;
  }
  .site-navigation.full-width-nav .navbar-collapse {
    border: none;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 {
    background: #fff;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li {
    background-repeat: no-repeat;
    background-position: 13px center;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li > a {
    text-transform: lowercase;
    padding: 10px 10px 10px 53px;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li > a:first-letter {
    text-transform: uppercase;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-categories {
    background-image: url(../img/categories-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-filter-menu {
    background-image: url(../img/filters-menu-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-aboutus {
    background-image: url(../img/aboutus.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-news {
    background-image: url(../img/news-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-brands {
    background-image: url(../img/brands-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-blog {
    background-image: url(../img/blog-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-promo {
    background-image: url(../img/promotions-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-contacts {
    background-image: url(../img/contacts-icon.svg);
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-address a {
    padding: 10px;
    font-size: 16px;
  }
  .site-navigation.full-width-nav .navbar-default #bs-example-navbar-collapse-1 .navbar-nav > li.icon-address a:before {
    margin: -8px 16px 0px 5px;
    float: left;
  }
  .site-navigation.full-width-nav .navbar-default {
    margin: 0 -10px 0 -10px;
    background: none;
    min-height: inherit;
    height: auto;
    line-height: inherit;
  }
  .site-navigation.full-width-nav .navbar-default .navbar-nav {
    margin-left: -15px;
    margin-bottom: auto;
  }
  .site-navigation.full-width-nav .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .site-navigation.full-width-nav .navbar-default .navbar-nav > li.active a {
    border-left: none;
  }
  .site-navigation.full-width-nav .navbar-default .mobile-menu {
    background: #fff;
    padding: 2px 0;
    margin: 0 -15px auto -15px;
    max-height: 256px;
    overflow: auto;
  }
  .site-navigation.full-width-nav .navbar-default .mobile-menu li {
    list-style: none;
  }
  .site-navigation.full-width-nav .navbar-default .mobile-menu li a {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    padding: 0 13px;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu {
    padding: 10px 5px;
    background-color: #f2f2f2;
    text-align: center;
    margin: 0 -15px;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu h3 {
    color: #e30614;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu ul {
    padding: 0;
    margin: 0;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu ul li {
    list-style: none;
    padding: 0 4px;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu ul li a {
    border: 2px solid #0e9fcd;
    background: #0e9fcd;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .site-navigation.full-width-nav .navbar-default .log-in-menu .log-in-profile {
    display: inline-block;
    background-image: url(../img/profile.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    min-height: 20px;
    padding-left: 35px;
    margin-left: 12px;
    display: block;
    text-align: left;
  }
  .site-navigation.full-width-nav .navbar-default .navbar-collapse.in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 46px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: stretch;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-navigation.full-width-nav.no-filters-link .navbar-default {
    margin: 0 0 0 0;
  }
  .site-navigation.full-width-nav.no-filters-link.homepage-nav .navbar-default {
    margin: 0 0 0 0;
  }
  .site-navigation.full-width-nav .navbar-header {
    height: auto;
    width: 100%;
    background: none;
    min-height: inherit;
    line-height: inherit;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg {
    position: absolute;
    width: 42px;
    right: 57px;
    top: -42px;
    font-size: 0;
    padding: 0;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg span:nth-child(2) {
    top: 17px;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg span:nth-child(3) {
    top: 22px;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg.active span:nth-child(1) {
    top: 17px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg.active span:nth-child(3) {
    top: 18px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #02ade5;
    margin-left: -18px;
    border-top-width: 10px;
    z-index: 999;
  }
  .site-navigation.full-width-nav .navbar-header .hidden-lg:after {
    display: none !important;
  }
  .site-navigation.full-width-nav .navbar-header .header-search {
    position: absolute;
    width: auto;
    top: -42px;
    right: 106px;
  }
  .site-navigation.full-width-nav .navbar-header .header-search .nav-search-btn {
    height: 30px;
    top: 5px;
  }
  .site-navigation.full-width-nav .navbar-header .nav-search-text {
    height: 30px;
  }
  .site-navigation.full-width-nav.no-search-form .navbar-header {
    height: 40px;
  }
  .site-navigation.full-width-nav.no-search-form .navbar-header a {
    width: 100%;
  }
  .site-navigation.full-width-nav.homepage-nav .navbar-default .navbar-nav {
    margin-left: -15px;
  }
  .site-navigation.full-width-nav.homepage-nav .navbar-default .mobile-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-navigation.full-width-nav.homepage-nav .navbar-header .navbar-toggle {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .site-navigation.full-width-nav {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.site-navigation .navbar-header {
  min-height: 51px;
}
.site-navigation .navbar-header a {
  height: 51px;
  line-height: 51px;
  font-size: 13px;
  padding: 0 0 0 41px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .site-navigation .navbar-default {
    display: flex;
  }
  .site-navigation .navbar-default .navbar-collapse {
    width: 100%;
    padding: 0;
  }
  .site-navigation .navbar-default .navbar-collapse .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: none;
  }
}
.site-navigation .navbar-default .navbar-nav > li.icon-home > a {
  font-size: 0;
  background-image: url(../img/icon-home-gray.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .site-navigation .navbar-default .navbar-nav > li.icon-home > a {
    font-size: 16px;
    background-image: url(../img/icon-home-mobile.svg);
    background-position: 13px center;
    background-size: 23px;
  }
}
.site-navigation .navbar-default .navbar-nav > li.icon-address > a {
  font-size: 0;
  padding: 0;
}
.site-navigation .navbar-default .navbar-nav > li.icon-address > a:before {
  content: "";
  width: 22px;
  height: 36px;
  background-image: url(../img/address-pin.png);
  background-size: 23px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -10px;
}
.site-navigation .navbar-default .navbar-nav > li > a,
.site-navigation .navbar-default .navbar-nav > li > a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 10px;
  color: #4a4a4a;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-navigation .navbar-default {
  background-color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-left: -30px;
}
.site-navigation .navbar-default .navbar-nav li a:hover {
  color: #e30614;
}
.site-navigation .navbar-default .navbar-nav > .active > a,
.site-navigation .navbar-default .navbar-nav > .active > a:focus,
.site-navigation .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  border-bottom: 3px solid #e30614;
  font-weight: 700;
  color: #e30614;
}
.site-navigation .close-toggle-menu a:after {
  content: "";
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 7px 5px 0px 0;
  float: right;
  width: 7px;
  height: 11px;
  display: block;
  background: url(../img/sprite.png) scroll 0 -65px;
}
@media screen and (min-width: 768px) {
  .site-navigation:not(.homepage-nav) .link-filters {
    width: 250px !important;
  }
}

.menu-filter {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 15px;
  width: 360px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
}
.menu-filter .navbar-header {
  position: relative;
}
.menu-filter .navbar-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: transparent;
  display: block;
}
.menu-filter .your-filters {
  display: none;
  background: #e8e8e8;
  margin-bottom: 8px;
  padding: 0;
}
.menu-filter .your-filters span {
  background-color: #fff;
  color: #575252;
  font-size: 13px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 5px 0 13px;
  margin: 3px 5px 3px 0;
  border-radius: 40px;
}
.menu-filter .your-filters span a {
  text-decoration: underline;
  color: #0e9fcd;
  font-size: 11px;
  display: block;
}
.menu-filter .your-filters i {
  font-size: 11px;
  color: #aeaead;
  margin-left: 15px;
}
.menu-filter .your-filters .filter-reset-text.left-15px {
  padding-left: 5px;
}
.menu-filter .your-filters .filter-reset-text.left-15px span {
  padding-left: 35px;
}
.menu-filter .your-filters .filter-reset-text > span {
  padding-left: 25px;
}
.menu-filter .your-filters .filter-reset-text .glyphicon {
  left: 5px;
  width: 20px;
  height: 20px;
  left: 7px;
  top: 5px !important;
  background: url(../img/menu-sprite.png) no-repeat -7px -567px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-filter .your-filters .filter-reset-text .glyphicon:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-filter .your-filters .filter-reset-text .glyphicon:before {
  display: none;
}
.menu-filter .your-filters .filter-reset-text .glyphicon.glyphicon-chevron-right {
  margin-left: 4px;
}
.menu-filter .navbar-toggle {
  display: block;
  float: left;
}
.menu-filter a.navbar-brand {
  background: #e30614;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  height: 51px;
  width: 100%;
  line-height: 51px;
  padding: 0 0 0 41px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-filter a.navbar-brand:focus, .menu-filter a.navbar-brand:hover {
  color: #fff;
  background: #e30614;
}
.menu-filter .your-filters {
  margin-top: 10px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.menu-filter .your-filters .dropdown-menu {
  top: -2px !important;
  left: 104% !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 412px;
  width: 100%;
}
.menu-filter .your-filters .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  padding: 14px 15px;
  border-top: 1px solid #45b5d9;
  background: #0e9fcd;
  white-space: inherit;
  display: block;
}
.menu-filter .your-filters .dropdown-menu li a:hover {
  background: #128db5 !important;
  border-top-color: #1183a8;
}
.menu-filter #filter-dropdowns {
  margin-left: 6px;
  margin-right: 6px;
  float: none;
  width: auto;
}
.menu-filter #filter-dropdowns li {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.menu-filter #filter-dropdowns li a {
  display: block;
  cursor: pointer;
}
.menu-filter #filter-dropdowns li#filter .level1, .menu-filter #filter-dropdowns li#manufacturer .level1 {
  max-height: 420px;
}
.menu-filter #filter-dropdowns li ul li a {
  padding: 4px 13px 4px 0;
  color: #575252;
  font-size: 13px;
  font-weight: 400;
}
.menu-filter #filter-dropdowns li ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  float: left;
  display: inline-block;
  background: #efeff0;
  margin: 1px 5px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu-filter #filter-dropdowns li .level1 {
  max-height: 550px;
  margin-left: 20px;
  overflow: auto;
  padding-bottom: 5px;
}
.menu-filter #filter-dropdowns li .level2 {
  max-height: 350px;
  overflow: auto;
  margin-left: 20px;
}
.menu-filter #filter-dropdowns .clear-filter {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 100;
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/menu-sprite.png) no-repeat -8px -568px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.menu-filter #filter-dropdowns .clear-filter:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-filter #filter-dropdowns .has-selected-items {
  background: #fff;
  overflow: hidden;
  margin-bottom: 2px;
}
.menu-filter #filter-dropdowns .has-selected-items + li > a {
  border-top: 0;
}
.menu-filter #filter-dropdowns .has-selected-items .selected {
  border-bottom: none;
}
.menu-filter #filter-dropdowns .has-selected-items a {
  background-color: #fff;
  border: none;
}
.menu-filter #filter-dropdowns > li.dropdown.open {
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.menu-filter #filter-dropdowns > li.dropdown.open > a {
  font-weight: 700 !important;
}
.menu-filter #filter-dropdowns li.dropdown > a {
  position: relative;
  display: block;
}
.menu-filter #filter-dropdowns li.dropdown > a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  background: url(../img/arrow-category.png) no-repeat center center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-filter #filter-dropdowns li.dropdown.open {
  margin-bottom: 2px;
}
.menu-filter #filter-dropdowns li.dropdown.open > a {
  background-color: #fff;
  font-weight: 600;
  border: none;
}
.menu-filter #filter-dropdowns li.dropdown.open > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-filter #filter-dropdowns li.dropdown.open.selected {
  border-bottom-width: 1px;
}
.menu-filter #filter-dropdowns li.dropdown.open + li > a {
  border-top: 0;
}
.menu-filter #filter-dropdowns li.dropdown.selected {
  border-bottom-width: 0;
}
.menu-filter #filter-dropdowns .selected > a {
  color: #0e9fcd;
}
.menu-filter #filter-dropdowns > li > a {
  background: #efeff0;
  color: #e30614;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  white-space: inherit;
  border-top: 1px solid #f6f6f6;
  padding: 3px 10px;
  text-transform: none;
  cursor: pointer;
}
.menu-filter #filter-dropdowns > li > ul > li {
  border-radius: 0;
}
.menu-filter #filter-dropdowns > li > ul > li > a {
  border-top: none;
}
.menu-filter #filter-dropdowns > li > ul > li > a:hover {
  text-decoration: underline;
}
.menu-filter #filter-dropdowns > li > ul > li.open ul {
  display: block;
}
.menu-filter #filter-dropdowns > li > ul > li > ul {
  padding: 0 !important;
}
.menu-filter #filter-dropdowns > li > ul > li > ul > li > ul {
  margin-left: 20px;
}
.menu-filter .filter-mobile-options {
  background: #d2d2d2;
  padding: 6px 0 4px 0;
}
.menu-filter .filter-mobile-options .bottom-filter-menu {
  display: inline-block;
  float: right;
  background: #d2d2d2;
  border-top: none;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li {
  float: right;
  margin: 0 5px;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  height: 25px;
  line-height: 25px;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li.close-all-filters a {
  background: #119fcd;
  padding-left: 7px;
  padding-right: 19px;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li.close-all-filters a:before {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin: 0 5px -3px 0;
  background-image: url(../img/close-filters-arrow.svg);
  background-size: 13px 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li.delete-all-filters {
  padding-left: 0;
  margin-right: 1px;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li.delete-all-filters a {
  line-height: 24px;
  background: #e30614;
}
.menu-filter .filter-mobile-options .bottom-filter-menu li.delete-all-filters a:before {
  background: url(../img/delete-filters.svg) no-repeat center center;
}
.menu-filter .filter-mobile-options span {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 0 6px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.menu-filter .navbar .navbar-form {
  margin-top: 12px;
  margin-bottom: 11px;
  padding: 0 6px;
  border: none;
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
}
.menu-filter .navbar .navbar-form .filter-buttons {
  width: 30%;
  float: left;
}
.menu-filter .navbar .navbar-form .filter-buttons button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  box-shadow: none;
  outline: none;
  display: inline-block;
  width: 30%;
  height: 35px;
  line-height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.menu-filter .navbar .navbar-form .filter-buttons button.active {
  background-color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  border-color: #0e9fcd;
}
.menu-filter .navbar .navbar-form .filter-buttons button#first_filter_button {
  margin-left: 3px;
  background-image: url(../img/arrow-one.png);
}
.menu-filter .navbar .navbar-form .filter-buttons button#first_filter_button.active {
  background-image: url(../img/arrow-1-blue.png);
}
.menu-filter .navbar .navbar-form .filter-buttons button#second_filter_button {
  background-image: url(../img/arrow-two.png);
}
.menu-filter .navbar .navbar-form .filter-buttons button#second_filter_button.active {
  background-image: url(../img/arrow-2-blue.png);
}
.menu-filter .navbar .navbar-form .filter-buttons button#third_filter_button {
  background-image: url(../img/arrow-three.png);
}
.menu-filter .navbar .navbar-form .filter-buttons button#third_filter_button.active {
  background-image: url(../img/arrow-3-blue.png);
}
.menu-filter .navbar .navbar-form .input-group {
  width: 70%;
  float: left;
}
.menu-filter .navbar .navbar-form .input-group .delete-filters {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
  background: url(../img/menu-sprite.png) no-repeat -7px -567px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-filter .navbar .navbar-form .input-group .delete-filters:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-filter .navbar .navbar-form .input-group .delete-filters + input {
  padding-left: 31px;
}
.menu-filter .navbar .navbar-form .input-group input {
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  color: #454041;
  border: 1px solid #e7e7e7;
  border-right: none;
  transition: none;
  box-shadow: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  outline: none;
}
.menu-filter .navbar .navbar-form .input-group input:focus {
  box-shadow: none !important;
  border-color: #e7e7e7 !important;
}
.menu-filter .navbar .navbar-form .input-group .input-group-btn {
  width: 1px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #e7e7e7;
  border-left: none;
}
.menu-filter .navbar .navbar-form .input-group .input-group-btn .btn-default {
  background: transparent;
  padding: 6px 9px;
  border-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}
.menu-filter .navbar .navbar-form .input-group .input-group-btn .btn-default .search-icon {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-position: center center;
  background-image: url(../img/blue-search-icon.png);
  background-repeat: no-repeat;
}
.menu-filter .navbar .navbar-form .input-group .dropdown-menu {
  top: 28px !important;
  left: 0px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 412px;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.menu-filter .navbar .navbar-form .input-group .dropdown-menu li a {
  color: #686868;
  font-size: 12px;
  padding: 4px 11px;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  white-space: inherit;
}
.menu-filter .navbar .navbar-form .input-group .dropdown-menu li a:hover {
  color: #e30614;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .menu-filter {
    left: 0;
    right: 0;
    width: auto;
    padding: 0 5px;
    box-shadow: none;
    border-top: 0;
  }
  .menu-filter .navbar {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .menu-filter .navbar:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #02ade5;
    border-top-width: 4px;
    display: block;
    position: absolute;
    right: 111px;
    top: 0;
  }
  .menu-filter .navbar .navbar-form {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-filter .navbar .navbar-form .input-group .input-group-btn {
    line-height: 34px;
  }
  .menu-filter .navbar .navbar-form .input-group .dropdown-menu {
    max-width: 100%;
  }
  .menu-filter .navbar .navbar-form .btn-default {
    padding: 4px 10px;
  }
  .menu-filter .navbar .navbar-nav {
    height: 0;
    overflow: hidden;
  }
  .menu-filter .navbar .navbar-nav.active {
    height: auto;
    overflow: inherit;
  }
  .menu-filter .navbar .navbar-nav li ul {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.menu-filter .your-filters .filter-reset-text,
.menu-filter .your-filters .filter-reset-text span.dropdown-toggle {
  height: auto;
  display: block;
  width: 100%;
  clear: both;
}

.menu-filter .your-filters .filter-reset-text span.dropdown-toggle {
  line-height: 24px !important;
  height: 24px;
}

.navbar {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.navbar .navbar-toggle {
  display: none;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.slider {
  position: relative;
  margin-left: -30px;
}
.slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  float: left;
  background: url(../img/sprite.png) scroll 0 -258px;
  font-size: 0;
}
.slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  float: right;
  background: url(../img/sprite.png) scroll 0 -324px;
  font-size: 0;
}
.slider .owl-item {
  max-height: 509px !important;
}
.slider .owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  display: inline-block;
  cursor: pointer;
}
.slider .owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.slider .owl-theme .owl-dots {
  margin-top: 10px;
  width: 100%;
}
.slider .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #e30614;
  border: none;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  border-radius: 7.5px;
  margin: 0 3px;
  display: block;
  border: 1px solid #cfcfcf;
}
.slider iframe {
  width: 100%;
  height: 506px;
}
@media screen and (max-width: 768px) {
  .slider {
    float: left;
  }
  .slider iframe {
    height: 360px;
  }
  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-prev {
    width: 26px;
    height: 39px;
    margin-top: -14.5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/slider-arrow.svg);
    background-size: 15px;
  }
  .slider .owl-nav .owl-next {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .slider .owl-theme .owl-dots {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .slider iframe {
    height: 280px;
  }
}

.sldier-brands {
  padding: 0 10px 60px 10px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f0f0f0;
  position: relative;
}
.sldier-brands .owl-slider-brands {
  background: #e5e3e3;
}
.sldier-brands .owl-slider-brands .item {
  height: 72px;
  width: 10%;
  float: left;
}
.sldier-brands .owl-slider-brands .item a {
  display: flex;
  align-items: center;
  padding: 0 7px;
  height: 100%;
}
.sldier-brands .owl-slider-brands .item img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sldier-brands .owl-slider-brands .item img:hover {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}
.sldier-brands .brands-btn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 170px;
  height: 30px;
  margin-left: -85px;
  z-index: 100;
  line-height: 14px;
  background: #e6e4e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sldier-brands .brands-btn .view-more {
  line-height: 20px;
  height: 20px;
  color: #7b7b7b;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
}
.sldier-brands .brands-btn .view-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #e30614;
  border-left-width: 6px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .sldier-brands {
    margin: 0 -10px 40px -10px;
    padding-bottom: 30px;
  }
  .sldier-brands .owl-slider-brands {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sldier-brands .brands-btn {
    bottom: -15px;
  }
}

@media screen and (max-width: 600px) {
  .lego-sldier-box .owl-carousel-lego .owl-item .product-info {
    min-height: 192px;
  }
}
.product-info {
  position: relative;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 330px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.product-info .promo-sun,
.product-info .promo-price-smile,
.product-info span.promo-price {
  position: absolute;
  top: -24px;
  left: -25px;
  width: 86px;
  height: 91px;
  text-align: center;
  padding-top: 38px;
  color: #4d7000;
  font-size: 11px;
  font-weight: 500;
  z-index: 999;
  background-image: url(../img/promo-price.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.product-info span.promo-price.big {
  background-size: 110px 110px;
  width: 110px;
  height: 110px;
  color: #e30614;
  font-weight: bold;
}
.product-info .promo-price-smile {
  background-image: url(../img/promo-price-smile.svg);
}
.product-info .promo-sun {
  width: 93px;
  height: 98px;
  top: -8px;
  left: -5px;
  background-image: url(../img/promo-sun.svg);
  background-position: left top;
  background-size: 66px;
}
.product-info span.new-product {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 62px;
  height: 62px;
  z-index: 999;
  background: url(../img/new-product.svg);
}
.product-info span.tv {
  width: 24px;
  height: 24px;
  z-index: 999;
  position: absolute;
  bottom: 0px;
  left: 10px;
  background: url(../img/tv.svg);
}
.product-info span.tv.tv-icon-highlight {
  background: url(../img/tv-icon-highlight.svg);
}
.product-info.promo-product .thumbnail {
  border-bottom: none;
}
.product-info.promo-product:hover .thumbnail {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.product-info.promo-product .product-content {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.product-info.promo-product .product-content .product-icons ul {
  list-style: none;
}
.product-info.promo-product .product-content .product-price > span {
  font-size: 15px;
  color: #e30614;
  display: block;
}
.product-info.promo-product .product-content .product-price > span strike {
  display: inline-block;
  color: #9b9b9b;
}
.product-info.promo-product .product-content .product-price > span strike span {
  color: #9b9b9b;
}
.product-info.promo-product .product-content .product-price > span span {
  color: #e30614;
  display: inline-block;
}
.product-info .thumbnail {
  border: none;
  height: 225px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.product-info .thumbnail img {
  width: auto !important;
  max-width: initial;
}
.product-info .thumbnail .article-number {
  visibility: hidden;
  color: #525252;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  padding: 4px;
}
.product-info .product-content {
  padding: 10px 0 0 0;
  min-height: 141px;
}
.product-info .product-content .product-title {
  margin: 0 8px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .product-info .product-content .product-title {
    line-height: 15px;
  }
}
.product-info .product-content .product-title a {
  color: #000;
}
.product-info .product-content .product-title a:hover {
  text-decoration: none;
}
.product-info .product-content .product-title a span {
  font-weight: 500;
  font-size: 11px;
}
.product-info .product-content .product-icons {
  display: none;
}
.product-info .product-content .product-icons ul {
  margin: 10px auto 2px auto;
  padding: 0 0 10px 0;
  display: table;
  list-style: none;
}
.product-info .product-content .product-icons ul li {
  float: left;
  padding: 0 4px;
}
.product-info .product-content .product-icons ul li span {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  padding: 0 7px;
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  margin-top: 3px;
}
.product-info .product-content .product-icons ul li .outdoor-icon {
  width: 24px;
  height: 22px;
  float: left;
  background: url(../img/indoor.svg);
}
.product-info .product-content .product-icons ul li .boy-icon {
  width: 9px;
  height: 23px;
  float: left;
  background: url(../img/man.svg);
}
.product-info .product-content .product-icons ul li .girl-icon {
  width: 9px;
  height: 23px;
  float: left;
  background: url(../img/woman.svg);
}
.product-info .product-content .product-icons ul li .unisex-icon {
  width: 20px;
  height: 24px;
  float: left;
  background: url(../img/unisex.svg);
}
.product-info .product-content .product-icons ul li .indoor-icon {
  width: 24px;
  height: 22px;
  float: left;
  background: url(../img/outdoor.svg) no-repeat center center;
  margin-top: 1px;
}
.product-info .product-content .product-icons ul li .years-icon {
  width: 18px;
  height: 18px;
  float: left;
  background: url(../img/sprite.png) scroll 0 -991px;
}
.product-info .product-content .product-icons ul li .tv-icon {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../img/tv.svg);
}
.product-info .product-content .product-price {
  padding: 10px;
  background: #fff;
}
.product-info .product-content .product-price .pieces {
  display: inline-block;
}
.product-info .product-content .product-price > span {
  font-size: 15px;
  color: #0e9fcd;
  display: block;
}
.product-info .product-content .product-price > span strike {
  color: #e30614;
  text-decoration: none;
  font-weight: 700;
  padding-right: 8px;
  position: relative;
  display: inline-block;
  top: -3px;
  display: none;
}
.product-info .product-content .product-price > span strike sup {
  font-size: 10px;
}
.product-info .product-content .product-price > span strike:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #e30614;
  height: 45%;
  width: 90%;
  height: calc(52% - 1px);
  transform: rotateZ(0);
}
.product-info .product-content .product-price > span strike span {
  display: inline-block;
}
.product-info .product-content .product-price > span span {
  color: #0e9fcd;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.product-info .product-content .product-price > span span span {
  display: inline-block;
}
.product-info .product-content .product-price > span sup {
  font-size: 15px;
}
.product-info .product-content .product-price .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9999;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 0;
}
.product-info .product-content .product-price .buttons a {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}
.product-info .product-content .product-price .buttons a.add-to-cart {
  background: #e30614;
  width: 160px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
  text-transform: uppercase;
}
.product-info .product-content .product-price .buttons a.add-to-cart:hover {
  background: #cd0a17;
}
.product-info .product-content .product-price .buttons a.add-to-cart i {
  width: 26px;
  height: 24px;
  display: inline-block;
  margin: 0 5px -8px 0;
  background: url(../img/basket-in.png) no-repeat center center;
}
.product-info .product-content .product-price .buttons a.add-fav {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  border: 1px solid #f5a623;
  background-image: url(../img/addfav.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.product-info .product-content .product-price .buttons a.add-fav i {
  display: none;
}
.product-info .product-content .product-price .online-order {
  font-size: 11px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 16px;
  visibility: hidden;
  display: none;
}
.product-info .product-content .product-price .online-order:hover {
  text-decoration: none;
}
.product-info .product-content .article-number {
  font-size: 11px;
  color: #7e7e7e;
  margin: 10px 0;
}
.product-info .product-content .article-number span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-info:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
    box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
    z-index: 9996;
  }
  .product-info:hover .thumbnail {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .product-info:hover .thumbnail .article-number {
    visibility: visible;
  }
  .product-info:hover .product-content .product-title {
    height: auto;
  }
  .product-info:hover .product-content .product-icons {
    display: block;
  }
  .product-info:hover .product-content .online-order {
    visibility: visible;
  }
  .product-info:hover .product-content .product-price {
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 1px 7px 12px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 7px 12px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 7px 12px rgba(0, 0, 0, 0.19);
  }
  .product-info:hover .product-content .product-price span strike {
    display: none;
  }
  .product-info:hover .product-content .product-price .buttons {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 5px;
    height: auto;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .product-info.promo-product:hover .product-content {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .product-info.promo-product:hover .product-content .product-price .buttons {
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .product-info {
    margin-bottom: 10px;
    height: auto;
    min-height: 248px;
  }
  .product-info .product-content {
    min-height: auto;
  }
  .product-info .product-content .product-price .online-order {
    display: none;
  }
  .product-info .thumbnail {
    height: auto;
  }
  .product-info .promo-price-smile,
  .product-info span.promo-price {
    background-size: 75px;
  }
  .product-info .promo-sun {
    width: 68px;
    height: 72px;
    top: -7px;
    left: -5px;
  }
}
@media screen and (max-width: 600px) {
  .product-info .product-content .product-price > span sup {
    font-size: 11px;
  }
  .product-info .product-content .product-price > span strike span.currency-symbol {
    font-size: 12px;
    display: none;
  }
  .product-info .product-content .product-price > span span {
    font-size: 14px;
  }
  .product-info .product-content .product-price > span span .currency-symbol {
    font-size: 12px !important;
  }
  .product-info .thumbnail img {
    width: 100% !important;
  }
}

hr {
  border-color: #d8d8d8;
  margin: 10px 0;
}

.all-videos .modal-dialog {
  width: inherit;
}
.all-videos .modal-dialog .modal-content {
  padding: 20px 15px;
}
.all-videos .video-content {
  max-height: 538px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.video-content .lego-sldier-box .owl-nav {
  right: 0;
}
.video-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #e30614;
  margin: 0;
}
.video-content a.view-all {
  width: 100px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #e30614;
  display: block;
  border: 1px solid #e30614;
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-content a.view-all:hover {
  background: #e30614;
  color: #fff;
  text-decoration: none;
}
.video-content .video {
  margin-bottom: 15px;
  position: relative;
  height: 145px;
}
.video-content .video a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.video-content .video a span {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 10px 3px 3px 3px;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0 );
}
.video-content .video a .play-icon {
  width: 60px;
  height: 60px;
  background: url(../img/play-icon.png) no-repeat top center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-content .video a .play-icon:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.video-content .video:hover .play-video {
  -webkit-animation: bounce 1s ease 0.1s 1 both;
  -moz-animation: bounce 1s ease 0.1s 1 both;
  animation: bounce 1s ease 0.1s 1 both;
  -webkit-animation-backface-visibility: hidden;
  -moz-animation-backface-visibility: hidden;
  -ms-animation-backface-visibility: hidden;
  -o-animation-backface-visibility: hidden;
  animation-backface-visibility: hidden;
}
.video-content .video .play-video {
  width: 70px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -35px;
  background: url(../img/sprite.png) scroll 0 -752px;
}

footer {
  margin-top: 30px;
  position: relative;
}
footer .contact-us {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
footer .contact-us::before {
  content: "";
  width: 21px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/chat.svg) no-repeat center center;
  background-size: 100% 100%;
  filter: invert(1);
  display: inline-block;
}
footer .link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
footer .footer-tel {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-image: url(../img/footer-tel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
  padding-left: 24px;
  margin-top: 10px;
  display: inline-block;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  background-color: #02ade5;
  z-index: 0;
}
footer .footer-top {
  background: url(../img/top-footer-bg.png) top center repeat-x;
  padding-top: 50px;
}
footer .img-responsive {
  margin-top: 13px;
  margin-bottom: 15px;
}
footer .text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}
footer p {
  color: #fff;
  font-size: 12px;
}
footer h3 {
  margin-top: 15px;
  color: #f6f4f4;
  font-size: 17px;
  font-weight: 700;
}
footer hr {
  display: block;
  border-color: #46c0e7;
}
footer ul {
  padding: 0;
}
footer ul li {
  padding: 3px 0;
  list-style: none;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
}
footer ul li a:before {
  content: "";
  float: left;
  margin-top: 8px;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
footer ul.social-icons {
  margin: 16px 0 25px 0;
  padding: 0;
}
footer ul.social-icons li {
  padding: 0 7px;
  float: left;
}
footer ul.social-icons li:first-child {
  padding-left: 0;
}
footer ul.social-icons li:last-child {
  padding-right: 0;
}
footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../img/social-icons-sprite.png);
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.social-icons li a:before {
  display: none;
}
footer ul.social-icons li.fb a {
  background-position: 0 0;
}
footer ul.social-icons li.fb a:hover {
  background-position: 0 -33px;
}
footer ul.social-icons li.yt a {
  background-position: -47px 0;
}
footer ul.social-icons li.yt a:hover {
  background-position: -47px -33px;
}
footer ul.social-icons li.in a {
  background-position: -94px 0;
}
footer ul.social-icons li.in a:hover {
  background-position: -94px -33px;
}
footer ul.social-icons li.gg a {
  background-position: -141px 0;
}
footer ul.social-icons li.gg a:hover {
  background-position: -141px -33px;
}
footer ul.social-icons li.tw a {
  background-position: -188px 0;
}
footer ul.social-icons li.tw a:hover {
  background-position: -188px -33px;
}
footer ul.social-icons li.ln a {
  background-position: -235px 0;
}
footer ul.social-icons li.ln a:hover {
  background-position: -235px -33px;
}
footer ul.columns {
  columns: 7;
  -webkit-columns: 7;
  -moz-columns: 7;
}
footer ul.columns li {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  footer ul.columns {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}
@media screen and (max-width: 600px) {
  footer ul.columns {
    columns: inherit;
    -webkit-columns: inherit;
    -moz-columns: inherit;
    text-align: center;
  }
  footer ul.columns li {
    float: none;
    display: inline-block;
    padding: 0 5px;
  }
  footer ul.columns li a {
    text-decoration: underline;
  }
}
footer .footer-brands {
  background: url(../img/bottom-footer-bg.jpg) bottom center no-repeat;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
footer .fb-page {
  margin-top: 30px;
}
footer .footer-bottom {
  background: rgb(236, 236, 236);
  position: relative;
  z-index: 10;
}
footer .footer-bottom span {
  font-size: 12px;
  color: #3b5b70;
  padding: 17px 0;
}
footer .footer-bottom span:first-child a {
  color: #e30614;
}
footer .footer-bottom span:last-child a {
  color: #0e9fcd;
}
@media screen and (max-width: 768px) {
  footer .footer-top img {
    margin: 0 auto;
    display: block;
  }
  footer .contact-us {
    justify-content: center;
    font-size: 17px;
    padding-right: 26px;
  }
  footer h3 {
    text-align: center;
  }
}

.chat {
  position: fixed;
  right: -44px;
  top: 400px;
  display: block;
  padding: 10px 20px;
  background: #e30614;
  color: #fff;
  font-size: 13px;
  z-index: 999999;
  -moz-transform: scale(1) rotate(90deg) translate(0px);
  -webkit-transform: scale(1.1) rotate(90deg) translate(0px);
  -o-transform: scale(1) rotate(90deg) translate(0px);
  transform: scale(1) rotate(90deg) translate(0px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.chat i {
  width: 21px;
  height: 21px;
  float: left;
  background: url(../img/chat.svg) no-repeat center;
  background-size: 100% 100%;
  filter: invert(1);
  margin-right: 8px;
}
.chat:hover {
  text-decoration: none;
  color: #fff;
}

.change-bg-menu {
  background: url(../img/test-bg.png) no-repeat;
}

.close {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  width: 31px;
  height: 31px;
  background: url(../img/sprite.png) scroll 0 -880px;
  opacity: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.close:hover {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.all-brands-modal h3 {
  margin: 0 0 15px 23px;
  font-size: 28px;
  color: #e30614;
}
.all-brands-modal .modal-lg {
  width: auto;
}
.all-brands-modal .modal-lg .modal-content {
  padding: 15px 8px 23px 8px;
}
.all-brands-modal .all-brands-content {
  margin: 0 21px;
}
.all-brands-modal .all-brands-content a {
  display: block;
  width: 160px;
  margin: 0 auto 20px auto;
  height: 161px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.all-brands-modal .all-brands-content a img {
  display: block;
  margin: 0px auto;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.all-brands-modal .all-brands-content a img:hover {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}
.all-brands-modal .all-brands-content .load-more {
  width: 170px;
  min-height: 41px !important;
  margin: 0 auto;
  line-height: 41px;
  height: auto;
  color: #fff;
  background: #e30614;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.all-brands-modal .all-brands-content .load-more:hover {
  background: #cd0a17;
  text-decoration: none;
}

.gray-bg {
  padding-top: 1px;
  background: #f0f0f0;
  width: 100%;
}
.gray-bg .title {
  color: #101820;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.gray-bg .title span {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  font-style: normal;
  display: block;
}
.gray-bg .choose-option {
  font-size: 16px;
}
.gray-bg table thead th {
  color: #686868;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 3px solid #f9f9f9;
}
.gray-bg table tbody tr {
  background: #fff;
}
.gray-bg table tbody tr th {
  vertical-align: middle;
  border: none;
}
.gray-bg table tbody tr th.unite-price {
  font-size: 17px;
  font-weight: 700;
  min-height: 80px;
}
.gray-bg table tbody tr th:first-child span span {
  font-size: 13px;
  font-weight: 500;
}
.gray-bg table .title {
  font-size: 15px !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.gray-bg .logo-brand {
  display: block;
  margin: 0;
}
.gray-bg .sub-title {
  color: #7b7b7b;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin: 5px 0 10px 0;
}
.gray-bg .art-number {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  font-style: normal;
  display: block;
}
.gray-bg .breadcrumb {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .gray-bg .selected-filters {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .gray-bg {
    margin: 1px 0 0 0;
  }
  .gray-bg .logo-brand {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .gray-bg .logo-brand img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
  }
  .gray-bg .title {
    font-size: 14px;
    margin: 0px 0 10px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .gray-bg table th,
  .gray-bg table th.title {
    font-size: 12px;
    padding: 5px;
  }
  .gray-bg .choose-option {
    font-size: 14px;
  }
  .gray-bg table tbody tr:first-child th.title {
    border-top: 0;
  }
  .gray-bg table tbody tr th.title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 13px !important;
    margin: 0;
  }
  .gray-bg table tbody tr th.unite-price {
    text-align: center;
  }
}

.pl15 {
  padding-left: 15px;
}

.site-navigation .pl15 {
  background: #f0f0f0;
}

.breadcrumb {
  border-bottom: 1px solid #e1e0e0;
  margin: 0 0 12px 0;
  border-radius: 0;
  background: none;
  padding: 6px 0;
  display: inline-block;
  width: 100%;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:after {
  content: "";
  width: 11px;
  height: 15px;
  display: inline-block;
  margin: 0 5px -4px 5px;
  background: url(../img/sprite.png) scroll -51px -834px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  font-weight: 600;
  font-size: 13px;
  color: #898989;
  padding: 2px 0;
  display: inline-block;
}
.breadcrumb li.active {
  font-size: 11px;
  color: #636060;
  font-weight: 600;
}
.breadcrumb li + li:before {
  display: none;
}

.filter-listing {
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
}
.filter-listing .form-inline {
  float: right;
  position: absolute;
  right: 10px;
  top: 0;
}
.filter-listing.landing-sort {
  padding-top: 0;
}
.filter-listing.landing-sort .form-inline {
  position: relative;
  right: inherit;
  top: inherit;
}
.filter-listing h1 {
  font-size: 22px;
  color: #e30614;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px;
}
.filter-listing h1 .btn.btn-default {
  background-color: #e30614;
  color: #fff;
  margin-left: 30px;
  min-width: 60px;
}
.filter-listing label {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  color: #9b9b9b;
}
.filter-listing .form-control {
  padding: 0 15px 0 10px;
  line-height: 25px;
  height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9f9 url(../img/select-arrow.png) no-repeat right center;
  min-width: 50px;
}
.filter-listing .checkbox [type=checkbox]:checked + label:after,
.filter-listing .checkbox label:after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .filter-listing {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .filter-listing h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .filter-listing [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .filter-listing .form-inline {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .filter-listing .form-inline .form-group {
    width: 50%;
    float: left;
    margin-bottom: 12px;
  }
  .filter-listing .form-inline .form-group .form-control {
    height: 28px;
    line-height: 28px;
    border-color: transparent;
  }
  .filter-listing .form-inline .form-group:first-of-type {
    padding-right: 5px;
  }
  .filter-listing .form-inline .form-group:last-of-type {
    padding-left: 5px;
  }
  .filter-listing .form-inline .form-group label {
    display: none;
  }
}

.online-only {
  width: 22px;
  height: 22px;
  background: url(../img/offline-icon.svg);
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 3px;
}

.attention {
  width: 22px;
  height: 19px;
  background: url(../img/attention.svg);
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 3px;
}

.attention-zero {
  width: 21px;
  height: 21px;
  background: url(../img/attention-zero.svg);
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 3px;
}

.instock {
  width: 17px;
  height: 17px;
  background: url(../img/check.svg);
  display: inline-block;
  margin-left: 3px;
}

.offline {
  background: url(../img/offline-icon.svg) no-repeat center center;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: 0px 0 -3px 6px;
}

.pagination {
  margin: 0 0 30px 0;
}
.pagination li {
  margin: 0 4px;
  display: inline-block;
}
.pagination li.active a {
  border-color: #e30614;
  background: #e30614;
  color: #fff;
}
.pagination li.active a:hover {
  border-color: #e30614;
  color: #fff;
}
.pagination li a {
  color: #030123;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border: 2px solid #e5e7eb;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 0;
}
.pagination li a:hover {
  border-color: #e30614;
  background: transparent;
  color: #575353;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox [type=checkbox]:checked + label:after {
  background: url(../img/sprite.png) scroll -30px -922px;
}

.checkbox label:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 5px;
  background: url(../img/sprite.png) scroll -9px -922px;
}

#youtube-vid {
  margin-bottom: 10px;
  width: auto;
}
#youtube-vid .all-youtube-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: auto;
}
#youtube-vid iframe {
  max-height: 380px;
  max-width: 50%;
  margin: 0 10px 20px 10px;
  flex: 1 0 45%;
}

.gray-bg .selected-filters.fixed {
  width: 100%;
  max-width: 1150px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .gray-bg .selected-filters.fixed {
    margin-left: 0;
  }
}

.listing-preview-product {
  padding: 20px 10px;
}
.listing-preview-product h1 {
  margin: 0;
  color: #323536;
  font-size: 18px;
  font-weight: 700;
}
.listing-preview-product h1 span {
  font-size: 15px;
  color: #4a4b4b;
  font-weight: 500;
  font-style: italic;
}
.listing-preview-product .date-promo {
  margin-top: 10px;
  margin-bottom: 15px;
}
.listing-preview-product .date-promo a {
  display: inline-block;
}
.listing-preview-product .date-promo a:hover {
  text-decoration: none;
}
.listing-preview-product .date-promo span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.listing-preview-product .date-promo span span {
  display: inline-block;
}
.listing-preview-product .date-promo span a {
  color: #7c7c7c;
}
.listing-preview-product .date-promo span:first-child {
  color: #7c7c7c;
}
.listing-preview-product .date-promo span:nth-child(2) {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.listing-preview-product .date-promo .promo-text {
  text-align: justify;
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
}
.listing-preview-product .availability {
  font-weight: 500;
  font-size: 13px;
  color: #494b4c;
  margin-top: 5px;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.listing-preview-product .availability.triangle {
  background-image: url(../img/attention.svg);
}
.listing-preview-product .availability.buy-offline {
  background-image: url(../img/offline-icon.svg);
  background-size: 20px 18px;
}
.listing-preview-product .availability.available {
  background-image: url(../img/check.svg);
}
.listing-preview-product .availability.unavailable {
  background-image: url(../img/attention-zero.svg);
}
.listing-preview-product .availability span {
  font-size: 13px;
  color: #494b4c;
  font-weight: 600;
}
.listing-preview-product .product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.listing-preview-product .product-row .product-price-status h2 {
  color: #d0021b;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}
.listing-preview-product .product-row .product-price-status h2 sup {
  font-size: 20px;
}
.listing-preview-product .product-row .product-price-status h2 span {
  font-size: 17px;
}
.listing-preview-product .product-row .product-price-status h2 strike {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  top: -3px;
  position: relative;
  text-decoration: none;
}
.listing-preview-product .product-row .product-price-status h2 strike sup {
  font-size: 13px;
}
.listing-preview-product .product-row .product-price-status h2 strike:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #e4101d;
  height: 45%;
  height: calc(67% - 5px);
  width: 100%;
  transform: rotateZ(0deg);
}
.listing-preview-product .product-row .product-price-status h2 strike span {
  font-size: 12px;
  color: #9b9b9b;
}
.listing-preview-product .product-row .product-status {
  padding-left: 10px;
}
.listing-preview-product span {
  color: #e30614;
  font-size: 9px;
  font-weight: 600;
}
.listing-preview-product span.article-number {
  color: #2d2e2e !important;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
}
.listing-preview-product .free-shipping {
  min-height: 24px;
  color: #e30614;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  background-image: url(../img/delivery-bus.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 44px;
}
.listing-preview-product .list-unstyled {
  margin-top: 10px;
  margin-bottom: 10px;
}
.listing-preview-product .list-unstyled li {
  font-weight: 300;
  display: inline-block;
  color: #7c7c7c;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.listing-preview-product .list-unstyled li:last-child {
  margin-right: 0;
}
.listing-preview-product .list-unstyled li span {
  font-weight: 400;
  font-size: 13px;
  color: #4a4a4a;
}
.listing-preview-product .list-unstyled li a {
  font-weight: 600;
  font-size: 13px;
  color: #0e9fcd;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 2px 8px;
}
.listing-preview-product hr {
  border-width: 2px;
  border-color: #e0e0e0;
}
.listing-preview-product .info ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-content: center;
  align-content: center;
}
.listing-preview-product .info ul li {
  margin: 6px 15px 6px 0;
  width: auto;
  color: #7c7c7c;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listing-preview-product .info ul li i {
  float: none;
  display: inline-block;
}
.listing-preview-product .info ul li strong {
  font-style: normal;
  margin-right: 15px;
}
.listing-preview-product .product-gallery-slider {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}
.listing-preview-product .product-gallery-slider .owl-stage {
  display: inline-block;
}
.listing-preview-product .product-gallery-slider .owl-item {
  float: none;
  display: inline-block;
}
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-prev,
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  bottom: 15px;
  width: 40px;
  height: 62px;
  background-image: url(../img/product-slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-prev.disabled,
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-next.disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-next {
  right: -40px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listing-preview-product .lego-sldier-box {
  margin-bottom: 50px;
}
.listing-preview-product .lego-sldier-box .view-all-products {
  z-index: 999;
  position: relative;
  margin-top: -80px;
}
@media (max-width: 768px) {
  .listing-preview-product .product-main-info .add-cart-like .add-cart {
    margin-top: 0;
  }
  .listing-preview-product .product-main-info .add-cart-like button#option-title {
    display: none !important;
  }
  .listing-preview-product #option-title-inner {
    text-align: left !important;
  }
  .listing-preview-product #product_options {
    order: 3;
    margin-top: 20px;
  }
  .listing-preview-product #product_options .lego-sldier-box {
    margin-bottom: 0;
  }
  .listing-preview-product #product_options .lego-sldier-box .owl-stage {
    padding-top: 0;
  }
  .listing-preview-product .paid-shipping {
    order: 3;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 685px) {
  .listing-preview-product {
    padding-right: 0;
  }
  .listing-preview-product .product-main-info {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .listing-preview-product .product-main-info .product-row {
    order: 1;
  }
  .listing-preview-product .product-main-info .free-shipping {
    order: 2;
    background: none;
    height: 30px;
    line-height: 16px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-top: 15px;
  }
  .listing-preview-product .product-main-info .free-shipping::before {
    content: "";
    min-height: 24px;
    background-image: url(../img/delivery-bus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .listing-preview-product .product-main-info .date-promo {
    order: 3;
    margin-top: 10px;
  }
  .listing-preview-product .product-main-info .date-promo span:nth-child(2) {
    font-size: 12px;
  }
  .listing-preview-product .product-main-info .add-cart-like {
    order: 4;
  }
  .listing-preview-product #product {
    display: flex;
    flex-direction: column;
  }
  .listing-preview-product #product hr {
    display: none;
  }
  .listing-preview-product #product .info {
    order: 1;
  }
  .listing-preview-product #product .list-unstyled {
    border-top: 2px solid #e0e0e0;
    order: 3;
    padding-top: 15px;
  }
  .listing-preview-product .product-price-status h2 {
    text-align: center;
  }
  .listing-preview-product .add-cart-like .add-fav {
    position: relative;
  }
  .listing-preview-product .add-cart-like .add-fav::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 10px;
    font-weight: 700;
    color: #7c7c7c;
    font-size: 14px;
  }
  .listing-preview-product .add-cart-like .add-cart {
    display: flex;
    position: absolute;
    right: 0;
    top: 72px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
  .listing-preview-product .add-cart-like .add-cart span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
  }
  .listing-preview-product .product-status {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .listing-preview-product .product-status .availability {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .listing-preview-product .product-status .availability.buy-offline {
    width: 100%;
  }
  .listing-preview-product .product-status .availability.buy-offline a {
    color: #fff;
    background-color: #e30614;
    font-weight: 700;
    margin-left: auto;
    padding: 13px 20px;
    border-radius: 40px;
  }
  .listing-preview-product .product-status .availability.available {
    background-size: 30px 30px;
    min-height: 44px;
    flex-wrap: wrap;
  }
  .listing-preview-product .product-status .availability.available br {
    display: none;
  }
  .listing-preview-product .product-status .availability.available b {
    margin-left: 10px;
    flex: 1 0 100%;
  }
  .listing-preview-product .add-cart-like .form-group {
    margin-bottom: 0;
  }
  .listing-preview-product .logo-brand {
    margin-bottom: 10px;
  }
  .listing-preview-product h1.title {
    line-height: 18px;
  }
  .listing-preview-product .art-number {
    font-size: 13px;
    order: 2;
  }
  .listing-preview-product .thumbnails {
    margin-bottom: 10px;
  }
  .listing-preview-product .product-gallery-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-prev,
  .listing-preview-product .product-gallery-slider .owl-controls .owl-nav .owl-next {
    bottom: 20px;
  }
  .listing-preview-product .product-row {
    display: block;
  }
  .listing-preview-product .product-row .product-status {
    padding-left: 0;
  }
  .listing-preview-product .lego-sldier-box .view-all-products {
    z-index: 999;
    position: relative;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .listing-preview-product [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .listing-preview-product .add-cart-like .form-inline .form-group {
    margin-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .listing-preview-product .add-cart-like .form-inline .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.toggle-4 {
  height: 230px;
}

.thumbnails {
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.thumbnails .promo-sun,
.thumbnails .promo-price-smile,
.thumbnails .promo-price {
  position: absolute;
  top: -24px;
  left: -25px;
  width: 86px;
  height: 91px;
  text-align: center;
  padding-top: 38px;
  color: #4d7000;
  font-size: 11px;
  font-weight: 500;
  z-index: 999;
  background-image: url(../img/promo-price.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.thumbnails span.promo-price.big {
  background-size: 110px 110px;
  width: 110px;
  height: 110px;
  color: #e30614;
  font-weight: bold;
}
.thumbnails .promo-price-smile {
  background-image: url(../img/promo-price-smile.svg);
}
.thumbnails .promo-sun {
  width: 93px;
  height: 98px;
  top: -8px;
  left: -5px;
  background-image: url(../img/promo-sun.svg);
}
.thumbnails .new-product {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 89px;
  height: 89px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/new-product.svg);
}
.thumbnails .thumbnail {
  border-radius: 0;
  border: none;
  margin-bottom: 5px;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.thumbnails .thumbnail:focus, .thumbnails .thumbnail:hover {
  border: none;
  outline: none;
  border-color: transparent !important;
}
.thumbnails div {
  position: relative;
}
.thumbnails div.image-additional {
  border: none;
  position: relative;
  float: none;
  width: 75px;
  height: 62px;
  margin-bottom: 0;
}
.thumbnails div.image-additional a {
  border: 1px solid #eef0f5;
  background-color: #fff;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumbnails div.image-additional a img {
  max-width: 100%;
}
.thumbnails div.image-additional a img:hover {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.thumbnails img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.thumbnails img:hover {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.add-cart-like {
  margin: 20px 0;
  padding-bottom: 20px;
}
.add-cart-like #option-title {
  margin-bottom: 10px;
  outline: none;
  box-shadow: none;
}
.add-cart-like .form-inline {
  margin-bottom: 40px;
}
.add-cart-like label {
  color: #949494;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}
.add-cart-like input.number {
  width: 142px !important;
  height: 44px;
  border: none;
  font-size: 18px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  padding-left: 15px;
  padding-right: 0;
  box-shadow: none;
  background: #fff url(../img/menu-sprite.png) no-repeat 97px -504px;
}
.add-cart-like .add-fav {
  outline: none;
  border: none;
  height: 44px;
  width: 44px;
  border: 2px solid #f5a623;
  background: transparent;
  padding: 0;
  display: inline-block;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0 !important;
}
.add-cart-like .add-fav i {
  width: 26px;
  height: 22px;
  display: block;
  margin: 4px auto 0 auto;
  background: url(../img/heart.png);
}
.add-cart-like .add-cart {
  height: 44px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  background: #e30614;
  padding: 0 52px;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  outline: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
.add-cart-like .add-cart span {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.add-cart-like .add-cart:hover {
  background: #cd0a17;
  color: #fff;
}
.add-cart-like .cart-icon {
  width: 28px;
  min-height: 26px;
  float: left;
  position: relative;
  margin-right: 11px;
  margin-top: -4px;
  background: url(../img/add-cart-basket.png);
}

.info p {
  font-size: 12px;
  color: #616363;
}
.info ul li {
  font-size: 11px;
  color: #7e7f7f;
  display: inline-block;
  width: 100%;
  margin: 3px 0;
}
.info ul li strong {
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  padding: 0 9px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
}
.info i {
  margin-right: 5px;
}
.info .outdoor-icon {
  width: 24px;
  height: 22px;
  float: left;
  background: url(../img/indoor.svg);
}
.info .boy-icon {
  width: 9px;
  height: 23px;
  float: left;
  background: url(../img/man.svg);
}
.info .girl-icon {
  width: 9px;
  height: 23px;
  float: left;
  background: url(../img/woman.svg);
}
.info .unisex-icon {
  width: 20px;
  height: 24px;
  float: left;
  background: url(../img/unisex.svg);
}
.info .indoor-icon {
  width: 24px;
  height: 22px;
  float: left;
  background: url(../img/outdoor.svg) no-repeat center center;
  margin-top: 1px;
}
.info .years-icon {
  width: 18px;
  height: 18px;
  float: left;
  background: url(../img/sprite.png) scroll 0 -991px;
}
.info .tv-icon {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../img/tv.svg);
}

.options-video {
  padding: 20px 10px;
  background-color: #f0f0f0;
}
.options-video .nav-tabs {
  border-bottom: none;
}
.options-video .nav-tabs > div.active > h3 a,
.options-video .nav-tabs > div.active > h3 a:focus,
.options-video .nav-tabs > div.active > h3 a:hover {
  color: #f3f3f3;
  background: #e30614;
  height: 36px;
  line-height: 36px;
}
.options-video .nav-tabs > div > h3 a,
.options-video .nav-tabs > div > h3 a:focus,
.options-video .nav-tabs > div > h3 a:hover {
  padding: 0px 25px;
  height: 36px;
  line-height: 36px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  float: left;
  margin: 0;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.options-video .tab-content {
  padding: 25px 13px;
  background: #fff;
  border-top: 2px solid #e30614;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.options-video .tab-content .video-box {
  margin: 10px 0;
  min-height: 250px;
}
.options-video .tab-content .tab-pane {
  font-size: 14px;
  color: #5a5a5a;
}
.options-video .tab-content .tab-pane ul li h2 {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0 0;
  display: inline-block;
}
.options-video .tab-content .tab-pane a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  transition: all 0.2s;
}
.options-video .tab-content .tab-pane a:hover {
  color: #0e9fcd;
}
.options-video .tab-content .tab-pane p {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.options-video .tab-content .tab-pane ul li a,
.options-video .tab-content .tab-pane ul li strong,
.options-video .tab-content .tab-pane ul li b {
  color: #7c7c7c;
}
.options-video .tab-content .tab-pane .specification-text {
  color: #7c7c7c;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .options-video .nav-tabs,
  .options-video .tab-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .options-video .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
  }
  .options-video .tab-content .tab-pane {
    font-size: 13px;
  }
  .options-video .tab-content .tab-pane ul li h2 {
    font-size: 13px;
  }
  .options-video .tab-content .tab-pane p {
    font-size: 13px;
    line-height: 21px;
  }
  .options-video .nav-tabs > div {
    width: auto;
  }
  .options-video .nav-tabs > div > h3 a,
  .options-video .nav-tabs > div > h3 a:focus,
  .options-video .nav-tabs > div > h3 a:hover {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
  .options-video iframe {
    width: 100%;
  }
}

.products-choose {
  max-width: 420px;
  position: relative;
}
.products-choose h3 {
  font-size: 14px;
}
.products-choose .choose-option th {
  min-height: 40px;
  padding: 8px 10px !important;
  position: relative;
  font-size: 14px;
  color: #7c7c7c;
}
.products-choose .choose-option th:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  background: url(../img/arrow-category.png) no-repeat center center;
  transition: all 0.3s;
}
.products-choose .choose-option.open th:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-choose .table > tbody > tr > td,
.products-choose .table > tbody > tr > th,
.products-choose .table > tfoot > tr > td,
.products-choose .table > tfoot > tr > th,
.products-choose .table > thead > tr > td,
.products-choose .table > thead > tr > th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
  font-size: 14px;
  border: none;
}
.products-choose .table {
  position: absolute;
  border: none;
}
.products-choose .table > tbody > tr:hover td {
  background: #cacaca;
}
@media screen and (max-width: 768px) {
  .products-choose .table {
    position: relative;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.red-title {
  color: #e30614;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.brand-info img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.brand-info p {
  color: #777676;
  font-size: 13px;
  margin: 10px 0;
}
.brand-info p strong {
  color: #777676;
}
.brand-info p e {
  font-weight: 600;
  color: #e30614;
}

.blog.blog-preview-info .blog-news {
  box-shadow: none;
}
.blog.blog-preview-info .blog-news a img:hover {
  opacity: 1;
}
.blog.blog-preview-info .blog-news .title-info {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.blog h2 {
  margin-bottom: 20px;
}
.blog .blog-news {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}
.blog .blog-news > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog .blog-news > a img {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.blog .blog-news > a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.blog .blog-news .date {
  background: #e30614;
  color: #fff;
  padding: 6px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.blog .blog-news .title-info {
  background: #fff;
  padding: 20px 10px;
}
.blog .blog-news .title-info h3 a,
.blog .blog-news .title-info h3 {
  color: #e30614;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}
.blog .blog-news .title-info p {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #777676;
  margin: 10px 0 0 0;
}
.blog .blog-news .title-info p img {
  width: 100%;
}
.blog .blog-news .title-info p a {
  color: #74a53c;
}

.table-responsive table td {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  border-top: none;
  padding: 31px 10px;
}
.table-responsive table td:first-child {
  text-align: left;
}
.table-responsive table thead tr td, .table-responsive table thead tr th {
  background: #fff;
}
.table-responsive table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.table-responsive table tbody tr td:first-child a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.cart-table .item-image {
  display: block;
  width: 65px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.cart-table .item-image .art-number {
  font-size: 13px;
  font-weight: 500;
}
.cart-table .button-cart .buttons .pull-right {
  float: none !important;
  text-align: center;
}
.cart-table .button-cart .buttons .pull-right .btn {
  background: #e30614;
  border-color: #e30614;
  padding: 10px 15px;
  min-width: 230px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-table .final-table {
  width: 100%;
}
.cart-table .final-table tbody tr td {
  color: #575252;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
}
.cart-table .final-table tbody tr td:last-child {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-table .final-table tbody tr:last-child td {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cart-table .final-table {
    display: table;
    margin: 20px auto;
  }
  .cart-table .final-table tbody {
    display: table-row-group;
    width: 100%;
  }
  .cart-table .final-table tbody tr {
    display: table-row;
  }
  .cart-table .final-table tbody tr td {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-table .final-table tbody tr td:before {
    display: none;
  }
}
.cart-table .table {
  margin-bottom: 0;
}
.cart-table .table thead {
  background-color: #fff;
  color: #686868;
  font-size: 13px;
  font-weight: 600;
}
.cart-table .table thead th {
  border-right: none;
  border-bottom: none;
  text-align: center;
  border-bottom: 3px solid #f9f9f9;
  padding: 12px 16px;
}
.cart-table .table thead th:first-child {
  text-align: left;
}
.cart-table .table thead td:first-child {
  width: 80px;
}
.cart-table .table thead td.text-left {
  text-align: left;
}
.cart-table .table tbody {
  border-bottom: 3px solid #f9f9f9;
}
.cart-table .table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.cart-table .table tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.cart-table .table tbody td {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  border-top: none;
  padding: 31px 10px;
}
.cart-table .table tbody td.title {
  font-size: 11px;
  font-weight: 600;
  color: #424040;
  max-width: 210px;
  text-align: left;
}
.cart-table .table tbody td.title span {
  display: block;
}
.cart-table .table tbody td.title .attention {
  float: left;
}
.cart-table .table tbody td.title a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  vertical-align: left;
  text-align: left;
}
.cart-table .table tbody td.brand {
  color: #454041;
  font-size: 13px;
  font-weight: 700;
}
.cart-table .table tbody td.final-price, .cart-table .table tbody td.unite-price {
  color: #454041;
  font-size: 17px;
  font-weight: 700;
  min-height: 80px;
}
.cart-table .table tbody td.final-price sup, .cart-table .table tbody td.unite-price sup {
  font-size: 11px;
}
.cart-table .table tbody td.final-price span, .cart-table .table tbody td.unite-price span {
  font-size: 11px;
}
.cart-table .table tbody td.final-price {
  color: #000;
}
.cart-table .table tbody td button {
  background: none;
  padding: 0;
  outline: none;
  border: none;
}
.cart-table .table tbody td button .remove-icon {
  width: 18px;
  height: 20px;
  background: url(../img/delete-action.png);
  margin-bottom: -4px;
}
.cart-table .table tbody td:first-child {
  text-align: left;
  padding-left: 15px;
}
.cart-table .table tbody td:first-child a {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  vertical-align: left;
  text-align: left;
}
.cart-table .table tbody td:first-child a img {
  float: left;
  margin-right: 20px;
}
.cart-table .table tfoot tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.cart-table .table tfoot tr td:first-child {
  font-size: 15px;
  text-align: left;
}
.cart-table .table tfoot tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .cart-table {
    border: none;
    overflow: inherit;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cart-table table, .cart-table thead, .cart-table tbody, .cart-table th, .cart-table td, .cart-table tr {
    display: block;
    max-width: 100% !important;
  }
  .cart-table .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-table .table tbody {
    border-bottom: 0;
  }
  .cart-table .table tbody tr {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .cart-table .table tbody td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: inherit !important;
    padding: 30px 10px 10px !important;
    display: inline-block;
    width: 100%;
  }
  .cart-table .table tbody td.title {
    padding-right: 40px !important;
  }
  .cart-table .table tbody td.title .attention {
    display: inline-block;
    float: none;
  }
  .cart-table .table tbody td.title:before {
    text-align: left;
    left: 12px;
  }
  .cart-table .table tbody td.title a {
    font-size: 14px;
    line-height: 18px;
  }
  .cart-table .table tbody td.brand {
    display: none;
  }
  .cart-table .table tbody td.quantity-td {
    width: 33.33%;
    float: left;
    border-right: 1px solid #eee;
    position: initial;
  }
  .cart-table .table tbody td.quantity-td button {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 38px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    background: #e30614;
  }
  .cart-table .table tbody td.quantity-td button .remove-icon {
    background: url(../img/delete.svg);
  }
  .cart-table .table tbody td.quantity-td input {
    margin-right: 0;
  }
  .cart-table .table tbody td.quantity-td:before {
    display: inline-block;
    left: 50px;
    top: 98px;
    width: auto;
  }
  .cart-table .table tbody td.unite-price {
    width: 33.33%;
    float: left;
    border-right: 1px solid #eee;
    min-height: 85px;
    padding-top: 38px !important;
  }
  .cart-table .table tbody td.final-price {
    width: 33.33%;
    float: left;
    min-height: 85px;
    padding-top: 38px !important;
  }
  .cart-table .table tbody td:first-child {
    padding-top: 10px !important;
  }
  .cart-table .table tbody td:first-child:before {
    display: none;
  }
  .cart-table .table tbody td:first-child a img {
    margin-right: 5px;
  }
  .cart-table .table tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #000;
    font-weight: 700;
    color: #686868;
    font-size: 13px;
    text-transform: capitalize;
  }
  .cart-table tbody td:nth-of-type(1):before {
    content: "артикул";
  }
  .cart-table tbody td:nth-of-type(2):before {
    content: "арт. №";
  }
  .cart-table tbody td:nth-of-type(2):before {
    content: "бр.";
  }
  .cart-table tbody td:nth-of-type(3):before {
    content: "ед. цена";
  }
  .cart-table tbody td:nth-of-type(4):before {
    content: "цена";
  }
}
@media screen and (max-width: 768px) {
  .cart-table .item-image {
    margin-right: 0;
  }
  .cart-table .step2 tbody tr td.title, .cart-table .step2 tbody tr td:first-child {
    display: table-cell;
    width: auto;
  }
  .cart-table .step2 tbody tr td a {
    font-size: 14px;
    line-height: 18px;
  }
  .cart-table .step2 tbody tr td.title {
    padding-top: 10px !important;
    padding-right: 10px !important;
    vertical-align: top;
    width: 100%;
  }
  .cart-table .step2 tbody tr td.title:before {
    display: none !important;
  }
  .cart-table .step2 tbody tr td.title a {
    font-size: 14px;
    line-height: 18px;
  }
  .cart-table .step2 tbody tr td.quantity-td {
    font-weight: 700;
    font-size: 15px;
    color: #454041;
    border-right: 1px solid #eee;
    position: relative;
  }
  .cart-table .step2 tbody tr td.quantity-td:before {
    content: "бр.";
    display: block !important;
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .cart-table .step2 tbody tr td.quantity-td, .cart-table .step2 tbody tr td.unite-price, .cart-table .step2 tbody tr td.final-price {
    width: 33.33%;
    min-height: 80px;
    float: left;
    padding: 36px 10px 10px !important;
  }
  .cart-table .step2 tbody tr td:nth-of-type(4):before {
    content: "ед. цена";
  }
  .cart-table .step2 tbody tr td:nth-of-type(5):before {
    content: "цена";
  }
  .cart-table .step2 tbody tr td:before {
    display: blcok !important;
    padding-right: 0;
    top: 6px !important;
    left: 0;
    right: 0 !important;
    width: auto;
  }
  .cart-table .step2 tfoot {
    display: table;
    width: 100%;
  }
  .cart-table .step2 tfoot tr {
    display: table-row;
  }
  .cart-table .step2 tfoot tr td {
    display: table-cell;
  }
  .cart-table .step2 tfoot tr td:last-child {
    text-align: right;
  }
}

.pay-cart {
  background: #fff;
  padding: 18px 15px;
}
.pay-cart .voucher {
  color: #e30614;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.pay-cart .input-group {
  width: 100%;
}
.pay-cart .input-group label {
  width: 100%;
  display: block;
}
.pay-cart .input-group button {
  height: 42px;
  background-color: #575252;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  outline: none;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.pay-cart .input-group button:hover {
  border: none;
  background: #cd0a17;
}
.pay-cart .input-group i {
  color: #898989;
  font-size: 11px;
  line-height: 17px;
  margin-top: 8px;
  display: block;
  float: left;
  width: 100%;
}
.pay-cart .input-group select,
.pay-cart .input-group input {
  width: 224px;
  height: 42px;
  border: 2px solid #d2d2d2;
  margin-right: 10px;
  float: left;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: none;
}
.pay-cart .input-group .link {
  display: block;
  color: #119FCD;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.pay-cart span.price {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #4b4747;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pay-cart span.price > span {
  font-size: 20px;
  padding-left: 10px;
  display: inline-block;
}
.pay-cart span.price > span sup {
  font-size: 12px;
}
.pay-cart span.price > span span {
  font-size: 14px;
}
.pay-cart span.final-price {
  font-size: 16px;
  color: #4b4747;
  font-weight: 700;
  text-align: right;
  display: block;
}
.pay-cart span.final-price > span {
  font-size: 22px;
  padding-left: 10px;
  display: inline-block;
}
.pay-cart span.final-price > span sup {
  font-size: 14px;
}
.pay-cart span.final-price > span span {
  font-size: 14px;
}
.pay-cart .buttons {
  margin-top: 20px;
}
.pay-cart .buttons .btn {
  border: none;
  background: #e30614;
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pay-cart .buttons .btn:hover {
  background: #cd0a17;
}
.pay-cart .buttons .btn.btn-back-buy {
  background-color: #119fcd;
}
.pay-cart .buttons .btn.btn-back-buy:hover {
  background: #00b4e3;
}
.pay-cart .buttons .btn.btn-white {
  background: transparent;
  color: #575252;
}
.pay-cart .buttons .btn .cart-icon {
  width: 26px;
  height: 42px;
  float: left;
  position: relative;
  margin-right: 15px;
  background: url(../img/sprite.png) scroll 0px 12px;
}
.pay-cart table {
  max-width: 300px;
  float: right;
}
.pay-cart table td {
  border-top: 0 !important;
}
.pay-cart .price-table tr td {
  color: #454041;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pay-cart .price-table tr td:last-child {
  font-weight: 600;
  padding-left: 50px;
}
.pay-cart .price-table tr:last-child td {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pay-cart {
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 5px;
  }
  .pay-cart .buttons > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .pay-cart .input-group input,
  .pay-cart .input-group select,
  .pay-cart .buttons .btn,
  .pay-cart .btn {
    width: 100%;
  }
  .pay-cart .input-group input,
  .pay-cart .input-group select {
    margin-bottom: 5px;
  }
}

.remove-icon {
  width: 12px;
  height: 15px;
  background: url(../img/sprite.png) scroll -47px -994px;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity-info {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.quantity-info .quantity-minus,
.quantity-info .quantity-plus {
  position: absolute;
  right: 0;
  width: 36px;
  height: 50%;
  z-index: 10;
  cursor: pointer;
}
.quantity-info .quantity-plus {
  top: 0;
}
.quantity-info .quantity-minus {
  bottom: 0;
}

input.number {
  width: 98px !important;
  height: 44px;
  border: 2px solid #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  background: #fff url(../img/menu-sprite.png) no-repeat 53px -505px;
  display: inline-block;
}

input.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 32px;
  height: 40px;
  color: #333;
  text-align: center;
  position: relative;
}

input.number::-webkit-inner-spin-button:before,
input.number::-webkit-inner-spin-button:after {
  content: "^";
  position: absolute;
  right: 0;
  font-family: monospace;
}

input.number::-webkit-inner-spin-button:before {
  top: 0px;
}

input.number::-webkit-inner-spin-button:after {
  bottom: 0px;
  -webkit-transform: rotate(180deg);
}

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

.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;
  }
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #eaeaea;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #a4aab2 !important;
  border-radius: 4px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0px);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0px);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
select:focus,
input:focus {
  border-color: #a3a4a4 !important;
  box-shadow: none !important;
}

input.correct:focus {
  border-color: #75b135 !important;
}

input.incorrect:focus {
  border-color: #de515a !important;
}

.pl0 {
  padding-left: 0;
}

.top-banner a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-thumb a {
  padding: 0;
  border: none;
  display: block;
  position: relative;
  margin-bottom: 37px;
  overflow: hidden;
  z-index: 2;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.banner-thumb a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
}
.banner-thumb a:hover img {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

p img {
  max-width: 100% !important;
}

.tooltip-inner {
  background-color: #78ba32;
  color: #fff;
}

.tooltip {
  opacity: 1;
  z-index: 9999;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #78ba32;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #78ba32;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #78ba32;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #78ba32;
}

.logo-thumb a {
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.logo-thumb img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.logo-thumb img:hover {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -ms-transform: translateZ(0); /* IE 9 */
  -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
  transform: translateZ(0);
  max-width: 100%;
}

.owl-carousel-banners .product-info img {
  width: inherit;
}

.promo-price-table {
  display: block;
  color: #78ba32;
  font-size: 11px;
}
.promo-price-table sup {
  font-size: 10px !important;
}

.promo-price-cart {
  color: #0e9fcd;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}

.free-delivery {
  font-size: 10px;
  text-transform: uppercase;
  color: #E30614 !important;
}

.delivery-icon {
  width: 24px;
  height: 15px;
  background: url(../img/sprite.png) scroll -6px -1407px;
  display: inline-block;
  margin: 0px 0 -3px 4px;
  width: auto;
  padding-left: 30px;
}

.battery-icon {
  height: 24px;
  width: 18px;
  float: left;
  margin-top: -3px;
  background-image: url(../img/battery.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.delivery-price {
  text-align: right;
  display: block;
  color: #4b4747;
}
.delivery-price > span {
  color: #0e9fcd;
  font-weight: 600;
  font-size: 22px;
  min-width: 84px;
  display: inline-block;
}
.delivery-price > span sup {
  font-size: 14px;
}
.delivery-price > span span {
  font-size: 14px;
}

.text-alert {
  font-size: 12px;
  color: #e30614;
}

.tab-content ul,
.alert.alert-warning ul {
  padding-left: 40px;
}
.tab-content ul li,
.alert.alert-warning ul li {
  list-style: initial;
  word-wrap: break-word;
}
.tab-content blockquote,
.alert.alert-warning blockquote {
  font-size: 14px;
}
.tab-content blockquote p,
.alert.alert-warning blockquote p {
  margin-bottom: 0;
}

#scroll {
  display: none;
  position: absolute;
  width: 38px;
  height: 38px;
  z-index: 999999;
}

#scroll img {
  margin: 7px 0 0 5px;
  width: 24px;
  height: 28px;
}

#scroll:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -3px;
  width: 2px;
  height: 6px;
  background: #000;
  -webkit-animation: jump 0.3s linear alternate infinite;
  animation: jump 0.3s linear alternate infinite;
}

@-webkit-keyframes jump {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  to {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -moz-transform: translateY(5px);
  }
}
@keyframes jump {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  to {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -moz-transform: translateY(5px);
  }
}
.lego-sldier-box {
  padding: 0 10px 35px 10px !important;
  background-color: #f0f0f0;
}
.lego-sldier-box.characters {
  padding-left: 15px;
  padding-right: 15px;
}
.lego-sldier-box .owl-carousel-characters .owl-stage {
  padding-top: 0;
}
.lego-sldier-box .owl-carousel-characters .owl-nav {
  right: 0;
}
.lego-sldier-box .character {
  overflow: hidden;
}
.lego-sldier-box .character a {
  display: block;
}
.lego-sldier-box .character a img {
  transition: all 0.2s ease-in-out;
}
.lego-sldier-box .character a:hover img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .lego-sldier-box.characters {
    padding-left: 0;
    padding-right: 0;
  }
  .lego-sldier-box.characters .title-listing {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lego-sldier-box .owl-carousel-characters .owl-stage {
    padding-top: 0;
  }
  .lego-sldier-box .owl-carousel-characters .owl-nav {
    right: 10px;
  }
}

.lego-sldier-box .title-lego {
  height: 36px;
  width: 100%;
  background-image: url(../img/bg-split.jpg);
  border-bottom-width: 2px;
  border-bottom-style: inset;
  border-bottom-color: rgb(0, 0, 0);
  display: block;
}
.lego-sldier-box .title-lego.new-items {
  background-image: url(../img/new-items.jpg);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lego-sldier-box .title-lego.special-items {
  background-image: url(../img/special-items.jpg);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lego-sldier-box .title-lego.sales-items {
  background-image: url(../img/sales-items.jpg);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lego-sldier-box .title-lego.similar-products {
  background-image: url(../img/similar-products.png);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lego-sldier-box .title-lego h2 a,
.lego-sldier-box .title-lego h2 {
  margin: 0;
  line-height: 36px;
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #000;
}

.lego-sldier-box .title-lego h2 a {
  padding-left: 15px;
}

.lego-sldier-box .title-lego h2 a:hover {
  text-decoration: underline;
}

.lego-sldier-box .owl-nav .owl-next,
.lego-sldier-box .owl-nav .owl-prev {
  font-size: 0;
  width: 60px;
  height: 29px;
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  top: 0;
  background: #fff;
}

.lego-sldier-box .owl-nav .owl-prev {
  left: 10px;
}

.lego-sldier-box .owl-nav .owl-next {
  right: 0;
}

.lego-sldier-box .owl-nav .owl-next::after,
.lego-sldier-box .owl-nav .owl-prev::after {
  content: "";
  width: 55px;
  height: 29px;
  margin: 0 auto;
  display: block;
  background-image: url(../img/slider-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lego-sldier-box .owl-nav .owl-prev::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lego-sldier-box .blue-title + .owl-carousel-lego .owl-nav .owl-next::after,
.lego-sldier-box .blue-title + .owl-carousel-lego .owl-nav .owl-prev::after {
  background-image: url(../img/slider-arrow-blue.svg);
}

.lego-sldier-box .accents-title + .owl-carousel .owl-nav .owl-next::after,
.lego-sldier-box .accents-title + .owl-carousel .owl-nav .owl-prev::after,
.lego-sldier-box .green-title + .owl-carousel-lego .owl-nav .owl-next::after,
.lego-sldier-box .green-title + .owl-carousel-lego .owl-nav .owl-prev::after {
  background-image: url(../img/slider-arrow-green.svg);
}

.lego-sldier-box .red-title + .owl-carousel-lego .owl-nav .owl-next::after,
.lego-sldier-box .red-title + .owl-carousel-lego .owl-nav .owl-prev::after {
  background-image: url(../img/slider-arrow-red.svg);
}

.lego-sldier-box .owl-stage {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 93px;
  width: auto;
}
.lego-sldier-box .owl-carousel-lego {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
.lego-sldier-box .owl-carousel-lego:hover {
  z-index: 999;
}
.lego-sldier-box .owl-carousel-lego .owl-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lego-sldier-box .owl-carousel-lego .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lego-sldier-box .owl-nav {
  position: absolute;
  right: 20px;
  top: -46px;
  width: 136px;
  height: 26px;
  background: #f0f0f0;
  padding-left: 8px;
  z-index: 9999;
}
.lego-sldier-box .title-listing {
  margin-bottom: 20px;
}
.lego-sldier-box .product-info {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lego-sldier-box .owl-carousel-lego {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lego-sldier-box .owl-carousel-lego .owl-item {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .lego-sldier-box .owl-carousel-lego .owl-item.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .lego-sldier-box .owl-nav {
    right: 10px;
  }
  .lego-sldier-box .owl-stage {
    padding-bottom: 20px;
  }
}

.header-tel {
  position: absolute;
  right: 150px;
  top: 1px;
  background-image: url(../img/chat.svg);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 47px;
  filter: invert(1);
}

.landing-page .gray-bg [id*=btn-toggle],
.view-all-products {
  color: #7b7b7b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 auto;
  display: table;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  box-shadow: none;
  outline: none;
}
.landing-page .gray-bg [id*=btn-toggle]:first-letter,
.view-all-products:first-letter {
  text-transform: uppercase;
}
.landing-page .gray-bg [id*=btn-toggle]:hover,
.view-all-products:hover {
  color: #e30614;
}
.landing-page .gray-bg [id*=btn-toggle]:hover:after,
.view-all-products:hover:after {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #e30614;
  border-left-width: 6px;
}
.landing-page .gray-bg [id*=btn-toggle]:after,
.view-all-products:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0e9fcd;
  border-left-width: 6px;
  display: inline-block;
  margin-left: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.landing-page .gray-bg [id*=btn-toggle]:hover:after,
.landing-page .gray-bg [id*=btn-toggle]:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0e9fcd;
  margin-bottom: -3px;
  margin-left: 7px;
}

.landing-page .gray-bg [id*=btn-toggle].active:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #0e9fcd;
  border-top-width: 0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.lego-slider-link {
  text-align: center;
  position: relative;
  z-index: 999;
}
.lego-slider-link.zindex {
  z-index: 0;
}
.lego-slider-link a {
  position: relative;
  z-index: 9999;
  margin-top: -70px;
  max-height: 30px;
}
@media screen and (max-width: 768px) {
  .lego-slider-link a {
    margin-top: 0;
  }
}

.filter-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.background-bg {
  z-index: -1;
}

.header-bg {
  background-image: url(../img/clouds-stars-2000x628.png);
  z-index: -2;
}

.background-bg,
.header-bg {
  width: 100%;
  height: 100%;
  max-height: 652px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(2, 172, 229);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.background-bg:before,
.header-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(240, 240, 240, 0);
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0) 69%, rgb(240, 240, 240) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(245, 245, 245, 0)), color-stop(100%, rgb(240, 240, 240)));
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0) 69%, rgb(240, 240, 240) 100%);
  background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0) 69%, rgb(240, 240, 240) 100%);
  background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0) 69%, rgb(240, 240, 240) 100%);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0) 69%, rgb(240, 240, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#f0f0f0", GradientType=0 );
}
@media screen and (max-width: 768px) {
  .background-bg,
  .header-bg {
    height: 48px;
    background-image: none !important;
    background: rgb(2, 172, 229);
  }
  .background-bg:before,
  .header-bg:before {
    display: none;
  }
}

.product-table {
  padding: 1px;
  background: none;
}
.product-table input.number {
  float: none;
}

.products-pay .add-cart-like {
  margin: 20px 0 0 0;
  padding: 0;
}
.products-pay .add-cart-like .add-cart {
  margin-right: 0;
}

.clickable-row {
  cursor: pointer;
}
.clickable-row:hover th {
  background: #cacaca;
}

.hidden-title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.title-lego {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.title-lego a {
  position: relative;
}
.title-lego a[title]:hover:after {
  content: attr(title);
  padding: 10px 8px;
  margin-bottom: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 100%;
  white-space: nowrap;
  z-index: 9999;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-lego a[title]:hover:before {
  content: "";
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  left: 38px;
  bottom: 100%;
}
.title-lego:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.45);
}

#form1 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #form1 {
    margin: 0 -20px;
  }
}

.landing-page-section3 .flex-items,
.landing-page-section2 .flex-items {
  flex-wrap: wrap;
}

.landing-page {
  position: relative;
}
.landing-page .breadcrumb {
  border-bottom: 0;
  margin-bottom: 12px;
}
.landing-page .site-navigation .navbar-nav {
  float: right;
}
.landing-page .site-navigation .navbar-default {
  margin-left: 0;
}
.landing-page .gray-bg {
  padding: 1px 10px 0 10px;
}
.landing-page .gray-bg .selected-filters {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .landing-page .gray-bg .selected-filters.fixed {
    margin-left: 0;
  }
}
.landing-page .gray-bg.min-height {
  min-height: 1400px;
}
.landing-page .gray-bg .breadcrumb {
  margin-left: 0;
  margin-right: 0;
}
.landing-page .gray-bg .title {
  color: #e30614;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.landing-page .gray-bg #slider {
  float: none;
}
.landing-page .gray-bg .landing-page-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 25px 0;
}
.landing-page .gray-bg .landing-page-title .title {
  font-size: 30px;
  color: #635e5e;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .landing-page .gray-bg .landing-page-title .title {
    font-size: 22px;
  }
}
.landing-page .gray-bg .page-text {
  margin-bottom: 10px;
}
.landing-page .gray-bg .page-text {
  color: #656767;
  font-size: 14px;
}
.landing-page .gray-bg .slider {
  margin: 0 0 16px 0;
  width: 100%;
}
.landing-page .gray-bg .slider .owl-item {
  max-height: inherit !important;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.landing-page .gray-bg .slider .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.landing-page .gray-bg .slider .owl-carousel .item a {
  display: block;
}
.landing-page .gray-bg .slider .owl-carousel .item a img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.landing-page .gray-bg .row {
  margin-left: -10px;
  margin-right: -10px;
}
.landing-page .gray-bg .row .col-xs-5ths,
.landing-page .gray-bg .row .col-sm-5ths,
.landing-page .gray-bg .row .col-md-5ths,
.landing-page .gray-bg .row .col-lg-5ths {
  padding-left: 10px;
  padding-right: 10px;
  position: initial;
}
.landing-page .gray-bg .row.relative-position {
  position: relative;
  z-index: 1;
}
.landing-page .gray-bg .blurb .img-box {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.landing-page .gray-bg .blurb .img-box img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.landing-page .gray-bg .blurb h3, .landing-page .gray-bg .blurb h3 a {
  color: #12aee0;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 500;
}
.landing-page .gray-bg .blurb .text {
  text-align: center;
  font-size: 14px;
  color: #656767;
}
.landing-page .gray-bg .blurb .hide-show {
  color: #e30614;
  text-align: center;
  font-size: 11px;
  margin: 5px auto;
}
.landing-page .gray-bg .blurb .buttons {
  text-align: center;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  list-style: none;
  padding: 0;
}
.landing-page .gray-bg .blurb .buttons > li {
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  position: inherit;
}
.landing-page .gray-bg .blurb .buttons > li a {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown.open > a:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
  background: url(../img/dropdown-triangle.png);
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu {
  width: 1170px;
  padding: 20px 10px;
  margin-top: -2px;
  right: 0;
  left: initial;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .dropdown-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 22px;
  padding-right: 9px;
  margin-right: 9px;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .text {
  display: inline-block;
  text-align: left;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .tab-content {
  padding: 0 10px;
  background: #f7f7f7;
  clear: both;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .nav-tabs {
  height: auto;
  float: left;
  padding: 0;
  margin: 7px 0 0 0;
  background: none;
  border: none;
  display: block;
  width: 100%;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .nav-tabs li {
  float: left;
  width: 33.33%;
  margin: 0;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .nav-tabs li a {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 5px;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .nav-tabs li a:before {
  display: none;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .nav-tabs li.active a {
  background: #f7f7f7;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list .tab-pane {
  padding: 10px;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul {
  width: 100%;
  height: 444px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 0;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul li {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  list-style: none;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul li a {
  font-size: 14px;
  color: #656767;
  text-decoration: none;
  text-align: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e30614;
  display: inline-block;
  margin: 0 10px 3px 0;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul li a:hover {
  color: #000;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul li a:after {
  display: none;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .img {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .img img {
  max-width: 100%;
  width: 100%;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .img .img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
.landing-page .gray-bg .blurb .buttons > li.dropdown:nth-child(1) .dropdown-menu .dropdown-title {
  color: #e30614;
  border-right-color: #e30614;
}
.landing-page .gray-bg .blurb .buttons > li.dropdown:nth-child(2) .dropdown-menu .dropdown-title {
  color: #0e9fcd;
  border-right-color: #0e9fcd;
}
.landing-page .gray-bg .blurb .buttons > li:nth-child(1) > a {
  background: #e30614;
  color: #fff;
}
.landing-page .gray-bg .blurb .buttons > li:nth-child(2) > a {
  background: #0e9fcd;
  color: #fff;
}
.landing-page .gray-bg .blurb .buttons > li:nth-child(2) .dropdown-menu .colums-list ul li a:before {
  background: #0e9fcd;
}
.landing-page .gray-bg .blurb:hover .buttons {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.landing-page .col-sm-5ths:nth-of-type(5) .blurb .buttons > li {
  width: 20%;
  right: 0px;
  top: 189px;
  position: absolute;
  z-index: 0;
}
.landing-page .col-sm-5ths:nth-of-type(5) .blurb .buttons > li > a {
  visibility: hidden;
}
.landing-page .drop-right-menu {
  left: 302px;
  width: 64.834%;
}
.landing-page .flex-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-direction: row;
  -webkit-flex-direction: row wrap;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  -ms-flex-pack: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
}
.landing-page .flex-items .flex-item {
  padding: 0 10px;
  width: 16.66%;
  margin-bottom: 20px;
}
.landing-page .flex-items .flex-item .img-box {
  overflow: hidden;
  background: #fff;
  height: 100%;
  margin-bottom: 0;
}
.landing-page .flex-items .flex-item .img-box a {
  display: block;
  overflow: hidden;
}
.landing-page .flex-items .flex-item .img-box a img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.landing-page .flex-items .flex-item .img-box span {
  padding: 0;
  font-size: 14px;
  display: block;
  line-height: 16px;
  min-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page .flex-items .flex-item .img-box span a {
  padding: 6px 0 3px 0;
}
@media screen and (max-width: 768px) {
  .landing-page .flex-items .flex-item .img-box span {
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.landing-page .flex-items .flex-item:hover .img-box a img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .landing-page .flex-items .flex-item {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.landing-page .breadcrumb.visible-xs {
  padding-top: 5px;
  border-bottom: 0;
  margin-bottom: 10px;
}
.landing-page .breadcrumb.visible-xs li {
  margin: 5px 0;
  height: 32px;
  line-height: 32px;
}
.landing-page .breadcrumb.visible-xs li + li:before {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  background: url(../img/sprite.png) scroll -54px -824px;
}
.landing-page .breadcrumb.visible-xs li a {
  font-size: 12px;
  padding: 0px 8px;
  color: #fff;
  background: #e30614;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  display: inline-block;
}
.landing-page .breadcrumb.visible-xs li a:first-letter {
  text-transform: uppercase;
}
.landing-page .breadcrumb.visible-xs li:last-child a {
  background: none;
  color: #e30614;
  padding: 0 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: block !important;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown.open a:after, .landing-page .gray-bg .blurb .buttons > li.dropdown:hover a:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px;
    background: url(../img/dropdown-triangle.png);
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown.open .dropdown-menu, .landing-page .gray-bg .blurb .buttons > li.dropdown:hover .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .landing-page .gray-bg {
    padding-left: 0;
    padding-right: 0;
  }
  .landing-page .gray-bg .title {
    text-align: left;
    font-size: 16px;
  }
  .landing-page .gray-bg .slider .owl-carousel-landing {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .landing-page .gray-bg .blurb {
    margin-bottom: 20px;
  }
  .landing-page .gray-bg .blurb .img-box img {
    width: 100%;
  }
  .landing-page .gray-bg .blurb .buttons {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list {
    width: 100%;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul {
    height: 400px;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .img {
    display: none;
  }
  .landing-page .gray-bg .col-sm-5ths:nth-of-type(5) .blurb .buttons > li {
    position: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 100%;
  }
  .landing-page .gray-bg .col-sm-5ths:nth-of-type(5) .blurb .buttons > li a {
    visibility: visible;
  }
  .landing-page .gray-bg .lego-sldier-box {
    display: inline-block;
    width: 100%;
  }
  .landing-page .gray-bg .lego-sldier-box .title-listing .title {
    text-align: left;
  }
  .landing-page .contact-info .red-title {
    margin-bottom: 15px;
  }
  .landing-page .contact-info .form-group .col-sm-6:first-child {
    margin-bottom: 15px;
  }
  .landing-page .list-group {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu {
    padding: 10px;
    margin-top: 17px;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list {
    padding: 0 0;
  }
  .landing-page .gray-bg .blurb .buttons > li.dropdown .dropdown-menu .colums-list ul {
    height: auto;
  }
}

.p0 {
  padding: 0 0 0 0;
}

.p-right-20 {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-right-20 {
    padding: 0 0 0 0;
  }
}

.list-group button.list-group-item,
.list-group a.list-group-item {
  font-size: 14px;
  color: #656767;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  background: #f7f7f7;
  display: block;
  border-radius: 0 0 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-group button.list-group-item:hover,
.list-group a.list-group-item:hover {
  color: #000;
}
.list-group button.list-group-item:before,
.list-group a.list-group-item:before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0e9fcd;
  display: inline-block;
  margin: 0 10px 3px 0;
}
.list-group button.list-group-item.list-group-item-info,
.list-group a.list-group-item.list-group-item-info {
  color: #fff;
  background-color: #78ba32;
}
.list-group button.list-group-item.list-group-item-info:before,
.list-group a.list-group-item.list-group-item-info:before {
  background: #fff !important;
}
.list-group button.list-group-item.list-group-item-title:before,
.list-group a.list-group-item.list-group-item-title:before {
  display: none;
}
.list-group button.list-group-item.promo.list-group-item-success,
.list-group a.list-group-item.promo.list-group-item-success {
  color: #fff;
  background-color: #78ba32;
}
.list-group.list-girls button.list-group-item:before,
.list-group.list-girls a.list-group-item:before {
  background: #e30614;
}
.list-group.list-boys button.list-group-item:before,
.list-group.list-boys a.list-group-item:before {
  background: #0e9fcd;
}

.lego-listing-content {
  margin: 0 0;
  padding: 0 15px;
  background: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .lego-listing-content {
    padding: 0 10px;
  }
  .lego-listing-content .lego-sldier-box .owl-carousel-lego {
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-navigation .navbar-header a:after,
  .navbar-brand:after {
    content: "";
    width: 7px;
    height: 11px;
    display: block;
    float: right;
    margin-top: 14px;
    background: url(../img/sprite.png) scroll 0 -65px;
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 0 0 0 0;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-navigation .navbar-header a.active:after,
  .navbar-brand.active:after {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .site-navigation .navbar-header a.collapsed:after,
  .navbar-brand.collapsed:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand:after {
    right: 39%;
  }
}
.landing-page .gray-bg .slider.video-url-slider,
.slider.video-url-slider {
  margin-bottom: 40px;
}

.slider.video-url-slider .owl-theme .owl-dots {
  bottom: -30px;
}

.video-url-slider .owl-video-tn {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

[class*=landing-page-section] + hr {
  margin: 0px 0 20px 0;
}
[class*=landing-page-section] .item .img-box {
  text-align: center;
  position: relative !important;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 4px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
[class*=landing-page-section] .item .img-box span {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  display: block;
  background: #fff;
  padding: 3px 10px;
  color: #676767;
}
[class*=landing-page-section] .item .img-box span a {
  text-decoration: none;
  color: #676767;
}
[class*=landing-page-section] .item .img-box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  [class*=landing-page-section] .item .img-box {
    margin-bottom: 10px;
    border-width: 1px;
  }
  [class*=landing-page-section] .item .img-box span {
    position: relative;
    font-size: 16px;
  }
  [class*=landing-page-section] .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  [class*=landing-page-section] [class*=col-] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  [class*=landing-page-section] + hr {
    margin: 0 0 10px 0;
  }
}

.landing-bottom-links {
  display: table;
  width: 100%;
  clear: both;
  margin: 20px auto;
  text-align: center;
}
.landing-bottom-links a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
  padding: 3px 15px;
  word-wrap: break-word;
}
.landing-bottom-links a:hover {
  text-decoration: underline;
}

.manufacturers {
  width: auto;
  padding: 25px;
  background: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
}
.manufacturers h2 {
  color: #e30614;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.manufacturers ul {
  width: 100%;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.manufacturers ul li {
  text-align: left;
  width: 20%;
  float: left;
}
.manufacturers ul li a {
  display: block;
  padding: 6px 0 6px 11px;
  font-size: 14px;
  font-weight: 600;
  color: #676767;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.manufacturers ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  background: #e30614;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.manufacturers ul li a:hover {
  color: #0e9fcd;
  text-decoration: underline;
}
.manufacturers ul li a:hover:before {
  background: #0e9fcd;
}
@media screen and (max-width: 1024px) {
  .manufacturers ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .manufacturers {
    padding: 25px 10px 25px 25px;
  }
  .manufacturers h2 {
    font-size: 16px;
  }
  .manufacturers .mCustomScrollbar {
    max-height: 57vh;
  }
  .manufacturers .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .manufacturers .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e30614 !important;
    border-radius: 10px;
    width: 7px;
  }
  .manufacturers ul {
    max-height: 325px;
    overflow: auto;
  }
  .manufacturers ul li {
    width: 50%;
  }
  .manufacturers ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .manufacturers ul li {
    width: 100%;
  }
}

.landing-text-bottom {
  text-align: center;
}

.apply-coupon label {
  width: 100%;
  float: none !important;
  max-width: 303px;
}
.apply-coupon .g-recaptcha {
  max-width: 303px;
}
.apply-coupon .g-recaptcha > div {
  margin: 10px auto 15px auto;
}
.apply-coupon .btn {
  float: none !important;
  width: auto;
  margin-bottom: 20px;
}

.title-listing {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.title-listing .title, .title-listing .title a {
  display: inline-block;
  padding-right: 10px;
  margin: 0 0 !important;
  font-size: 20px;
  color: #e30614;
  font-weight: 700;
}
.title-listing .title:after, .title-listing .title a:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e30614;
}
.title-listing.green-title h2 {
  color: #77ba33;
}
.title-listing.green-title h2:after {
  background: #77ba33;
}
.title-listing.blue-title h2 {
  color: #119fcd;
}
.title-listing.blue-title h2:after {
  background: #119fcd;
}
.title-listing.accents-title h2 {
  color: #77ba33;
}
.title-listing.accents-title h2:after {
  background: #77ba33;
}
@media screen and (max-width: 768px) {
  .title-listing .title, .title-listing .title a {
    font-size: 16px;
    max-width: 63%;
  }
}

.banners-slider {
  padding-top: 20px;
}

.promo-panel {
  padding: 4px 15px;
  background: #e30614;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.promo-panel p,
.promo-panel a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  color: #fff;
}
.promo-panel .js-marquee {
  font-weight: bold;
}
.promo-panel .promo-panel-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #e30614 url(../img/close-cross.svg) no-repeat center;
  background-size: 10px 10px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .promo-panel {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.promo-box {
  max-width: 270px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 15px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.promo-box:last-child {
  border-bottom: 0;
}
.promo-box .promo-box-img {
  text-align: center;
  display: block;
  margin: -15px -15px 10px -15px;
}
.promo-box h2, .promo-box h2 a {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.promo-box .promo-box-text {
  float: left;
}
.promo-box .read-more {
  align-self: flex-end;
  margin-top: auto;
}

.news-box {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.news-box:last-child {
  border-bottom: none;
}
.news-box .news-cell {
  display: table-cell;
  vertical-align: top;
}
.news-box .news-img-box {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  width: 270px;
}
.news-box h3, .news-box h3 a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.news-box h3:hover, .news-box h3 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-box {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-box .news-cell {
    display: block;
  }
}

.promo-listing {
  padding-top: 20px;
  padding-bottom: 20px;
}

.category-filtering {
  padding-left: 25px;
  padding-right: 25px;
  min-height: 550px;
}
.category-filtering:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .category-filtering {
    padding-left: inherit;
    padding-right: inherit;
  }
  .category-filtering:after {
    display: none;
  }
}

.site-bg {
  background: #f0f0f0;
  padding-left: 15px;
  padding-right: 15px;
}
.site-bg .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .promo-listing .news-box,
  .news-listing .news-box {
    margin-bottom: 20px;
  }
  .promo-listing .news-box h3, .promo-listing .news-box h3 a,
  .news-listing .news-box h3,
  .news-listing .news-box h3 a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .promo-listing [class*=col-],
  .news-listing [class*=col-] {
    width: 100%;
  }
}

.accents-listing h2 a,
.accents-listing h2 {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.accents-listing h2 {
  max-height: 38px;
  overflow: hidden;
}

.m0-auto {
  margin: 0 auto;
  display: table;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex [class*=col-] {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .row-flex {
    margin-top: 15px;
    float: left;
  }
}

.btn-red {
  background-color: #e30614;
  border-color: #e30614;
  font-size: 14px;
  font-weight: 600;
}
.btn-red:hover {
  background-color: #cd0a17;
  border-color: #cd0a17;
}

.read-more {
  color: #e30614;
  font-size: 13px;
}
.read-more:hover {
  text-decoration: underline;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px;
}

.multi-menu-homepage {
  padding: 0 0 20px 0;
  background-color: #f0f0f0;
}
.multi-menu-homepage .slider {
  float: right;
  width: 75%;
}
.multi-menu-homepage .multi-menu {
  width: 25%;
  float: left;
}
.multi-menu-homepage .view-all-categories {
  display: none;
}
@media screen and (max-width: 768px) {
  .multi-menu-homepage {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
  }
  .multi-menu-homepage .view-all-categories {
    color: #7b7b7b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    margin: -5px auto -13px auto;
    display: table;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    box-shadow: none;
    outline: none;
    min-width: 170px;
  }
  .multi-menu-homepage .view-all-categories:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0e9fcd;
    border-left-width: 6px;
    display: inline-block;
    margin-left: 7px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .multi-menu-homepage .multi-menu {
    width: 100%;
    display: block;
    padding-top: 15px;
  }
  .multi-menu-homepage .multi-menu #search,
  .multi-menu-homepage .multi-menu h3,
  .multi-menu-homepage .multi-menu h4 {
    display: none;
  }
  .multi-menu-homepage .multi-menu ul {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .multi-menu-homepage .multi-menu ul li {
    width: 16.66%;
    height: 40px;
    display: inline-block;
    float: left;
  }
  .multi-menu-homepage .multi-menu ul li.icon-11 {
    display: none !important;
  }
  .multi-menu-homepage .multi-menu ul li > ul {
    display: none;
  }
  .multi-menu-homepage .multi-menu ul li a {
    border-top: none;
    font-size: 0;
    padding: 0;
    display: flex;
    height: 100%;
  }
  .multi-menu-homepage .multi-menu ul li a:before {
    float: none;
    margin: auto;
  }
  .multi-menu-homepage .multi-menu ul li a:after {
    display: none;
  }
  .multi-menu-homepage .slider {
    width: auto;
    max-width: 100%;
    margin: 0 0;
  }
}

.multi-menu {
  background-color: #fff;
  position: relative;
}
.multi-menu .input-group {
  padding: 8px 8px 0 8px;
  width: 100%;
  position: relative;
}
.multi-menu .input-group input {
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  color: #454041;
  transition: none;
  box-shadow: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #e7e7e7;
  border-right: 0;
}
.multi-menu .input-group input:focus {
  border-color: #e7e7e7 !important;
}
.multi-menu .input-group .input-group-btn {
  width: 1px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.multi-menu .input-group .input-group-btn .btn {
  background: transparent;
  padding: 7px 17px;
  border-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.multi-menu .input-group .input-group-btn .search-icon {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-position: center center;
  background-image: url(../img/lupa.svg);
  background-repeat: no-repeat;
}
.multi-menu .input-group .reset-input {
  position: absolute;
  right: 50px;
  bottom: 8px;
  z-index: 100;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0;
}
.multi-menu .input-group .reset-input:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-menu h3 {
  color: #e30614;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 0 8px;
}
.multi-menu > ul {
  margin: 0;
  padding: 0;
}
.multi-menu > ul > li {
  list-style: none;
}
.multi-menu > ul > li > a {
  display: block;
  padding: 0 10px 0 0;
  color: #575252;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  border-top: 1px solid #e7e7e7;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.multi-menu > ul > li > a:after {
  content: "";
  width: 10px;
  height: 12px;
  float: right;
  margin-top: 10px;
  background: url(../img/sprite.png) scroll 0 -65px;
}
.multi-menu > ul > li.active > a, .multi-menu > ul > li:hover > a {
  background: #e7e7e7;
}
.multi-menu > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  background: #e7e7e7;
  padding: 10px 0;
  margin: 0;
  width: 300px;
  min-height: 100%;
  display: none;
}
.multi-menu > ul > li > ul > li {
  list-style: none;
}
.multi-menu > ul > li > ul > li > a {
  color: #39393a;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  display: block;
}
.multi-menu > ul > li > ul > li.active > a, .multi-menu > ul > li > ul > li:hover > a {
  text-decoration: underline;
  color: #178dc2;
}
.multi-menu > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
  margin: 0;
  width: 312px;
  min-height: 100%;
}
.multi-menu > ul > li > ul > li > ul > li {
  list-style: none;
}
.multi-menu > ul > li > ul > li > ul > li:first-child {
  padding-left: 20px;
  color: #178dc2;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}
.multi-menu > ul > li > ul > li > ul > li a {
  color: #39393a;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}
.multi-menu > ul > li[class^=icon-] > a:before {
  content: "";
  float: left;
  width: 40px;
  height: 32px;
  background-image: url(../img/menu-sprite.png);
  background-repeat: no-repeat;
}
.multi-menu > ul > li.icon-01 a:before {
  background-position: 0 -9px;
}
.multi-menu > ul > li.icon-02 a:before {
  background-position: 0 -44px;
}
.multi-menu > ul > li.icon-03 a:before {
  background-position: 0 -79px;
}
.multi-menu > ul > li.icon-04 a:before {
  background-position: 0 -112px;
}
.multi-menu > ul > li.icon-05 a:before {
  background-position: 0 -144px;
}
.multi-menu > ul > li.icon-06 a:before {
  background-position: 0 -180px;
}
.multi-menu > ul > li.icon-07 a:before {
  background-position: 0 -214px;
}
.multi-menu > ul > li.icon-08 a:before {
  background-position: 0 -249px;
}
.multi-menu > ul > li.icon-09 a:before {
  background-position: 0 -281px;
}
.multi-menu > ul > li.icon-10 a:before {
  background-position: 0 -315px;
}
.multi-menu > ul > li.icon-11 a:before {
  background-position: 0 -350px;
}
.multi-menu > ul > li.icon-12 a:before {
  background-position: 0 -384px;
}
.multi-menu > ul > li.icon-13 a:before {
  background-position: 0 -419px;
}
.multi-menu > ul > li.icon-14 a:before {
  background-position: -47px -454px;
}
.multi-menu > ul > li ul {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.multi-menu > ul > li ul li ul {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.multi-menu > ul > li ul li.active ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.multi-menu > ul > li ul li > a:after {
  content: "";
  width: 8px;
  height: 12px;
  float: right;
  background: url(../img/menu-sprite.png) no-repeat -158px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.multi-menu > ul > li ul li > a:hover {
  text-decoration: underline;
}
.multi-menu > ul > li ul li.active > a:after,
.multi-menu > ul > li ul li > a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  margin-top: 3px;
}
.multi-menu > ul > li ul li ul li a:after {
  display: none;
}
.multi-menu > ul > li ul li.hyperlink a:after {
  display: none;
}
.multi-menu > ul > li ul li.view-all a:first-letter {
  text-transform: uppercase;
}
.multi-menu > ul > li ul li.view-all a:after {
  display: none;
}
.multi-menu > ul > li ul li.view-all a:before {
  content: "виж всичко от:";
  margin-right: 4px;
}
.multi-menu > ul > li.active > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.multi-menu > ul > li:hover > ul {
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .multi-menu > ul li ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    display: none;
  }
  .multi-menu > ul li ul li a:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin-top: 3px;
  }
  .multi-menu > ul li ul li.active > a {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
  }
  .multi-menu > ul li ul li ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .multi-menu > ul li ul li ul li:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .multi-menu {
    padding-top: 40px;
    display: none;
  }
  .multi-menu.active {
    display: block !important;
  }
}

.contact-form,
.form-cart-checkout {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-form .blue-title,
.form-cart-checkout .blue-title {
  margin: 0 0;
  color: #119fcd;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.contact-form .text,
.form-cart-checkout .text {
  margin: 0 0;
  padding-bottom: 20px;
  color: #454041;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.contact-form .text a,
.form-cart-checkout .text a {
  color: #1998c9;
  text-decoration: underline;
  cursor: pointer;
}
.contact-form .text .btn,
.form-cart-checkout .text .btn {
  width: 176px;
  height: 38px;
  line-height: 38px;
  padding: 0 0;
  margin-left: 15px;
  margin-top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #119fcd;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.contact-form .text .btn:before,
.form-cart-checkout .text .btn:before {
  content: "";
  width: 10px;
  height: 20px;
  display: inline-block;
  margin-right: 11px;
  margin-bottom: -4px;
  background: url(../img/menu-sprite.png) no-repeat -107px -47px;
}
.contact-form .form-container,
.form-cart-checkout .form-container {
  border-top: 3px solid #f9f9f9;
  border-bottom: 3px solid #f9f9f9;
  clear: both;
  display: table;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 30px;
}
.contact-form .form-container .row,
.form-cart-checkout .form-container .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-form form,
.form-cart-checkout form {
  max-width: 684px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form form .btn-primary,
.form-cart-checkout form .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e30614;
  color: #fff;
  font-size: 16px;
  height: auto;
  margin-top: 15px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  display: block;
  outline: none;
}
.contact-form form .btn-primary:focus, .contact-form form .btn-primary:hover,
.form-cart-checkout form .btn-primary:focus,
.form-cart-checkout form .btn-primary:hover {
  border: none;
  background: #cd0a17;
}
.contact-form .title-listing .title,
.form-cart-checkout .title-listing .title {
  font-weight: 400;
  line-height: 28px;
  color: #119fcd;
}
.contact-form .title-listing .title:after,
.form-cart-checkout .title-listing .title:after {
  background: #119fcd;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.contact-form .form-group,
.contact-form .input-group,
.form-cart-checkout .form-group,
.form-cart-checkout .input-group {
  margin-bottom: 25px;
  width: 100%;
}
.contact-form .form-group label,
.contact-form .input-group label,
.form-cart-checkout .form-group label,
.form-cart-checkout .input-group label {
  color: #454041;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.contact-form .form-group .form-control,
.contact-form .input-group .form-control,
.form-cart-checkout .form-group .form-control,
.form-cart-checkout .input-group .form-control {
  height: 42px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 2px solid #d2d2d2;
  background-color: #ffffff;
  box-shadow: none;
}
.contact-form .form-group .form-control:focus,
.contact-form .input-group .form-control:focus,
.form-cart-checkout .form-group .form-control:focus,
.form-cart-checkout .input-group .form-control:focus {
  border-color: #d2d2d2 !important;
}
.contact-form .form-group .form-control.width-100px,
.contact-form .input-group .form-control.width-100px,
.form-cart-checkout .form-group .form-control.width-100px,
.form-cart-checkout .input-group .form-control.width-100px {
  width: 100px;
}
.contact-form .form-group textarea.form-control,
.contact-form .input-group textarea.form-control,
.form-cart-checkout .form-group textarea.form-control,
.form-cart-checkout .input-group textarea.form-control {
  min-height: 108px;
  resize: none;
}
.contact-form .form-group.radio, .contact-form .form-group.checkbox,
.contact-form .input-group.radio,
.contact-form .input-group.checkbox,
.form-cart-checkout .form-group.radio,
.form-cart-checkout .form-group.checkbox,
.form-cart-checkout .input-group.radio,
.form-cart-checkout .input-group.checkbox {
  margin-bottom: 15px;
  margin-top: 0px;
}
.contact-form .form-group.radio label, .contact-form .form-group.checkbox label,
.contact-form .input-group.radio label,
.contact-form .input-group.checkbox label,
.form-cart-checkout .form-group.radio label,
.form-cart-checkout .form-group.checkbox label,
.form-cart-checkout .input-group.radio label,
.form-cart-checkout .input-group.checkbox label {
  color: #4f4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 0;
}
.contact-form .form-group.radio label:before, .contact-form .form-group.checkbox label:before,
.contact-form .input-group.radio label:before,
.contact-form .input-group.checkbox label:before,
.form-cart-checkout .form-group.radio label:before,
.form-cart-checkout .form-group.checkbox label:before,
.form-cart-checkout .input-group.radio label:before,
.form-cart-checkout .input-group.checkbox label:before {
  content: "";
  width: 22px;
  height: 22px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #d2d2d2;
  background-color: #fff;
  margin-right: 11px;
  margin-top: -1px;
}
.contact-form .form-group.radio label:after, .contact-form .form-group.checkbox label:after,
.contact-form .input-group.radio label:after,
.contact-form .input-group.checkbox label:after,
.form-cart-checkout .form-group.radio label:after,
.form-cart-checkout .form-group.checkbox label:after,
.form-cart-checkout .input-group.radio label:after,
.form-cart-checkout .input-group.checkbox label:after {
  display: none;
}
.contact-form .form-group.radio label a, .contact-form .form-group.checkbox label a,
.contact-form .input-group.radio label a,
.contact-form .input-group.checkbox label a,
.form-cart-checkout .form-group.radio label a,
.form-cart-checkout .form-group.checkbox label a,
.form-cart-checkout .input-group.radio label a,
.form-cart-checkout .input-group.checkbox label a {
  color: #0e9fcd;
  font-weight: 700;
  text-decoration: underline;
}
.contact-form .form-group.radio input[type=radio]:checked + label:before,
.contact-form .form-group.radio input[type=checkbox]:checked + label:before, .contact-form .form-group.checkbox input[type=radio]:checked + label:before,
.contact-form .form-group.checkbox input[type=checkbox]:checked + label:before,
.contact-form .input-group.radio input[type=radio]:checked + label:before,
.contact-form .input-group.radio input[type=checkbox]:checked + label:before,
.contact-form .input-group.checkbox input[type=radio]:checked + label:before,
.contact-form .input-group.checkbox input[type=checkbox]:checked + label:before,
.form-cart-checkout .form-group.radio input[type=radio]:checked + label:before,
.form-cart-checkout .form-group.radio input[type=checkbox]:checked + label:before,
.form-cart-checkout .form-group.checkbox input[type=radio]:checked + label:before,
.form-cart-checkout .form-group.checkbox input[type=checkbox]:checked + label:before,
.form-cart-checkout .input-group.radio input[type=radio]:checked + label:before,
.form-cart-checkout .input-group.radio input[type=checkbox]:checked + label:before,
.form-cart-checkout .input-group.checkbox input[type=radio]:checked + label:before,
.form-cart-checkout .input-group.checkbox input[type=checkbox]:checked + label:before {
  border-color: #0e9fcd;
  background-image: url(../img/menu-sprite.png);
  background-repeat: no-repeat;
  background-position: -64px -47px;
}
.contact-form .form-group.radio label.error, .contact-form .form-group.checkbox label.error,
.contact-form .input-group.radio label.error,
.contact-form .input-group.checkbox label.error,
.form-cart-checkout .form-group.radio label.error,
.form-cart-checkout .form-group.checkbox label.error,
.form-cart-checkout .input-group.radio label.error,
.form-cart-checkout .input-group.checkbox label.error {
  padding-left: 0;
  font-weight: 400;
  font-size: 13px;
  color: #e30614;
  margin-bottom: 0;
}
.contact-form .form-group.radio label.error:after, .contact-form .form-group.radio label.error:before, .contact-form .form-group.checkbox label.error:after, .contact-form .form-group.checkbox label.error:before,
.contact-form .input-group.radio label.error:after,
.contact-form .input-group.radio label.error:before,
.contact-form .input-group.checkbox label.error:after,
.contact-form .input-group.checkbox label.error:before,
.form-cart-checkout .form-group.radio label.error:after,
.form-cart-checkout .form-group.radio label.error:before,
.form-cart-checkout .form-group.checkbox label.error:after,
.form-cart-checkout .form-group.checkbox label.error:before,
.form-cart-checkout .input-group.radio label.error:after,
.form-cart-checkout .input-group.radio label.error:before,
.form-cart-checkout .input-group.checkbox label.error:after,
.form-cart-checkout .input-group.checkbox label.error:before {
  display: none;
}
.contact-form .form-group.radio,
.contact-form .input-group.radio,
.form-cart-checkout .form-group.radio,
.form-cart-checkout .input-group.radio {
  margin-bottom: 10px;
}
.contact-form .form-group.radio input[type=radio],
.contact-form .input-group.radio input[type=radio],
.form-cart-checkout .form-group.radio input[type=radio],
.form-cart-checkout .input-group.radio input[type=radio] {
  display: none;
}
.contact-form .form-group.radio label b,
.contact-form .input-group.radio label b,
.form-cart-checkout .form-group.radio label b,
.form-cart-checkout .input-group.radio label b {
  color: #0e9fcd;
}
.contact-form .form-group.radio label:before,
.contact-form .input-group.radio label:before,
.form-cart-checkout .form-group.radio label:before,
.form-cart-checkout .input-group.radio label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact-form .form-group.radio label:after,
.contact-form .input-group.radio label:after,
.form-cart-checkout .form-group.radio label:after,
.form-cart-checkout .input-group.radio label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact-form .form-group.radio label + div,
.contact-form .input-group.radio label + div,
.form-cart-checkout .form-group.radio label + div,
.form-cart-checkout .input-group.radio label + div {
  margin-top: 10px;
}
.contact-form .form-group.radio label + div > div,
.contact-form .input-group.radio label + div > div,
.form-cart-checkout .form-group.radio label + div > div,
.form-cart-checkout .input-group.radio label + div > div {
  margin-top: 10px;
  float: left;
}
.contact-form .form-group.radio .radio-box,
.contact-form .input-group.radio .radio-box,
.form-cart-checkout .form-group.radio .radio-box,
.form-cart-checkout .input-group.radio .radio-box {
  display: none;
  margin-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #f9f9f9;
  padding: 20px;
}
.contact-form .form-group.radio .radio-box h3,
.contact-form .input-group.radio .radio-box h3,
.form-cart-checkout .form-group.radio .radio-box h3,
.form-cart-checkout .input-group.radio .radio-box h3 {
  color: #454041;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.contact-form .form-group.radio .radio-box p,
.contact-form .input-group.radio .radio-box p,
.form-cart-checkout .form-group.radio .radio-box p,
.form-cart-checkout .input-group.radio .radio-box p {
  color: #454041;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.contact-form .form-group.radio input[type=radio]:checked + label:before,
.contact-form .input-group.radio input[type=radio]:checked + label:before,
.form-cart-checkout .form-group.radio input[type=radio]:checked + label:before,
.form-cart-checkout .input-group.radio input[type=radio]:checked + label:before {
  background-color: #0e9fcd;
}
.contact-form .form-group.radio input[type=radio]:checked + label + .radio-box,
.contact-form .input-group.radio input[type=radio]:checked + label + .radio-box,
.form-cart-checkout .form-group.radio input[type=radio]:checked + label + .radio-box,
.form-cart-checkout .input-group.radio input[type=radio]:checked + label + .radio-box {
  display: block;
}
.contact-form label.error,
.form-cart-checkout label.error {
  padding-left: 0;
  font-weight: 400;
  font-size: 13px;
  color: #e30614;
  margin-bottom: 0;
}
.contact-form label.error:after, .contact-form label.error:before,
.form-cart-checkout label.error:after,
.form-cart-checkout label.error:before {
  display: none;
}
.contact-form #error-box,
.form-cart-checkout #error-box {
  margin-left: 20px;
  margin-right: 20px;
}
.contact-form #login,
.form-cart-checkout #login {
  padding: 50px;
  background: #fff;
  border: none;
  margin: 0;
}
.contact-form #login p, .contact-form #login h2,
.form-cart-checkout #login p,
.form-cart-checkout #login h2 {
  text-align: center;
}
.contact-form #login .form-group a,
.form-cart-checkout #login .form-group a {
  display: inline-block;
  margin-top: 4px;
  color: #119fcd;
}
.contact-form #login .btn,
.form-cart-checkout #login .btn {
  background: #e30614;
  min-width: 200px;
  border-color: #e30614;
  font-size: 16px;
  margin: 0 auto;
  display: table;
  padding: 9px 12px;
}
@media screen and (max-width: 768px) {
  .contact-form .title-listing,
  .form-cart-checkout .title-listing {
    margin-bottom: 10px;
  }
  .contact-form .input-group,
  .form-cart-checkout .input-group {
    margin-bottom: 10px;
  }
  .contact-form .input-group label,
  .form-cart-checkout .input-group label {
    font-size: 14px;
  }
  .contact-form .input-group .form-control.width-100px,
  .form-cart-checkout .input-group .form-control.width-100px {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .displa-table-center,
  .form-cart-checkout .displa-table-center {
    display: block;
    width: 100%;
  }
}

.contact-form {
  background: transparent;
  padding: 0 0;
}
.contact-form .btn {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  min-width: 180px;
  padding: 0 10px;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e30816;
}

.contact-info .red-title {
  margin-bottom: 15px;
}

.displa-table-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}

.link-filters {
  color: #fff !important;
  width: 270px !important;
  display: block;
  left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  text-decoration: none !important;
  cursor: default;
}
.link-filters:before {
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  background-image: url(../img/funnel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  margin-bottom: -7px;
}
.link-filters.active:before {
  background-image: url(../img/close-filters-arrow.svg);
}
@media screen and (max-width: 768px) {
  .link-filters {
    width: auto !important;
    font-size: 0 !important;
  }
  .link-filters:after {
    display: none !important;
  }
  .link-filters:before {
    width: 22px;
    height: 21px;
    background-image: url(../img/funnel.svg);
    margin: 9px 5px 0 5px;
  }
  .link-filters.active:before {
    background-image: url(../img/close-filters-arrow.svg);
  }
  .link-filters.active:after {
    display: block !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #03ace5;
    border-top-width: 10px;
    bottom: -8px !important;
    top: inherit !important;
    left: -1px !important;
  }
}

#content[class*=col-] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
#content[class*=col-] form {
  margin: 0 auto;
}

.ml0-mr0 {
  margin-left: 0;
  margin-right: 0;
}

.no-filters {
  display: none;
}

.site-navigation.full-width-nav .navbar-header {
  padding: 0 0;
}

.site-navigation.full-width-nav .navbar-header .input-group input, .site-navigation.full-width-nav .navbar-header .input-group button {
  display: none;
}

@media screen and (max-width: 768px) {
  .alert-success table tr td, .alert-success table tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}

.navbar-toggle {
  position: absolute;
  left: 10px;
  top: 17px;
  padding: 0;
  margin: 0;
  border: none;
}
.navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
  background-color: #fff !important;
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 0px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent !important;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .navbar-toggle {
    top: 11px;
  }
}

.homepage-nav .link-filters {
  cursor: pointer;
}
.homepage-nav .link-filters:hover .navbar-toggle {
  background: transparent;
}
.homepage-nav .link-filters:hover .navbar-toggle .icon-bar:nth-child(2) {
  width: 20px;
}
.homepage-nav .link-filters:hover .navbar-toggle .icon-bar:nth-child(3) {
  width: 15px;
}
.homepage-nav .navbar-toggle {
  position: relative;
  left: inherit;
  top: inherit;
  float: none;
  margin-bottom: -5px;
}
.homepage-nav .navbar-toggle .icon-bar {
  width: 25px;
  height: 2px;
  background-color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homepage-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .homepage-nav .navbar-header .header-search {
    display: none !important;
    top: 9px !important;
    left: 10px;
    right: 10px !important;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e9e9e9;
  }
  .homepage-nav .navbar-header .header-search.active {
    display: block !important;
  }
  .homepage-nav .navbar-header .header-search .link-filters {
    color: #4a4a4a !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
  }
  .homepage-nav .navbar-header .header-search .link-filters:before {
    background-image: url(../img/funnel-blue.svg);
    height: 23px;
    margin-bottom: -8px;
    margin-top: 5px;
  }
}

.header-banner {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  height: 414px;
}
.header-banner img {
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.header-banner p {
  padding: 10px 0;
  margin: 0 0;
  text-align: center;
  margin-top: auto;
}
.header-banner .header-title a,
.header-banner .header-title {
  margin: 0 0 20px 0;
  color: #e30614;
  font-size: 22px;
  font-weight: 900;
}
.header-banner .btn {
  background: #e30614;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  margin: 8px 0 0 0;
  display: table;
}
.header-banner .btn:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url(../img/click-icon.png);
  margin-bottom: -6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .header-banner {
    padding-top: 15px;
    text-align: center;
    align-items: center;
    height: 423px;
  }
}
@media screen and (max-width: 600px) {
  .header-banner {
    height: 464px;
  }
  .header-banner p {
    max-width: 240px;
  }
  .header-banner .btn {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.info-promo-page {
  position: relative;
  z-index: 999;
  background: url(../img/xmas-lenta.png) no-repeat top center;
}
.info-promo-page h2 {
  margin: 0 0 50px 0;
  padding-top: 20px;
  color: #e30614;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.info-promo-page h2:after {
  background: url(../img/ornament-right.png);
  margin-left: 10px;
}
.info-promo-page h2:before {
  background: url(../img/ornament-left.png);
  margin-right: 10px;
}
.info-promo-page h2:after, .info-promo-page h2:before {
  content: "";
  width: 63px;
  height: 43px;
  display: inline-block;
  margin-bottom: -13px;
}
@media screen and (max-width: 768px) {
  .info-promo-page {
    background: url(../img/title-bg.png) repeat-x top center;
  }
  .info-promo-page h2 {
    font-size: 20px;
    padding-top: 20px;
    display: block;
  }
  .info-promo-page h2:before {
    display: none;
  }
  .info-promo-page h2:after {
    display: block;
    margin: 20px auto;
  }
}

.left-col-banners {
  padding-top: 15px;
}
.left-col-banners .owl-stage {
  padding-top: 0;
  padding-bottom: 0;
}
.left-col-banners .banner {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 182px;
}
.left-col-banners .banner a {
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #fff;
}
.left-col-banners .banner a .img-box {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.left-col-banners .banner a .img-box img {
  display: block;
}
.left-col-banners .banner a span {
  display: block;
  padding: 4px 10px;
  background: #fff;
  color: #676767;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 99999;
  margin: 0 -4px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-col-banners .banner a:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.left-col-banners .banner a:hover .img-box {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.left-col-banners .banner img {
  display: block;
}
.left-col-banners .owl-nav {
  right: 0;
}
@media screen and (max-width: 1280px) {
  .left-col-banners.not-owl-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .left-col-banners.not-owl-carousel .item {
    justify-content: space-around;
    width: 50%;
  }
  .left-col-banners.not-owl-carousel .item .banner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .left-col-banners.row-carousel, .left-col-banners.not-owl-carousel {
    align-items: flex-start;
  }
  .left-col-banners.row-carousel .item .banner, .left-col-banners.not-owl-carousel .item .banner {
    margin-left: 10px;
    margin-right: 10px;
  }
  .left-col-banners.row-carousel .item {
    margin-left: 0;
    margin-right: 0;
  }
  .left-col-banners .item {
    flex-direction: column;
    width: 100%;
  }
  .left-col-banners .item .banner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .left-col-banners {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    padding-top: 0;
  }
  .left-col-banners .owl-nav {
    right: 10px;
  }
  .left-col-banners .owl-item .item {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .left-col-banners .owl-item.active .item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .left-col-banners .banner {
    min-height: 120px;
  }
}
.left-col-banners.row-carousel, .left-col-banners.not-owl-carousel {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.left-col-banners.row-carousel .item, .left-col-banners.not-owl-carousel .item {
  display: flex;
  align-items: center;
}
.left-col-banners.row-carousel .item .banner, .left-col-banners.not-owl-carousel .item .banner {
  margin-left: 15px;
  margin-right: 15px;
}
.left-col-banners.not-owl-carousel .item {
  width: 50%;
}
.left-col-banners.row-carousel {
  margin-left: auto;
  margin-right: auto;
}
.left-col-banners.row-carousel .owl-stage-outer {
  margin-left: 0;
  margin-right: 0;
}
.left-col-banners.row-carousel .item .banner {
  margin-left: 0;
  margin-right: 30px;
}
.left-col-banners.row-carousel .item .banner:last-child {
  margin-right: 0;
}

.mfp-bg.mfp-ready,
.mfp-wrap {
  z-index: 99999;
}

body[class*=g] .header-bg,
body[class*=g] .background-bg {
  top: 42px;
}

@font-face {
  font-family: "Xiomara";
  src: url("../fonts/subset-Xiomara.eot");
  src: url("../fonts/subset-Xiomara.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Xiomara.woff2") format("woff2"), url("../fonts/subset-Xiomara.woff") format("woff"), url("../fonts/subset-Xiomara.ttf") format("truetype"), url("../fonts/subset-Xiomara.svg#Xiomara") format("svg");
  font-weight: normal;
  font-style: normal;
}
.form-cart-checkout #products {
  margin-bottom: 20px;
}

.voucher-steps {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0 165px 0;
  text-align: center;
  margin-bottom: -55px;
}
.voucher-steps .alert {
  text-align: initial;
}
.voucher-steps.voucher-step-1 {
  background-image: url(../img/bg-step-1.jpg);
}
.voucher-steps.voucher-step-1 .apply-coupon {
  max-width: 640px;
  width: 100%;
}
.voucher-steps.voucher-step-2 {
  background-image: url(../img/bg-step-1.jpg);
}
.voucher-steps h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.voucher-steps .title-step-2 {
  margin: 20px auto;
  max-width: 620px;
}
.voucher-steps .christmas-title {
  color: #fff;
  font-size: 70px;
  font-family: "Xiomara";
  max-width: 69%;
  margin-left: auto;
  margin-right: auto;
}
.voucher-steps .description {
  color: #fff;
  font-size: 18px;
  margin: 30px auto;
}
.voucher-steps .description b {
  display: block;
  color: #e30614;
  font-size: 60px;
  font-weight: 700;
}
.voucher-steps .alert {
  max-width: 69%;
  margin: 20px auto;
}
.voucher-steps .msg {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
}
.voucher-steps .msg b {
  color: #e90014;
  font-weight: 700;
}
.voucher-steps .apply-coupon-form {
  width: 394px;
}
.voucher-steps .icon {
  width: 38px;
  height: 37px;
  background: url(../img/icon-percentage.png) no-repeat center;
  display: block;
  margin: 0 auto 20px auto;
}
.voucher-steps .apply-coupon {
  width: auto;
  max-width: 897px;
  display: inline-block;
  margin: 20px auto;
  border: 1px dashed #fff;
  background-color: #02aee2;
  padding: 20px 36px 0 36px;
}
.voucher-steps .apply-coupon .form-group a {
  color: #fff;
  text-decoration: underline;
}
.voucher-steps .apply-coupon input[type=text] {
  max-width: 396px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #979797;
  background-color: #fff;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #979797;
  background-color: #ffffff;
}
.voucher-steps .apply-coupon label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  max-width: inherit;
  width: auto;
}
.voucher-steps .apply-coupon label input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #979797;
  background-color: #fff;
  display: block;
  float: left;
  margin-top: 14px;
  margin-right: 10px;
}
.voucher-steps .apply-coupon label a {
  text-decoration: underline;
}
.voucher-steps .apply-coupon .g-recaptcha {
  margin-left: auto;
  margin-right: auto;
}
.voucher-steps .apply-coupon .btn {
  min-width: 250px;
  height: 48px;
  line-height: 48px;
  background-color: #e30614;
  border-color: #e30614;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: -24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.voucher-steps .apply-coupon.form-generate-coupon {
  margin-top: 0;
}
.voucher-steps .apply-coupon.form-generate-coupon hr {
  border-color: rgba(0, 0, 0, 0.3);
  margin: 20px 0;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group input[type=text] {
  max-width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group p {
  color: #fff;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group p a {
  color: #fff;
  text-decoration: underline;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox {
  margin: 0;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox.mb30 {
  margin-bottom: 30px;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox label {
  width: 100%;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.voucher-steps .apply-coupon.form-generate-coupon .form-group.form-group-checkbox input[type=checkbox]:checked + label:before {
  border-top: 0;
  border-right: 0;
  border-color: rgb(255, 255, 255);
  height: 11px;
  top: 2px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.voucher-steps .apply-coupon.form-generate-coupon .captcha-box input[type=text] {
  margin-bottom: 20px;
  max-width: 340px;
}
.voucher-steps .apply-coupon.form-generate-coupon .captcha-box #captcha-image {
  margin-top: -2px;
  display: inline-block;
}
.voucher-steps .apply-coupon.form-generate-coupon .captcha-box button {
  background: #fff;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .voucher-steps {
    padding: 30px 10px 50px 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .voucher-steps .alert {
    max-width: 100%;
  }
  .voucher-steps h4 {
    max-width: 100%;
    font-size: 35px;
  }
  .voucher-steps .description {
    margin: 15px auto;
    font-size: 20px;
  }
  .voucher-steps #success {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .voucher-steps #success .btn {
    margin-top: 15px;
  }
  .voucher-steps .apply-coupon {
    padding: 20px 10px 0 10px;
    width: 100%;
  }
  .voucher-steps .apply-coupon label {
    line-height: 16px;
    text-align: left;
  }
  .voucher-steps .apply-coupon label input[type=checkbox] {
    margin-top: 0;
  }
  .voucher-steps .apply-coupon .apply-coupon-form {
    width: 100%;
  }
  .voucher-steps .apply-coupon .btn {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.promo-bg {
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .promo-bg {
    min-height: 175px;
  }
}

.page-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
.page-header-title h1 {
  margin: 0 0;
  color: #e30614;
  font-size: 48px;
  font-weight: 900;
}
.page-header-title img {
  align-item: flex-end;
}
@media screen and (max-width: 600px) {
  .page-header-title {
    justify-content: center;
  }
  .page-header-title h1 {
    font-size: 36px;
  }
  .page-header-title img {
    display: none;
  }
}

.listing-row {
  margin-left: -10px;
  margin-right: -10px;
}
.listing-row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .listing-row {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .listing-row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.category-filtering .listing-row.row b {
  font-size: 18px;
  color: #e30614;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selected-filters {
  background: #d2d2d2;
  border-radius: 6px;
  padding: 5px 5px;
  margin: 10px 0 0 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.selected-filters:hover {
  background: #bfbfbf;
}
.selected-filters .text {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 6px;
}
.selected-filters #selected-filters-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.selected-filters #selected-filters-breadcrumbs.filters-open {
  padding-left: 265px;
}
.selected-filters #selected-filters-breadcrumbs .input-group {
  float: left;
  margin-right: 45px;
}
.selected-filters #selected-filters-breadcrumbs .input-group .dropdown-menu {
  z-index: 1001;
}
.selected-filters #selected-filters-breadcrumbs .input-group .delete-filters {
  margin: 0;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/menu-sprite.png) no-repeat -7px -567px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 111;
  cursor: pointer;
}
.selected-filters #selected-filters-breadcrumbs .input-group .delete-filters:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.selected-filters #selected-filters-breadcrumbs .input-group .delete-filters + input {
  padding-left: 25px;
}
.selected-filters #selected-filters-breadcrumbs .input-group input {
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  color: #454041;
  transition: none;
  box-shadow: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #e7e7e7;
  border-right: 0;
  width: 220px;
}
.selected-filters #selected-filters-breadcrumbs .input-group input:focus {
  border-color: #e7e7e7 !important;
}
.selected-filters #selected-filters-breadcrumbs .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  padding: 0;
  margin: 0;
}
.selected-filters #selected-filters-breadcrumbs .input-group .input-group-btn .btn {
  background: #fff;
  padding: 4px 8px;
  border-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.selected-filters #selected-filters-breadcrumbs .input-group .input-group-btn .btn .search-icon {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background-position: center center;
  background-image: url(../img/lupa.svg);
  background-repeat: no-repeat;
}
.selected-filters #selected-filters-breadcrumbs span {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 3px 8px 3px 3px;
  height: 26px;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
  order: 2;
  font-size: 13px;
  font-weight: 600;
}
.selected-filters #selected-filters-breadcrumbs span span {
  padding: 0;
  margin: 0;
  height: 20px;
}
.selected-filters #selected-filters-breadcrumbs span a {
  color: #119fcd;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.selected-filters #selected-filters-breadcrumbs span a:hover {
  text-decoration: underline;
}
.selected-filters #selected-filters-breadcrumbs span a.clear-filter {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/clear-filter-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 3px -5px 0;
}
@media screen and (min-width: 768px) {
  .selected-filters #selected-filters-breadcrumbs span a.clear-filter:hover {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.selected-filters #selected-filters-breadcrumbs span.refresh-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  right: 91px;
  top: 6px;
  margin: 0;
  background: #78ba32;
  height: 32px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.refresh-btn a {
  font-weight: 600;
  color: #fff;
  padding: 4px 8px;
  font-size: 0;
  display: block;
}
.selected-filters #selected-filters-breadcrumbs span.refresh-btn a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/refresh-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  margin: 1px 0 0 0;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.back-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  right: 91px;
  top: 6px;
  margin: 0;
  background: #78ba32;
  height: 32px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.back-btn a {
  font-weight: 600;
  color: #fff;
  padding: 4px 8px;
  font-size: 0;
  display: block;
}
.selected-filters #selected-filters-breadcrumbs span.back-btn a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/icon-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  margin: 1px 0 0 0;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.clear-all {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  right: 48px;
  top: 6px;
  margin: 0;
  background: #e30614;
  height: 32px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.clear-all a {
  font-weight: 600;
  color: #fff;
  padding: 4px 8px;
  font-size: 0;
  display: block;
}
.selected-filters #selected-filters-breadcrumbs span.clear-all a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/close-cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  margin: 1px 0 0 0;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selected-filters #selected-filters-breadcrumbs span.clear-all:hover a {
  text-decoration: none;
}
.selected-filters #selected-filters-breadcrumbs span.clear-all:hover a:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selected-filters #selected-filters-breadcrumbs span.change {
  padding: 0 0;
  background: #0e9fcd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  order: 1;
  margin-right: 0;
  position: absolute;
  right: 7px;
  top: 3px;
  height: 32px;
}
.selected-filters #selected-filters-breadcrumbs span.change a {
  padding: 4px 8px;
  font-size: 12px;
  font-size: 0 !important;
  font-weight: 600;
  color: #fff;
}
.selected-filters #selected-filters-breadcrumbs span.change a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/funnel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  float: left;
  margin: 3px 0px 0 0;
}
.selected-filters #selected-filters-breadcrumbs span.delete-all {
  padding: 0 0;
}
.selected-filters #selected-filters-breadcrumbs span.delete-all a {
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  color: #e30614;
}
.selected-filters #selected-filters-breadcrumbs span.delete-all a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/delete-filters-red.svg) no-repeat center center;
  display: inline-block;
  float: left;
  margin: 7px 5px 0 0;
}
.selected-filters.fixed {
  position: fixed;
  top: 0;
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 0;
  z-index: 9998;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .selected-filters {
    margin: 0 -10px 10px -10px;
    border-radius: 0;
    position: relative;
    display: flex;
  }
  .selected-filters .text {
    margin-bottom: 6px;
  }
  .selected-filters #selected-filters-breadcrumbs.filters-open {
    padding-left: 0;
  }
  .selected-filters #selected-filters-breadcrumbs .input-group {
    margin-right: 35px;
    margin-top: 3px;
  }
  .selected-filters #selected-filters-breadcrumbs .input-group .delete-filters {
    top: 3px;
  }
  .selected-filters #selected-filters-breadcrumbs .input-group .input-group-btn .btn {
    padding: 1.5px 5px;
  }
  .selected-filters #selected-filters-breadcrumbs .input-group input {
    width: 115px;
    height: 25px;
  }
  .selected-filters #selected-filters-breadcrumbs span {
    max-height: 25px;
  }
  .selected-filters #selected-filters-breadcrumbs span.delete-all {
    background-color: #e30614;
    padding: 0;
    margin-right: 0;
  }
  .selected-filters #selected-filters-breadcrumbs span.delete-all a {
    color: #fff;
    padding: 0 7px;
  }
  .selected-filters #selected-filters-breadcrumbs span.delete-all a:after {
    background: url(../img/delete-filters.svg) no-repeat center center;
  }
  .selected-filters.fixed {
    left: 0;
    right: 0;
    width: auto;
  }
  .selected-filters.fixed .text {
    display: none;
  }
  .selected-filters.fixed #selected-filters-breadcrumbs .input-group {
    margin-top: 5px;
  }
}
@media screen and (max-width: 650px) {
  .selected-filters {
    padding: 5px;
  }
  .selected-filters .dropdown-menu {
    min-width: 95vw;
    max-height: calc(100vh - 160px);
    overflow: auto;
  }
  .selected-filters .dropdown-menu > li {
    margin-bottom: 3px;
  }
  .selected-filters .dropdown-menu > li:last-child {
    margin-bottom: 0;
  }
  .selected-filters .dropdown-menu > li > a {
    padding: 3px 5px;
    white-space: inherit;
    line-height: 14px;
  }
  .selected-filters.fixed {
    padding: 5px 5px 6px 5px;
  }
  .selected-filters.fixed #selected-filters-breadcrumbs span {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .selected-filters.fixed #selected-filters-breadcrumbs span.delete-all {
    display: none;
  }
  .selected-filters.fixed #selected-filters-breadcrumbs span.clear-all {
    margin-top: 0;
  }
  .selected-filters .text {
    display: block;
  }
  .selected-filters #selected-filters-breadcrumbs {
    overflow: hidden;
    justify-content: flex-start;
    width: 100%;
  }
  .selected-filters #selected-filters-breadcrumbs .shortcut {
    padding-left: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  .selected-filters #selected-filters-breadcrumbs .clear-all {
    max-height: inherit;
    height: auto;
    right: 45px;
  }
  .selected-filters #selected-filters-breadcrumbs .change {
    max-height: inherit;
    height: inherit;
    order: 2;
    position: absolute;
    right: 0;
    top: 1px !important;
  }
  .selected-filters #selected-filters-breadcrumbs .change a {
    display: block;
    padding: 4px 7px !important;
    font-size: 0 !important;
  }
  .selected-filters #selected-filters-breadcrumbs .change a:after {
    margin-right: 0 !important;
  }
  .selected-filters #selected-filters-breadcrumbs span {
    line-height: 13px;
    margin-top: 5px;
    float: left;
    position: relative;
    height: 25px;
    line-height: 20px;
    order: 1;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
  }
  .selected-filters #selected-filters-breadcrumbs span a {
    max-width: 290px;
    padding-left: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .selected-filters #selected-filters-breadcrumbs span a.clear-filter {
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.listing-products-info a {
  cursor: pointer;
}
.listing-products-info p {
  margin: 0;
}
.listing-products-info div > span {
  margin-bottom: 7px;
}
.listing-products-info img {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .listing-products-info {
    margin-bottom: 10px;
  }
}

.landing-logo-img {
  display: none;
  margin: 0 auto 15px auto;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .landing-logo-img {
    position: absolute;
    top: -131px;
    left: 326px;
    height: 80px;
    display: block;
  }
  .landing-logo-img img {
    height: 100%;
  }
}
.landing-logo-img img {
  max-width: 100%;
}

.bottom-filter-menu {
  text-align: center;
  margin: 0 0;
  padding: 5px 0;
  border-top: 1px solid #f6f6f6;
  background: #efefef;
}
.bottom-filter-menu li {
  list-style: none;
  text-align: center;
  display: inline-block;
}
.bottom-filter-menu li a {
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  padding: 1px 15px 1px 20px;
  text-decoration: none;
  background-color: #fff;
  background-position: 5px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.bottom-filter-menu li a:hover {
  text-decoration: underline;
}
.bottom-filter-menu li a:before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px -1px 0;
  width: 10px;
  height: 10px;
}
.bottom-filter-menu li.close-all-filters a {
  color: #0e9fcd;
}
.bottom-filter-menu li.close-all-filters a:before {
  background-image: url(../img/close-all-filters.svg);
}
.bottom-filter-menu li.delete-all-filters a {
  color: #e30614;
}
.bottom-filter-menu li.delete-all-filters a:before {
  background-image: url(../img/delete-all-filters.svg);
}

#toggle_multimenu {
  width: 32px;
  height: 40px;
  display: block;
  position: absolute;
  right: 107px;
  top: -43px;
  z-index: 1100;
  background-image: url(../img/src-mobile.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
#toggle_multimenu.active {
  background-image: url(../img/close-filters.svg);
}

@media screen and (max-width: 768px) {
  .landing-page-section3 {
    float: left;
    margin-bottom: 30px;
  }
  #video-container iframe {
    height: auto;
  }
  .ytp-cued-thumbnail-overlay-image {
    background-size: 100%;
  }
}
.filter-listing .form-control {
  font-size: 10px;
  padding: 0 25px 0 10px;
}

.add-cart-like {
  margin: 0;
  padding: 0;
}

.add-cart-like .form-inline {
  margin-bottom: 15px;
}

.options-video .tab-content .tab-pane .specification-text,
.options-video .tab-content .tab-pane p,
.options-video .tab-content .tab-pane ul li a,
.options-video .tab-content .tab-pane ul li b,
.options-video .tab-content .tab-pane ul li {
  color: #636363;
}

.options-video .tab-content .tab-pane a {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  #f_loader {
    width: 100%;
  }
  .options-video .tab-content .tab-pane .specification-text,
  .options-video .tab-content .tab-pane p,
  .options-video .tab-content .tab-pane ul li a,
  .options-video .tab-content .tab-pane ul li b,
  .options-video .tab-content .tab-pane ul li {
    font-size: 13px;
  }
  .landing-page .gray-bg p {
    font-size: 13px;
  }
  .title-listing .title:after,
  .title-listing .title a:after {
    display: none;
  }
}
.landing-page .gray-bg [id*=btn-toggle] {
  margin-bottom: 20px;
}

.modal .close {
  background: #e30614;
  color: #fff;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  margin: 0;
  right: 0;
  top: 0;
}
.modal .modal-body {
  padding: 50px 15px;
}
.modal .modal-footer {
  text-align: center;
}
.modal .modal-footer .btn {
  font-size: 16px;
  min-width: 80px;
  text-transform: uppercase;
  font-weight: 600;
}
.modal .modal-footer .btn-primary {
  border-color: #e30614;
  background: #e30614;
}
.modal .modal-footer .btn-primary:hover {
  background: #cd0a17;
}
.modal p {
  font-size: 18px;
  text-align: center;
}

.cookies-dialog {
  text-align: center;
  padding: 12px;
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99999;
  max-width: 420px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
}
.cookies-dialog > a:first-of-type {
  background: #e30614;
}
.cookies-dialog > a:last-of-type {
  background: #0e9fcd;
}
.cookies-dialog a {
  display: inline-block;
  margin: 10px 5px 0 5px;
  padding: 6px 10px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .cookies-dialog {
    left: 10px;
    right: 10px;
  }
  .cookies-dialog a {
    width: 45%;
  }
}

.optional-product-box {
  background-color: #f0f0f0;
}
.optional-product-box .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.optional-product-box .variable-products {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.optional-product-box .variable-products-row:not(.owl-carousel) {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.optional-product-box .title-listing .title, .optional-product-box .title-listing .title a {
  background: #f0f0f0;
}
.optional-product-box .title-listing .title:after, .optional-product-box .title-listing .title a:after {
  z-index: -1;
}
.optional-product-box .item-box {
  max-width: 178px;
  width: 100%;
  margin: 0 10px 20px 10px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 10px 0;
  text-decoration: none;
  position: relative;
}
.optional-product-box .item-box .text-center {
  position: relative;
}
.optional-product-box .item-box .text-center img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.optional-product-box .item-box .text-center .new-product {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 62px;
  height: 62px;
  z-index: 999;
  background: url(../img/new-product.svg);
}
.optional-product-box .item-box .art-number {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  display: block;
  color: #494b4c;
  font-weight: 600;
  font-size: 12px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.optional-product-box .item-box .promo-sun,
.optional-product-box .item-box .promo-price-smile,
.optional-product-box .item-box span.promo-price {
  position: absolute;
  top: -24px;
  left: -25px;
  width: 86px;
  height: 91px;
  text-align: center;
  padding-top: 38px;
  color: #4d7000;
  font-size: 11px;
  font-weight: 500;
  z-index: 999;
  background-image: url(../img/promo-price.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.optional-product-box .item-box .promo-price-smile {
  background-image: url(../img/promo-price-smile.svg);
}
.optional-product-box .item-box .promo-sun {
  width: 93px;
  height: 98px;
  top: -8px;
  left: -5px;
  background-image: url(../img/promo-sun.svg);
  background-position: left top;
  background-size: 66px;
}
.optional-product-box .item-box:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.19);
}
.optional-product-box .item-box:hover .art-number {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.optional-product-box .item-box .price {
  display: inline-block;
}
.optional-product-box .item-box .price span span {
  color: #0e9fcd;
  font-size: 22px;
  font-weight: 700;
}
.optional-product-box .item-box .price span span sup {
  font-size: 15px;
}
.optional-product-box .item-box .price span span span {
  font-size: 15px;
  font-weight: normal;
}
.optional-product-box .item-box .price span strike {
  margin-right: 5px;
}
.optional-product-box .item-box .price span strike span {
  font-weight: normal;
  font-size: 15px;
}
.optional-product-box .item-box .price span strike .currency-symbol {
  display: none;
}
.optional-product-box .owl-nav {
  display: block !important;
}
.optional-product-box .variable-products-row.owl-carousel {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
.optional-product-box .variable-products-row.owl-carousel .item-box {
  display: block;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.optional-product-box span {
  margin: 0 auto;
}
.optional-product-box .option-title {
  margin: 0 8px 5px 8px;
  text-align: center;
  min-height: 30px;
  max-height: 63px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.optional-product-box .lego-sldier-box .owl-stage {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .optional-product-box .variable-products-row.owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.no-products {
  margin: 50px auto;
}

#quantity_popup .close {
  z-index: 999;
}

#f_data_form .form-control {
  border-color: #d2d2d2;
  background-color: #fff;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
}
#f_data_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/arrow-one.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-category.png);
  background-repeat: no-repeat;
  background-position: 95.5% center;
}
#f_data_form select:disabled {
  cursor: no-drop;
}
#f_data_form select option {
  font-weight: 600;
}
#f_data_form #f_search_div {
  position: relative;
  z-index: 9999;
}
#f_data_form #f_search_div .dropdown-menu {
  z-index: 99999;
}
#f_data_form #f_search_div .src-btn {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 40px;
  height: 34px;
  border: none;
  box-shadow: none;
  outline: none;
  background: url(../img/blue-search-icon.png) no-repeat center;
}
#f_data_form #f_search_div .form-control {
  margin: 0 10px;
  width: auto;
  min-width: 225px;
}
#f_data_form #f_search_div .clear-filter {
  position: absolute;
  left: 8px;
  top: 9px;
  z-index: 100;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../img/clear-filter-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0;
}
#f_data_form #f_search_div .clear-filter:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#f_data_form #f_search_div .clear-filter + input {
  padding-left: 30px;
  margin-left: 0;
}
#f_data_form #f_search_div .clear-filter + .tooltip + input {
  margin-left: 0;
}
#f_data_form #f_search_div .reset-input {
  position: absolute;
  right: 40px;
  bottom: 8px;
  z-index: 100;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0;
}
#f_data_form #f_search_div .reset-input:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#f_data_form #f_search_div,
#f_data_form #selected-filters-breadcrumbs-wrap {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#f_data_form #selected-filters-breadcrumbs-wrap {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#f_data_form #selected-filters-breadcrumbs-wrap #f_search_div label {
  display: none;
}
#f_data_form #selected-filters-breadcrumbs-wrap #f_search_div label + input {
  margin-left: 0;
}
#f_data_form #f_data {
  flex-wrap: wrap;
  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;
  margin: 0 -5px;
  padding: 5px 0 0 0;
}
#f_data_form #f_data .form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
}
#f_data_form #f_data .form-control[data-toggle=tooltip] {
  opacity: 0.6;
}
#f_data_form #f_data .form-control:focus {
  outline: none;
}
#f_data_form #f_data #f_search_div .form-control {
  margin: 0 0;
  width: 100%;
}
#f_data_form #f_data #f_search_div .clear-filter {
  left: 12px;
  top: 26px;
}
#f_data_form #f_data > div {
  flex: 1 0 25%;
  margin-bottom: 10px;
  padding: 0 5px;
}
#f_data_form #f_data > div .selected {
  padding-left: 25px;
  font-weight: 600;
}
#f_data_form #f_data > div [selected=selected] {
  color: #119fcd;
  font-weight: 600;
}
#f_data_form #f_data > div [disabled=disabled] {
  color: #c1c1c1;
}
#f_data_form #f_data > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-category.png);
  background-repeat: no-repeat;
  padding-right: 30px;
}
#f_data_form #f_data > div select.is-open:not([data-toggle=tooltip]) {
  background-image: url(../img/arrow-category-up.png);
}
#f_data_form #f_data > div label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
}
#f_data_form #f_data > div label .clear-filter {
  position: absolute;
  left: 5px;
  top: 26px;
  z-index: 100;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../img/clear-filter-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0;
}
#f_data_form #f_data > div label .clear-filter:hover {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#f_data_form #f_data > div.x2 {
  flex: 1 0 50%;
}
#f_data_form #f_data > div#f_tv_div {
  padding: 7px 0 0 6px;
  margin: 0;
}
#f_data_form #f_data > div#f_tv_div input {
  width: 13px;
  height: 13px;
  float: left;
  margin: 3px 4px 0 0;
}
#f_data_form #f_data > div#f_tv_div label {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  padding: 0;
}
#f_data_form #f_data > div #f_clear_all {
  background-color: #e30614;
  color: #fff;
  display: inline;
  border: 0px;
}
#f_data_form #f_data > div #f_clear_all:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/close-cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  margin: 0 3px -4px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#f_data_form #f_data > div #f_clear_all:hover:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#f_data_form #f_data > div #f_close {
  background-color: #119fcd;
  color: #fff;
  display: inline;
  border: 0px;
}
#f_data_form #f_data > div #f_close:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/close-filters-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 3px -4px 0;
}
@media screen and (max-width: 1025px) {
  #f_data_form #f_data > div {
    flex: 1 0 50%;
  }
  #f_data_form #f_data > div.m3:not(#f_tv_div) {
    flex: 1 0 25%;
  }
}
@media screen and (max-width: 650px) {
  #f_data_form select option {
    font-size: 10px;
  }
  #f_data_form #f_search_div {
    width: 75%;
  }
  #f_data_form #f_search_div .src-btn {
    right: 0;
  }
  #f_data_form #f_search_div label {
    display: none;
  }
  #f_data_form #f_search_div .form-control {
    width: 100%;
    margin: 0 0;
  }
  #f_data_form #f_data {
    margin: 0;
    padding: 0 0 10px 0;
  }
  #f_data_form #f_data #f_search_div .clear-filter {
    left: 8px;
    top: 9px;
  }
  #f_data_form #f_data #f_search_div label {
    display: block;
  }
  #f_data_form #f_data > div {
    flex: 1 0 100%;
    margin-bottom: 5px;
    margin: 0 0 5px 0;
    padding: 0;
    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;
  }
  #f_data_form #f_data > div label {
    width: 30%;
    float: left;
  }
  #f_data_form #f_data > div label .clear-filter {
    top: 0px;
    left: 100%;
    margin-left: 4px;
  }
  #f_data_form #f_data > div .form-control {
    width: 70%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 34px;
  }
  #f_data_form #f_data > div #f_clear_all,
  #f_data_form #f_data > div #f_close {
    padding: 0;
  }
  #f_data_form #f_data > div#f_tv_div {
    padding: 0 0 15px 0;
    flex: 1 0 100%;
  }
  #f_data_form #f_data > div#f_tv_div input {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px 0 0;
  }
  #f_data_form #f_data > div#f_tv_div label {
    padding-top: 0;
    display: block;
    font-size: 14px;
    width: 100%;
  }
  #f_data_form #f_data > div#f_tv_div #f_instock_div {
    width: 100%;
  }
  #f_data_form #f_data > div#f_search_div label {
    display: none;
  }
  #f_data_form #f_data > div.x2 {
    margin-bottom: 10px;
    flex: 1 0 100%;
  }
  #f_data_form #f_data > div.m3 {
    flex: 1 0 40%;
    padding: 0 2px;
  }
  #f_data_form #f_data > div.m3 label {
    display: none;
  }
  #f_data_form #f_data > div.m3 .form-control {
    padding-top: 5px;
    width: 100%;
    float: none;
  }
  #f_data_form #f_data > div.m3 button {
    padding: 6px 0;
    font-size: 13px;
  }
  #f_data_form #f_data > div.subcategory-group label {
    width: 35%;
    font-size: 11px;
  }
  #f_data_form #f_data > div.subcategory-group .form-control {
    width: 65%;
  }
}

.blog-main-title {
  font-size: 22px;
  font-weight: 700;
  color: #e30614;
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
}
.blog-main-title:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e4e3e3;
}

#blog {
  padding-top: 20px;
  padding-bottom: 20px;
}
#blog + div .view-all-products {
  margin-top: 15px;
  margin-bottom: 20px;
}
#blog .blog-item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
#blog .blog-item img {
  width: 100%;
  transition: all 0.2s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#blog .blog-item:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#blog .blog-item .blog-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
}
#blog .blog-item a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#blog .blog-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
#blog .blog-item a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 992px) {
  #blog .article-item + .article-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #blog .article-item + .article-item {
    margin-top: 0;
  }
  #blog [class*=col-] {
    margin-bottom: 20px;
  }
  #blog [class*=col-]:last-child {
    margin-bottom: 0;
  }
  #blog .article-item {
    padding: 0;
  }
  #blog .blog-item .blog-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.homepage-nav {
  padding-left: 0;
  padding-right: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homepage-nav.fixed {
  position: fixed;
  top: 0;
  width: 1200px;
  z-index: 9999;
}

.homepage-nav.fixed .navbar-default {
  overflow: hidden;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.04);
}

.panel-group .panel + .panel {
  margin-top: 15px;
}

.panel-heading {
  padding: 0;
}
.panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
}

#blog .owl-nav {
  position: absolute;
  top: -42px;
  right: 15px;
  width: 136px;
  height: 26px;
  background: #f0f0f0;
  padding-left: 8px;
  z-index: 9999;
}
#blog .owl-nav .owl-prev {
  left: 10px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#blog .owl-nav .owl-next {
  right: 0;
}
#blog .owl-nav .owl-next,
#blog .owl-nav .owl-prev {
  font-size: 0;
  width: 60px;
  height: 29px;
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  top: 0;
  background: #fff;
}
#blog .owl-nav .owl-next:after,
#blog .owl-nav .owl-prev:after {
  content: "";
  width: 55px;
  height: 29px;
  margin: 0 auto;
  display: block;
  background-image: url(../img/slider-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.text-toggle {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.text-toggle h1 {
  font-size: 17px;
}
.text-toggle h2 {
  font-size: 16px;
}
.text-toggle h3 {
  font-size: 15px;
}
.text-toggle h4 {
  font-size: 14px;
}
.text-toggle p img {
  margin: 0;
}
.text-toggle table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.text-toggle table tr:nth-child(odd) td {
  background: #fff;
}
.text-toggle table tr td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 13px;
}
.text-toggle.has-toggle-text {
  font-size: 14px;
  position: relative;
  padding: 15px;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.text-toggle.has-toggle-text p {
  margin-bottom: 0;
}
.text-toggle.has-toggle-text .category_description2 {
  position: absolute;
  right: 15px;
  bottom: 8px;
  padding: 0 10px;
  background: #f0f0f0;
  margin-bottom: -17px;
  font-size: 13px;
}
.text-toggle.has-toggle-text img {
  max-width: 100%;
}
.text-toggle.has-toggle-text .see_more {
  cursor: pointer;
}
.text-toggle.has-toggle-text .see_more span {
  font-size: 0;
}
.text-toggle.has-toggle-text .see_more.active {
  font-size: 0;
}
.text-toggle.has-toggle-text .see_more.active span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .text-toggle.has-toggle-text {
    font-size: 12px;
  }
  .text-toggle.has-toggle-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 685px) {
  .text-toggle img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .landing-page .breadcrumb,
  .landing-page .selected-filters,
  .landing-page .gray-bg .slider.video-url-slider,
  .landing-page .slider.video-url-slider {
    margin-bottom: 20px;
  }
  .alert p {
    font-size: 14px;
    line-height: 18px;
  }
}
header {
  position: relative;
  z-index: 99;
}

.landing-subdomain {
  font-family: "Montserrat", sans-serif;
  margin-top: -80px;
  background: #fff;
  padding-bottom: 40px;
  /* Header */
  /* Left */
  /* Right */
  /* Mobile */
}
.landing-subdomain + footer {
  margin-top: -20px;
}
.landing-subdomain h1 {
  font-size: 28px;
  font-weight: 800;
}
.landing-subdomain h2 {
  font-size: 22px;
  font-weight: 800;
}
.landing-subdomain h3 {
  font-size: 19px;
  font-weight: 800;
}
.landing-subdomain p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.landing-subdomain hr {
  border: none;
  margin: 24px 0;
}
.landing-subdomain p img, .landing-subdomain h2 img {
  float: right;
}
.landing-subdomain .header-video {
  overflow: hidden;
  height: 800px;
}
.landing-subdomain #myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.landing-subdomain .header-video .logo {
  position: absolute;
  margin-top: 32px;
  margin-left: 36px;
}
.landing-subdomain .page-title {
  font-size: 64px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  top: 600px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.landing-subdomain .content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 72px;
}
.landing-subdomain .left {
  width: 58%;
  padding-left: 1%;
  padding-right: 1%;
  float: left;
}
.landing-subdomain .right {
  width: 38%;
  padding-left: 1%;
  padding-right: 1%;
  float: right;
  height: 280vh;
}
.landing-subdomain .card {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 8px;
}
.landing-subdomain .card iframe {
  width: 100%;
  height: 240px;
}
.landing-subdomain .card .yvideo {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
}
.landing-subdomain .card h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.landing-subdomain .card p {
  font-size: 16px;
}
.landing-subdomain .card button {
  background-color: #ed1c24;
  width: 100%;
  padding: 24px 0;
  display: block;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 38px 0;
}
.landing-subdomain .course {
  color: #4a4a4a;
  line-height: 34px;
}
.landing-subdomain .test {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 36px;
}
.landing-subdomain .test h2 {
  text-align: right;
}
.landing-subdomain .mobile-button {
  display: none;
}
@media only screen and (max-width: 996px) {
  .landing-subdomain {
    padding-bottom: 124px;
  }
  .landing-subdomain .page-title {
    width: 96%;
    padding: 0 2%;
    top: 380px;
  }
  .landing-subdomain .left, .landing-subdomain .right {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    float: unset;
    height: unset;
  }
  .landing-subdomain .card {
    position: unset;
  }
  .landing-subdomain .header-video {
    overflow: hidden;
    height: 600px;
    background-image: url("../images/baby.jpg");
    background-position: center center;
  }
  .landing-subdomain .mobile-button {
    display: block;
    padding: 42px 0;
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    background-color: #ed1c24;
    color: #fff;
    border: none;
  }
  .landing-subdomain .mobile-button-wrapper {
    position: fixed;
    width: 100%;
    z-index: 4;
    bottom: 0;
  }
  .landing-subdomain .card button {
    display: none;
  }
}

.happy-weekend {
  text-align: center;
  padding: 0 0 30px 0;
}
.happy-weekend img {
  max-width: 360px;
  margin: 0 auto 15px auto;
  display: block;
}
.happy-weekend .btn {
  padding: 12px 15px;
  font-size: 14px;
  white-space: initial;
}
.happy-weekend .btn b {
  font-size: 16px;
}
.happy-weekend .btn.view-more {
  background-color: #e30614;
  color: #fff;
}

.account-container {
  padding: 0 15px 20px 15px;
  background: #f0f0f0;
}
.account-container a.btn:not(.btn-default) {
  color: #fff;
}
.account-container #sidebar {
  margin-bottom: 20px;
}
.account-container .list-unstyled {
  overflow: hidden;
  border-radius: 4px;
}
.account-container .list-unstyled li {
  padding: 0;
  margin: 0;
}
.account-container .list-unstyled li a {
  display: block;
  background: #fff;
  color: #000;
  padding: 12px 15px;
  transition: all 0.2s ease-in-out;
}
.account-container .list-unstyled li a:hover {
  text-decoration: none;
  background: #f3f3f3;
}
.account-container .list-unstyled li + li a {
  border-top: 1px solid #f1f1f1;
}
.account-container .list-unstyled li.active a {
  color: #e30614;
  font-weight: 600;
}
.account-container .list-unstyled + .list-unstyled {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .contact-info .form-horizontal .form-group {
    width: auto;
  }
}

.captcha-box #CAPTCHA {
  max-width: 340px;
}

[class*=spacer] {
  display: flex;
}

.spacer-20 {
  padding: 20px;
}

.spacer-10 {
  padding: 10px 0;
  margin: 0 15px;
  background-color: #f0f0f0;
}

#f_search_div .dropdown-menu li a,
#search .dropdown-menu li a {
  display: flex;
  align-items: center;
  white-space: inherit;
}
#f_search_div .dropdown-menu li a img,
#search .dropdown-menu li a img {
  max-width: 80px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  #f_search_div .dropdown-menu,
  #search .dropdown-menu {
    width: 380px;
    max-height: calc(100vh - 300px);
    overflow: auto;
  }
}

/*# sourceMappingURL=main.css.map */
