body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  background-color: #f6f6f6;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
  color: #0c0016;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

h6 {
  font-size: 1.25rem;
}
/* default font size */
/*.fa {
  font-size: 14px;
}*/
/* Override the bootstrap defaults */
a {
  color: #23a1d1;
}
a:hover {
  text-decoration: none;
}
#cartModal .table {
  margin-bottom: 0;
}

#cartModal .list-group table a {
  padding: 0 !important;
  border: 0 !important;
  background-color: none !important;
  line-height: 1 !important;
  display: inline-block !important;
  color: #222 !important;
}
#cartModal .list-group table a:hover {
  background-color: transparent !important;
}
.simplecheckout-block-content .radio {
  margin-bottom: 1rem;
}

.simplecheckout-cart td.name a {
  display: inline-block;
  line-height: 1;
  text-align: left !important;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  /*font-size: 12px;*/
  font-weight: normal;
}
.custom-control-label {
  width: 100%;
}
.custom-control {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
select.form-control,
textarea.form-control,
input[type='text'].form-control,
input[type='password'].form-control,
input[type='datetime'].form-control,
input[type='datetime-local'].form-control,
input[type='date'].form-control,
input[type='month'].form-control,
input[type='time'].form-control,
input[type='week'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='url'].form-control,
input[type='search'].form-control,
input[type='tel'].form-control,
input[type='color'].form-control {
  font-size: 16px;
  padding: 0.75rem 1rem;
  height: auto;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 16px;
}
.input-group .input-group-addon {
  font-size: 16px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.img-invert {
  filter: invert(1) !important;
}

.text-primary {
  color: #e200b2 !important;
}
.bg-primary {
  background-color: #e200b2 !important;
}

.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #e200b2;
  border-color: #e200b2;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #f000ff;
  border-color: #f000ff;
}

.btn-outline-primary {
  color: #e200b2;
  border-color: #e200b2;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #e200b2;
  border-color: #e200b2;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e200b2;
  border-color: #e200b2;
}
.btn-light {
  border-color: #fff;
  background-color: #fff;
}
.container {
  max-width: 1320px;
}
.container-fluid {
  max-width: 1520px;
}
.bg-light {
  background-color: #fff !important;
}

.bg-black {
  background-color: #0c0016 !important;
}

.card {
  border-radius: 0;
  border: none;
}
/* logo */
#logo {
  /*background-color: #222;*/
  opacity: 1;
}
#logo svg {
  display: block;
  max-height: 112px;
  filter: brightness(1.2);
}

/* banners */
.information-banner {
  padding: 1rem 0;
}

.information-banner .banner-link {
  display: inline-block;
  border: none;
  transition: all 0.4s;
}
.information-banner .banner-link img {
  border-bottom: 4px solid #e200b2;
}
.information-banner .banner-link .ban_text {
  transition: all 0.4s;
  position: absolute;
  top: 30%;
  right: 0;
  width: 60%;
  text-align: right;
  padding-left: 0;
  padding-right: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e200b2;
  z-index: 22;
}

.information-banner .banner-link .ban_desc {
  display: block;
  text-align: right;
  font-size: 1.25rem;
  color: #0c0016;
}

.information-banner .banner-link:hover img {
  opacity: 0.25;
}
.information-banner .banner-link:hover .ban_text {
  transform: translateX(-10%);
}

.information-banner .card {
  border: none;
  margin-bottom: 1rem;
}

#cartModal .modal-dialog {
  max-width: 800px;
}

#cart .table tr td:nth-child(1) {
  width: 15%;
}

#cart .table tr td:nth-child(2) {
  width: 40%;
}

#form-currency .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  background-color: #e2e6ea !important;
  background-image: none !important;
  color: #1d2124 !important;
}
.item-rev-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.item-rev {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.dropdown-toggle::after {
  vertical-align: middle;
}
.nav-tabs {
  /*margin-bottom: 15px;*/
}
div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
#top {
  background-color: #e200b2;
  /*border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;*/
  margin: 0 0 0 0;
  /*min-height: 40px;*/
}
#top .container {
  /*padding: 0 20px;*/
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-sm,
#top-links li,
#top-links a {
  text-decoration: none;
  border-radius: 0;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}

.text-top-info,
.text-top-info img {
  max-height: 24px;
}
#pretop {
  background-color: #e200b2;
}
#top .btn-link {
  color: #e200b2;
}

