@import '../components/bootstrap/dist/css/bootstrap.css';
@import '../components/blueimp-gallery/css/blueimp-gallery.css';
@import '../components/blueimp-bootstrap-image-gallery/css/bootstrap-image-gallery.css';
@import '../components/seiyria-bootstrap-slider/css/bootstrap-slider.css';
@import 'import/_imported_styles.css';
@import '../components/owl.carousel/dist/assets/owl.carousel.css';
@import '../components/magnify/dist/css/magnify.css';
@import url('https://fonts.googleapis.com/css?family=Aleo:300,300i,400,400i,700,700i|Caveat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import "../components/bootstrap-select/dist/css/bootstrap-select.min.css";
.cookie-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  color: #ffffff;
  background: #00488a;
  text-align: center;
  z-index: 100;
}
.cookie-bar__text {
  margin: 5px 0;
  color: #ffffff;
}
.cookie-bar__btn {
  font-family: "Open Sans";
  background-color: #de2731;
  border: 2px solid #de2731;
  border-radius: 4px;
  transition: .5s ease;
  -webkit-transition: .5s;
  padding: 5px 30px;
}
@media (max-width: 991px) {
  .cookie-bar__btn {
    padding: 2px 15px;
  }
}
.cookie-bar__btn:hover {
  color: white;
  border: 2px solid #ffffff;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(44, 65, 138, 0.2);
}
/*
@color
Základné pozadie
*/
/*
@color
Pozadie stránky
*/
body {
  background-color: #ffffff;
}
/*BOOTSTRAP OVERIDES*/
.row .row {
  margin: 0px;
}
.with-top-margin {
  margin-top: 15px;
}
/** search autocomplette **/
.ui-autocomplete .search_img_div {
  float: left;
  width: 60px;
}
header #header {
  background-color: #ffffff00 0;
  border-bottom: 1px solid #00000000 0;
  margin: 20px 0 25px 0;
}
header #header #catchword {
  margin-top: 15px;
  display: block;
  color: #000000;
}
header #header #kosik_container {
  padding: 10px;
  margin: 15px 0px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  header #header #kosik_container {
    margin: 0px;
  }
}
header #header #kosik_container.kosik_container_active {
  background: #d5e2ff;
}
header #header #kosik_container.kosik_container_floated {
  position: fixed;
  padding: 10px;
  background-color: #FFF2E8;
  z-index: 10500;
}
header #header #kosik_container .title {
  margin-left: 15px;
}
header #header-search {
  margin-top: 15px;
}
header #header-search form {
  display: inline-block;
  position: relative;
}
header #header-search #search-text {
  border: 1px solid #c2c2c2;
  padding: 0.33em 1em;
  position: static;
}
@media (min-width: 992px) {
  header #header-search #search-text {
    width: 300px;
  }
}
header #header-search #search-submit {
  top: -2px;
  border: 1px solid transparent;
  padding: 0.33em 2.5em;
  background: #669725;
  border: 1px solid #669725;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  position: relative;
  text-shadow: none;
}
@media (min-width: 992px) {
  header .header-col-left {
    margin-top: -30px;
  }
}
header .header-col-middle {
  margin-top: 25px;
}
header .header-col-right {
  margin-top: 5px;
}
.first-carousel .item:not(:first-child) {
  display: none;
}
.top-sellers .item:not(:first-child) {
  display: none;
}
footer {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer h2 {
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer h2 a {
  color: #000000;
}
footer .adresa {
  margin: 0 0 30px 0;
}
footer #footer ul,
footer .footer-megamenu ul {
  list-style-type: none;
  padding: 0;
}
footer #footer ul li,
footer .footer-megamenu ul li {
  margin-bottom: 5px;
}
footer #footer ul a:hover,
footer .footer-megamenu ul a:hover {
  text-decoration: underline;
}
footer .copyright {
  background-color: #ebebeb;
}
footer .copyright .pull-right {
  text-align: right;
}
@media (max-width: 991px) {
  footer .copyright .pull-right {
    text-align: center !important;
  }
}
footer .copyright p {
  margin: 10px 0;
  color: #444351;
}
@media (max-width: 991px) {
  footer .copyright p {
    text-align: center !important;
  }
}
footer .copyright p a {
  text-decoration: underline;
  color: #eb890c;
}
footer ul {
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.33em;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .footer-bottom {
  border-top: 2px solid gray;
  padding-top: 15px;
  text-align: center;
}
.product-info h1 {
  margin-bottom: 15px;
  font-weight: 600;
}
.product-info .optional {
  margin-top: 15px;
}
.product-info .optional .availability {
  font-weight: bold;
  color: #80a60d;
}
.product-info .author {
  color: #62d300;
}
.product-info .product-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-info .product-description p {
  line-height: 2.5em;
}
.product-card {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.product-card.fs-card {
  height: 350px;
}
.product-card:hover {
  box-shadow: 1px 2px 10px 0 #444;
}
.product-card .image {
  display: block;
  height: 170px;
}
.product-card .image img {
  height: auto;
  z-index: 100;
}
.product-card h2 {
  font-size: 1.429em;
  text-align: center;
  height: 2em;
  overflow: hidden;
}
.product-card h2 a {
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}
.product-card h2 a:hover {
  color: #1a1a1a;
}
.product-card .product-info {
  color: #777777;
  height: 4em;
  overflow: hidden;
}
.product-card .price {
  color: #eb890c;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
}
.product-card .price-old {
  font-size: 16px;
  text-decoration: line-through;
  text-align: center;
}
.product-card .bottom-caption-info {
  position: absolute;
  bottom: 30px;
  margin-left: -17px;
  width: 100%;
}
.product-card .product-detail-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.product-card .sticker {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
}
.product-card .sticker img {
  width: 35%;
  cursor: pointer;
}
.product-detail {
  margin-top: 15px;
}
.product-detail .inner-left {
  text-align: center;
}
.product-detail .inner-left img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.product-detail .product-detail-background {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-detail .main-product-image {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.product-detail .main-product-image .sticker {
  position: absolute;
  left: 45px;
  top: 5px;
  width: 100%;
  text-align: left;
}
.product-detail .main-product-image .sticker img {
  width: 21%;
}
.product-detail .product-detail-tabs {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-detail .inner-right {
  background-color: #FFF;
  color: #000;
}
.product-detail .inner-right .price {
  font-size: 24px;
}
.product-detail .inner-right .price-old {
  font-size: 18px;
  text-decoration: line-through;
}
.product-detail .inner-right .availability {
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .product-detail .inner-right {
    height: 100px;
    line-height: 7em;
  }
  .product-detail .inner-right .basket_button {
    margin-left: 0;
    float: right;
    margin-top: 35px;
  }
}
div.shopping_cart_navigator {
  text-align: center;
  margin-top: 10px;
  margin-right: 25px;
  font-weight: bold;
}
div.shopping_cart_navigator > div {
  width: 25%;
}
div.shopping_cart_navigator a,
div.shopping_cart_navigator div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 49px;
  margin-left: -5px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #333;
  line-height: 50px;
  text-decoration: none;
}
div.shopping_cart_navigator .previous a {
  border: none;
}
div.shopping_cart_navigator .previous .cart-ok {
  margin-right: 0.5em;
}
div.shopping_cart_navigator a.previous,
div.shopping_cart_navigator div.previous {
  background: #f2f2f2;
  padding: 0 25px;
  text-transform: uppercase;
}
div.shopping_cart_navigator a.following,
div.shopping_cart_navigator div.following {
  border: 1px solid #fff;
  color: #333;
  background: #f2f2f2;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0 0 0 40px;
  text-transform: uppercase;
}
div.shopping_cart_navigator a.current,
div.shopping_cart_navigator div.current {
  margin-left: -6px;
  background: #ec8a0d;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 10px 8px 0 24px;
}
div.shopping_cart_navigator a.current:after,
div.shopping_cart_navigator div.previous:after,
div.shopping_cart_navigator div.current:after,
div.shopping_cart_navigator a.following:after,
div.shopping_cart_navigator div.following:after {
  content: '';
  position: absolute;
  top: 3px;
  right: -20px;
  display: inline-block;
  width: 41px;
  height: 41px;
  transform: scale(1, 0.9) rotate(45deg);
  -webkit-transform: scale(1, 0.9) rotate(45deg);
  -moz-transform: scale(1, 0.9) rotate(45deg);
  -o-transform: scale(1, 0.9) rotate(45deg);
  -ms-transform: scale(1, 0.9) rotate(45deg);
  border-radius: 6px;
  z-index: -1;
}
div.shopping_cart_navigator a.current:after,
div.shopping_cart_navigator div.current:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #ec8a0d;
}
div.shopping_cart_navigator a.following:after,
div.shopping_cart_navigator div.following:after {
  background-color: #f2f2f2;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
div.shopping_cart_navigator a.previous:after,
div.shopping_cart_navigator div.previous:after {
  background-color: #f2f2f2;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 767px) {
  div.shopping_cart_navigator {
    font-size: 10px;
  }
  div.shopping_cart_navigator div.current {
    width: 46%;
  }
  div.shopping_cart_navigator div.following {
    width: 18%;
  }
  div.shopping_cart_navigator div.previous {
    width: 18%;
  }
}
@media (min-width: 768px) {
  div.shopping_cart_navigator div.current {
    width: 46%;
  }
  div.shopping_cart_navigator div.following {
    width: 18%;
  }
  div.shopping_cart_navigator div.previous {
    width: 18%;
  }
}
@media (min-width: 992px) {
  div.shopping_cart_navigator div.current {
    width: 25%;
  }
  div.shopping_cart_navigator div.following {
    width: 25%;
  }
  div.shopping_cart_navigator div.previous {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  div.shopping_cart_navigator div.current {
    width: 25%;
  }
  div.shopping_cart_navigator div.following {
    width: 25%;
  }
  div.shopping_cart_navigator div.previous {
    width: 25%;
  }
}
.basket_table tr.disabled label,
.basket_table tr.disabled b {
  color: #aaaaaa;
}
.basket_table.table td {
  color: #3d3c48;
  background: #f2f2f2;
  text-align: center;
}
.basket_table.table td:first-child {
  text-align: left;
}
.basket_table.table td .errors {
  color: red;
}
.basket_table.table .vtop td {
  text-align: left;
}
.basket_table.table .vtop td label {
  font-weight: normal;
}
.basket_table.table .head {
  background-color: #7b7b82;
  color: #fff;
}
.basket_table.table .head th {
  text-align: center;
  background-color: #7b7b82;
}
.basket_table.table .head th:first-child {
  text-align: left;
}
.basket_table.table .product_info_row {
  background-color: #f2f2f2;
  color: #818188;
}
.basket_table.table .product_info_row > td {
  background-color: #f2f2f2;
  vertical-align: middle;
}
.basket_table.table .product_info_row > td.price {
  text-align: center;
  color: #eb890c;
}
.basket_table.table .count input {
  width: 50px;
  text-align: center;
}
.basket_table.table .del a {
  color: #343233;
}
.basket_table.table .del a span {
  font-size: 22px;
}
.basket_table.table #price-summary {
  background-color: #e7e6e6;
  margin-top: -18px;
  height: 60px;
  border-top: 2px solid #fff;
}
.basket_table.table #price-summary td {
  background-color: #e7e6e6;
  vertical-align: middle;
}
.basket_table.table #price-summary td.odsadenie {
  width: 34.8%;
}
.basket_table.table #price-summary td.price {
  text-align: center;
  color: #eb890c;
}
@media (max-width: 767px) {
  .basket_table.table {
    font-size: 0.7em;
  }
}
.basket_table.table .img-thumbnail {
  width: 78px;
  height: 78px;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}
.basket_table.table .img-thumbnail img {
  margin-right: 0px;
}
.eshop-shoping-cart-next.btn-primary {
  background-color: #fba130;
  background-image: -webkit-linear-gradient(top, #fba130 0%, #e58c1a 100%);
  background-image: linear-gradient(to bottom, #fba130 0%, #e58c1a 100%);
  border-radius: 0;
  color: #fff;
  border-color: #fff;
}
.eshop-shoping-cart-prev.btn-primary {
  background-color: #bdbdc1;
  background-image: -webkit-linear-gradient(top, #bdbdc1 0%, #a8a8ac 100%);
  background-image: linear-gradient(to bottom, #bdbdc1 0%, #a8a8ac 100%);
  border-radius: 0;
  color: #fff;
  border-color: #fff;
}
.transport-payment-table td {
  padding: 0 5px;
}
.transport-payment-table label {
  font-weight: normal;
}
.transport-payment-table label b {
  display: block;
  font-weight: bold;
}
#transport_payment_form_form h2 {
  font-size: 16px;
}
#transport_payment_form_form .bt-cart-tp-radio {
  vertical-align: middle;
}
#transport_payment_form_form .bt-cart-tp-price {
  vertical-align: middle;
}
.icon-cart {
  font-size: 40px;
}
a.eshop-small-cart {
  /* or @screen-sm */
  /* or @screen-md */
  /* or @screen-lg */
  color: #333333;
}
@media (max-width: 767px) {
  a.eshop-small-cart {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  a.eshop-small-cart {
    font-size: 110%;
  }
}
@media (min-width: 992px) {
  a.eshop-small-cart {
    font-size: 120%;
  }
}
@media (min-width: 1200px) {
  a.eshop-small-cart {
    font-size: 120%;
  }
}
a.eshop-small-cart .icon-cart {
  /* or @screen-sm */
  /* or @screen-md */
  /* or @screen-lg */
}
@media (max-width: 767px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  a.eshop-small-cart .icon-cart {
    font-size: 40px;
  }
}
a.eshop-small-cart:hover {
  color: #000000;
}
#top-menu {
  background-color: #669725;
  background: #669725;
  /* Old browsers */
  background: -webkit-linear-gradient(#669725, #669725);
  /* For Safari */
  background: -o-linear-gradient(#669725, #669725);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#669725, #669725);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#669725, #669725);
  /* Standard syntax */
  color: #ffffff;
}
#megamenu .jetmenu {
  background-color: #669725;
  background: #669725;
  /* Old browsers */
  background: -webkit-linear-gradient(#669725, #669725);
  /* For Safari */
  background: -o-linear-gradient(#669725, #669725);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#669725, #669725);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#669725, #669725);
  /* Standard syntax */
  color: #ffffff;
  border-bottom: 4px solid #36353f;
}
#megamenu .jetmenu > li:hover > a,
#megamenu .jetmenu > li.active > a {
  background: #27460e;
  /* Old browsers */
  background: -webkit-linear-gradient(#27460e, #27460e);
  /* For Safari */
  background: -o-linear-gradient(#27460e, #27460e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#27460e, #27460e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#27460e, #27460e);
  /* Standard syntax */
  background-color: #27460e;
  color: #ffffff;
}
#megamenu .jetmenu ul.dropdown,
#megamenu .jetmenu ul.dropdown li ul.dropdown {
  background: #669725;
  border-top: 4px solid #36353f;
}
#megamenu .jetmenu > li > .megamenu {
  background: #669725;
  color: #ffffff;
  border-top: 4px solid #36353f;
}
#megamenu .jetmenu > li.showhide {
  background: #669725;
}
#megamenu .jetmenu a {
  background: #669725;
}
/* GLOBAL STYLE
-------------------------------------------------- */
.navbar-default {
  margin: 0;
  background-color: white;
  border: none;
  padding: 0 0 0 15px;
  font-family: "Open Sans";
}
.navbar-default .navbar-nav > li > a {
  color: black;
}
.navbar-nav {
  height: 60px;
  width: 100%;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
}
.dropdown-toggle {
  text-transform: uppercase;
  padding: 20px 20px!important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: black;
  background-color: #f5f7fa;
}
.navbar-default .navbar-nav > a:focus {
  background-color: initial;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.navbar-brand img {
  width: 151px;
  height: 31px;
}
.menu-wrapper {
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .menu-wrapper {
    display: none;
  }
}
.big-container {
  position: static;
  padding: 0;
}
.container-wrapper {
  padding: 0;
}
.megamenu-row {
  background-color: #f5f7fa;
  margin: 0;
}
.menu-column-wrapper {
  padding: 0;
  margin: 20px 20px;
  background-color: #f5f7fa;
}
.menu-column-wrapper ul {
  list-style: none;
  padding: 0;
}
.menu-column-wrapper h5 {
  color: #2c418a;
  margin-bottom: 19px;
  font-size: 15px;
  font-family: 'Aleo', sans-serif;
}
.menu-column-wrapper__list-item {
  padding: 2px 0;
}
.menu-column-wrapper__list-item--link {
  color: black;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.blog {
  margin-right: 56px;
  text-transform: uppercase;
}
.blog a {
  padding-top: 21px!important;
}
.shopping-cart {
  height: 50px;
  margin-bottom: 0;
}
.js-minicart {
  background-image: url("/buxus/assets/images/shopping-bag.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 20px;
}
.shopping-cart-status {
  margin-top: 25px;
  padding: 0 5px;
  color: white;
  background-color: red;
  border-radius: 50%;
  position: relative;
  right: 10px;
}
.minicart-counter {
  position: absolute;
  background-color: #ed1c24;
  height: 18px;
  width: 18px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  right: 3px;
  bottom: -8px;
}
.toggle-arrow1 {
  display: inline-block;
}
.megamenu .dropdown.open .dropdown-toggle .toggle-arrow1 {
  transform: rotate(180deg);
}
.toggle-arrow1 {
  display: inline-block;
  transition: transform .4s;
}
.megamenu .dropdown.open .dropdown-toggle .toggle-arrow2 {
  transform: rotate(180deg);
}
.toggle-arrow2 {
  display: inline-block;
  transition: transform .4s;
}
/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
  font-family: "Open Sans";
}
.megamenu .megamenu-content {
  padding: 56px 0;
  background-color: #f5f7fa;
  border: none;
  box-shadow: none;
}
.megamenu .megamenu-content .row {
  margin: 0px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.megamenu-fw {
  color: black;
}
.megamenu {
  position: static;
}
.responsive-menu-wrapper {
  padding: 10px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
}
@media (min-width: 1200px) {
  .responsive-menu-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    height: 65px;
  }
}
.ipredplatne-mobile-logo {
  width: 151px;
  height: 31px;
  margin: 5px;
}
.responsive-navbar-container {
  height: 44px;
}
.ol-cart-wrapper-mobile {
  display: inline-block;
  list-style: none;
}
#responsive-navbar-brand {
  height: 44px!important;
}
#responsive-navbar-brand img {
  margin: auto;
}
.responsive-search {
  padding: 15px;
  background-color: #135a9a;
}
.responsive-search__input {
  margin: 0!important;
}
.navi-search-form__submit--mobile {
  right: 20px!important;
}
#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  top: 0;
  width: 250px;
  background: #f5f7fa;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}
.sidebar-nav {
  position: fixed;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
  height: calc(100% - 40px);
}
.sidebar-nav li {
  line-height: 50px;
  text-indent: 20px;
}
.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#menu-toggle {
  color: #2C418A;
  right: 30px;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border-right: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.toggle {
  margin: 0;
}
.shopping-cart-mobile {
  display: inline-block;
  position: absolute;
  right: 100px;
  background-repeat: no-repeat;
  padding-left: 16px;
  border-left: 2px solid #f0f0f0;
  top: 5px;
  height: 43px;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .shopping-cart-mobile {
    background-repeat: no-repeat;
    left: 0;
    border-left: none;
    top: 0;
    margin: 0;
    position: relative;
  }
}
.shopping-cart-mobile img {
  padding-top: 5px;
}
.minicart-counter-mobile {
  right: -10px;
  top: 3px;
}
.blog-counter {
  position: absolute;
  background-color: #ed1c24;
  height: 18px;
  width: 18px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  bottom: -8px;
  right: 0px;
  top: 12px;
}
.panel-default {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4d1fe;
  box-shadow: none;
  margin: 0!important;
  padding: 0;
}
.panel-default h4 {
  font-size: 13px;
  font-family: 'Aleo', serif;
}
.panel-default a {
  text-decoration: none;
}
.main-menu-search,
.minicart-wrapper {
  float: right!important;
}
.panel-title {
  color: black;
  text-decoration: none;
}
.panel-title:hover {
  text-decoration: none;
}
.panel-heading {
  padding: 9px 15px;
  background-color: #f5f7fa;
}
.toggle-arrow-mobile {
  float: right;
}
.toggle-arrow-mobile {
  display: inline-block;
}
.panel-accordion-toggle[aria-expanded="true"] .toggle-arrow-mobile {
  transform: rotate(180deg);
}
.toggle-arrow-mobile {
  display: inline-block;
  transition: transform .4s;
}
.list-group {
  padding: 5px 5px 5px 20px;
  background-color: #f5f7fa;
  margin-left: 0px;
}
.list-group__link {
  color: #5d5d5d;
  font-family: "Open Sans";
}
.sidebar-nav__mobile-blog {
  font-size: 13px;
  font-family: 'Aleo', serif;
  color: black;
  text-decoration: none;
  border-bottom: none;
}
.sidebar-nav__mobile-blog .panel-title {
  position: relative;
}
.sidebar-nav__mobile-blog .panel-title .blog-counter {
  top: -3px;
  bottom: 0;
  right: -3px;
  line-height: 16px;
}
.mobile-menu-bottom-links {
  text-align: left;
}
.mobile-menu-bottom-links ul {
  list-style: none;
  padding: 0;
}
.mobile-menu-bottom-links ul li {
  line-height: 24px;
  text-indent: 10px;
}
.mobile-menu-bottom-links ul li a:hover {
  text-decoration: underline;
  color: black;
  background: none;
}
.responsive-menu-phone {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 250px;
  height: 40px;
  background-color: #135a9a;
  color: white;
  padding-top: 7px;
}
.logo-home {
  text-decoration: none;
}
.logo-home:hover {
  text-decoration: none;
}
.product-variants-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.form-forgotten-password {
  text-align: right;
}
.form-errors {
  margin: 10px 0px;
  padding: 0px;
}
.form-errors_item {
  color: #a94442;
}
.promobox-row {
  margin-top: 15px;
}
.promobox-row .promobox {
  min-height: 130px;
  background: #c9d1d9;
  background-repeat: no-repeat;
  /* or @screen-sm */
  /* or @screen-md */
  /* or @screen-lg */
}
.promobox-row .promobox div.pull-right {
  min-height: 130px;
}
@media (max-width: 767px) {
  .promobox-row .promobox {
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  .promobox-row .promobox {
    font-size: 80%;
  }
}
@media (min-width: 992px) {
  .promobox-row .promobox {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  .promobox-row .promobox {
    font-size: 100%;
  }
}
.promobox-row .promobox p.pull-right {
  padding-top: 10px;
  font-weight: bold;
  text-align: right;
  color: #575c62;
  min-height: 80px;
}
.promobox-row .promobox a.link {
  display: block;
  float: right;
  background: #750907;
  padding: 5px 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.promobox-row .promobox a:hover {
  color: #ffffff;
}
#fs .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
  max-height: 10000px;
}
#fs .navbar-default {
  border: 0;
  box-shadow: none;
}
#fs_results_box .fs-product:last-child .fs-list-thumbnail {
  border-bottom: 0;
}
.fs-filter-col.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  background: #faf6f5;
}
@media (min-width: 768px) {
  .fs-filter-col.col-xs-12 {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fs-filter.collapse {
  display: none;
  visibility: hidden;
}
.fs-filter.collapse.in {
  display: block;
  visibility: visible;
}
@media (min-width: 768px) {
  .fs-filter.collapse {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .fs-filter {
    margin-right: 15px;
  }
}
.fs-filter h4 {
  font-family: 'Open sans condensed', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 5px 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #373a3d;
}
.fs-filter .fs-slider-wrapper {
  margin: 10px 20px;
}
.fs-filter .fs-slider-wrapper .slider {
  max-width: 180px;
}
.fs-filter .fs-slider-wrapper .slider .slider-handle {
  box-shadow: inset 0 1px 0 2px #ffffff;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  background-image: none;
}
.fs-filter .fs-slider-wrapper .slider .slider-selection {
  background: #135a9a;
  box-shadow: none;
}
.fs-filter .fs-slider-wrapper .slider .tooltip {
  z-index: 5;
}
.fs-filter ul.fs-list {
  list-style: none;
  padding-left: 0;
}
.fs-filter ul.fs-list li {
  display: inline-block;
}
@media (min-width: 768px) {
  .fs-filter ul.fs-list li {
    display: block;
  }
}
.fs-filter ul.fs-list li input[type=checkbox] {
  display: none;
}
.fs-filter ul.fs-list li a,
.fs-filter ul.fs-list li i,
.fs-filter ul.fs-list li label {
  color: #373a3d;
  display: block;
  padding: 3px 5px 3px 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
}
.fs-filter ul.fs-list li a:before,
.fs-filter ul.fs-list li i:before,
.fs-filter ul.fs-list li label:before {
  content: ' ';
  display: inline-block;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 4px;
  border-radius: 3px;
  margin-right: 5px;
}
.fs-filter ul.fs-list li a .glyphicon,
.fs-filter ul.fs-list li i .glyphicon,
.fs-filter ul.fs-list li label .glyphicon {
  color: #aaaaaa;
  font-size: 10px;
  margin-left: 5px;
}
.fs-filter ul.fs-list li a:hover,
.fs-filter ul.fs-list li i:hover,
.fs-filter ul.fs-list li label:hover {
  background: #f3e9e7;
}
.fs-filter ul.fs-list li a:hover:before,
.fs-filter ul.fs-list li i:hover:before,
.fs-filter ul.fs-list li label:hover:before {
  border-color: #c9c9c9;
  background-color: #df2833;
}
.fs-filter ul.fs-list li a:hover .glyphicon,
.fs-filter ul.fs-list li i:hover .glyphicon,
.fs-filter ul.fs-list li label:hover .glyphicon {
  color: #000000;
}
.fs-filter ul.fs-list li.active a,
.fs-filter ul.fs-list li.active i,
.fs-filter ul.fs-list li.active input,
.fs-filter ul.fs-list li.active label {
  color: #000000;
}
.fs-filter ul.fs-list li.active a:before,
.fs-filter ul.fs-list li.active i:before,
.fs-filter ul.fs-list li.active input:before,
.fs-filter ul.fs-list li.active label:before {
  border-color: #c9c9c9;
  background-color: #df2833;
}
.fs-filter ul.fs-list li.disabled i {
  color: #aaaaaa;
  cursor: default;
}
.fs-horizontal {
  margin-bottom: 15px;
}
.fs-horizontal .fs-filter ul.fs-list li {
  display: inline-block;
}
.fs-horizontal .fs-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
}
.fs-horizontal .fs-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
.fs_sortbar {
  font-size: 13px;
  color: #373a3d;
  line-height: 32px;
  margin-bottom: 15px;
}
.fs_sortbar select {
  border: 1px solid #aaaaaa;
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  width: auto;
}
.fs_sortbar select.form-control {
  font-size: 12px;
  padding: 2px 10px;
  height: 28px;
}
.fs_sortbar .btn-group > .btn {
  background: none;
  padding: 3px 6px;
  display: inline-block;
  margin: 0;
}
.fs_sortbar .btn-group > .btn.active,
.fs_sortbar .btn-group > .btn:active {
  box-shadow: none;
  color: #669725;
  background: #f8f6f7;
}
.fs_sortbar .btn-group .fs-btn-view {
  border: 1px solid #aaaaaa;
}
.fs_results_info {
  font-size: 13px;
  color: #373a3d;
  line-height: 32px;
  margin-bottom: 15px;
}
.fs-search-summary-list {
  background: #faf6f5;
  padding: 10px;
  margin-bottom: 10px;
}
.fs-search-summary-list .btn {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.fs-search-summary-list .btn span {
  display: inline-block;
  margin-left: 5px;
}
.fs-search-summary-list .btn span.glyphicon {
  color: #cccccc;
  font-size: 10px;
}
.fs-search-summary-list .btn:hover span.glyphicon {
  color: #000000;
}
.language_switcher .selected {
  font-weight: bold;
}
/*USER PROFILE MENU*/
.profile_menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.profile_menu li {
  background: #dbdbdd;
  padding: 0px;
}
.profile_menu li a {
  display: block;
  padding: 6px;
  background: #777777;
  color: #555555;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}
.profile_menu li a.active,
.profile_menu li a:hover {
  background: #ff9c00;
  color: #FFF;
  text-decoration: underline;
}
.profile_menu li a.logout {
  color: #F00;
}
/*INFO BOXES, in forms, actions*/
.info_box {
  margin: 0px;
  padding: 8px;
  margin-bottom: 24px;
  color: #FFF;
  position: relative;
  background: #ff9c00;
}
.info_box p {
  margin: 3px 0px;
  padding: 0px;
  color: inherit;
  font-size: inherit;
  line-height: 1.1em;
}
.info_box p a {
  color: #FFF;
  text-decoration: underline;
}
.info_box.success {
  background: #4fa45f;
}
.info_box.error {
  background: #a44f4f;
  color: #FFF;
}
.info_box.info {
  background: #555555;
}
.info_box .info_box_close {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 6px;
  position: absolute;
  right: 4px;
  top: 7px;
}
#basket_nadler {
  display: none;
}
.html_alert {
  position: absolute;
  z-index: 1000;
  width: 240px;
  background: #FFF;
  border: 1px solid #333333;
}
.html_alert .title {
  padding: 6px 0px 6px 6px;
  background: #0088cc;
  color: #FFF;
  font-size: 16px;
}
.html_alert .close {
  background: #000;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-size: 10px;
  margin: 4px 2px 0 0;
  padding: 1px 6px;
  text-align: center;
}
.html_alert .bottom {
  padding-bottom: 8px;
}
.html_alert .bottom .content {
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding: 5px 5px;
  font-size: 0.875rem;
}
.html_alert .bottom .content p {
  font-size: inherit;
  margin-bottom: 12px;
}
.html_alert .bottom .content .button_submit {
  font-size: 0.750rem;
}
.html_alert .bottom .content .checkbox {
  margin-bottom: 0px;
}
.html_alert .bottom .content.error {
  display: none;
  color: #F00;
}
.html_alert .bottom .content.error a {
  color: #F00 !important;
  text-decoration: underline;
}
.html_alert .bottom .content.not_available {
  display: none;
  color: #000;
}
.html_alert .bottom .content.not_available a {
  color: #000 !important;
  text-decoration: underline;
}
.html_alert .bottom .content.wb {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.html_alert .bottom span {
  color: #000;
  font-size: 0.625rem;
}
.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#left-menu .navbar-default,
#left-menu .navbar-default .navbar-brand {
  background-color: #669725;
  color: #ffffff;
}
#left-menu li {
  background: #6b1c18;
}
#left-menu li a {
  color: #ffffff;
}
#left-menu li:hover,
#left-menu li a:hover {
  background: #8c3333;
}
#left-menu .nav.navbar-nav li.active {
  box-shadow: none;
  background-image: none;
  background-color: #952721;
}
#left-menu .nav.navbar-nav li.active:hover {
  background-color: #8c3333;
}
#left-menu .nav.navbar-nav li.active a {
  box-shadow: none;
  background-image: none;
  background-color: #952721;
}
#left-menu .nav.navbar-nav li.active a:hover {
  background-color: #8c3333;
}
#left-menu .nav.navbar-nav li.nested {
  padding-left: 0.5em;
  box-shadow: none;
  background-image: none;
  background-color: #a92c26;
}
#left-menu .nav.navbar-nav li.nested:hover {
  background-color: #8c3333;
}
#left-menu .nav.navbar-nav li.nested a {
  box-shadow: none;
  background-image: none;
  background-color: #a92c26;
}
#left-menu .nav.navbar-nav li.nested a:hover {
  background-color: #8c3333;
}
.jumbotron {
  margin: 15px 0;
}
/* MENU CONFIGURATION
**********************************************************/
.jetmenu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  background: #669725;
}
.jetmenu a {
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  outline: none;
  z-index: 10;
}
.jetmenu > li > a {
  padding: 20px 24px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}
