/* SCSS: Theme.css.scss.rain geladen */
/* Theme variables
------------------------------------------------------------ */
/* Basic styles
------------------------------------------------------------ */
html {
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #ffffff url("background_image.png") no-repeat scroll top center;
  color: #000000;
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin-top: 0px !important;
}
h1, h2, h3, h4, h5, h6, b, strong, .title-box, #headlines .carousel-caption .caption-text, #banners .carousel-caption .h5 b, .footer-title-box {
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #headlines .carousel-caption .caption-text, #banners .carousel-caption .h5 b {
  color: #000000;
}
a {
  color: #d32424;
}
a:hover {
  color: #921919;
}
p {
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1rem;
}
img {
  border-radius: 15px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidenav {
  display: none;
}
::selection {
  background: #f2f2f2;
  color: #d32424;
}
.cart-products::-webkit-scrollbar {
  width: 8px;
}
.cart-products::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
  transition: background-color 0.5s ease;
}
.cart-products::-webkit-scrollbar-track {
  background: #fff;
}
/* Colors
------------------------------------------------------------ */
.text-body {
  color: #000000;
}
.bg-highlight {
  background: #d32424;
}
.color-highlight {
  color: #d32424;
}
.ism_usps .usp i {
  color: #d32424;
}
/* Holidays */
.holidays .holidays-timer {
  background: #d32424;
}
.holidays .holidays-banner strong {
  color: #d32424;
}
/* END Holidays */
/* HEADER */
#topnavWebshops .slideToggle {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1002;
}
#header {
  background: #191717;
}
.usp-nav {
  background: #191717;
}
#cart .dropdown > a, #logo .webshops a {
  color: #ffffff;
}
#header .cart-button a, #cart .dropdown > a .border-icon .icon i {
  color: #ffffff;
}
#header .languages ul li #language, #header .currencies ul li #currency, #header .dropdown ul li .dropdown-menu ul li a {
  color: #d32424;
}
#header .usp-nav .ism_usps .usp span {
  color: #d32424;
}
#header #navigation {
  background: #191717;
}
#header #navigation .mainnav .main-item.main-category > a.btn > span, .mainnav .main-item > a i {
  color: #d32424;
  padding-left: 15px;
}
#header #navigation .mainnav .main-item:not('.main-category') {
  padding: 4px 7px;
}
#header #navigation .mainnav .main-item > a {
  color: #ffffff;
  display: flex;
  height: 100%;
}
#header #navigation .mainnav .main-item .no-hover {
  display: none;
}
#header #navigation .mainnav .main-item ul li > a {
  color: #000;
}
#header #navigation .mainnav .main-item ul li > a.btn-link {
  color: #d32424;
}
#navigation .mainnav .main-item.blog .subnav {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#cart .cartlist a .cart-count, #header .cart-button a .cart-count {
  background: #d32424;
}
#sidenav .sidebar .categories .nav .nav-item .nav-link {
  color: #666;
}
#sidenav .sidebar .widget-categories ul > li.active > .d-flex > a {
  color: #d32424 !important;
}
#headlines {
  overflow: hidden;
}
#headlines .carousel-caption .caption-text {
  color: #ffffff;
}
.productborder .product-image .label-state span {
  border-radius: 0.25rem;
}
.productborder .product-image .label-state .custom {
  background: #444444;
}
.productborder .product-details .product-title a {
  color: #000000;
}
#banners .carousel-caption .h5 {
  color: #000000;
}
#ism_shopReviews .rating .stars .fa-star, #ism_shopReviews .rating .stars .fa-star-half-o, .review .stars.ism-stars .fa-star, .review .stars.ism-stars .fa-star-half-o {
  color: #f29200;
}
.stars .fa-star {
  color: #f29200;
  font-size: 16px;
}
.stars label:hover .fa, .stars label .fa.fas {
  color: #f29200;
}
.stars .fa.o, .review .stars.ism-stars .fa-star.o, .review .stars.ism-stars .fa-star-o {
  color: #dedede;
}
.starrating.risingstar .fa-star {
  color: #dedede;
}
#assortiment .categories-content ul li a {
  color: #000000;
}
#footer {
  background: #e6e6e6;
  color: #000000;
}
#footer .footer-title-box {
  color: #000000;
}
#footer #footer-bottom {
  padding-top: 30px;
}
#footer #footer-bottom .block-box .footer-title-box a {
  color: #000000;
}
.usp-footer .ism_usps .usp span {
  color: #000000 !important;
}
#footer .footer-content .footer-block ul li a {
  color: #000000;
}
.ism-reviewwidget .ism-contentbox .ism-score {
  background-color: #d32424 !important;
}
/* Links
------------------------------------------------------------ */
.gui a:not(.btn) {
  color: #d32424;
}
#resNav ul li.item.active a {
  color: #d32424;
}
#header .mainnav .main-item.main-category > a.btn {
  background: #d32424;
  border-color: #d32424;
}
#header #navigation .mainnav .main-item:hover > a, #header #navigation .mainnav .main-item.active > a {
  color: #d32424;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}