.pre-header .top-phone a {
  font-weight: 700;
  color: #0c0016;
}
.pre-header .top-phone {
  vertical-align: middle;
}
.phones img {
  max-height: 20px;
}

/* search */
#search {
  /*margin-bottom: 10px;*/
}
#search .input-lg {
  height: 32px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 13px;
  /*padding: 10px 35px;*/
  /*text-shadow: 0 1px 0 #fff;*/
}
/* cart */
#cart {
  /*margin-bottom: 10px;*/
}
#cart > .btn.not-empty {
  /*font-size: 12px;
  line-height: 18px;
  color: #fff;*/
  background-color: #e200b2;
  border-color: #e200b2;
}

#cart > .btn.not-empty img {
  filter: invert(1);
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #0c0016;
  min-height: 40px;
  padding: 0;
}
#menu .nav-link img {
  max-height: 80px;
  filter: hue-rotate(18deg);
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding: 0;
  min-width: 100%;
  border: none;
  border-radius: 0;
  margin: -0.25rem 0 0 0;
  border-top: 4px solid #f000ff;
  filter: drop-shadow(5px 5px 5px #0c001640);
}
#menu .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

#menu .nav-item {
  width: calc(100% / 5);
  border-left: 1px solid #e200b2;
}

#menu .navbar-nav {
  border-right: 1px solid #e200b2;
}

#menu .nav-link {
  text-align: center;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.15rem;
  line-height: 1;
}
#menu .nav-link p {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
#menu .nav-link:hover {
  color: #f000ff;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* slider */

.sl-product-prev img {
  max-width: 60px;
}
.sl-product-prev .slick-slide > div {
  position: relative;
  padding-bottom: 0.25rem;
}

.sl-product-prev .slick-slide > div:before {
  content: '';
  height: 1px;
  width: 1px;
  background-color: transparent;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0px;
  transition: all 0.4s;
  transition-delay: 0.5s;
}
.sl-product-prev .slick-slide > div:after {
  content: '';
  height: 4px;
  width: 1px;
  background-color: transparent;
  position: absolute;
  display: block;
  bottom: -3px;
  right: 0px;
  transition: all 0.4s;
  transition-delay: 0.5s;
}

.sl-product-prev .slick-slide.slick-current.slick-active > div,
.sl-product-prev .slick-slide.slick-current.slick-center > div {
  border-bottom: 1px solid #e200b2;
}
.sl-product-prev .slick-slide.slick-current.slick-active > div:before {
  background-color: #e200b2;
  width: 80px;
}

.sl-product-prev .slick-slide.slick-current.slick-center > div:after {
  background-color: #e200b2;
  width: 16px;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}
.section-slider .slick-next,
.section-slider .slick-prev {
  top: 35%;
}
.sl-product .slick-next,
.sl-product .slick-prev {
  top: 45%;
}

.slick-dots li button:before {
  font-size: 24px;
  color: #999;
}
.slick-dots li.slick-active button:before {
  color: #e200b2;
}
.section-slider h2 {
  padding-bottom: 1rem;
  position: relative;
}
.section-slider h2:before {
  content: '';
  height: 1px;
  width: 128px;
  background-color: #e200b2;
  position: absolute;
  display: block;
  bottom: 0;
  left: 24px;
}
.section-slider h2:after {
  content: '';
  height: 4px;
  width: 24px;
  background-color: #e200b2;
  position: absolute;
  display: block;
  bottom: -3px;
  left: 0px;
}

.section-slider .slick-next {
  transition: all 0.4s;
  z-index: 2;
  opacity: 0;
  background-color: #fff !important;
  border-color: #fff !important;
}
.section-slider .slick-next:before {
  display: none;
}
.section-slider .slick-prev {
  transition: all 0.4s;
  opacity: 0;
  z-index: 2;
  background-color: #fff !important;
  border-color: #fff !important;
}
.section-slider .slick-prev:before {
  display: none;
}
.section-slider:hover .slick-prev {
  opacity: 1;
  left: -56px !important;
}
.section-slider:hover .slick-next {
  opacity: 1;
  right: -56px !important;
}

/* content */
#content {
  min-height: 200px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  /*color: #e2e2e2;*/
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #e200b2;
}
footer a:hover {
  color: #222;
}
footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
  border: none !important;
  border-color: transparent !important;
}
/* alert */

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  margin: 0px 0 10px 0;
  padding: 8px 0;
  border: none;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 12px;
  position: relative;
  /*white-space: nowrap;*/
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
  display: none;
}
.pagination {
  margin: 0;
}
.pagination .page-link {
  border: none;
}
.page-link {
  color: #0c0016;
}
.page-item.active .page-link {
  background-color: #0c0016;
}
/* buttons */