/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown,
.jetmenu ul.dropdown li ul.dropdown {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 134px;
  background: #669725;
}
.jetmenu ul.dropdown {
  top: 60px;
}
.jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
}
.jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 12px;
}
.jetmenu ul.dropdown li a {
  width: 100%;
  padding: 12px 24px 12px;
  display: inline-block;
  clear: both;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Aleo', serif;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jetmenu ul.dropdown li:hover > a {
  background: #e0e0e0;
  color: #eeeeee;
}
/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left {
  left: auto;
  right: 100%;
}
/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator {
  position: relative;
  left: 5px;
  top: 6px;
  font-size: 8px;
  float: right;
}
.jetmenu ul li .indicator {
  font-size: 8px;
  top: 1px;
  left: 10px;
}
/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu {
  position: absolute;
  display: none;
  width: 25%;
  top: 40px;
  font-size: 12px;
  z-index: 99;
  background: #ffffff;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .jetmenu > li > .megamenu {
    padding: 20px 45px 20px;
    -webkit-box-shadow: 0 15px 25px 2px rgba(161, 161, 161, 0.6);
    -moz-box-shadow: 0 15px 25px 2px rgba(161, 161, 161, 0.6);
    box-shadow: 0 15px 25px 2px rgba(161, 161, 161, 0.6);
  }
}
@media (max-width: 1199px) {
  .jetmenu > li > .megamenu {
    width: 100% !important;
    padding: 30px;
  }
}
/* megamenu list */
.jetmenu li > .megamenu ul {
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  display: block;
  position: relative;
}
.jetmenu li > .megamenu ul li {
  width: 100%;
  padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title {
  margin: 0 0 8px;
  padding: 0 0 5px;
  font-size: 15px;
  font-family: 'Aleo', serif;
  font-weight: bold;
  color: #2c418a;
}
/* megamenu h5 */
.jetmenu li > .megamenu h5 {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* megamenu links */
.jetmenu li > .megamenu a {
  color: #777777;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.jetmenu li > .megamenu a:hover {
  color: #27460e;
  text-decoration: underline;
}
.jetmenu li > .megamenu ul li.title a {
  font-size: 17px;
  font-family: 'Aleo', serif;
  font-weight: bold;
  color: #333333;
}
/* megamenu images */
.jetmenu .megamenu img {
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown {
  right: 0;
}
/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width {
  width: 50%;
}
.jetmenu > li > .megamenu.full-width {
  width: 100%;
  left: 0;
}
/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form {
  width: 100%;
}
/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea {
  padding: 5px;
  color: #ffffff;
  background: #444;
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 14px;
  border: solid 1px transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus {
  border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"] {
  width: 100%;
  margin-top: 10px;
}
.jetmenu li > .megamenu form textarea {
  width: 100%;
  margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"] {
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  background: #444;
  color: #777;
  /*font-family: 'Open Sans', sans-serif;*/
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.jetmenu li > .megamenu form input[type="submit"]:hover {
  background: #e0e0e0;
  color: #555;
}
/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
  width: 100%;
  margin-top: 15px;
}
.megamenu .row:first-child {
  margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.megamenu .row:after {
  clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6 {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
  margin-left: 0;
}
.megamenu .row .col1 {
  width: 14.893617021276595%;
}
.megamenu .row .col2 {
  width: 31.914893617021278%;
}
.megamenu .row .col3 {
  width: 48.93617021276595%;
}
.megamenu .row .col4 {
  width: 65.95744680851064%;
}
.megamenu .row .col5 {
  width: 82.97872340425532%;
}
.megamenu .row .col6 {
  width: 100%;
}
/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right {
  float: right;
}
.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown {
  right: 0;
}
/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright {
  float: right;
}
.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.half-width,
.jetmenu > li.jsright.last > .dropdown {
  right: 0;
}
/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i {
  line-height: 23px !important;
  margin-right: 6px;
  font-size: 18px;
  float: left;
}
/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background: #669725;
}
.jetmenu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}
.jetmenu > li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}
.jetmenu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
}
/* STYLES
**********************************************************/
/* orange */
.orange > li:hover > a {
  background: #27460e;
  color: #fff;
}
.orange > li.active > a {
  background: #6b1c18;
  color: #fff;
}
.orange ul.dropdown li:hover > a {
  background: #ff670f;
  color: #fff;
}
.orange li > .megamenu form input[type="text"]:focus,
.orange li > .megamenu form textarea:focus {
  border-color: #ff670f;
}
.orange li > .megamenu form input[type="submit"]:hover {
  background: #ff670f;
  color: #fff;
}
.orange li > .megamenu a:hover {
  color: #ff670f;
}
/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 991px) {
  .jetmenu > li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .jetmenu > li > a {
    padding: 15px 25px;
  }
  .jetmenu a {
    width: 100%;
    background: #f39f49;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .jetmenu ul.dropdown,
  .jetmenu ul.dropdown li ul.dropdown {
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .jetmenu ul.dropdown li {
    background: #fff !important;
    border: none;
  }
  .jetmenu ul.dropdown > li > a {
    padding-left: 40px !important;
  }
  .jetmenu > li > .megamenu {
    width: 100% !important;
    position: static;
    border-top: none;
  }
  .jetmenu > li > .megamenu .row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jetmenu > li > .megamenu .row:first-child [class*="col"]:first-child {
    margin-top: 0;
  }
  .jetmenu > li > .megamenu .row {
    margin-top: 0;
  }
  .jetmenu > li > ul.dropdown > li > a {
    padding-left: 40px !important;
  }
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important;
  }
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jetmenu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    top: 55px;
  }
  .jetmenu > li > a {
    font-size: 12px;
    padding: 20px 18px;
  }
  .jetmenu .indicator {
    top: 5px;
  }
}
/*
 * General classes
 */
.form-control {
  margin-bottom: 10px;
}
.price-value {
  white-space: nowrap;
}
.element-default-hidden {
  display: none;
}
.btn {
  border: 0;
  border-radius: 0;
}
.btn-primary {
  background: #135a9a;
}
.header-top {
  color: #606060;
  font: 13px/2.08 Roboto, Arial, Tahoma, sans-serif;
  cursor: default;
}
.header-top__logo {
  padding: 20px 20px;
  text-align: center;
}
.header-top .header-top__navi {
  margin: 5px 0;
  text-align: right;
}
.header-top__navi .navi-item {
  list-style-type: none;
  text-transform: uppercase;
}
.navi-items__delimiter {
  font-size: 16px;
  padding: 5px;
  color: grey;
  position: relative;
}
@media (max-width: 1200px) {
  .navi-items .navi-item-auth {
    display: block;
  }
}
@media (max-width: 1000px) {
  .navi-items .navi-item-auth {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .navi-items .navi-item-auth {
    display: block;
    margin-bottom: 10px;
  }
}
.navi-items__login {
  padding: 13px 0;
  font-weight: 700;
  color: #135a9a;
}
.navi-items__login a:hover {
  text-decoration: none;
  color: #df2933;
}
.navi-items__register {
  padding: 13px 0;
  font-weight: 700;
  color: #135a9a;
}
.navi-items__register a:hover {
  text-decoration: none;
  color: #df2933;
}
.navi-search-form__input {
  padding: 9px 100px 9px 9px;
  width: 100%;
  margin-top: 10px;
  border: 3px solid #135a9a;
  border-radius: 4px;
}
.navi-search-form__submit {
  width: 32px;
  height: 32px;
  text-indent: -10000px;
  background: url("/buxus/assets/images/search-button.svg") no-repeat 100% 100% transparent;
  border: 0;
  background-size: 32px 32px;
  border: none;
  outline-style: none;
  outline: 0;
  position: absolute;
  top: 14px;
  right: 5px;
  margin-top: 1px;
}
@media (max-width: 1200px) {
  .navi-search-form__submit {
    top: 19px;
  }
}
.navbar-toggle {
  float: none;
  color: #ffffff;
}
body:after {
  content: '';
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s;
}
.active-sidebar:after {
  opacity: 1;
  z-index: 999;
}
.toggle__menu-img {
  pointer-events: none;
}
.navbar-toggle__label {
  padding-left: 15px;
}
.header-top__cart {
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header-top__cart {
    margin: 10px;
  }
}
.header-top__infolinka .infolinka-number {
  font-size: 16px;
  font-weight: 700;
  color: #df2933;
}
.header-top__infolinka {
  margin: 5px 0;
}
.cart-info-link {
  color: #000;
  height: 100%;
  display: block;
  padding-top: 10px !important;
}
.cart-info-link:hover {
  text-decoration: none;
  color: #000;
}
.cart-info__logo {
  width: 27px;
  height: 18px;
  background: transparent url("/buxus/assets/images/design/buy.png") no-repeat 50% 50%;
  display: inline-block;
}
.cart-info__price {
  color: red;
  font-weight: 700;
}
.cart-info__items {
  color: #000;
  font-weight: 700;
  display: inline;
  white-space: nowrap;
}
.cart-info__delimiter {
  color: #d4d4d4;
  font-size: 16px;
}
.search-suggest {
  width: 100%;
  margin-top: 27px;
  box-shadow: 0 0 6px #000000;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
}
.search-suggest__arrow {
  position: absolute;
  top: -9px;
  left: 15px;
  width: 17px;
  height: 9px;
  background: url("/buxus/assets/images/design/fulltext_suggestions_arrow.png");
}
.suggest-item {
  display: block;
  background: #ffffff;
  border-bottom: 1px dotted #a9a9a9;
  padding: 10px;
}
.suggest-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.suggest-item:last-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.suggest-item:hover {
  background: #d9d9d9;
}
.suggest-item:hover a {
  color: #000000;
}
.suggest-item__label {
  color: #000000;
}
.suggest-item__type {
  float: right;
  color: #606060;
  margin-top: 10px;
}
.suggest-busy input[type="text"] {
  background: url("/buxus/assets/images/design/ajax-loader.gif") no-repeat right 10px top 7px;
}
.suggest-busy input[type="submit"] {
  background: none;
}
@media (max-width: 1200px) {
  .megamenu-container {
    width: inherit;
    padding: 0;
  }
}
.megamenu-navbar-toggle {
  padding: 10px 30px;
}
.megamenu-row {
  background: white;
}
.jetmenu {
  background: inherit;
  list-style: disc;
}
@media (min-width: 992px) {
  .jetmenu > li {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .jetmenu > li > a {
    background: #135a9a;
  }
}
@media (max-width: 1199px) {
  .jetmenu > li > a {
    font-size: 14px;
  }
}
.jetmenu > li:hover > a {
  background: none;
  color: #D81636;
}
.jetmenu > li .megamenu [class*="col"]:nth-child(7) {
  clear: both;
}
.jetmenu > li .megamenu ul {
  margin-bottom: 0;
  float: none;
  color: #D81636;
  list-style-type: disc;
}
.jetmenu > li .megamenu ul li a {
  color: #000000;
  background: none;
}
.jetmenu > li .megamenu ul ul {
  list-style-type: disc;
  margin-bottom: 0;
  padding: 5px 0 0 20px;
  color: #135a9a;
}
.jetmenu > li .megamenu ul ul a {
  color: #606060;
  background: none;
}
.jetmenu > li > a {
  padding: 10px 24px;
  text-transform: none;
}
.container-bg {
  padding-bottom: 50px;
  color: #606060;
  font: 13px/2.08 Roboto, Arial, Tahoma, sans-serif;
  cursor: default;
}
@media (max-width: 767px) {
  .container-bg {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .main-content-wrapper {
    padding-top: 130px;
  }
}
.box {
  position: relative;
  margin: 20px;
  border: solid 1px;
}
.box-items {
  list-style: none;
  position: relative;
}
.box-item {
  float: left;
  margin: 5px 20px;
}
@media (max-width: 991px) {
  .box-item {
    float: none;
    margin: 5px 0;
  }
}
.box-item__checkbox {
  display: inline-block;
}
@media (max-width: 1199px) {
  .box-item__checkbox {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .box-item__checkbox {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .box-item__checkbox {
    width: 20px;
    height: 20px;
  }
}
.box-item__text {
  padding: 0px 10px 0 2px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  color: #000;
}
@media (max-width: 768px) {
  .box-item__text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .box-item__text {
    font-size: 9px;
  }
}
.aktivacia-predpl-image {
  max-width: 100%;
  margin: 20px 0;
}
.references-title-image {
  max-width: 100%;
  margin: 20px 0;
}
.reference {
  text-align: center;
  margin-bottom: 10px;
}
.reference .reference-image {
  background: lightgrey;
  padding: 20px 0;
}
.reference .reference-content {
  padding: 0 40px;
  border: solid 1px lightgrey;
}
.reference .reference-text {
  text-align: left;
  margin: 30px 0;
}
.reference .reference-text__text {
  color: #000000;
  overflow: hidden;
}
.reference .reference-text__apostrophe {
  display: inline-block;
  float: left;
  margin: 9px 10px 0 10px;
}
.reference .reference-author {
  text-align: right;
  font-weight: 700;
  margin: 10px;
}
.page-delimiter {
  content: '';
  width: 40%;
  height: 1px;
  background: #d9d7d8;
  margin: 10px 30%;
}
.page-delimiter--centered {
  content: '';
  width: 40%;
  height: 1px;
  background: #d9d7d8;
  margin: 0 auto;
  text-align: center;
}
.page-delimiter--full {
  width: 100%;
  content: '';
  height: 1px;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .page-delimiter--full {
    background: none;
  }
}
.page-delimiter--thick {
  width: 100%;
  content: '';
  height: 6px;
  background: #d9d7d8;
  margin: 10px 30%;
}
.footer {
  color: #606060;
  font: 13px/2.08 Roboto, Arial, Tahoma, sans-serif;
  cursor: default;
  background: #135a9a;
  line-height: 1.75;
  padding: 15px 0;
}
.footer-boxes {
  background: #135a9a;
  margin: 15px 0 10px;
  padding: 0;
}
.footer-box__address {
  color: #acafc5;
  font-size: 11px;
  margin: 0 0 12px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer-box__address {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__copyright {
    margin-bottom: 15px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-box:nth-child(3) {
    clear: both;
  }
}
.footer-box h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-box h3 {
    font-size: 13px;
  }
}
.footer-box__items {
  margin: 0 0 12px;
  padding: 0;
  list-style-type: none;
  color: #bec1d7;
  font-weight: 700;
  font-size: 12px;
}
.footer-box__items a {
  color: #acafc5;
  font-size: 11px;
}
@media (max-width: 991px) {
  .footer-box__items a {
    font-size: 13px;
  }
}
.footer-box__items a:hover {
  color: #fff;
  text-decoration: none;
}
.newsletter-form {
  margin: 0 0 11px;
  padding: 0;
  color: #acafc5;
  font-size: 12px;
}
.newsletter-form__inputs {
  margin-right: 80px;
  position: relative;
}
.newsletter-form__input {
  padding-left: 13px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
  color: black;
}
.newsletter-form__submit {
  text-indent: -10000px;
  background: transparent url('/buxus/assets/images/design/news.png') no-repeat 50% 50%;
  border: none;
  background-color: #fff;
  outline-style: none;
  outline: 0;
  padding-left: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
}
.footer-bottom {
  color: #acafc5;
  font-size: 12px;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 15px 15px;
  background: #125189;
  border: none !important;
}
.footer-bottom-container {
  text-align: center;
  width: 100%;
  margin: 0;
}
.footer-bottom-container a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mailinglist-email {
    padding: 2px 5px;
  }
}
.info-content__text {
  color: #606060;
  font: 13px/2.08 Roboto, Arial, Tahoma, sans-serif;
  cursor: default;
}
.info-content__text-title {
  color: #FF0000;
}
.info-content__text-title--centered {
  text-align: center;
  font-size: 22px;
}
.banner2 {
  background: #d9d7d8;
  margin: 20px 30px;
  width: auto;
}
.banner2__item {
  margin: 20px;
}
.banner2__item-image {
  border: solid 1px #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.33);
}
.banner2__item-image:hover {
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.33);
}
.banner2__item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  color: #10070a;
  text-decoration: none;
  display: block;
}
.banner2__item-text:hover {
  text-decoration: none;
  color: #df2933;
}
.banner2__nav-prev {
  background: rgba(0, 0, 0, 0.34);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -30px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .banner2__nav-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}
.banner2__nav-next {
  background: rgba(0, 0, 0, 0.34);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -30px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .banner2__nav-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.banner2__nav-prev .glyphicon-chevron-left {
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .banner2__nav-prev .glyphicon-chevron-left {
    font-size: 20px;
    margin-top: 10px;
  }
}
.banner2__nav-next .glyphicon-chevron-right {
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .banner2__nav-next .glyphicon-chevron-right {
    font-size: 20px;
    margin-top: 10px;
  }
}
.product-detail {
  font: 13px/2.08 Roboto, Arial, Tahoma, sans-serif;
  cursor: default;
}
.product-detail .product-detail-background {
  padding-top: 0px;
}
.product-detail__image-gallery-item {
  margin: 5px;
}
.product-image-gallery {
  margin-left: 29px !important;
}
@media (max-width: 768px) {
  .product-image-gallery {
    margin-left: 0 !important;
  }
}
.detail-image {
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  width: 80px;
  overflow: hidden;
}
.detail-image a {
  overflow: hidden;
}
.detail-image a img {
  height: 90px !important;
}
.product-detail__image-gallery-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.detail__product-title {
  color: #000;
  font-size: 2.3em;
  font-weight: 700;
  font-family: 'Aleo', serif;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .detail__product-title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .detail__product-title {
    text-align: left;
  }
}
.detail__per-lang-field {
  background: #ffffff;
  color: #000000;
  font-family: "Open Sans";
  margin: 0;
}
.detail__periodicity {
  margin: 5px 0;
}
@media (max-width: 991px) {
  .detail__periodicity {
    font-size: 14px;
  }
}
.detail__lang {
  margin: 5px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .detail__lang {
    text-align: left;
    font-size: 14px;
  }
}
.detail__periodicity-value {
  font-weight: 700;
}
.detail__lang-value {
  font-weight: 700;
}
.detail__lang-label {
  font-size: 16px;
  color: rgba(116, 116, 116, 0.8);
}
.detail__periodicity-label {
  font-size: 16px;
  color: rgba(116, 116, 116, 0.8);
}
.detail-description {
  color: #000000;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 15px;
}
@media (max-width: 430px) {
  .detail-description {
    padding: 0 15px;
  }
}
.detail-description .product-description {
  overflow: hidden;
}
.detail__table-labels {
  color: #135a9a;
  font-weight: 700;
  background: #d9d7d8;
}
.detail__price-value .price-value {
  color: #df2933;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detail__price-value .price-value {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .detail__price-value .price-value {
    font-size: 16px;
  }
}
.detail__price-value .price-dph-label {
  color: #606060;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .detail__price-value .price-dph-label {
    font-size: 11px;
  }
}
.detail__code-value {
  color: #606060;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle !important;
}
.detail__detail-value {
  color: #606060;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle !important;
}
@media (max-width: 480px) {
  .detail__detail-value {
    font-size: 11px;
  }
}
.detail__buy-value a {
  border-radius: 0;
  background: #135a9a;
  border: 0;
}
.detail__buy-value a:hover {
  background: #df2933;
}
.detail__table {
  margin: 0;
}
.detail__infolinka {
  margin: 20px 0;
}
.detail__infolinka img {
  width: 100%;
}
.bottom-banner__title {
  color: #000;
  font-weight: 300;
  font-size: 2.3em;
  text-align: center;
}
@media (max-width: 768px) {
  .product-detail .inner-right {
    height: auto;
    line-height: normal;
  }
}
.detail__article-number {
  font-family: "Open Sans";
  padding-top: 3px !important;
}
.detail__article-number-value {
  font-weight: bold;
}
.product-head-row div {
  padding: 0;
}
@media (max-width: 992px) {
  .product-head-row div {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .product-head-row {
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .product-head-row {
    padding: 0 15px;
  }
}
.breadcrumb {
  background: #fff;
  margin: 10px 0;
  padding-left: 0;
  font-family: "Open Sans";
}
.breadcrumb .buxus-toolbar {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: 11px;
  text-decoration: underline;
}
.breadcrumb .buxus-toolbar:hover {
  color: #df2933;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #df2933;
  text-decoration: none;
}
.breadcrumb > li:last-child .buxus-toolbar {
  color: black;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: '>';
  width: 9px;
  font-size: 14px;
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.8);
  margin: 0 5px;
}
.breadcrumb .current {
  color: rgba(131, 131, 131, 0.8);
  text-decoration: none;
}
.breadcrumb .current:hover {
  color: rgba(131, 131, 131, 0.8);
}
.breadcrumb a {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumb-label {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  padding-right: 8px;
  font-size: 11px;
  padding-top: 3px;
}
@media (max-width: 480px) {
  .breadcrumb-label {
    float: none;
  }
}
.left-categ-list .left-categ-list-title {
  background: #135a9a;
  color: #dbdada;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 20px;
  text-transform: uppercase;
}
.left-categ-list-items {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
.left-categ-list-item {
  border-color: #e7e7e7;
  background: linear-gradient(#fff, #ededed);
  padding: 3px 10px;
  color: #000;
  position: relative;
  border-top: solid 1px #d9d7d8;
}
.left-categ-list-item__label {
  padding: 3px 10px;
}
.left-categ-list-item__link {
  text-decoration: none;
  color: #000;
}
.left-categ-list-item__link:hover {
  text-decoration: none;
  color: #df2933;
}
.left-categ-list-item__bullet {
  background: url("/buxus/assets/images/design/li.png");
  position: relative;
  float: left;
  width: 4px;
  height: 4px;
  margin: 10px;
  text-align: center;
}
.left-categ-list-items .categ-active {
  background: #df2933;
  color: #fff;
  padding: 0;
}
.left-categ-list-items .categ-active .left-categ-list-item__bullet {
  background: url("/buxus/assets/images/design/li2.png");
  position: relative;
  float: left;
  width: 4px;
  height: 4px;
  margin: 10px;
  text-align: center;
}
.left-categ-list-items .categ-active .left-categ-list-item__link {
  color: #fff;
}
.left-categ-list-subitems {
  list-style: none;
  text-decoration: none;
  background: #fff;
  background: linear-gradient(#fff, #ededed);
  border-color: #e7e7e7;
  border-top: solid 1px #d9d7d8;
  padding: 10px 20px;
}
.left-categ-list-subitem {
  color: #606060;
  font-size: 12px;
  font-style: italic;
}
.left-categ-list-subitem__link {
  color: inherit;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}
.left-categ-list-subitem__link:hover {
  text-decoration: none;
}
.left-categ-list-subitem__bullet {
  background: url("/buxus/assets/images/design/li3.png");
  position: relative;
  float: left;
  width: 4px;
  height: 4px;
  margin: 10px;
  text-align: center;
}
.left-categ-list-subitems .subcateg_active {
  color: #135a9a;
}
.product-catalog {
  padding: 0;
  margin-bottom: 15px;
}
.product-catalog .col-sm-3 {
  padding: 0px 12px;
}
.product-catalog .page-delimiter--full {
  margin: 0px 0;
  margin-bottom: 10px;
}
.product-catalog__title {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Aleo', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.product-catalog__results-count {
  display: inline-block;
  color: rgba(126, 126, 126, 0.8);
  font-family: "Open Sans";
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
}
#fs .navbar-toggle {
  float: right;
}
#fs .navbar-default {
  background: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #fs .navbar-default {
    position: fixed;
    top: 65px;
    left: 0;
    width: 50%;
    z-index: 999;
    background-color: #2c418a;
  }
}
#fs .navbar-default .navbar-header,
#fs .navbar-default .navbar-brand {
  background: #135a9a;
}
#fs .navbar-header {
  float: none;
}
@media (max-width: 768px) {
  #fs .fs-navbar-collapse {
    border: 1px solid #e7e7e7;
    background-color: white;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  #fs .fs-navbar-collapse {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100vw;
    max-height: calc(100vh - 115px);
  }
}
#fs .navbar-default .navbar-toggle .icon-bar {
  background: #ffffff;
}
@media (max-width: 991px) {
  #fs .navbar-toggle {
    display: block;
  }
}
.product-catalog__filter-panel {
  background-color: white;
}
.filter-count {
  display: flex !important;
  width: auto;
  float: right;
}
@media (max-width: 767px) {
  .product-catalog__filter-panel .filter-count {
    position: fixed;
    top: 65px;
    background: #2c418a;
    left: 50%;
    margin: 0 !important;
    padding: 0;
    width: 50%;
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .product-catalog__filter-panel .fs_results_info {
    text-align: left;
  }
}
.product-catalog__filter-panel .fs-filter-price h4 {
  color: #dbdada;
  margin: 10px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: normal;
  position: relative;
  float: left;
}
.product-catalog__filter-panel .fs-filter-price .fs-slider-wrapper {
  position: relative;
  float: left;
  margin: 10px;
  padding: 12px 0;
}
.filter-panel-upper__price .price__label {
  position: relative;
  float: left;
  margin-right: 40px;
}
.filter-panel-upper__price .price__slider {
  position: relative;
  float: left;
}
.product-catalog__filter-panel .fs-slider-wrapper .slider-handle {
  background: #135a9a !important;
  border: solid 1px #fff;
}
.product-catalog__filter-panel .fs-slider-wrapper .slider-selection {
  background: #b91c24 !important;
}
.product-catalog__filter-panel .filter-count,
.product-catalog__filter-panel .filter-sort {
  color: #dbdada;
  display: inline-block;
}
@media (max-width: 480px) {
  .product-catalog__filter-panel .filter-count,
  .product-catalog__filter-panel .filter-sort {
    text-align: center;
    float: none;
  }
}
.product-catalog__filter-panel .count-label {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .product-catalog__filter-panel .count-label {
    text-align: center;
    float: left;
  }
}
.product-catalog__filter-panel label {
  display: none;
}
#fs-sort-property {
  border: 1px solid #979797;
  border-radius: 4px;
  background-color: #ffffff;
  height: 40px;
  width: 176px;
}
@media (min-width: 768px) {
  .select-sortbar.bootstrap-select > .dropdown-toggle {
    /*styles for the toggle button*/
    width: 176px;
    height: 40px;
    display: block;
    padding: 0px !important;
    line-height: 38px;
    background-color: #ffffff;
    color: black;
    border: 1px solid #979797;
    border-radius: 4px;
    text-transform: none;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
  }
  .select-sortbar.bootstrap-select > .dropdown-toggle .filter-option {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .select-sortbar.bootstrap-select > .dropdown-toggle .filter-option-inner-inner:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url("../images/arrow-down.svg") no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
  }
}
.select-sortbar.bootstrap-select > .dropdown-toggle .bs-caret {
  display: none;
}
.select-sortbar.bootstrap-select > .dropdown-menu {
  right: 0;
  left: auto;
  top: 34px;
  border-radius: 0;
  border: 1px solid #979797;
  background: #fff;
  box-shadow: none;
}
.filter-panel-upper__quantity .quantity__select-box {
  height: 24px;
}
.product-catalog__filter-panel .count-select {
  color: #a4a4a4;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 50px;
  height: 24px;
  background: url("/buxus/assets/images/design/switch.png") no-repeat right 1px, linear-gradient(to right, white 55%, #b91c24 45%);
  text-align: left;
  position: relative;
  float: right;
  border: 0;
}
@media (max-width: 480px) {
  .product-catalog__filter-panel .count-select {
    text-align: center;
    float: none;
  }
}
.product-catalog__filter-panel .fs_sortbar {
  text-align: right;
}
@media (max-width: 768px) {
  .product-catalog__filter-panel .fs_sortbar {
    text-align: left;
  }
}
.product-catalog__filter-panel .filter-panel-lower__type {
  color: #dbdada;
  margin: 10px;
  display: inline-block;
}
.filter-panel-lower__type .type__label {
  position: relative;
  float: left;
  margin-right: 10px;
}
.filter-panel-lower__type .type__select-box {
  position: relative;
  float: left;
  border-radius: 0;
  background: #b91c24;
  border: 0;
  color: #fff;
  padding: 3px 25px;
}
.filter-panel-lower__type .type__select-box span {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("/buxus/assets/images/design/switch.png") no-repeat 0 0;
}
.product-catalog__filter-panel .filter-panel-lower__sorting {
  color: #dbdada;
  margin: 10px 0;
  display: inline-block;
}
.filter-panel-lower__sorting select {
  color: #a4a4a4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 190px;
  height: 24px !important;
  background: url("/buxus/assets/images/design/switch.png") no-repeat right 1px, linear-gradient(to right, white 88%, #b91c24 12%);
  text-align: left;
  position: relative;
  float: right;
  border: 0;
}
.product-catalog__filter-panel .fs_sortbar select {
  margin: 0;
}
.product-catalog__filter-panel .fs_sortbar {
  margin-bottom: 0;
}
.product-catalog__filter-panel .fs_results_info {
  margin-bottom: 0;
}
.product-catalog__filter-panel .filter-col-1 {
  text-align: left;
  padding-top: 15px;
}
@media (max-width: 480px) {
  .product-catalog__filter-panel .filter-col-1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-catalog__filter-panel .filter-col-1 {
    padding-top: 0px;
  }
}
.product-catalog__filter-panel .filter-col-2 {
  text-align: right;
}
@media (max-width: 480px) {
  .product-catalog__filter-panel .filter-col-2 {
    text-align: center;
  }
}
.product-catalog__filter-panel .form-control {
  display: inline-block;
  padding: 0;
}
.product-card {
  background-color: #ffffff;
  width: auto;
  border: none;
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .product-card {
    width: auto;
  }
}
.products-carousel .owl-stage-outer {
  height: 450px;
}
.detail__rating-stars {
  padding: 15px;
}
.empty-style {
  margin-bottom: 326px;
}
.product-card:hover {
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.05);
}
.product-card .caption {
  margin: 0;
  position: relative;
}
.product-card .caption:hover {
  box-shadow: none;
}
.product-card .image {
  margin: 0px;
  position: relative;
  float: left;
  height: 253px;
  width: 100%;
}
.product-card .image img {
  height: inherit;
  width: auto;
  transition: box-shadow 0.3s ease-in-out;
}
.product-card .image img:hover {
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.5);
}
.product-card .title {
  text-transform: capitalize;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  height: 55px;
}
.product-card .title a {
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.product-card .product-detail-button {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  display: inline-block;
}
.product-detail-button a {
  font-weight: 700;
  border-radius: 0;
  border: 0;
}
.product-detail-button a:hover {
  background: #df2933;
}
.catalog-pagination-wrapper {
  margin: 0;
}
.catalog-pagination-wrapper li {
  border: none;
}
.catalog-pagination-wrapper li a {
  color: black;
  border: none;
  background-color: transparent;
}
.pagination {
  border: none;
}
.pagination a {
  border-style: none;
  border-width: 0;
  color: #8a8a8a;
}
.pagination .active a {
  color: black;
  font-weight: bold;
  background-color: transparent !important;
}
.pagination a:hover {
  background-color: transparent !important;
  color: #8a8a8a;
}
div.shopping_cart_navigator {
  margin-top: 0;
}
div.shopping_cart_navigator div.current {
  background: #df2933;
}
div.shopping_cart_navigator div.current::after {
  background-color: #df2933;
}
div.shopping_cart_navigator a.following,
div.shopping_cart_navigator div.following {
  background: #135a9a;
  color: #fff;
}
div.shopping_cart_navigator div.following::after {
  background-color: #135a9a;
}
.shopping_cart_navigator .process-image {
  background: url('/buxus/assets/images/design/steps.png') no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 0 0 6px;
}
@media (max-width: 480px) {
  .shopping_cart_navigator .process-image {
    display: none;
  }
}
.shopping-cart-title {
  font-size: 2.3em;
  color: #000;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 .5em;
  padding: 0;
}
.basket_table.table .head th {
  background: #d4d4d4;
  color: #135a9a;
}
.basket_table.table .product_info_row > td.price {
  color: #606060;
  font-weight: 700;
}
.basket_table.table #price-summary td.price {
  color: #df2933;
  font-weight: 700;
  font-size: 18px;
}
.basket_table.table .product_info_row > td {
  background: #fff;
}
.shopping-cart__back-btn {
  margin: 0;
  text-align: left;
  display: block;
}
@media (max-width: 480px) {
  .shopping-cart__back-btn {
    text-align: center;
    margin: 10px;
  }
}
.shopping-cart__next-btn {
  margin: 0;
  text-align: right;
  display: block;
}
@media (max-width: 480px) {
  .shopping-cart__next-btn {
    text-align: center;
    margin: 10px;
  }
}
.shopping-cart__next-btn .btn {
  border-radius: 0;
  background: #135a9a;
  font-weight: 700;
  text-align: center !important;
  float: none !important;
}
.shopping-cart__next-btn .btn:hover {
  background: #df2933;
  border-color: #df2933;
}
#transport_payment_form,
#delivery_data_form {
  border-radius: 0;
  background: #135a9a;
  font-weight: 700;
  text-align: center !important;
  float: right;
}
#transport_payment_form:hover,
#delivery_data_form:hover {
  background: #df2933;
  border-color: #df2933;
}
.bt-cart-tp-price {
  width: 200px;
}
.bt-cart-total-total-price {
  font-size: 14px;
  font-weight: bold;
}
.bt-cart-total-description {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.bt-cart-tp-description label {
  font-weight: normal;
}
.cart-table-header-row {
  background-color: #ffffff !important;
}
.cart-table-header-row td {
  border-top: none !important;
}
.table-striped-inv > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-striped-inv > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .info-content__text {
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .info-content__text .title {
    text-align: center;
  }
}
.fs-list-value__display-more,
.fs-list-value__display-less {
  margin-left: 20px;
}
.fs-list-value__display-more span,
.fs-list-value__display-less span {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
.fs-list-value__display-more span:hover,
.fs-list-value__display-less span:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .left-col {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fs-filter ul.fs-list li {
    display: block;
  }
}
.fs-filter ul.fs-list li label {
  padding: 0 5px 0 15px;
  position: relative;
}
.fs-filter {
  margin-right: 0;
}
@media (max-width: 768px) {
  .fs-filter {
    text-align: center;
  }
}
.fs-list li label:before {
  content: ' ';
  display: block;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 4px;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 8px;
}
@media (max-width: 769px) {
  .fs-list li label:before {
    position: initial;
  }
}
.filter-icon-wrapper {
  position: absolute;
  top: 13px;
  left: 5px;
  color: white;
  padding: 0px 50px;
}
.filter-icon-wrapper img {
  padding: 5px;
}
@media (max-width: 767px) {
  .fs-search-summary-list {
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .fs-search-summary-list .btn {
    margin-bottom: 10px;
  }
}
.product-on-question-form-container {
  border-top: 1px solid #d9d7d8;
  padding-bottom: 30px;
}
.product-on-question__errors {
  padding: 0 0 0 15px;
}
.product-on-question__error-message {
  color: red;
}
.product-on-question-form__th {
  vertical-align: top;
  padding: 3px 15px 0 0;
}
.product-on-question-form__input {
  width: 275px;
  border-radius: 0;
}
.product-on-question-form__note-element.form-control {
  height: 150px;
}
.authentication-links-ul {
  margin-right: 10%;
  list-style-type: none;
}
.authentication-links-li {
  display: inline;
  margin-left: 15px;
}
.foreign-address-warning {
  display: none;
  line-height: 18px;
  color: red;
}
.mini-login-form {
  position: relative;
  padding: 5px 15px;
  background: #eeeeee;
}
.mini-login-form-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wizard-login-form-headline {
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
}
.wizard-login-form-text {
  line-height: 20px;
}
.wizard-login-form {
  margin: 15px 15px 0 15px;
}
.wizard-login-form__subsection {
  margin-top: 7px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .mycarousel {
    min-height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mycarousel {
    min-height: 215px;
  }
}
@media (min-width: 1200px) {
  .mycarousel {
    min-height: 470px;
  }
}
.help-block {
  font-size: 15px;
  color: #a94442;
}
.shopping-cart_summary-info-form .form-group {
  margin-bottom: 0;
}
.shopping-cart_summary-info-form input[type="checkbox"] {
  margin-top: 7px;
}
.summary-info__spam-warning {
  color: red;
  line-height: 16px;
}
.summary-info__spam-warning--sm {
  margin-top: 45px;
}
@media (min-width: 576px) {
  .col-voucher {
    width: 50%;
  }
}
.top-links {
  padding: 0;
  margin: 0;
}
.header-wrapper {
  padding: 0;
  margin: 0;
  background-color: #135a9a;
}
@media (max-width: 1200px) {
  .header-wrapper {
    display: none;
  }
}
.top-links__list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.top-links__list li {
  float: right;
}
.top-links__list--link {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 3px 20px;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.top-links__list--link:hover {
  color: white;
}
.top-links__list--link:active {
  text-decoration: none;
  color: white;
}
.top-links__list--link:visited {
  text-decoration: none;
  color: white;
}
.first-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}
.first-carousel.owl-carousel .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  background: #f3f3f3;
  border: 1px #f3f3f3 solid;
  border-radius: 50%;
  transition: background-color 0.4s, opacity 0.4s;
  opacity: .4;
}
.first-carousel.owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
}
.first-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #fff;
  opacity: .8;
}
.first-carousel.owl-carousel .owl-dots button.owl-dot:not(:last-of-type) {
  margin-right: 10px;
}
.first-carousel {
  margin-top: 10px;
}
.first-carousel .owl-nav {
  display: none;
}
@media (max-width: 767px) {
  .first-carousel .owl-stage-outer {
    display: none;
  }
}
@media (max-width: 767px) {
  .first-carousel .owl-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .first-carousel .owl-next {
    display: none;
  }
}
.carousel-wrapper {
  color: white;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 210px;
  left: 135px;
  width: 291px;
  transform: translateY(-50%);
  max-width: calc(90%);
  font-size: 16px;
}
@media (max-width: 1200px) {
  .carousel-wrapper {
    top: 180px;
    left: 110px;
  }
}
.carousel-content__link a {
  color: white;
  text-decoration: none;
}
.carousel-content__link a:hover {
  text-decoration: none;
  color: black;
}
.carousel-content__link button {
  color: white;
  background: transparent;
  border: 2px solid white;
  border-radius: 3px;
  padding: 3px 20px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.carousel-content__link button:hover {
  color: black;
  background-color: white;
}
.owl-nav {
  position: absolute;
  font-size: 60px;
  top: 80px;
  color: white;
  width: 100%;
}
.owl-nav .owl-prev span {
  padding: 10px;
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav .owl-next span {
  padding: 10px;
}
.offers {
  background-color: #eaecf3;
  max-width: 1140px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .offers {
    display: none;
  }
}
.offers-wrapper {
  display: flex;
  width: 100%;
  list-style: none;
  text-align: center;
  padding-right: 40px;
  padding-top: 20px;
  margin: auto;
}
.offers-wrapper li {
  margin: auto;
}
@media (max-width: 992px) {
  .offers-wrapper li {
    margin: 0;
  }
}
.offers-wrapper li span img {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .offers-wrapper {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .front-page-cards .row {
    margin-top: 35px;
  }
}
.front-page-cards img {
  background-color: #135a9a;
}
.big-img-column {
  padding-left: 10px;
  padding-right: 10px;
}
.image-wrapper-big {
  height: 448px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .5s ease;
}
.image-wrapper-big img {
  width: 100%;
}
@media (max-width: 1200px) {
  .image-wrapper-big img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .image-wrapper-big img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .image-wrapper-big {
    height: auto;
  }
}
.image-wrapper-big__image {
  transition: .5s ease;
}
.image-wrapper-big:hover .title-choice-container {
  transform: scale(1.1);
}
.small-cards-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
.small-cards-row.row {
  margin: -10px;
}
@media (max-width: 767px) {
  .small-cards-row.row {
    text-align: center;
    margin-top: 10px;
  }
}
.title-choice-container {
  transition: .5s ease;
}
.title-choice-container:hover {
  transform: scale(1.1);
}
.image-wrapper-big:hover ~ .title-choice-container {
  transform: scale(1.1);
}
.image-wrapper-small {
  height: 214px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .5s ease;
}
@media (max-width: 768px) {
  .image-wrapper-small {
    height: auto;
  }
}
@media (max-width: 768px) {
  .image-wrapper-small img {
    width: 100%;
  }
}
.image-wrapper-small:hover {
  -webkit-box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.43);
}
.small-cards-container {
  padding: 10px;
  -webkit-transition: .5s;
  transition: .5s ease;
}
.top-sellers .owl-stage {
  margin-bottom: 10px;
}
.top-sellers .owl-nav {
  z-index: -1;
}
@media (max-width: 1240px) {
  .top-sellers .owl-nav {
    display: none;
  }
}
.top-sellers .owl-prev span {
  position: absolute;
  color: #c8c8c8;
  left: -35px;
  bottom: 10px;
}
.top-sellers .owl-next {
  float: initial;
}
.top-sellers .owl-next span {
  position: absolute;
  color: #c8c8c8;
  right: -40px;
  bottom: 10px;
}
.top-seller-item {
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #ffffff;
  height: 400px;
}
.top-seller-item__image-wrapper {
  width: 100%;
  height: 255px;
  text-align: center;
  transition: .5s ease;
}
.top-seller-item__image-wrapper img {
  width: auto !important;
  max-height: 100%;
  display: inline-block !important;
  transition: .5s ease;
}
.top-seller-item__image-wrapper:hover a > img {
  -webkit-box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 29px -2px rgba(0, 0, 0, 0.43);
}
.top-seller-item__text-container {
  text-align: center;
}
.top-seller-item__text-container a {
  padding: 5px;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
  color: black;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  display: block;
  word-wrap: break-word;
}
.top-seller-item__text-container--price {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #135a9a;
}
.small-cards-container__label {
  width: 145px;
  position: absolute;
  top: 145px;
  left: 30px;
  color: white;
  font-family: 'Aleo', serif;
  font-size: 23px;
  text-align: left;
  transition: .5s ease;
}
@media (max-width: 992px) {
  .small-cards-container__label {
    top: auto;
    bottom: 20px;
  }
}
.image-wrapper-small:hover .small-cards-container__label {
  transform: scale(1.2);
}
.image-wrapper-small__image {
  transition: .5s ease;
}
.image-wrapper-small:hover .image-wrapper-small__image {
  transform: scale(1.1);
}
.small-cards-container:hover .small-cards-container__label {
  transform: scale(1.2);
}
.small-cards-container__label--link:hover .small-cards-container__label {
  transform: scale(1.2);
}
.small-cards-container__label--link {
  text-decoration: none;
  color: white;
}
.small-cards-container__label--link:hover {
  text-decoration: none;
  color: white;
}
.title-choice-container {
  position: absolute;
  top: 275px;
  left: 50px;
  color: white;
}
.title-choice-container p {
  font-size: 38px;
  font-family: 'Aleo', serif;
  width: 240px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .title-choice-container p {
    font-size: 25px;
  }
}
.title-choice-container .button {
  color: white;
  background-color: #df2833;
  border: 2px solid #df2833;
  border-radius: 4px;
  width: 144px;
  height: 36px;
  font-family: "Open Sans";
  transition: .5s ease;
}
@media (max-width: 992px) {
  .title-choice-container .button {
    width: auto;
  }
}
@media (max-width: 767px) {
  .title-choice-container .button {
    width: 130px;
  }
}
.title-choice-container .button:hover {
  background-color: transparent;
  color: white;
  border: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .title-choice-container {
    position: absolute;
    top: 275px;
    left: 30px;
    color: white;
    top: auto;
    bottom: 20px;
  }
}
.top-seller-item__text-container--full-star {
  background-image: url("/buxus/assets/images/full-star.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.top-seller-item__text-container--empty-star {
  background-image: url("/buxus/assets/images/empty-star.svg");
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .first-subtitle {
    display: none;
  }
}
.homepage-subtitle {
  margin-top: 60px;
}
.homepage-subtitle h3 {
  font-family: 'Aleo', serif;
  font-size: 26px;
}
.opinion-container {
  padding: 10px 45px 45px 45px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .opinion-container {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .opinion-container {
    padding: 45px;
  }
}
.opinion-container p {
  font-family: "Open Sans";
  overflow: hidden;
}
@media (max-width: 1200px) {
  .opinion-container p {
    height: auto;
    margin: 0px;
  }
}
.author-container {
  padding-top: 30px;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .author-container {
    bottom: 20px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .author-container {
    text-align: center;
    position: initial;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .opinion-container-0 {
    padding: 35px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .opinion-container-0 .author-container {
    display: flex;
  }
}
.dots {
  display: none;
}
.more {
  display: none;
}
.visible {
  display: inline;
}
@media (max-width: 768px) {
  .opinion-container-1,
  .opinion-container-2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .opinion-author {
    padding: 10px;
  }
}
.opinion-author p {
  top: 5px;
  left: 10px;
  font-family: 'Caveat', sans-serif;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .opinion-author p {
    position: inherit;
  }
}
@media (max-width: 768px) {
  .opinion-author p {
    font-size: 20px;
  }
}
.newsletter-info-wrapper {
  margin: 30px 0;
}
.newsletter-illustration {
  text-align: center;
}
@media (max-width: 430px) {
  .newsletter-illustration img {
    width: 100%;
  }
}
.newsletter-text-container {
  margin-top: 50px;
}
.newsletter-text-container h4 {
  font-family: 'Aleo', serif;
}
@media (max-width: 992px) {
  .newsletter-text-container {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .newsletter-text-container {
    position: initial;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .newsletter-text-container h4,
  .newsletter-text-container p {
    text-align: left;
  }
}
.newsletter-text-container input {
  padding: 5px 15px;
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
}
.newsletter-text-container .newsletter-text-container__type-area {
  width: 310px;
}
@media (max-width: 430px) {
  .newsletter-text-container .newsletter-text-container__type-area {
    width: auto;
  }
}
.newsletter-text-container .newsletter-text-container__submit-button {
  background-color: white;
  color: black;
  padding: 5px 30px;
  margin-left: 5px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .newsletter-text-container .newsletter-text-container__submit-button {
    position: inherit;
    margin-top: 10px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .newsletter-text-container .newsletter-text-container__submit-button {
    margin-top: 10px;
  }
}
.newsletter-text-container .newsletter-text-container__submit-button:hover {
  background-color: #df2833;
  color: white;
}
.newsletter-text-container form {
  text-align: left;
}
.footer-body {
  background-color: #135a9a;
}
.footer-wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.footer-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-column__image-link {
  margin-bottom: 20px;
}
.footer-column__title {
  font-size: 26px;
  color: white;
  font-family: 'Aleo', serif;
}
@media (max-width: 768px) {
  .footer-column__title {
    margin: 0;
  }
}
.footer-content-block {
  padding-top: 30px;
  color: white;
}
.footer-column__list-wrapper {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .footer-column__list-wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
.footer-column__list-wrapper--link {
  color: white;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 24px;
}
.footer-column__link {
  color: white;
}
.footer-column__link:hover {
  color: white;
}
.social-media-icon-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.social-media-icon-wrapper img {
  padding: 0 10px;
  transition: transform .5s ease;
}
.social-media-icon-wrapper img:hover {
  transform: scale(1.4);
}
.copyright-wrapper {
  text-align: center;
  padding: 20px 0;
}
.copyright-wrapper p {
  margin-bottom: 0;
}
.footer-column__list-wrapper--link:hover {
  color: #df2833;
  text-decoration: none;
}
.copyright-wrapper__content a {
  color: red;
}
.footer-column__list-wrapper--description {
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.footer-newsletter-wrapper__text-input {
  width: 257px;
  height: 40px;
  padding-left: 20px;
  border-radius: 4px;
  border-width: 0;
  color: black;
}
@media (max-width: 1024px) {
  .footer-newsletter-wrapper__text-input {
    width: 165px !important;
    padding-left: 5px !important;
  }
}
.footer-newsletter-wrapper__submit-button {
  color: white;
  width: 122px;
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  border: 2px solid #df2833;
  background-color: #df2833;
  font-weight: initial;
  transition: .5s ease;
}
.footer-newsletter-wrapper__submit-button:hover {
  background-color: transparent;
  color: white;
  border: 2px solid #ffffff;
}
.select-sortbar {
  width: 176px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #979797;
  background-color: #ffffff;
}
.product-list-pagination {
  padding-left: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .product-list-pagination {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
  }
}
.product-list-pagination__item {
  font-size: 15px;
  list-style: none;
  display: inline;
  padding: 2px;
}
.product-list-pagination__item .current {
  font-weight: bold;
}
.product-list-pagination__item a {
  color: black;
  text-decoration: none;
}
.load-more-buttom-wrapper {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .load-more-buttom-wrapper {
    margin: 0;
  }
}
.new-load-more-button {
  text-align: center;
  border-radius: 4px;
}
.new-load-more-button a {
  background-color: #df2833;
  border-radius: 4px;
  border: 2px solid #df2833;
  padding: 10px 20px;
  transition: .5s ease;
}
.new-load-more-button a:hover {
  background-color: transparent;
  border: 2px solid #df2833;
  color: #df2833;
}
.new-load-more-button a:visited {
  background-color: #df2833;
}
.new-load-more-button a:active {
  background-color: #df2833;
}
.new-load-more-button a:focus {
  border: 2px solid #df2833;
  background-color: #df2833;
}
@media (max-width: 767px) {
  .product-catalog__filter-panel .filter-count label {
    display: none;
  }
  .product-catalog__filter-panel .filter-count .select-sortbar.bootstrap-select > .dropdown-toggle {
    /*styles for the toggle button*/
    height: 50px;
    display: block;
    padding: 0px !important;
    line-height: 50px;
    background: #2c418a;
    color: #fff;
    border-left: 1px #fff solid;
    text-transform: none;
    font-size: 13px;
  }
  .product-catalog__filter-panel .filter-count .select-sortbar.bootstrap-select > .dropdown-toggle .filter-option {
    text-align: center;
  }
  .product-catalog__filter-panel .filter-count .select-sortbar.bootstrap-select > .dropdown-toggle .filter-option-inner-inner:before {
    content: '';
    width: 10px;
    height: 15px;
    background: url("../images/arrows-up-down.png") no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }
  .product-catalog__filter-panel .filter-count .select-sortbar.bootstrap-select > .dropdown-toggle .bs-caret {
    display: none;
  }
  .product-catalog__filter-panel .filter-count .select-sortbar.bootstrap-select > .dropdown-menu {
    right: 0;
    left: auto;
    width: 100vw;
    top: 50px;
    border-radius: 0;
    background: #fff;
    border: none;
  }
}
.product-variants-list {
  width: auto;
}
.variants-wrapper {
  padding: 0;
}
.product-title-wrapper {
  padding: 0;
}
@media (max-width: 992px) {
  .product-title-wrapper {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .detail__per-lang-field {
    padding: 0px;
  }
}
@media (max-width: 430px) {
  .detail__per-lang-field {
    padding: 0 15px;
  }
}
.detail__periodicity {
  font-size: 16px;
  padding: 0;
}
@media (max-width: 992px) {
  .detail__periodicity {
    padding: 0px;
  }
}
.product-variants-list__item {
  margin-bottom: 10px;
  background-color: #f0f4ff;
  height: auto;
}
@media (max-width: 768px) {
  .product-variants-list__item {
    text-align: center;
  }
}
.product-variants-list__item .product-variants-list__label {
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  height: 100%;
  margin: 0;
}
.product-variants-list__item .product-variants-list__label input {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .product-variants-list__item .product-variants-list__label input {
    display: none;
  }
}
.product-variants-list__item .product-variants-list__label span {
  position: relative;
  left: 145px;
  bottom: 5px;
  color: #2c418a;
}
@media (max-width: 1200px) {
  .product-variants-list__item .product-variants-list__label span {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .product-variants-list__item .product-variants-list__label span {
    left: 205px;
  }
}
@media (max-width: 768px) {
  .product-variants-list__item .product-variants-list__label span {
    display: block;
    position: initial;
    margin-top: 10px;
  }
}
.highlight {
  box-shadow: 0 6px 9px 1px rgba(10, 11, 77, 0.05);
  border-radius: 4px;
  border: 2px solid #b7c1e6;
  background-color: #f0f4ff;
}
.product-variants-list-title {
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: 10px;
  font-family: "Open Sans";
  font-weight: initial;
  font-size: 15px;
  width: 340px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .product-variants-list-title {
    width: auto;
    position: initial;
  }
}
.voucher-wrapper {
  background-image: url("/buxus/assets/images/voucher-background.png");
  height: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-top: 40px;
}
.voucher-content-container {
  color: white;
  padding-top: 65px;
  padding-left: 20px;
}
.voucher-content-container h4 {
  font-family: 'Aleo', serif;
}
.voucher-content-container button {
  font-family: "Open Sans";
  background-color: #de2731;
  border: 2px solid #de2731;
  border-radius: 4px;
  width: 166px;
  height: 36px;
  transition: .5s ease;
  -webkit-transition: .5s;
}
.voucher-content-container button:hover {
  color: white;
  border: 2px solid #ffffff;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(44, 65, 138, 0.2);
}
.voucher-content-container button:focus {
  color: white;
  border: 2px solid #ffffff;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(44, 65, 138, 0.2);
}
.product-detail-intro__variants {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .product-price-wrapper {
    width: 134px;
  }
}
.product-price-wrapper h5 {
  font-family: "Open Sans";
  font-size: 13px;
}
.product-price-wrapper__value {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 768px) {
  .product-price-wrapper__value {
    font-size: 20px;
  }
}
.product-price-wrapper__with-tax-label {
  display: none;
  font-size: 18px;
  margin-left: 5px;
}
.product-basket-button-wrapper {
  padding: 15px;
  text-align: right;
}
@media (max-width: 430px) {
  .product-basket-button-wrapper {
    padding: 15px 0 0 0;
    width: 170px;
  }
}
.product-basket-button-wrapper__add-product {
  font-family: "Open Sans";
  color: white;
  width: 250px;
  height: 50px;
  background-color: #2c418a;
  transition: .5s ease;
  border-radius: 4px;
  display: inline-block;
  padding: 7px;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.product-basket-button-wrapper__add-product:hover {
  text-decoration: none;
}
.product-basket-button-wrapper__add-product:focus {
  color: white;
}
@media (max-width: 767px) {
  .product-basket-button-wrapper__add-product {
    width: 172px;
    height: 40px;
  }
}
.product-basket-button-wrapper__add-product:hover {
  color: white;
  box-shadow: 0 4px 12px rgba(44, 65, 138, 0.2);
  background-color: #de2731;
}
@media (max-width: 430px) {
  .product-wrapper-big {
    padding: 0;
  }
}
@media (max-width: 430px) {
  .product-title-row {
    padding: 0 15px;
  }
}
.blog-heading-wrapper {
  padding-left: 0px;
}
@media (max-width: 430px) {
  .blog-heading-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.blog-page-title-wrapper {
  text-align: center;
  margin-bottom: 42px;
}
.blog-page-title-wrapper h2 {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Aleo', serif;
  margin-top: 0;
  margin-bottom: 0;
}
.main-blog {
  max-width: 761px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .main-blog {
    margin: auto;
    text-align: center;
  }
}
.featured-blog-img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 761px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .featured-blog-img {
    text-align: left;
    border-radius: 0;
  }
}
.featured-blog-img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.featured-blog-img:after {
  display: block;
  position: relative;
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(62, 63, 66, 0) 0%, #000000 100%);
}
.main-blog-content-wrapper {
  padding-left: 30px;
  width: 560px;
  position: absolute;
  bottom: 20px;
  z-index: 100;
}
.main-blog-content-wrapper a {
  color: white;
  text-decoration: none;
  display: block;
  line-height: 45px;
}
@media (max-width: 430px) {
  .main-blog-content-wrapper {
    padding-left: 5px;
    width: 285px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
  }
}
.main-blog-content-wrapper__author {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 21px;
}
@media (max-width: 430px) {
  .main-blog-content-wrapper__author {
    line-height: 30px;
    font-size: 16px;
    line-height: initial;
  }
}
.main-blog-content-wrapper__title {
  font-size: 40px;
  font-family: 'Aleo', serif;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 430px) {
  .main-blog-content-wrapper__title {
    line-height: 30px;
    font-size: 26px;
  }
}
.old-blog-row {
  position: relative;
  margin-bottom: 24px !important;
}
.old-blog-row__date {
  font-family: "Open Sans";
  font-size: 14px;
}
.old-blog-row__blog-link {
  display: block;
  color: #2c418a;
  font-size: 19px;
  text-decoration: underline;
  font-family: 'Aleo', serif;
}
@media (max-width: 1200px) {
  #stare_clanky {
    width: auto;
    margin: 10px;
  }
}
.old-blog-row__description {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.main-blog-row {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.main-card-row {
  display: inline-flex;
}
@media (max-width: 1200px) {
  .main-card-row {
    margin: auto !important;
    width: auto !important;
    display: initial;
  }
}
.reviews-row {
  display: inline-flex;
}
.card-wrapper {
  margin: 7px;
  padding: 0;
  width: 370px;
  overflow: hidden;
  box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .card-wrapper {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .card-wrapper {
    margin: 5px;
    width: auto !important;
  }
}
.card-wrapper:hover {
  box-shadow: 0 6px 9px 4px rgba(0, 0, 0, 0.1);
}
.blog-card-img-wrapper {
  text-align: center;
  width: 370px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .blog-card-img-wrapper {
    width: auto;
  }
}
@media (max-width: 430px) {
  .blog-card-img-wrapper {
    height: 143px;
  }
}
.blog-card-img-wrapper img {
  width: 100%;
  height: auto;
}
.blog-card-labels {
  position: absolute;
  right: 0;
  top: 8px;
}
.blog-card-labels .blog-card-labels__label {
  display: table;
  margin-left: auto;
  -webkit-box-shadow: -3px 2px 9px rgba(155, 149, 103, 0.16);
  -moz-box-shadow: -3px 2px 9px rgba(155, 149, 103, 0.16);
  box-shadow: -3px 2px 9px rgba(155, 149, 103, 0.16);
  background-color: #5792b3;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  padding: 4px 6px 4px 8px;
  margin-bottom: 5px;
}
.blog-card-labels .blog-card-labels__label.blog-card-labels__label--new {
  background-color: #df2833;
  color: #fff;
}
.blog-card-content {
  padding: 20px;
}
.blog-card-content__author {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}
.blog-card-content__title {
  margin: 0;
  font-family: 'Aleo', serif;
  font-size: 24px;
  font-weight: 400;
  color: black;
}
.blog-card-content__description {
  margin-top: 15px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
}
.blog-card-content__button {
  margin-top: 20px;
  font-family: "Open Sans";
  font-weight: bold;
  border: 1px solid #df2833;
  border-radius: 4px;
  width: 132px;
  height: 40px;
  background-color: #ffffff;
  color: #df2833;
  transition: 0.3s ease-in-out;
  margin-bottom: 130px;
}
.blog-card-content__button:hover {
  background-color: #df2833;
  color: white;
}
.card-bottom-date-wrapper {
  font-family: "Open Sans";
}
.card-bottom-date-wrapper h5 {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.card-bottom-date-wrapper span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 20px;
}
.card-bottom-buttons {
  text-align: center;
  padding: 0;
}
.card-bottom-buttons .card-bottom-buttons__link {
  text-decoration: none;
  color: black;
  opacity: 0.6;
}
.card-bottom-buttons .card-bottom-buttons__link:hover {
  color: black;
  opacity: initial;
  text-decoration: none;
}
.card-bottom-buttons i {
  font-size: 24px;
  opacity: 0.6;
  transition: transform 0.1s ease-in-out;
  text-shadow: 0 6px 9px 4px rgba(0, 0, 0, 0.1);
}
.card-bottom-buttons i:hover {
  transform: scale(1.4);
  color: #df2833;
  opacity: initial;
}
.card-bottom-buttons span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
.card-bottom-container {
  position: absolute;
  bottom: 20px;
  width: 90%;
}
@media (max-width: 1200px) {
  .card-bottom-container {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .card-bottom-container {
    width: 89%;
  }
}
.card-bottom-info-wrapper {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 1200px) {
}
.blog-pagination-wrapper {
  text-align: right;
  margin: 50px 20px;
}
.main-article-wrapper {
  margin: 0 235px;
  font-family: "Open Sans";
  font-size: 16px;
}
@media (max-width: 1200px) {
  .main-article-wrapper {
    margin: 0px;
  }
}
.article-page-title-wrapper__description {
  text-align: left;
  margin: 0 20px;
}
.featured-article-img {
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
}
.featured-article-img img {
  width: 682px;
}
@media (max-width: 768px) {
  .featured-article-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .article-page-title-wrapper {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .article-page-title-wrapper__description {
    margin: 0 0 20px 0;
  }
}
.featured-article__author {
  text-align: left;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .featured-article__author {
    text-align: center;
  }
}
.featured-article__text {
  line-height: 23px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 50px;
}
.featured-article__text > p:first-child:first-letter {
  font-family: 'Aleo', serif;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 400;
  color: #df2b34;
  line-height: 34px;
}
.featured-article__text--bold {
  display: inline-block;
  margin: 25px 0;
}
.featured-article__text blockquote:before {
  font-size: 24px;
  line-height: 35px;
  font-family: 'Aleo', serif;
  content: ' ';
  width: 23px;
  height: 59px;
  background-image: url("/buxus/assets/images/quote.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
}
.featured-article__text blockquote {
  border-left: 0;
  display: inline-block;
  text-align: left;
  margin: 10px 40px;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Aleo', serif;
  background-color: #fdf4f5;
  font-style: italic;
}
.article-detail-wrapper {
  margin: 20px 0 !important;
}
.featured-article__text ol {
  margin: 20px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .featured-article__text ol {
    margin: 0;
    padding: 10px;
  }
}
.featured-article__text ol li {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  padding: 20px;
  counter-increment: step-counter;
  display: flex;
}
@media (max-width: 992px) {
  .featured-article__text ol li {
    line-height: 40px;
    padding: 0;
  }
}
.featured-article__text ol li:before {
  content: counter(step-counter);
  width: 39px;
  height: 39px;
  margin-right: 26px;
  font-size: 21px;
  background-color: rgba(223, 43, 52, 0.05);
  color: #df2b34;
  font-weight: bold;
  padding: 3px 13px;
  border-radius: 3px;
  display: block;
}
@media (max-width: 992px) {
  .featured-article__text ol li:before {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .bottom-author-name-container {
    text-align: center;
  }
}
.bottom-author-name-container__block {
  font-family: Caveat;
  font-size: 32px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding-top: 20px;
}
.main-old-article-blog-wrapper {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .article-detail-image-container {
    text-align: center;
  }
}
.top-seller-item:not(:first-child) {
  display: none;
}
.products-carousel .owl-item .detail__rating-stars img {
  width: auto;
  display: inline-block;
}
.related-products-row-wrapper {
  margin-bottom: 70px;
}
.variant-data {
  display: none;
}
@media (max-width: 767px) {
  .homepage-carousel-container img {
    display: none;
  }
}
.form-horizontal .control-label {
  margin: 0;
  padding: 0;
  text-align: left;
}
.vouchers-modal {
  background-color: #33333342;
}
.modal-header {
  text-transform: uppercase;
  color: #000;
  font-size: 2.3em;
  font-weight: 700;
  font-family: 'Aleo', serif;
  line-height: 1.2;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
}
.vouchers-modal__header {
  text-align: center;
}
.vouchers-modal__body {
  display: inline-block;
}
.vouchers-modal__footer {
  text-align: center;
}
.vouchers-modal__voucher-row-item-link {
  display: inline-block;
}
.vouchers-modal__voucher-row-item-link img {
  max-width: 100%;
  transition: .5s;
}
.vouchers-modal__voucher-row-item-link img:hover {
  transition: .5s;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}
.vouchers-modal__item-wrapper {
  margin-bottom: 15px;
}
.vouchers-modal__voucher-row-item {
  margin-bottom: 15px;
}
.vouchers-modal__close-button {
  font-family: "Open Sans";
  background-color: #de2731;
  border: 2px solid #de2731;
  border-radius: 4px;
  width: 166px;
  height: 36px;
  transition: .5s ease;
  -webkit-transition: .5s;
  color: white;
}
.vouchers-modal__close-button:hover {
  color: black;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(44, 65, 138, 0.2);
}
.fs-filter ul.fs-list .fs-list-value__hidden {
  display: none;
}
.summary__voucher-link {
  display: block;
  margin: 16px 0;
  color: #df2933;
  font-size: 16px;
  text-decoration: underline;
}
.detail__banner__img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.ml-auto {
  margin-left: auto;
}
.product-variants .add-as-gift {
  background-color: #FDE4ED;
  font-family: "Open Sans", sans-serif;
}
.product-variants .add-as-gift input[type="radio"][name="type"] {
  width: 20px;
  height: 20px;
}
.product-variants .add-as-gift form {
  padding: 10px 0;
}
.product-variants .add-as-gift .variants-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.product-variants .add-as-gift .variants-row input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.product-variants .add-as-gift .variants-row label.product-variant-label {
  width: 100%;
  height: 100%;
}
.product-variants .add-as-gift .variants-row label.product-variant-label:focus-within {
  border: 2px solid #b7c1e6;
}
.product-variants .add-as-gift .variants-row .product-variant {
  background-color: #fff;
  padding: 5px 10px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.product-variants .add-as-gift .variants-row .product-variant p {
  font-weight: initial;
  font-size: 15px;
}
.product-variants .add-as-gift .variants-row .product-variant p.product-variant-title {
  margin: 0 15px 0 0;
  width: 50%;
}
.product-variants .add-as-gift .variants-row .product-variant p.product-variant-price {
  white-space: nowrap;
  color: #2c418a;
  margin: 0 0 0 15px;
  font-weight: 600;
}
.gift-cards-links a {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .gift-cards-links {
    margin-top: 242px;
  }
}
@media (max-width: 991px) {
  .gift-cards-links {
    text-align: center;
    margin: 15px 15px;
  }
}
.product-variants-gift__item {
  background-color: #FDE4ED;
}
.product-variants-gift__item .product-variants-list-title {
  font-weight: 600;
}
.delivery-data-form .bt-cart-header {
  font-weight: bold;
  color: #135a9a;
}
.shopping-cart-notification-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
}
.shopping-cart-notification-wrapper .shopping-cart-notification-popup {
  position: fixed;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 400px) {
  .shopping-cart-notification-wrapper img {
    max-width: 400px;
    object-fit: cover;
  }
}
@media (max-width: 400px) {
  .shopping-cart-notification-wrapper img {
    max-width: 90vw;
    object-fit: cover;
  }
}
.margin-top-minus-30 {
  margin-top: -30px;
}
.summary-info__note {
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .summary-info__submit-section {
    display: flex;
  }
}
.modal-dialog.modal-dialog-centered {
  -webkit-transform: translate(0, calc(0vh)) !important;
  -ms-transform: translate(0, 50vh) translate(0, -50%) !important;
  -o-transform: translate(0, calc(0vh)) !important;
  transform: translate(0, 50vh) translate(0, -50%) !important;
}

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