.tabs .nav .nav-item .nav-link {
  border-bottom: 2px solid #fff;
  color: #666;
  font-weight: 100;
}
.tabs .nav .nav-item:hover .nav-link {
  color: #d32424;
}
.tabs .nav .nav-item .nav-link.active {
  border-color: #d32424;
  color: #d32424;
  font-weight: 400;
}
#mobileNav ul.mobileNavIcons li a {
  color: #000000;
  text-decoration: none;
}
#mobileNav ul.mobileNavIcons li a.open {
  color: #d32424;
}
.ui-slider-range {
  background: #d32424;
  border: 1px solid #d32424;
}
#formNewsletter .news-content input {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.btn {
  border-radius: 0.25rem;
  display: inline-block;
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn-primary {
  background: #d32424;
  border-color: #d32424;
  color: #ffffff;
}
.btn-primary:focus, .btn-primary.focus {
  outline: 0;
}
.btn-primary:hover {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-primary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-secondary {
  background: #d32424;
  border-color: #d32424;
  color: #ffffff;
}
.btn-secondary:focus, .btn-secondary.focus {
  outline: 0;
}
.btn-secondary:hover {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-secondary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-tertiary {
  background: #d32424;
  border-color: #d32424;
  color: #ffffff;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  outline: 0;
}
.btn-tertiary:hover {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-tertiary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-success {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}
.btn-success:focus, .btn-success.focus {
  outline: 0;
}
.btn-success:hover {
  background: #19692c;
  border-color: #19692c;
  text-decoration: none;
  color: #ffffff;
}
.btn-success:focus {
  background: #19692c;
  border-color: #19692c;
  text-decoration: none;
  color: #ffffff;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  background: #19692c;
  border-color: #19692c;
  text-decoration: none;
}
.btn-info {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-info:focus, .btn-info.focus {
  outline: 0;
}
.btn-info:hover {
  background: #0f6674;
  border-color: #0f6674;
  text-decoration: none;
  color: #ffffff;
}
.btn-info:focus {
  background: #0f6674;
  border-color: #0f6674;
  text-decoration: none;
  color: #ffffff;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
  background: #0f6674;
  border-color: #0f6674;
  text-decoration: none;
}
.btn-warning {
  background: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}
.btn-warning:focus, .btn-warning.focus {
  outline: 0;
}
.btn-warning:hover {
  background: #ba8b00;
  border-color: #ba8b00;
  text-decoration: none;
  color: #ffffff;
}
.btn-warning:focus {
  background: #ba8b00;
  border-color: #ba8b00;
  text-decoration: none;
  color: #ffffff;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
  background: #ba8b00;
  border-color: #ba8b00;
  text-decoration: none;
}
.btn-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}
.btn-danger:focus, .btn-danger.focus {
  outline: 0;
}
.btn-danger:hover {
  background: #a71d2a;
  border-color: #a71d2a;
  text-decoration: none;
  color: #ffffff;
}
.btn-danger:focus {
  background: #a71d2a;
  border-color: #a71d2a;
  text-decoration: none;
  color: #ffffff;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  background: #a71d2a;
  border-color: #a71d2a;
  text-decoration: none;
}
.btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa;
  color: #ffffff;
}
.btn-light:focus, .btn-light.focus {
  outline: 0;
}
.btn-light:hover {
  background: #cbd3da;
  border-color: #cbd3da;
  text-decoration: none;
  color: #ffffff;
}
.btn-light:focus {
  background: #cbd3da;
  border-color: #cbd3da;
  text-decoration: none;
  color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  background: #cbd3da;
  border-color: #cbd3da;
  text-decoration: none;
}
.btn-dark {
  background: #343a40;
  border-color: #343a40;
  color: #ffffff;
}
.btn-dark:focus, .btn-dark.focus {
  outline: 0;
}
.btn-dark:hover {
  background: #121416;
  border-color: #121416;
  text-decoration: none;
  color: #ffffff;
}
.btn-dark:focus {
  background: #121416;
  border-color: #121416;
  text-decoration: none;
  color: #ffffff;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  background: #121416;
  border-color: #121416;
  text-decoration: none;
}
.filters-mobile .btn-secondary {
  border: 1px solid #ddd;
}
.btn-outline-primary {
  border: 1px solid #d32424 !important;
  color: #d32424;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  outline: 0;
}
.btn-outline-primary:hover {
  background: #d32424;
  border-color: #d32424;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-primary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-outline-secondary {
  border: 1px solid #d32424 !important;
  color: #d32424;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  outline: 0;
}
.btn-outline-secondary:hover {
  background: #d32424;
  border-color: #d32424;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-secondary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-outline-tertiary {
  border: 1px solid #d32424 !important;
  color: #d32424;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  outline: 0;
}
.btn-outline-tertiary:hover {
  background: #d32424;
  border-color: #d32424;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-tertiary:focus {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active {
  background: #921919;
  border-color: #921919;
  text-decoration: none;
}
.btn-outline-success {
  border: 1px solid #28a745 !important;
  color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  outline: 0;
}
.btn-outline-success:hover {
  background: #28a745;
  border-color: #28a745;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-success:focus {
  background: #19692c;
  border-color: #19692c;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  background: #19692c;
  border-color: #19692c;
  text-decoration: none;
}
.btn-outline-info {
  border: 1px solid #17a2b8 !important;
  color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  outline: 0;
}
.btn-outline-info:hover {
  background: #17a2b8;
  border-color: #17a2b8;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-info:focus {
  background: #0f6674;
  border-color: #0f6674;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
  background: #0f6674;
  border-color: #0f6674;
  text-decoration: none;
}
.btn-outline-warning {
  border: 1px solid #ffc107 !important;
  color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  outline: 0;
}
.btn-outline-warning:hover {
  background: #ffc107;
  border-color: #ffc107;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-warning:focus {
  background: #ba8b00;
  border-color: #ba8b00;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
  background: #ba8b00;
  border-color: #ba8b00;
  text-decoration: none;
}
.btn-outline-danger {
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  outline: 0;
}
.btn-outline-danger:hover {
  background: #dc3545;
  border-color: #dc3545;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-danger:focus {
  background: #a71d2a;
  border-color: #a71d2a;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  background: #a71d2a;
  border-color: #a71d2a;
  text-decoration: none;
}
.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  outline: 0;
}
.btn-outline-light:hover {
  background: #f8f9fa;
  border-color: #f8f9fa;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-light:focus {
  background: #cbd3da;
  border-color: #cbd3da;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  background: #cbd3da;
  border-color: #cbd3da;
  text-decoration: none;
}
.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  outline: 0;
}
.btn-outline-dark:hover {
  background: #343a40;
  border-color: #343a40;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-dark:focus {
  background: #121416;
  border-color: #121416;
  text-decoration: none;
  color: #ffffff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  background: #121416;
  border-color: #121416;
  text-decoration: none;
}
.text-primary {
  color: #d32424 !important;
}
.text-secondary {
  color: #d32424 !important;
}
.text-tertiary {
  color: #d32424 !important;
}
.text-success {
  color: #28a745 !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #343a40 !important;
}
.border-primary {
  border-color: #d32424 !important;
}
.border-secondary {
  border-color: #d32424 !important;
}
.border-tertiary {
  border-color: #d32424 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.bg-darker {
  background: #eceff2;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-link {
  font-weight: 400;
  color: #d32424;
}
.btn-link:hover {
  color: #921919;
}
.btn-link:focus, .btn-link.focus {
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #e46060;
  pointer-events: none;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
#main .page-item.active .page-link {
  background-color: #d32424;
  border-color: #d32424;
  color: #fff;
}
#main .page-item .page-link {
  color: #d32424;
}
#main .page-item .page-link:hover {
  background-color: #fae2e2;
  color: #d32424;
}
.gui-account-links .gui-block-linklist li:hover a, .gui-account-links .gui-block-linklist li:hover a::after {
  color: #d32424;
}
.gui-account-cart .gui-block-content .gui-buttons a.gui-button-small {
  color: #fff;
  border-color: #d32424;
  background-color: #d32424;
}
.gui-block-highlight .gui-block-content a.gui-button-large.gui-button-action, .gui-block-highlight .gui-block-content a.gui-button-large.gui-button-action:active, .gui-block-highlight .gui-block-content a.gui-button-small.gui-button-action:active, .gui-block-highlight .gui-confirm-buttons a.gui-button-small.gui-button-action, .gui a.gui-button-large.gui-button-action {
  background: #d32424;
  border-color: #d32424;
  color: #ffffff !important;
}
.custom-checkbox .custom-control-label {
  font-size: 14px;
}
.custom-checkbox .custom-control-label span {
  margin-left: 5px;
  line-height: 28px;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  border-radius: 0px;
  height: 20px;
  width: 20px;
}
.custom-control-input:checked + .custom-control-label::before {
  color: #fff;
  border-color: #d32424;
  background-color: #d32424;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #e46060;
  background-color: #e46060;
}
/* Grid
------------------------------------------------------------ */
.container-fluid {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-box {
  background-image: url("background-login.jpg?20260113120204") !important;
}
#categories {
  margin-top: 30px;
}
#hallmark {
  margin-left: 30px;
}
.widget {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.title-box {
  margin: 30px 0px;
}
#product .title-box {
  margin: 15px 0px;
}
#product .title-box a {
  color: #000000;
}
/* Productborder
--------------------------------------------- */
.product .product-counter {
  background: #d32424;
  border-radius: 50em;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  z-index: 999;
}
#products .productborder-top10 .product-image .label-state span {
  display: none;
}
.product .product-title a strong {
  height: 3em;
  display: -webkit-box;
  display: block;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#products .product .product-price .price span:not(.font-weight-bold) {
  color: #666;
  font-size: 14px;
}
.product .product-price .price-old {
  color: #aaa;
  font-size: 12px;
  text-decoration: line-through;
}
.product .product-price .unit-cost.collection {
  height: 20px;
  display: block;
}
.product .stock {
  margin-top: 5px;
  margin-bottom: 5px;
}
#product_configure_form .cart-details .quantity {
  min-width: 100px;
}
.product .quantity .input-group {
  min-width: 100px;
}
.product .quantity input {
  border: 0px solid;
}
.productborder .product-details .product-title .label-state {
  height: 25px;
}
/* .productborder .product {padding:15px 15px;} */
.productborder.list .product {
  padding: 0px 0px;
}
.productborder .product.outstock {
  opacity: 0.7;
}
.stock .instock {
  color: #28a745;
  font-size: 14px;
  font-weight: normal;
}
.stock .outstock {
  color: #dc3545;
  font-size: 14px;
  font-weight: normal;
}
/* Productpage
--------------------------------------------- */
#main-image .custom-nav {
  position: absolute;
  top: auto;
  left: 15px;
  right: 15px;
  bottom: 50%;
  z-index: 12;
}
#main-image .custom-nav .prev {
  font-size: 18px;
  float: left;
  text-align: center;
  margin-top: -17.5px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  z-index: 12;
}
#main-image .custom-nav .next {
  font-size: 18px;
  float: right;
  text-align: center;
  margin-top: -17.5px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  z-index: 12;
}
#thumbs .ytplaybtn {
  padding: 30.75px 0px;
}
#thumbs .ytplaybtn strong {
  color: #000000;
}
#bulkProduct .quantity select {
  max-width: 60px;
}
.prices .price .price-old {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}
.prices .product-price .price-new {
  font-size: 28px;
  font-weight: bold;
}
.prices .price.priceIncl {
  color: #666;
}
.prices .price.priceIncl .price-new {
  font-size: 16px;
  font-weight: normal;
}
.cart-details .quantity {
  max-width: 100px;
}
.product-content h1, .product-content h2, .product-content h3, .product-content h4, .product-content h5, .product-content h6 {
  font-size: 100%;
}
#specs .specs table {
  font-size: 14px;
}
#reviews .reviews .review .review-inner, #reviews .reviews .review .review-inner p {
  font-size: 14px;
}
#reviews .reviews .review .review-inner .content {
  text-overflow: ellipsis;
  width: 100%;
  max-height: 4.5em;
  display: block;
  overflow: hidden;
}
#reviews .reviews .review .review-inner.open .content {
  max-height: none;
}
#reviews .reviews .review .review-inner .less {
  display: none;
}
#reviews .reviews .review .review-inner.open .more {
  display: none;
}
#reviews .reviews .review .review-inner.open .less {
  display: block;
}
.bundle-product .plus-icon .fa-plus {
  background-color: #d32424;
}
#bundles .product-bundle-container .bundles-title-box .text-truncate {
  width: 90%;
  line-height: 32px;
}
/* Footer
--------------------------------------------- */
.usp-footer {
  padding: 15px 0px;
}
.compareProducts .compare-body {
  display: none;
}
.compareProducts .compare-body .compare-products {
  max-height: 231px;
  overflow: auto;
  margin-bottom: 15px;
}
.compareProducts .compare-body .compare-products .delete-compare {
  cursor: pointer;
  padding-right: 15px;
}
.spinner-text, .spinner-border {
  display: none;
}
.loading .spinner-text, .loading .spinner-border {
  display: inline-block;
}
.loading .compare-text {
  display: none;
}
/* Owl Carousel
------------------------------------------------------------ */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 24px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  display: none;
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #eb8b8b;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d32424;
}