.buttons {
  margin: 1em 0;
}

/* list group */
.list-group {
  border-radius: 0;
}
.list-group a {
  border: none;
  font-size: 15px;
  /*color: #222;*/
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #fff;
  background: #e200b2;
  border-color: #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
/* product list */
.product-card {
  border: none;
  margin-bottom: 1.5rem;
  max-width: 300px;
}

.card.border-primary {
  border: 1px solid #e200b2 !important;
}
.card.border-primary .card-body {
  padding: 1rem;
}

.product-price.border-bottom {
  border-color: #e200b2 !important;
}

.product-info .section-slider .item a:before {
  background-color: #fff;
  background-image: url(search-plus.svg);
  background-position: 57% 57%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  content: '';
  display: block;
  height: 60px;
  opacity: 0;
  position: absolute;
  right: calc(50% - 30px);
  top: calc(50% - 30px);
  transform: translateY(100%);
  transition: all 0.4s;
  width: 60px;
}

.product-info .section-slider .item:hover a:before {
  transform: translateY(0);
  opacity: 1;
}
.product-info .section-slider .item {
  position: relative;
}

.product-spec {
  background-color: #fff;
}

.product-desc {
  background-color: #fff;
  padding: 1.5rem;
}

img.mfp-img {
  padding: 0px 0 25px !important;
}

.product-information-block {
  background-color: #fff;
  display: flex;
  margin-bottom: 2rem;
  padding: 1rem;
}
.product-information-block > div {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
}

.nav-tabs {
  border-color: #e200b2;
}

[data-toggle='tab'] {
  border-bottom: none !important;
  border-radius: 0;
}

.product-information-block .h2,
.product-information-block h2 {
  font-size: 24px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

.product-reviews {
  background-color: #fff;
  padding: 1rem 2rem;
}

.sidebar-filter {
  background-color: #fff;
}

.sidebar-filter .form-group {
  margin-bottom: 0;
}

.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  /*float: left;*/
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.product-content {
  height: 100%;
  max-height: 90px;
  overflow: hidden;
  position: relative;
  transition: all .2s;
}
.product-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.product-content.show {
  max-height: 100%;
}
.product-content.show::before {
  background-image: none;
}
.product-content.show+a.more img {
  transform: rotate(180deg);
}
a.more {
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^='quantity'] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
  right: -1px;
}

@media (max-width: 1200px) {
  #top .nav.small {
    display: none;
  }
  #search {
    padding-left: 1rem;
  }
  .pre-header .phones {
    padding-left: 1rem;
  }
  .pre-header .top-phone a.lead {
    font-size: 0.85rem;
  }
  .pre-header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .section-slider .slick-prev,
  .section-slider:hover .slick-prev {
    opacity: 1 !important;
    left: 0px !important;
  }
  .section-slider .slick-next,
  .section-slider:hover .slick-next {
    opacity: 1 !important;
    right: 0px !important;
  }
  .information-banner .card {
    margin-bottom: 1rem;
  }

  #menu .nav-item {
    width: 100%;
    border-left: none;
  }

  #menu .nav-link {
    text-align: left;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  #menu .nav-link p {
    display: inline-block;
  }
  #menu .nav-link img {
    max-height: 40px;
  }
  #menu .dropdown-menu .dropdown-item {
    color: #fff;
  }

  #menu .navbar-nav {
    border-right: none;
  }
  .product-information-block {
    display: block;
  }
  .product-information-block > div {
    width: 100%;
  }
  .sl-product-prev {
    margin-bottom: 1rem;
  }
  #logo svg {
    margin: 0.5rem auto;
  }
  .navbar-toggler .navbar-toogler-text {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 1.25rem;
  }
  .section-slider {
    overflow: hidden;
  }
}

#show-phone {
  display: none;
}

@media (max-width: 576px) {
  .phones {
    max-width: 240px;
  }
  #show-phone {
    display: block;
  }
  #phone-more {
    position: absolute;
    gap: 0.5rem;
    top: 35px;
    background-color: #f6f6f6;
    padding: 0 0.5rem 0.5rem 0.5rem;
    z-index: 1;
  }

  #phone-more:not(.show) {
    display: none!important;
  }
}
