@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../css/material-icons/479700ea91d964d295d7.eot);
	src: local("Material Icons"), local("MaterialIcons-Regular"), 
        url(../css/material_icons/12a47ed5fd5585f0f422.woff2) format("woff2"), 
        url(../css/material_icons/f2a0933406f783065152.woff) format("woff"), 
        url(../css/material_icons/00b1fb69fb78ff50fd55.ttf) format("truetype")
}
.material-icons {
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Material Icons", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	vertical-align: middle;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga"
}

/** https://[name]-shop.gigalister.de/2-startseite
 */
body {
	font-weight: 300;
	letter-spacing: .01em;	
}
.hidden {
    display: none;
    visibility: hidden
}
.unvisible {
    display: none
}
a {
    color: #24b9d7
}
a, 
 a:hover,
  a:not([href]):not([tabindex]) {
	cursor: pointer;
}
a:focus,
 a:hover,
  #header .top-menu a[data-depth="0"]:hover,
   #header a:hover,
    #header .dropdown.currency-selector:hover .expand-more,
     #header .language-selector.dropdown:hover .expand-more,
.dropdown-item:focus, 
 .dropdown-item:hover,  
  .account-list a:hover, 
   .block_newsletter form button[type="submit"] .search:hover,     
    .product-miniature .product-title a:hover, 
     .product-miniature .highlighted-informations .quick-view:hover
#block_myaccount_infos .myaccount-title a:hover {
	color: #e3e3e3;
    text-decoration: none;
    outline: none
}
#main > .row {
	margin-right: 0!important;
	margin-left: 0!important;
}
#main .page-content {
	margin-bottom: 3.5rem;
}
.h1, .h2, .h3 {
	color: #2d2d2d;
}
.alert {
    border: none
}
.simple-cookie_note {
	background: #e7e9ea;
	height: 37px;
}
.simple-cookie_note .container {
	display: flex;	
    justify-content: right;
}

#header .header-nav {
    font-weight: 400
}
#header .header-nav .user-info a {	
	display: inline-block;
	vertical-align: middle;
}

#header .header-nav .user-info a p {	
	display: inline-block;
	font-size: .65rem;
	color: #fbfbfb;
	text-transform: uppercase;
	margin: -4px 0 0 0;
	line-height: .875rem;
	vertical-align: top;
	padding-right: .5rem;
}

#header .header-nav .user-info .account p span:last-child {
	font-weight: 900;
}

#header .header-banner svg, 
 #header .header-nav svg {
	height: 22px;
    max-width: 22px;
	vertical-align: middle;
	transform: skewY(10deg);
	transform-origin: center;
	margin-right: .3rem;
}

#header .header-nav .user-info svg {
	transform: skewY(10deg) scaleX(1.2);
    position: relative;
    top: -2px
}

#header .header-nav #menu-icon {
	height: 50px;
	display: flex;
	align-items: center;
    margin-right: .7rem;
}

#header #contact-link svg,
 #header .header-nav svg.sun-and-moon,
  #header .language-selector svg,
   #header .currency-selector button svg{
    height: 18px;
    position: relative;
    top: -2px
}

#header .dropdown .expand-more {
	font-size: .875rem;
    font-size: 13px;
    font-weight: 500
}        

#header .header-nav svg:not(
    #header .header-nav svg.sun-and-moon),
 #header .header-nav svg path {
     fill: #fff
}

.dropdown-menu {
	z-index: 1040;
	background-color: #24b9d7;
	border: unset;
    font-size: .875rem;
    text-align: right;
    font-style: oblique;
}
.dropdown-menu li:hover {
	background-color: #41cce8;
} 

.currency-selector .expand-more,
 .language-selector .expand-more{
    vertical-align: top;
    color: #e5fbff
}

#header .currency-selector.dropdown.open .expand-more,
 #header .currency-selector.dropdown:focus .expand-more,
  #header .language-selector.dropdown.open .expand-more,
   #header .language-selector.dropdown:focus .expand-more{
    color: transparent
}

.special-list #header .header-nav #_desktop_contact_link,
 #product #header .header-nav #_desktop_contact_link,
  #cart #header .header-nav #_desktop_contact_link{
	margin-left: 15rem;
}

#checkout #header .header-nav #_desktop_contact_link {
	margin-left: .9375rem;
}

#header .header-nav #_desktop_contact_link #contact-link,
 #header .header-nav .currency-selector,
  #header .header-nav .user-info,
   #header #theme-toggle,
    #header .header-nav .language-selector{
    margin-top: .575rem;
    margin-left: .9375rem;
    padding: 0
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-left: 0
}

#header .header-nav #_desktop_contact_link #contact-link,
 #header .header-nav .currency-selector,
  #header .header-nav .user-info,
   #header .header-nav .blockcart,
    #header .header-nav .wishlist-link,
     #header #theme-toggle {
	font-size: .875rem;
    font-size: 13px;
    font-weight: 500
}
#header .header-nav .wishlist-link i {
	font-size: 17px;
	line-height: 17px;
	color: #24b9d7;
}
#header .header-nav .currency-selector .dropdown-item {
	font-size: .775rem;
    font-weight: 500
}
#search_widget {
    min-width: inherit;
	width: 50px;
    overflow-x: hidden;
    transition: width .3s;
	height: 48px;
}
#search_widget.changed {
    width: 80%
}
#search_widget form {
	position: relative;
	height: 100%;
}
#search_widget form i {
	padding: .8075rem;
    cursor: pointer;
    z-index: 10
}
    #header #search_widget form i {
        height: 48px;
        width: 48px;
    }
#search_widget form input {
	background-color: #f6f6f6;
    border-radius: 0;
    height: 100%;
}
p, .page-content.page-cms ul {
	font-size: .775rem;
	font-weight: 300;
	color: #232323;
}
#product-details .label {
	font-size: .9375rem;
	padding-right: 5px;
}
#product-details .label:after {
	content: ':';
}
#header {
	box-shadow: 0 4px 0 0 rgb(232, 232, 232);
    z-index: 1043
}
#header a,
 #header .dropdown:hover .expand-more,
  #header .header-nav .currency-selector .dropdown-item:hover,
   #header .header-nav .language-selector .dropdown-item:hover{
	color: #e5fbff;
}
#header .header-top-right {
    display: block
}
#header .header-top .cart-preview.active {
	background: #24b9d7;
}
#header .header-top #_desktop_cart, 
 #header .header-top .menu {
	float: right;
}
#header .header-top .blockcart {
	height: 46px;
	padding: .75rem;
	margin-left: 5px;
	text-align: center;
	white-space: nowrap;
	background: #f6f6f6;
}
#header .header-top .blockcart .hidden-sm-down {
    display: none
}
#header .header-top .cart-preview.active a, 
 #header .header-top .cart-preview.active i {
	color: #fff;
}
#header .header-nav .cart-preview .shopping-cart {
    color: #292d32
}
.cart-products-count {
	font-size: .875rem;
	font-weight: 500;
    color: #232323
}
body:not(.special-category) #header .header-top .menu {
	display: none;
}
#header .header-top .menu {
    margin-right: 5px;
	padding-left: 0;
}
#header .header-top .menu a {
	text-indent: -99999px;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 46px;
	height: 46px;	
    background-color: #24b9d7
}
#header .header-top .menu a svg {
    display: none;
	height: 22px;
	cursor: pointer;
	text-indent: 0	
}
#header .header-top .menu a:not(a.changed) svg.filter-add {
	display: block
}
#header .header-top .menu a.changed svg.filter-remove {
	display: block
}
#wrapper .breadcrumb {
    margin-bottom: 1.5rem;
	font-size: .875rem;
    display: flex
}
    #product #wrapper .breadcrumb {
        margin: .5rem 0 4.375rem;     
    }
#wrapper .breadcrumb li a {
	color: #24b9d7;
	font-weight: 500
}
.special-list #header .header-nav .container,
 #product #header .header-nav .container {
	position: relative;
}
body .header-banner:not(#index .header-banner, 
 #category .header-banner) {
	position: relative;
	z-index: 1
}
#header .header-top {
	background-color: transparent;
	padding-bottom: 2.5rem;
}
#header.menu-active .header-top {
	box-shadow: 0 4px 0 0 rgb(232, 232, 232);
}
#header .header-top #_desktop_logo {
	position: static;
}
.special-list #_desktop_logo a:before,
 #product #_desktop_logo a:before,
  #cart #_desktop_logo a:before{
	content: '';
	display: block;
	height: 270px;
	width: 270px;
	background: url('/img/logo-1647083626.jpg') no-repeat;	
	transform: rotate(-7deg);       
	background-size: 50%;
	background-color: white;
	box-shadow: 0 4px 0 0 rgb(232, 232, 232);
	background-position: center 88%;
	color: red;
      
    position: absolute;
	top: -167px;
    left: -62px;
    z-index: 1;
}
html.dark .special-list #_desktop_logo a:before,
 html.dark #product #_desktop_logo a:before,
  html.dark #cart #_desktop_logo a:before{
    background-color: #25272d }

.special-list .logo,
 #product #header .logo,
  #cart #header .logo{
	display: none
}
#search #_desktop_logo a,
 #product #_desktop_logo a {
	display: inline-block;
	padding-right: 37px;
}
body:not(.special-category, 
 #manufacturer) #header .logo,
  #search #header .logo,
   #product #header .logo{
	width: 85px;
    position: absolute;
    top: -5px;
}
.logo_text {
	letter-spacing: .022em;
	font-weight: 500;
	opacity: .777;
	transform: scale(1.333,1);
	transform-origin: 0 0;
	display: inline-block;
	margin-top: 1px;
	width: 8.3em;
	text-align: left

}
#product #content.page-not-found {
	max-width: unset;
}
.special-list #content-wrapper #js-product-list-top > div:first-child {
	text-align: right;
}
#header .header-nav {
    border: none;
    background-color: #0db0cc;
    padding-bottom: .5rem;
}
#header #currency-selector-label + button .expand-more,
 #header .header-nav .user-info .account {
	color: #24b9d7;
	font-weight: 500;
}
#header .header-nav .wishlist-link {
    margin-top: .9375rem;
    margin-left: 2.5rem;
    text-align: right;
    white-space: nowrap;
}
.contact-information {
	padding: 1rem .7rem;
}
#contact .contact-rich {
	height: 495.15px;
    margin-bottom: 4.6rem
}
#contact .contact-rich,
 #contact .page-content {
    outline: 1px solid 1px solid rgba(255,255,255,.999);
}
.contact-rich.card hr {
	max-width: 230px;
	margin-left: 0;
	border-color: #ddd;
}
    html.dark #contact .contact-rich,
     html.dark #contact .page-content {
        outline-color: #25272d;
    }
#contact .contact-form input.form-control,
 #contact .contact-form input#email,
  #contact .contact-form select#id_contact {
    height: 43px;
}
#contact .desc_contact_content p {
    font-size: .875rem
}
#contact #left-column {
    height: auto !important;
    padding-right: 0;
	padding-left: 0;
    position: sticky;
	top: 0;
}
#contact #content-wrapper {	 
	padding-left: 0;
}
#contact #gdpr_consent {
	padding: 0 1rem;
}
#contact .psgdpr_consent_message span:last-child {
	opacity: .5;
	font-style: oblique;
	cursor: pointer;
	text-wrap: balance;	
	display: inline-block;
	width: calc(100% - 55px);
	vertical-align: top;
}
#contact #main .page-footer {
	min-height: 1px;
	margin-bottom: 2.95rem;
}
.contact-rich div .block:nth-child(2) .icon i {
	text-indent: -3px;
	font-size: 2.2rem;
}
.contact-rich div .block:nth-child(6) .icon i {	
	font-size: 1.95rem;
}
.contact-rich .block .icon i {
	color: #eaeaea;
}
.contact-rich .block .icon {
	width: 2.5rem;
}
.contact-rich .block .data {
    min-height: 24px
}
.contact-rich .icon.whatsapp {
	position: relative;
}
.contact-rich .icon.whatsapp:after {
	content: '';
	height: 1em;
	width: 1em;
	background: url(/themes/classic/assets/css/whatsapp-logo.svg) no-repeat;
	display: block;	
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem
}



.block-category h1 {
	font-size: 1.5rem;
	font-weight: 300;
	transform: scale(1.333,1);
	transform-origin: 0;
	margin: 1.5rem 0 -1.5rem
}
.block-category .text-muted {
	margin-top: 2.5rem;
}
#js-product-list-header .card-block:not(#index .card-block) {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
#product .product-container > div {
	background-color: #fff;
}
    html.dark #product .product-container > div {
        background-color: #25272d;
    }
#product .product-container > div:first-child,
 #product .product-container > div:last-child {	
	position: sticky;
	top: 0;
    z-index: 1000;
    outline: 1px solid rgba(255,255,255,.999);      
}
    html.dark #product .product-container > div:first-child,
     html.dark #product .product-container > div:last-child {
        outline: 1px solid #25272d;      
    }
#product .product-container > div:nth-child(2) {
	padding-left: 2.375rem;
}
#product h1 {    
    margin-top: 1.375rem;
}
#product h1.h1,
 .quickview h1.h1 {         
    min-height: 50px;
    width: calc(100% + 17px + 37px - 60px);
    margin: -50px -17px 37px -37px;
    padding: 15px 15px 10px 2.375rem;
    transform: matrix(1,0,-.08,1,0,0);
    transform-origin: center;
    background-color: #fff; 
    font-size: 1.325rem;
    float: left
}
#product .h1-add, 
 .quickview .h1-add {
    min-height: 50px;
	width: 62px;
    padding-right: 15px;
    margin: -50px -18px 0 0;
	transform: matrix(1,0,-.08,1,0,0);
	transform-origin: center;
	background-color: rgba(217, 217, 217, .922);
    text-align: right;
	float: right;	
}
#product #content-wrapper .h1-add {
    background-color: #fff
}
    html.dark #product h1.h1,
     html.dark .quickview h1.h1,
      html.dark #product #content-wrapper .h1-add {
        background-color: #25272d;
    }
    #product .quickview .h1-add,
     .quickview .h1-add {
        margin: -50px -17px 0 0;	
    }
#product .h1-add label, 
 .quickview .h1-add label {
    margin-bottom: 0;
    font-size: .625rem;    
    font-weight: 900;   
    line-height: .975em    
}
#product .h1-add span, 
 .quickview .h1-add span {
	overflow: hidden;
    display: inline-block;	
	width: 100%;	
}
#product .h1-add span a, 
 .quickview .h1-add span a {
	display: inline-block;
	width: 100%;
	transition: all .2s ease	
}
    #product .h1-add span:hover a, 
     .quickview .h1-add span:hover a {
        translate: -50% 0;
    }

#product .h1-add:has(img), 
 .quickview .h1-add:has(img) {
	padding-top: 10px;
}
#product .h1-add .img-thumbnail, 
 .quickview .h1-add .img-thumbnail {
	padding: 0;
	background-color: transparent;
	border: none;
}
#product .product-images.js-qv-product-images {
	transform: translateY(0) !important;	
}
#product .thumb-container.js-thumb-container:before {
	content: '';
	display: block;
	height: 80px;
	width: 80px;
	position: absolute;
	z-index: 2;
	cursor: nesw-resize;
}
.product-images > li.thumb-container {
	display: inline-block;
/* because alt text */
    font-size: 3px;
    line-height: .7rem;
}
.quickview .product-images > li.thumb-container {
/* because alt text */
    max-width: 80px;
}
.product-container .product-images > li.thumb-container {
/* because alt text */
    font-size: 1px
}

.modal-backdrop.in {
    background: rgba(175, 176, 176, .977);
	opacity: 1;
    z-index: 1049
}
.quickview .modal-content, 
 .modal-content:not(
    #bonsearch-popup-wrapper .modal-content) {
    background-color: transparent;
    border: none
}
.modal-header {
    border: none;
    background-color: rgba(217, 217, 217, .922); 
}
.modal-content .popup-close:after,
 .fancybox-close:after {	
	font-size: 2.05rem;
	font-weight: 400;
    color: rgb(224, 234, 236);
    text-shadow: none;
	position: absolute;
	top: -20px;
	right: -27px;	
}
.modal-header .close:not(
 .quickview .modal-header .close), 
  .modal-content .popup-close {
	margin-top: -10px;
	margin-right: -10px;
	width: 30px;
	height: 35px;
	background-color: rgba(217, 217, 217, .922);	
	transform: matrix(1,0,-.08,1,0,0);
    opacity: 1;
}
.modal-footer {
    border: none
}
html.dark .modal-header .close:not(.quickview .modal-header .close), 
 html.dark .modal-content .popup-close {
	background-color: rgba(37, 39, 45, .922);	
}
    .quickview .modal-header .close {
        top: calc(-57px - 2.25rem);
        outline: none;
        position: absolute;
        right: -35px;
        opacity: 1;
    }
    .quickview .modal-header .close span {
        font-size: 4.05rem;
        font-weight: 200;
        color: rgb(224, 234, 236);
        text-shadow: none;
    }
.popup-close {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    cursor: pointer;
    margin-top: 0 !important;
}
.popup-close:after,
 .fancybox-close:after {
	content: '\e5cd';
	font-family: "Material Icons";
}
     #product .quickview .modal-content h1.h1,
      .quickview .modal-content h1.h1 {
        background-color: rgba(217, 217, 217, .922);   
    }
     #product .quickview .modal-content h1.h1,
      .quickview .modal-content h1.h1 {    
        color: #fff
    }
    .quickview .modal-header {
        position: relative;
        z-index: 2;
        height: 0;
        border-top-left-radius: 5px
    }
    .quickview .modal-body {
        z-index: 3;
    }
    .quickview .modal-body,
     .hi-cookie-block.white-popup {
        border-bottom-right-radius: 5px;
        background-color: rgba(217, 217, 217, .922);
    }
    .quickview .social-sharing {     
        margin-left: 5%;
        width: 45%;  
        text-align: left;
        float: left;
    }
    .quickview .social-sharing li {
        float: left;
    }
    .quickview .linkblock-right {
        display: flex;
        justify-content: flex-end;
        padding-top: 60px;
    }
    .quickview .product_link {
        display: inline-block;
        margin: 15px 0;
        font-weight: 700;
        font-size: 14px	
    }
    .quickview .modal-footer {
        border-top: unset;
        padding: 10px 15px;
        background: linear-gradient(275deg, transparent 40%, rgba(217, 217, 217, .922), rgba(217, 217, 217, .922));
    }
    .quickview .modal-footer .close {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 14px;
        color: #24b9d7!important;
        text-shadow: none;
        opacity: 1
    }
    .quickview .arrows {
        width: 0;
        right: 6.5em;
        z-index: 2;
    }
    .quickview .arrows i {
        font-weight: 700
    }
    #product .quickview .social-sharing li {
        color: #24b9d7
    }
    .modal-content .social-sharing li, 
     .share-social-items a,
      #product .modal-content .social-sharing li {
        background-color: #24b9d7 
    }
    .fancybox-skin {
        border-radius: 5px 0
    }
    .fancybox-opened .fancybox-skin {
        box-shadow: unset
    }
    .fancybox-close {
        top: 0;
        right: -2px;
        background: #f6f6f6;
        transform: matrix(1,0,-.08,1,0,0);
        width: 5px;
    }
    html.dark .fancybox-close {
        background: rgba(37, 39, 45, .922);      
    }

#product-modal .modal-content .modal-body {
    margin-left: 0;
    background-color: transparent
}
#product-modal .modal-content .modal-body .image-caption {
	transform: matrix(1,0,.08,1,0,0);
	transform-origin: center;
	border-top: none;
	margin-left: 1.65px;
    margin-top: 5px
}
#product-modal .modal-content .modal-body .image-caption p {
    max-width: calc(800px - 1.25rem - 1.25rem);
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
	top: -4.5rem;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
	bottom: -1.222rem;
}
#product-modal .modal-content .modal-body .mask {
	margin-top: 0;
	max-height: 50rem;
}
#product-modal .modal-content .modal-body .product-images img {	
	height: auto;
    width: 9.5rem;
}
#product .product-cover {
    margin-bottom: 3.25rem;
}
#product .product-cover .layer {
	background: rgba(255,255,255,.6);	
}
#product .scroll-box-arrows.scroll {
    position: relative
}
#product .tax-shipping-delivery-label,
 .modal-body .tax-shipping-delivery-label {
	display: none;
}
.products .oblique h3.product-title a {
    transition: all .2s ease
}
.products .oblique strong.h3.product-title a {
	margin-left: -15px;
	font-style: oblique;
}
#products .product-title a, 
 .featured-products .product-title a, 
  .product-accessories .product-title a, 
   .product-miniature .product-title a {
	font-weight: 300;
    font-size: .8775rem
}
#products .product-price-and-shipping, 
 .featured-products .product-price-and-shipping, 
  .product-accessories .product-price-and-shipping, 
   .product-miniature .product-price-and-shipping {
	font-weight: 600;
}
#products .variant-links, 
 .featured-products .variant-links, 
  .product-accessories .variant-links, 
   .product-miniature .variant-links {
    background: transparent
}
#product .current-price-value, 
 .modal-body .current-price-value {
	font-size: 3.175rem;
	letter-spacing: normal;
	font-weight: 700;
	letter-spacing: -5px;
}
    .modal-body .current-price-value {
        font-size: 2.775rem;
        line-height: 1;        
    }
.additional-price-info span {
	display: flex
}
.additional-price-info span a {
	text-decoration: none;
}
.additional-price-info span span {
    color: #232323;
    font-weight: 300;
    font-size: .7375rem;
    display: inline
}
.product-quantity #quantity_wanted,
 .bootstrap-touchspin input.form-control, 
  .bootstrap-touchspin .btn-touchspin{
    background-color: #f6f6f6
}
.product-variants > .product-variants-item select {
	min-width: 25%;
	background-color: #f6f6f6;
}
.product-actions .control-label {
    font-size: .825rem;
    padding-top: .333rem
}
.product-actions .product-quantity .control-label {
	margin-top: -2.222rem;
	height: 0;
}
    .quickview .product-actions .product-quantity .control-label {
        margin-top: -.7rem;
    }
.product-add-to-cart .product-quantity {
	margin-bottom: 1rem;
}
#product .social-sharing {
	margin-top: 5.5rem;
}
#product .wishlist-button-add,
 #product .social-sharing li,
  .share-social-items a,
   #wishlist_button,
    .wishlist.wishlist_btn_top,
     #ws_wishlist_button {
	background-color: #007e97;
    float: left;
}
#product .wishlist-button-add i,
 #wishlist_button i,
  #ws_wishlist_button i {
	color: white;
}
#product #tab-content {
	display: flex;
}
#product-availability .product-unavailable {
	color: #ff5252;
}
#product #description .product-description > div {
	width: 100%;
}
#product-availability, 
 .product-delivery-time:not(.product-additional-info .product-delivery-time) {
    display: inline-block;
	width: 100%;
    margin-top: .625rem;
	font-weight: 300;
	font-size: .775rem	
}
.product-minimal-quantity.js-product-minimal-quantity,
 .product-additional-info p:has(.product-delivery-time) {
    margin: .625rem 0 0;
}
#product .product-description p {
	font-size: .875rem;
}
#product .product-description p iframe {
	width: 100%;
}
.product-information .product-description ul li, 
 .product-information .product-description ol li {
    font-size: .8775rem;
	color: #8c8d91;
	text-wrap: balance;
	text-indent: .9325rem hanging
}
#product #content-wrapper .product-price {
	color: #c7e4ea
}
.product-prices div {
	clear: left
}
.has-discount .discount {
    position: relative;
    padding: .6125rem 1.2725rem;
    vertical-align: top;
	background: linear-gradient(120deg, rgba(179, 179, 179, .2), rgba(189, 189, 189, .2));
	color: #f24951
}
    .quickview .has-discount .discount {
        font-size: .9375rem;
    }
.discount-percentage:before {
	content: '';
	border-width: 10px 6px;
	border-color: transparent rgba(179, 179, 179, .2) transparent transparent;
	border-style: solid;
	position: absolute;
	left: -12px;
	top: calc(50% - 10px);
}
.has-discount p {
    color: #f24951
}
#product .quickview h1.h1,
 .quickview h1.h1,
  #product .quickview .h1-add,
   .quickview .h1-add{
	margin-top: -85px;
}
.quickview .product-prices {
    margin-top: 0;
}
.quickview #bon-google-checkout {
    margin-left: .125rem
}
.quickview .product-cover {
	min-width: 355px;
    width: 355px
}
.quickview #product-description-short p {
	font-size: .875rem;
}
#product .quickview .product-cover {
	padding-top: 0;
}
#product .quickview .social-sharing {
	margin-top: 0
}
.products strong.h3.product-title {
	display: block;
}
.modal .product-price {
	color: #fff 
}

.product-discounts > .product-discounts-title,
 .additional-price-info {
	font-size: .9375rem;
	font-weight: 700;
	color: #c3e1e8;
}
.product-discounts .table-product-discounts {
	min-width: 75%;
	color: #fff;
}
.product-discounts > .table-product-discounts thead tr th {
	padding: .625rem;
	text-align: left;
	background: #24b9d7;
	border: none;
	border-bottom: .5rem solid #fff;
	transition: all .4s ease;
}
.product-discounts > .table-product-discounts tbody tr {
	background: #007e97;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
	background: #24b9d7;
}
.product-discounts > .table-product-discounts tbody tr td {
	padding: .625rem;
	text-align: left;
	border: none;
	border-bottom: .5rem solid #fff;
}



#product-availability .material-icons {
	margin-right: 5px;
}
.product-delivery-time i {
    color: #c7e4ea;
    font-size: 22px;
	font-weight: 700;
    margin-right: 5px
}
#product .tabs {
    padding: 1.25rem 1.875rem 1.25rem 0;
    margin-top: 2.275rem;
    background: unset;
}
.tabs .nav-tabs {
	border-color: #e9eeee;
}
.tabs .tab-pane {
	width: 100%;
}
.product-features {
    margin-left: 0
}
.product-features > dl.data-sheet dd.value {
	margin-right: 0;
}
.product-features > dl.data-sheet dd.value, 
 .product-features > dl.data-sheet dt.name {
	background: #24b9d7;
	color: #fff;
}
.product-features > dl.data-sheet dd.value:nth-of-type(2n), 
 .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
	background: #007e97;
}
.nav-tabs .nav-link {
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.tabs .nav-tabs .nav-link.active {
	color: #f6f6f6;
    background: transparent;
	position: relative;
	z-index: 1;
}
.tabs .nav-tabs .nav-link.active:before {
	content: '';
	display: block;
	height: calc(100% + 2px);
	width: 90%;
	background-color: #24b9d7;
	position: absolute;
	z-index: -1;
	top: 0;
    left: calc(5% - 1px);
    transform: matrix(1,0,.08,1,0,0);
	transform-origin: right;
}
.nav-item .nav-link {
	color: #fbfbfb;
}
.special-list .tabs + #paypalplus_product_cart_content {
    display: none
}
.featured-products h2 {
    text-transform: uppercase;
	text-align: center;
	font-size: 1.125rem;
	padding-bottom: 15px;
}
.featured-products > h2:not(
    #category .featured-products > h2, 
    #index .featured-products > h2) {	
	font-size: .875rem;
	font-weight: 400;
	font-style: oblique;
	text-align: right;
	text-transform: unset;
    position: relative;
    padding-bottom: 15px;
    margin: 0 15px 15px;
    border-bottom: 2px solid #fff;
}
.featured-products > h2:not(#category .featured-products > h2, 
 #index .featured-products > h2):after,
  #product-comments-list-header:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	background-image: linear-gradient(135deg, transparent 50%, #fff 50%);
	position: absolute;
	bottom: -11px;
	right: 12px;
	transform: rotate(45deg);
	transform-origin: center;
	cursor: pointer;
}
#product .featured-products {
	margin-left: -15px;
	margin-right: -15px;
}
#product .product-miniature .thumbnail-container {
    width: 257.5px;
    overflow: visible
}
#viewed .products {
	overflow: hidden;
	max-height: 0;
	transition: all .2s ease-in;
}
    #viewed .products.show {
        max-height: 100%;
    }
#same-category .products {
	overflow: hidden;
	height: 100%;
	max-height: 1300px;
	transition: all .2s ease-in;
}
    #same-category .products.hide {
        max-height: 0;
    }
#wrapper {
	padding-top: 1.563rem;
    background: #e7e9ea
}
        #search #wrapper,
         #product #wrapper {
            padding-top: 2rem;
        }
#search #js-product-list-top > div:first-child {
	padding-left: 0;
}
#search #js-product-list-top > div:nth-child(2) {
	padding-right: 5px;
}
.special-category #_desktop_logo a,
 #manufacturer #_desktop_logo a{
	display: inline-block;
	padding-right: 30px;
}
.special-category #wrapper {
    padding-top: 0;
}
#index.page-index #products .product {
    width: auto;
    min-width: unset    
}
#products .thumbnail-container, 
 .featured-products .thumbnail-container, 
  .product-accessories .thumbnail-container, 
   .product-miniature .thumbnail-container{
    overflow: visible
}
.special-category #wrapper .container,
  #manufacturer #wrapper .container {
    width: 100%;
}
.special-category #wrapper #left-column {
    position: absolute;
	width: 370px;
    top: 0;   
    left: -370px;
	background: rgba(246,246,246,.555);
	box-shadow: -2px 2px 10px -2px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .3s;
}
.special-category #wrapper #left-column:hover {
    background: rgba(246,246,246,.955);
}
.special-category #wrapper #left-column.changed {
	left: 0;
}
.special-category #wrapper #left-column #js-menu-closer:after {
	content: "\e315";
	display: block;
	position: absolute;
	top: 91px;
	right: -76px;
	height: 48px;
	width: 48px;
	color: #24b9d7;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	font-family: "Material Icons", Arial, sans-serif;
	font-size: 48px;
	font-weight: 500;
}
.special-category #wrapper #left-column.changed #js-menu-closer:after {
	content: "\e314";
}
.special-category #wrapper .breadcrumb {
	font-size: .875rem;
	margin: 1rem auto 0;
	/*padding: 0 15px;*/
    text-align: center
}
.special-category {
    padding-right: 0 !important;
    overflow-x: hidden  
}
.special-category #content-wrapper {
    width: 100%;
}
.special-category #content-wrapper #subcategories {
    display: none;
}
.special-category #content-wrapper .products-sort-order .select-title,
 .bootstrap-touchspin input.form-control, 
  .bootstrap-touchspin input.input-grou,
   .bootstrap-touchspin .btn-touchspin,
    .form-control,
     .product-comment-modal input,	  
      .product-comment-modal textarea,
.btn-comment-inverse,
 .products-sort-order .select-title, 
  .brands-sort .select-title, 
   .suppliers-sort .select-title {
    border-color: white;
}
.special-category .category-top-menu {
	overflow-wrap: break-word;
}
#category-base_link i.home {
	color: #24b9d7;
	margin: -7px auto 15px;
}
.block-categories,
 #search_filters {
	background: transparent;
}
.block-categories .h6, 
 #search_filters > .h6 {
	font-size: 1.3175rem;
	letter-spacing: .0175rem;
	color: #24b9d7;
	font-weight: 600;
}
.block-categories .category-sub-menu li[data-depth="0"] > a,
 .block-categories li a.parent {
	padding-bottom: 0;
	margin: .2125rem 0 0;
	font-weight: 300;
	font-size: .875rem;
    color: #4f4f4f;
    max-width: 88%;
    transition: all .2s ease;
}
.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
    font-size: .925rem;
    margin-left: -3px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0;    
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) a {
    color: #4f4f4f; 
    background: none
}
.block-categories .category-sub-menu {
	margin: .375rem 0 1rem 0;
}
.block-categories .category-sub-menu li {	
	margin-left: 7px;
}
.block-categories .category-sub-menu .material-icons {    
	font-size: 21px;
	color: #24b9d7;
	background: #fff;
	border-radius: 100%;
	border: none;
}
.block-categories .category-sub-menu .category-sub-link,
 .block-categories .collapse-icons[aria-expanded="true"] .remove,
  .block-categories li a.parent {
	color: #24b9d7;
    display: inline-block;
}
.block-categories .category-sub-menu .category-sub-link {   
    padding: 0 15px 1px 8px
}
.block-categories .collapse-icons {
	text-align: right;
}
.block-categories .category-sub-menu .arrows i {
    position: absolute;
	font-size: 1.2em;
	height: 1.07em;
	width: 1.07em;
	margin-top: -.07em;
    background: none
}
#search_filters_wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	height: 100%;
}
.js-search-filters-clear-all {
	background: #24b9d7 !important;
	color: white;
	padding: .5rem .8rem;
    border-radius: 20px
}
.btn-tertiary.js-search-filters-clear-all i {
	float: right;
	margin: 0 0 0 .625rem;
}
#search_filters .facet .facet-title {
	transform: skewX(7deg);
	transform-origin: top;
}
.facet-label:hover .custom-checkbox input[type="checkbox"] + span {
	border-color: #232323;
}
    html.dark .facet-label:hover .custom-checkbox input[type="checkbox"] + span {
        border-color: #fbfbfb;
    }
#search_filters .facet .facet-label a, 
 #search_filters_brands .facet .facet-label a, 
  #search_filters_suppliers .facet .facet-label a {
	margin-top: .0375rem;
	font-size: .8375rem;
}
#search_filters .dropdown-menu {
	max-height: 200px;
	overflow-y: scroll;
}
    #search_filters .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        color: #0db0cc;
        font-weight: 700;
    }
    #search_filters .ui-slider-horizontal {
        height: .3em;
        width: 95%;
        border: none;
    }
        #search_filters .ui-slider-horizontal:hover > div,
         html.dark #search_filters .ui-slider-horizontal:hover > div{
            background: #24b9d7;
        }
#search_filters .ui-widget-header {
    background: #fff;
}
    html.dark #search_filters .ui-widget-header {
        background: #1c1b22;
    }
#search_filters .ui-slider .ui-slider-handle {
    height: 27px;
    width: 17px;
    background: #24b9d7;
    border: 6px solid white;     
    top: -.65em;
    transform: rotate(7deg);
}
    html.dark #search_filters .ui-slider .ui-slider-handle {
        border-color: #1c1b22
    }

    .ui-widget-content {
        border: 2px solid white;
    }
#search_filters .facet:nth-child(3) {
	padding-top: 1.275rem;
}
#left-column #search_filter_controls {	
	padding: 0 20px;
}
#left-column #search_filter_controls {
    display: none
}
.btn-comment {
	background: #24b9d7;
}
.facet-dropdown {
	font-size: .875rem;
	color: #7a7a7a;
	box-shadow: none;
	border-color: white;
}
.facet-dropdown,
 .facet-dropdown .select-title {
    background: transparent
}
.facet-dropdown .select-list,
 .btn-tertiary,
  .custom-checkbox input[type="checkbox"] + span {
    background: #f6f6f6;
}
    html.dark body:not(.page-customer-account) .custom-checkbox input[type="checkbox"] + span {
        background: #1c1b22;
    }
.custom-checkbox input[type="checkbox"] + span {
    border-color: #f6f6f6;
    border-radius: 4px;
}
    html.dark body:not(.page-customer-account) .custom-checkbox input[type="checkbox"] + span {
        border-color: #1c1b22;	
    }
#js-active-search-filters {
	text-align: center;
}
.active_filters {
	background: #24b9d7;
	color: white;
	margin-left: -.1225rem;
}
.active_filters .filter-block {
	padding: .525rem .875rem;
	border-radius: 20px;
}
.active_filters .filter-block .close {
	font-size: 1.235rem;	
	font-weight: 300;
    color: rgba(0,0,0,.2);
    margin-top: 0
}
.btn-comment-inverse,
 .btn-comment {
	box-shadow: none;
}
.input-group .input-group-btn > .btn,
 .input-group .input-group-btn > .btn[data-action="show-password"] {
    padding: .925rem 1rem;
}
.input-group .input-group-btn > .btn[data-action="show-password"] {
	text-indent: -999px;
	overflow: hidden;
    height: 44px;
    min-width: 50px;
	background-image: url(/img/icons/eye-slash.svg);
    background-color: #f6f6f6;
    background-repeat: no-repeat;
	background-position: center;	
	background-size: 50%;
    transition: all .2s ease-in
}
.input-group:has([type="text"]) .input-group-btn > .btn[data-action="show-password"] {
    background-image: url(/img/icons/eye.svg);
}
.btn .material-icons
{
    vertical-align: -5px
}
.pagination > div:first-child {
	display: none;
}
.pagination .spacer {
	padding: 5px 3px 0;
	display: inline-block;
	font-weight: 600;
}
#js-product-list-top .total-products p {
    color: #7a7a7a;
}
#js-product-list-top .total-products p span {
    color: #b5d9df;
    font-weight: 900;
    font-size: .925rem;
    font-style: oblique;
    padding-right: 4px;
}

.special-list #content-wrapper #js-product-list-top,
 .special-list #content-wrapper .pagination {
	width: 1140px;
	margin: 0 auto;
	display: flex;
}
.special-list #content-wrapper .pagination .pr-0 {
	margin: auto;
	width: auto;
}
.special-list #content-wrapper .pagination a {
	color: #9e9e9e;
}
.special-list #content-wrapper .pagination .current a {
	background: #24b9d7 !important;
	color: white;
}
.special-list #content-wrapper .pagination .page-list {
    background: none;
}
.special-list #content-wrapper .pagination .page-list li {    
    margin-left: 4px;
}
.special-list #content-wrapper .pagination .page-list li a {
	padding: 8px 15px;
	background: white;
	display: inline-block;
}
.special-list #content-wrapper .pagination .current a {
	font-size: inherit; 
	font-weight: 800;
}
.special-list #content-wrapper .pagination a:not(.previous):not(.next) {
    letter-spacing: normal;
}
.special-list #content-wrapper .pagination a.js-search-link i {
	position: absolute;
	top: 5px;
	font-size: 2.5rem;
	color: #24b9d7;
}
.special-list #content-wrapper .pagination a.next i {
    right: -2px
}
.special-list #content-wrapper .pagination a.previous i {
    left: 15px;
}
.special-list #content-wrapper .pagination a.next.js-search-link {
	padding-right: 30px;
}
.special-list #content-wrapper .pagination a.previous.js-search-link {
	padding-left: 30px;
}
.special-list #content-wrapper .pagination > div:first-child {
	line-height: 48px;
}
.special-list #content-wrapper #js-product-list-top {
	margin: 1.563rem auto;
}
    #search.special-list #content-wrapper #js-product-list-top {
	   padding-right: 1.825rem;
    }
.special-list #content-wrapper .pagination > div:first-child {
	padding-left: 15px;
}
.special-list .products article .wishlist-button-add,
 .products article .wishlist-button-add {
	background-color: #d1ecf1;
	top: -5px;
}
.special-list .wishlist-button-add i {
	color: white;
}
.special-list .product-flags li.product-flag {
    background-color: rgba(28, 27, 34, .777);
    color: #fff;
    font-weight: 400 !important;
    font-size: .575rem;
}
#product .product-flags li.product-flag {
    height: 37px;
    line-height: 1.6rem;    
	left: 0;
	top: .5rem;
    background: #25272d;
}
.product-flags li.product-flag.online-only:before {
    content: '';
}
.cart-grid-left {
	padding-right: unset;
    padding-left: unset;
}
.cart-grid-right:not(#checkout .cart-grid-right) {
    padding-right: unset;
}
.card.cart-summary {
	padding-top: 1.5rem;
}
.cart-overview.js-cart .no-items {
    display: inline-block;	
    padding: 1.25rem;
    font-size: .8rem;    
}
#cart .cart-grid {
	margin-top: .175rem;
}
#cart .separator {
	border-color: #ddd;
	width: calc(100% - 30px);
	margin: auto;
}
body#checkout section.checkout-step {
	background-color: #0db0cc;
}
body#checkout section.checkout-step a:not(.alert a) {
    color: #fff;
    text-decoration: none
}
body#checkout hr {
	border-bottom: 1px solid;
	border-image: linear-gradient(to left, transparent, #ddd, transparent) 1;
}
body#checkout section.checkout-step .address-item,
 body#checkout section.checkout-step .address-item.selected{
	background-color: rgba(255,255,255,.8);
	border: 0;  
}
body#checkout section.checkout-step .address-item.selected{
	background-color: #fbfbfb;	 
}
body#checkout section.checkout-step .address-selector > p {
	display: none;
}
body#checkout section.checkout-step .address-item * {
    opacity: .822
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    opacity: 0
}
body#checkout section.checkout-step .address-item.selected * {   
    opacity: 1
}
body#checkout section.checkout-step .address-item .h4 {
	vertical-align: top;
}
body#checkout section.checkout-step .address {
	line-height: 1.444rem;
    font-weight: 400
}
body#checkout section.checkout-step .delete-address, 
 body#checkout section.checkout-step .edit-address {
	font-size: .775rem;
}
body#checkout section.checkout-step.-complete:not(
    body#checkout section.checkout-step.-complete.-current) {
    background-color: #f6f6f6;
    max-height: 58px;
    padding: 0
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    text-indent: -99px;
    overflow: hidden;
    min-width: 16px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit .edit {
    text-indent: 99px;
    color: #9bd5e1;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    float: right;
    display: block;
    margin-top: -3px;
    font-size: 22px;
    color: #9bd5e1;
}
#checkout section.checkout-step.-complete h1:not(
    #checkout section.checkout-step.-complete.-current h1) {
    color: #9bd5e1;
    font-size: .9rem;
    padding-bottom: 0;
    border-color: #0db0cc;
    padding-left: 19px;
}
#checkout section.checkout-step.-current .step-title {
	color: #fbfbfb;
	font-size: 1.625rem;
	font-weight: 700;
}
#checkout .custom-radio {
    height: 22px;
    width: 22px
}
.custom-radio input[type="radio"]:checked + span {
	width: 16px;
	height: 16px;
}
#checkout .custom-checkbox span,
 #contact .custom-checkbox label span:nth-child(2),
  #checkout .custom-radio{
	background: #f6f6f6;
	border-color: #f6f6f6;
	text-align: center;
}
#checkout .custom-checkbox input[type="checkbox"] + span {
    height: 24px;
    width: 24px
}
#contact .custom-checkbox input[type="checkbox"] + span {
    width: 1.825rem;
    height: 1.825rem;
}
#checkout .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
 #contact .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
	display: inline;
	vertical-align: middle;
}
body#checkout section.checkout-step .delivery-options .delivery-option,
 body#checkout #gift_message textarea, 
  body#checkout #delivery textarea{
    background-color: #fbfbfb
}
body#checkout #order-summary-content .summary-selected-carrier,
 body#checkout #gift_message textarea, body#checkout #delivery textarea{
    border: 0
}
body#checkout #delivery_message {
	transition: all .333s ease;
	min-height: 40px;
}
    body#checkout #delivery_message:hover {
        min-height: 50px;
    }
body#checkout #order-summary-content .order-confirmation-table {
    clear: left;
	font-size: .875rem;
    padding: 0 15px;    
    border: 0;
    background: transparent
}
body#checkout #order-summary-content .order-confirmation-table a {
	font-weight: 500;
	color: #232323;
}
body#checkout .additional-information {
	margin: 0 1.6rem;
}
body#checkout .custom-checkbox > label {
	padding-left: 2.5rem;
}
body#checkout .form-control-comment,
 body#checkout .text-muted {
	font-size: .825rem;
    color: unset !important;
}
body#checkout [for="field-customer_privacy"] + div {
    width: 60%
}
body#checkout form .form-control-label, 
 #registration form .form-control-label, 
  #authentication form .form-control-label, 
   #password form .form-control-label, 
    #identity form .form-control-label, 
     #address form .form-control-label,
body#checkout #header a,
 body#checkout div.form-control-comment, 
  #registration div.form-control-comment, 
   #identity div.form-control-comment, 
    #address div.form-control-comment, 
     .page-addresses .address .address-body address {
	color: #fbfbfb;
}

    .cart-grid-body {        
        padding-right: unset;
        margin-bottom: 0; 
    }
    .cart-grid-body .card-block {
        padding: 1rem 15px;
        font-size: .875rem;
        color: #444;	
    }
    .cart-grid-body .card-block h1 {
        padding-left: 22px;
    }
    .payment-option img {
        height: auto !important;
        max-height: 16px;
        vertical-align: baseline;
        margin-left: .725rem;
    }
    body#checkout .paypal-mark {
        padding: unset;
        margin: auto;
        border: unset;    
    }
    body#checkout .payment-option img:not(#payment-option-4-container.payment-option img),
     body#checkout .paypal-button-text {
        display: none
    }
html.dark body#identity label {
	color: #8c8c8c;
}
body#checkout .cart-grid-right {
    position: sticky;
    top: 0
}
#order-items table tr.total-value td {
	font-size: 1rem;
}
body#checkout #footer {
	font-size: .7375rem;
}
body#checkout section.checkout-step .delivery-options > .row {
	border-right: 0;
}
body#checkout #order-summary-content h4.black {
	font-size: 1rem;
}
body#checkout #order-summary-content h4.js-show-details {
	padding: 30px 0 15px;
	border-bottom: 2px solid #363a42;
	margin-bottom: 2rem;
    position: relative;
	transition: all .2s ease;
}
body#checkout #order-summary-content h4.js-show-details:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	background-image: linear-gradient(135deg, transparent 50%, #363a42 50%);
	position: absolute;
	bottom: -11px;
	right: 12px;
	transform: rotate(45deg);
	transform-origin: center center 0px;
	cursor: pointer;
}
body#checkout #order-summary-content h4.addresshead {
    text-transform: uppercase;
}
body#checkout #order-summary-content h4.h4 {
	font-size: .875rem;
	font-weight: 700;
	color: #232323;
    text-align: right
}
body#checkout #order-summary-content h4.h4 span {
	font-size: .875rem;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	color: #fff;
}
body#checkout section.checkout-step .delivery-options .delivery-option img,
 body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
	filter: hue-rotate(155deg) brightness(1.55) opacity(.5);
}
#paypalplus_product_cart_content {
	float: left;
	height: 75px;
	width: 37px;
	background: #007e97;
	margin-left: .5rem;
	transform: matrix(1,0,-.08,1,0,0);
    transition: .2s ease-out;
}
#paypalplus_product_cart_content:hover {
    opacity: .7
}
#paypalplus_product_cart_content a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 75px;
}
#payment_paypal_express_checkout {
	width: 20px	
}
.paypal_express_checkout #payment_paypal_express_checkout {
	filter: brightness(1.044) opacity(.933);
}
.paypal_express_checkout {
    margin-top: 15px;
    text-align: center
}
body#checkout [name="customer_privacy"] + span + br + em {
	color: #000;
}
body#checkout em.js-psgdpr {
	font-style: normal;
}
body#checkout em.js-psgdpr a {
	color: #fbfbfb;
}
body#checkout .modal-content.psgdpr {
	background: #fff;
	border: none;
}
body#checkout .modal-content.psgdpr .close {
	opacity: .5;
}
body#checkout .modal-content.psgdpr #psgdpr-frame {
	border: none;
	width:100%; 
	height:90vH
}
body#checkout section.checkout-step #customer-form .form-control-label, 
 body#checkout section.checkout-step #delivery-address .form-control-label, 
  body#checkout section.checkout-step #invoice-address .form-control-label, 
   body#checkout section.checkout-step #login-form .form-control-label {
	text-align: right;
}
body#checkout .cookie-again-link {
	color: #fbfbfb;
	cursor: pointer;
	font-size: inherit;
}
body#checkout #order-summary-content #order-items h3.h3 {	
	height: 55px;
	padding-top: 10px;
    margin-top: 0;
    margin-bottom: .5rem;
}
#order-confirmation
 #order-items {
    border-right: 0
}
#order-items > div:has(h3.h3) {
    display: flex;
    background: #fff;
    margin-top: 1.25rem
}
#order-items hr {
	border-color: transparent
}
#order-items .image img {
    border-color: #fff
}
#order-confirmation 
 #content-hook_order_confirmation .card-block,
  #order-confirmation 
   #content .card-block{
    padding: 2rem 2.5rem;
}
#order-confirmation p {
	font-size: .875rem;
	font-weight: 300;
	color: #484848;
	margin-bottom: .3rem;
}
#order-confirmation
 #order-details {
    font-size: .875rem;
	padding-left: 1.333rem;
	margin-top: 3.5rem;
}
#order-confirmation
 #order-details > .card-title {
	margin-bottom: 1rem;
}
#order-confirmation
 #order-details ul li {
	margin-bottom: .75rem;
}
#order-confirmation 
 #order-items h3 {
	border-right: 2px solid #e7e9ea;
	margin-bottom: 0;
	height: ;
	padding: .5rem 0;
}
#order-items .order-line {
	margin-top: 0;	
    background-color: #e7e9ea;
    display: flex
}
#order-items .order-line .image {  
    padding-top: 5px;
    display: inline-block
}
#order-items .order-line .image img {
	border-color: #fff;
}
#order-items .order-line .qty .row {
	display: flex;
	height: 100%;
}
#order-items .order-line .details,
 #order-items .order-line .qty .row > div:not(:last-child),
  body#checkout #order-summary-content #order-items h3.h3:not(:last-child),
   body#checkout #order-items table tr td:first-child{
    border-right: 2px solid #0db0cc;
}
#order-items .order-line .qty .row > div,
 #order-items .order-line .details {  
    padding-top: 15px;
}
#order-items .order-line .details {
	margin-bottom: .5rem;
}


#order-items table tr.total-value {
	background-color: #fff;
}
#order-items table {
	width: 100%;
	max-width: 480px;
    background-color: #e7e9ea;
	float: right;
    clear: right
}
#order-items table tr td {    
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .9375rem;
}
#order-items table tr td:first-child {
    width: 66.66%;
    padding-left: 15px;
}
#order-items table tr td:first-last {
    width: 33.33%
}
#order-items .text-md-right,
 #order-items table tr td:last-child{    
	padding-right: 1.2rem;
}

#payment-confirmation {
	text-align: center;
}

.form-informations {
	padding-left: 25.5%;
}
#manufacturer h1,
 #new-products h1{
	font-size: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #aaa;
    text-align: center
}
#new-products h1 {
    text-align: left
}
#manufacturer #main ul {
	margin: 0 -5px;
}
#manufacturer #main ul .brand {
    width: 230px;
    min-width: unset;
    text-align: left;
    border-bottom-left-radius: 25% 30%;
    border-top-right-radius: 100% 100%;
    transition: all .1s ease
}
#manufacturer #main ul .brand:hover {
    box-shadow: unset;
	box-shadow: inset 3px 4px 3px 0 rgba(151, 151, 151, .222);
}
    /* heart shape */
    #manufacturer #main ul .brand-img {
        height: 60px;
        width: 60px;
        aspect-ratio: 1;
        border-image: radial-gradient(#e7e9ea 69%, #0000 70%) 84.5%/50%;
        clip-path: polygon(-41% 0, 50% 91%, 141% 0);
        margin: unset
    }
    html.dark #manufacturer #main ul .brand-img {
        border-image: radial-gradient(#1c1b22 69%, #0000 70%) 84.5%/50%;
    }
    #manufacturer #main ul .brand-img img {
        filter: grayscale()
    }
#manufacturer #main ul .brand-infos a,
 #manufacturer #main ul .brand-products a {
    padding-left: 27px;
    font-style: italic
}
#manufacturer #main ul .brand-infos a {
    color: #a79563;
    letter-spacing: .05em;
    font-weight: 500
}
#manufacturer #main ul .brand-products a {
    color: #7a7a7a
}
#manufacturer #main ul .brand-infos p {
	margin: unset;
}
#manufacturer #wrapper .breadcrumb,
 #new-products #wrapper .breadcrumb{
	margin-bottom: .6rem;
    text-align: center
}
#manufacturer #main ul .brand-products {
    display: block;
    font-size: .7375rem;
    font-weight: 300;
}
#manufacturer #main ul .brand-products a:last-child {
    display: none
}
#manufacturer #main .brand-img img {
    border-top-right-radius: 90% 23%;
}
#manufacturer #main .img-dummy {
	opacity: .222;	
}
#manufacturer #js-product-list-top > div:nth-child(2) {
	padding-right: 20px;
}

#cms h1,
 #cms .header-nav .hidden-sm-down,
  #cms .header-nav .hidden-md-up #menu-icon,
   #cms .header-nav .hidden-md-up #_mobile_cart,
    #cms .header-nav .hidden-md-up #_mobile_user_info {
	display: none;
}
#cms .header-top-right {
	display: none;
}
#cms #_desktop_logo {
	float: unset;
	width: 100%;
	display: block;
	text-align: center;
}
    #cms #_desktop_logo.legal-notice {
        padding: 0 2%;
    }
    #cms #_desktop_logo.legal-notice a {
        padding: 0;
        border: none;
        display: unset;
    }
    #cms #_desktop_logo.legal-notice .logo {
        width: auto;
        max-width: 22%;
        padding-top: 0;
        opacity: .222
    }
#cms #_desktop_logo .logo,
 #checkout #_desktop_logo .logo{  
    position: static!important
}
#checkout #_desktop_logo .logo{
    filter: grayscale(1) brightness(1.5) contrast(1.5);
}
[class^="container js_tab"] h2 {
	padding-bottom: 19px;
	line-height: 26px;
}
[class^="container js_tab"] .headline2 {
	padding-top: 22px;
	margin-bottom: 10px;
	font-size: .8675rem;
}
[class^="container js_tab"] b,
 [class^="container js_tab"] strong {
	font-weight: 700;
}
[class^="container js_tab"] p {
	font-size: .8375rem;
}
[class^="container js_tab"] .frame {
	border-top: 1px dashed rgba(0,0,0,.255);
	margin: 1.5em 0 0;
	padding: 1.5em 0;
}
#cms [class="container api_legal_notice"] {
    max-width: 480px;
}
#cms [class="container api_legal_notice"] ul {
    list-style: none;
    font-size: .8375rem;
}
#cms [class="container api_legal_notice"] p { 
    font-size: .8375rem;
}
[class="container api_legal_notice"] > ul {
    margin: 25px 0;
    display: flex }
[class="container api_legal_notice"] > ul > li {
    width: 48% }
[class="container api_legal_notice"] > ul li ul li:first-child {
    width: 100%;
    text-align: left }
[class="container api_legal_notice"] > ul li ul li p {
    margin: 0;
    padding: 0; }
[class="container api_legal_notice"] > ul li:first-child {
    display: block;
    width: 48%;
    text-align: right;
    padding-right: 4%; }
[class="container api_legal_notice"] .strong,
 #cms [class="container api_legal_notice"] .strong p {
	color: #24b9d7;
	font-size: .9375rem;
	font-weight: 700;
	transition: all .2s ease;
}
#cms .iframe-retouren {
	border: none;
	width: 100%;
	min-height: 1000px;
}
.page-content.page-cms .table-format span {
	display: inline-block;
	min-width: 10px;
}
.carousel .carousel-inner {
    height: 600px
}
.carousel .carousel-control .icon-next i, 
 .carousel .carousel-control .icon-prev i {
	font-size: 4.125rem;
	text-shadow: none;
    color: #c193a0;
}
.carousel .carousel-control .icon-prev i {
    margin-left: -20px}
.carousel .carousel-control .icon-next, 
 .carousel .carousel-control .icon-prev {
    top: 43%
}
.carousel .carousel-item .caption {
    color: #c193a0;
    left: 6%
}
.carousel .carousel-item .caption .caption-description p, 
 .carousel .carousel-item .caption .caption-description .page-content.page-cms ul, 
  .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
	color: #949494;
}
#czservicecmsblock {
    float: left
}
#czservicecmsblock .service_container .service-area {
    padding: 0 3.5rem;
    font-size: 13px;
    position: relative
}
#czservicecmsblock .service_container .service-area li:hover {
	background-color: rgba(255,255,255,.5);
	border-radius: 15px;
}
#czservicecmsblock .service_container .service-area a {
    color: #24b9d7
}

    /* Create a top dropown menue */
    #shopthemes-top {
        position: absolute;
        top: 22px;        
        left: calc(3.5rem - 7px);
        z-index: 2;
        /*background: rgba(247, 247, 247, .955);*/
        background-image: linear-gradient(to top,rgba(247, 247, 247, .955) 37%, #ffffffbd 90%);
        box-shadow: 0 2px 2px rgba(0,0,0,.033);
        min-width: 222px;
        padding: 7px 7px 0
    }

#stores .page-stores {
    width: auto
}

#guestOrderTrackingForm header p, 
 #guestOrderTrackingForm .form-control-comment {
	color: #fbfbfb;
	text-align: center;
    font-size: .8275rem;
    font-style: oblique;
}

.page-customer-account #content .order-actions a {
	padding: .25rem .375rem;
	background: #fbfbfb;
	display: inline-block;
	margin: .125rem;
	width: 100%;
}

.page-authentication #content,
 .page-customer-account #content,
  .page-addresses .address{
	padding: 2.5rem 1rem 1rem;
	max-width: 100%;
	overflow: hidden;
    background-color: #0db0cc
}
.page-customer-account #content.card, 
 .page-customer-account #content,
  .page-customer-account #content table,
   .page-addresses .address{
	color: #232323;
}
    html.dark .page-customer-account #content.card, 
     html.dark .page-customer-account #content, 
      html.dark .page-addresses .address{
        color: #e3e3e3
    }
.page-customer-account #content:has(
    .alert.alert-success) {
    padding-bottom: 2.5rem
}
.login-form h2,
 .page-customer-account h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.no-account {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: end;
}
.no-account:after {
	content: '';
	display: block;
	height: 150px;
	width: 220px;
	background-image: linear-gradient(90deg,#f6f6f6,rgba(250,250,250,.888));
	position: absolute;
	z-index: -1;
	right: -50px;
	bottom: -50px;
	transform: rotate(10deg);
	transform-origin: center;
}
.no-account a {
	width: 150px;
	text-align: right;
	font-size: .875rem;
	color: #232323;
	padding-bottom: 10px;
	padding-right: 10px;
}

.register-form h2 {
	text-align: center;
	margin: -1rem 0 1.5rem;
}
.register-form > p {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 25px 0 20px 10px;
    font-size: .875rem;
}
.register-form > p a {
    color: #232323
}
.register-form > p:after {
    content: '';
    display: block;
    height: 250px;
    width: 220px;
    background-image: linear-gradient(0deg,#f6f6f6,rgba(250,250,250,.888));
    position: absolute;
    z-index: -1;
    left: -60px;
    top: -90px;
    transform: rotate(10deg);
    transform-origin: center;
}
#identity .radio-inline .custom-radio, 
 #authentication .radio-inline .custom-radio,
  .custom-radio{
	margin-right: .2rem;
}
#authentication .custom-checkbox label {
	padding-left: 0;
}
.custom-checkbox label em:not(.js-psgdpr) {	
	display: inline-block;
    padding-top: 5px;
	color: rgba(255,255,255,.6);
	cursor: pointer;
}
    html.dark .custom-checkbox label em:not(.js-psgdpr) {	
        color: rgba(255,255,255,.4)	
    }
.custom-checkbox label em.js-psgdpr {
	font-style: normal
}
.custom-checkbox label em.js-psgdpr a {
    color: rgba(255,255,255,.6);
}
    html.dark .custom-checkbox label em.js-psgdpr a {
        color: rgba(255,255,255,.4);
    }
span.form-control-comment {
	display: inline-block;
    color: #232323
}
.forgot-password a {
	font-style: oblique;
	color: #fbfbfb;
}

/* account */
.page-my-account #content .links a:hover i {
	color: #232323;
}
.page-my-account #content .links a span.link-item {
	height: 140px;
	background-color: #fff;
	color: #232323;
	transition: all .1s ease-in;
}
.page-my-account #content .links a span.link-item:hover {
	margin-top: -4px;
	margin-right: -4px;
	border-left: 4px dotted #e7e9ea;
	border-bottom: 4px dotted #e7e9ea;
}
.page-addresses .addresses-footer a span {
    font-size: .875rem
}
.page-addresses .addresses-footer a i {
    font-size: 1.111rem
}
.page-footer .account-link i, 
 .page-footer i, 
  #cart a.label i {
	font-size: 1.444rem;
	float: left;	
}
.page-footer .account-link span {	
	vertical-align: unset
}
#addresses #content {
	margin-left: -15px;
	margin-right: -15px;
}
.page-addresses .address {
	color: #fbfbfb;
	background: #24b9d7;
}
    html.dark .page-addresses .address,
     html.dark .page-address #content,
      html.dark .page-customer-account #content {	
        background: #25272d;
    }
.page-addresses .address .address-footer {
	border-top: 0
}
.page-addresses .address .address-footer a {
	color: #fbfbfb;
}
#history #main .page-content h6 {	
	font-weight: 400;
}
.table-bordered thead th, 
 .table-bordered td {
	border: 0;
	background: #e7e9ea;
	border-right: 2px solid #0db0cc;
}
.table-bordered thead th {
	background: #f6f6f6;
	color: #232323;
	text-transform: uppercase;
}
.page-order-detail #order-infos a {
	padding: .123rem .725rem .175rem;
	display: inline-block;
    font-weight: 700;
	position: relative;
	z-index: 1;	
}
.page-order-detail #order-infos a:after {
    content: '';
    display: block;        
    height: 100%;
    width: 100%;
    transform: skewX(7deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;        
    z-index: -1        
}
.page-order-detail #order-infos .box:nth-child(2) a {
	margin-top: .5rem;	
}
.page-order-detail h3 {
    text-transform: none
}
.page-order-detail .box {
	background-color: #0db0cc;
}
.page-order-detail .table-bordered {
	color: #232323;
}
.order-message-form p {
    font-size: inherit
}
#order-infos strong {
    font-weight: 700
}



/*~~~~~~~~~~~~~~ check irobot ~~~~~~~~~~~~~*/
#irobot-container { 
    padding-top: 20px;
    margin-bottom: 20px }

.irobot {
    max-width: 271px;
    height: 37px;
    margin-bottom: 2px; }

.irobot-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    text-align: center;
    background: rgba(250,250,250,.933);
    box-shadow: inset 2px 2px 3px rgba(44, 61, 87, .633);
    border-radius: 20px;}

div.disabled>.irobot-slide {
    opacity: .7;
    pointer-events: none }

.irobot-slide .irobot-blob,
 .irobot-slide .irobot-off,
  .irobot-slide .irobot-on {
    float: left;
    line-height: 38px!important }

.irobot-slide .irobot-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: -webkit-grab;
    cursor: grab }
.irobot-slide .irobot-blob:active:hover {
    cursor: grabbing }

.irobot-off,
 .irobot-on {
    color: rgba(0, 0, 0, .55);
    font-size: 12px;}
.irobot-off { margin-left: -21px }
.irobot-on { background: #24b9d7 }

.irobot-on.blinker,
 .irobot-on.blinker + .irobot-blob { 
     animation: blinker .5s linear;
}
@keyframes blinker {
    25% {
        background: #fff
    }
    50% {
        background: #24b9d7
    }
    75% {
        background: #fff
    }
    100% {
        background: #24b9d7
    }
}

.irobot-blob { 
    width: 37px; 
    margin-left: -21px; 
    background: #24b9d7;
    border-radius: 20px}
.irobot-on.blinker + .irobot-blob {
    box-shadow: none
}
.irobot-blob:after {
    content: '\e409\e409';
    font: 27px/37px Material Icons;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    text-align: center;
    color: #fff;
    letter-spacing: -21px;
}
.finished .irobot-blob:after {
    content: '\e5ca';
    letter-spacing: normal}
/*~~~~~~~~~~~~~~ /check irobot ~~~~~~~~~~~~~*/



#footer {
	padding-top: 1.5rem
}
.footer-container {
	padding-top: 1.5rem
}
.footer-container .h3, 
 .footer-container .h4 {
	margin-bottom: 2.5rem
}
.footer-container li a,
 .footer-container .block-contact{
    color: #2d2d2d
}
.footer-container li a:hover {	
	color: unset;
	opacity: .3;
}
.footer-container .container > div:nth-child(3)  {
	padding-top: 2.5rem
}
.footer-container li {
    overflow-y: hidden;
    margin-bottom: .475rem
} 

    /* Create a footer dropown menue */
    #shopthemes {
        padding-top: .7rem;
    }
    #shopthemes li,
     #shopthemes-top li {
        background: url(/img/cms/logo/shortcut2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: .275rem;
    }
    #shopthemes a,
     #shopthemes-top a{
        color: #24b9d7;
        padding: 0 25px 0 25px;
        font-size: .725rem;
        font-weight: 400;
    }
    html.dark #shopthemes a,
     html.dark #shopthemes-top a{
        color: #00caf2;
    }
    #link-custom-page-weitere-shops-1:after,
     #czservicecmsblock .service-area > a:after {
        content: '\e5cc';
        font-family: Material Icons;
        font-size: 1.7rem;
        color: #24b9d7;
        transform: rotate(90deg);
        transform-origin: center;
        display: inline-block;
        vertical-align: bottom;
        transition: all .2s ease
    }
    li.active #link-custom-page-weitere-shops-1:after,
     #czservicecmsblock .service-area.active > a:after{
        transform: rotate(-90deg);
    }

#custom-text {
	margin-bottom: 0;
    background: transparent
}
h4.payment-logo-title {
	text-align: center;
    text-transform: uppercase
}
#blockcart-modal .modal-dialog {
	margin-top: 60px;
}
#blockcart-modal .modal-header {
	padding: 0;
	background: rgba(217, 217, 217, .922);
}
#blockcart-modal .modal-header .close,
 body#product .product-comment-modal .modal-header .close {
	margin-top: 0;
	margin-right: -2px;
	padding-top: 40px;
	position: relative;
	width: 4px;
}
#blockcart-modal .modal-header .close:focus {
    outline: none
}
#blockcart-modal .modal-title {
	color: #00cbf4;	
	text-transform: uppercase;
    text-align: right!important;
    font-size: 1.175rem;
	font-weight: 700;
    padding: 20px 1.875rem;
    background: linear-gradient(85deg, transparent 20%, rgba(217, 217, 217, .922), rgba(217, 217, 217, .922));
}
#blockcart-modal .modal-body {
	border-bottom-left-radius: 5px;
    background: rgba(217, 217, 217, .922)
}
#product #blockcart-modal .product-price {
    color: #363a42;
}
#blockcart-modal .modal-header .close .material-icons,
 .product-comment-modal .modal-header .close .material-icons{
    font-size: 2.05rem;
    font-weight: 400;
    color: rgb(224, 234, 236);
    text-shadow: none;
    position: absolute;
    top: -26px;
    right: -27px;
}
#blockcart-modal .modal-title i.material-icons,
 #blockcart-modal .product-quantity {
	color: white;
}
#blockcart-modal .product-name {	
	color: #fbfbfb;
}
#blockcart-modal .cart-content p,
 #blockcart-modal .cart-content p .label, 
  #blockcart-modal .cart-content .page-content.page-cms ul, 
   .page-content.page-cms #blockcart-modal .cart-content ul {
	color: #fff;
	font-weight: 400;
	font-size: .9375rem;
}
#blockcart-modal .cart-content p .value {
	font-weight: 300;	
}
#blockcart-modal .product-price {
	font-size: 1.725rem;
	padding-top: .5rem;
}
#blockcart-modal .cart-content p.cart-products-count, 
 #blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, 
  .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
	font-size: 1.075rem;
	font-weight: 700;
	color: #00cbf4;
}
#blockcart-modal .cart-content p.product-total, 
 #blockcart-modal .cart-content .page-content.page-cms ul.product-total, 
  .page-content.page-cms #blockcart-modal .cart-content ul.product-total {
	background-color: transparent
}
#blockcart-modal .cart-content p.product-total, 
 #blockcart-modal .cart-content p.product-total .label {
	font-size: 1.125rem;
	padding-top: 0;
}
#blockcart-modal .cart-content .cart-content-btn {
	margin: auto;
	display: block;
	text-align: center;
}
#blockcart-modal .cart-content .cart-content-btn button {
	margin-right: 0;
	margin-left: .9rem;
	background: transparent;
	color: #fbfbfb;
    outline: none
}
#blockcart-modal .product-total, 
 #blockcart-modal .product-total .label {
	font-size: 1.125rem;
	font-weight: 400;
}
#blockcart-modal .btn {
	font-size: .9375rem;	
}
.card-block.cart-detailed-subtotals{
    padding-bottom: 1rem
}
.card-block.checkout {
	padding-bottom: 1.45rem;
}
body#checkout section.checkout-step .step-number {
    margin-left: 0}
body#checkout section.checkout-step .step-number, 
 body#checkout section.checkout-step.-reachable.-current .step-number {
	border-radius: unset;
	height: 36px;
    width: 0;
	border: 0;
	border-right: 2px solid #1d6d7b; 
    padding-right: 1.125rem;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    background: transparent;
    border-color: #fbfbfb}
body#checkout section.checkout-step.-current .step-title,
 body#checkout section.checkout-step .step-title,
  body#checkout section.checkout-step.-complete:first-of-type .step-title {
	padding: .55rem 2.313rem
}
body#checkout #content section.checkout-step.-unreachable .step-title {
	padding-top: 1.111rem;
    padding-bottom: 0;
}
body#checkout section.checkout-step:last-child {
	padding-bottom: 1.5rem;
}
body#checkout #content section.checkout-step .step-title {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative
}
body#checkout section.checkout-step.-current .step-title:before {
	display: none
}
body#checkout section.checkout-step.-current + .checkout-step .step-title,
 body#checkout section.checkout-step .step-title {
    border: none;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title:before, 
 body#checkout section.checkout-step .step-title:before {
	content: '';
	display: block;
	height: 2px;	
    width: 94%;
    border-top: 2px dashed #e3e3e3;
    position: absolute;
    top: 0;
    left: 3%;
}
body#checkout section.checkout-step.-complete .step-title:before {
    left: 0;
    width: 100%;
    opacity: .5
}
body#checkout p:has(.js-show-details) {
	border-bottom: 2px solid #363a42;
	margin-bottom: 2rem;
	transition: all .2s ease;
}
body#checkout .js-show-details:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	background-image: linear-gradient(135deg, transparent 50%, #363a42 50%);
	position: absolute;
	bottom: -11px;
	right: 12px;
	transform: rotate(45deg);
	transform-origin: center center 0px;
	cursor: pointer;
}
body#checkout .js-show-details,
 body#checkout .js-show-details:hover {
	display: block;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #363a42;
}
    html.dark body#checkout .js-show-details,
     html.dark body#checkout .js-show-details:hover {
        color: #fbfbfb;
    }
body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
	border-top: none;
	border-bottom: 2px solid;
	border-image: linear-gradient(to left, transparent, #ddd, transparent) 1;
}
body#checkout .js-show-details span {
	float: right;
	font-size: .675rem;
	font-weight: 400;
	font-style: oblique;
	text-transform: capitalize;
}
body#checkout #cart-summary-product-list img {	
	border-color: #dfdfdf;
}
body#checkout #cart-summary-product-list .media,
 body#checkout #cart-summary-product-list .media-body{
    display: flex
}
body#checkout #cart-summary-product-list .media {
    margin-bottom: .5rem
}
body#checkout #cart-summary-product-list .media-body span.product-name {
    width: 60%
}
body#checkout #cart-summary-product-list .media-body span.product-price,
 body#checkout #cart-summary-product-list .media-body span.product-quantity {
    text-align: right;
    width: 20%
}
#cart-summary-product-list .product-price {
    color: #232323
}
#product #wrapper #content {
    margin: 0;
}
#wrapper .form-control,
 #wrapper .bootstrap-touchspin .btn-touchspin {
    border: none;
}
form .form-control:disabled {
	opacity: .5;
}
form .form-control-label {
	font-size: .975rem;
	font-weight: 400;	
}
form .radio-inline {
    margin-right: 1rem
}

.social-sharing {
    align-items: unset;
}
.wishlist-button-add,
 .social-sharing li,
  #wishlist_button,
   .wishlist.wishlist_btn_top,
    #ws_wishlist_button {
    box-shadow: none !important;
    border-radius: 0 !important;
	height: 75px !important;
    width: 37px !important;
    min-width: 37px !important;
    margin-left: .32rem;
	transform: matrix(1,0,-.08,1,0,0);
}
.wishlist.wishlist_btn_top {
	margin-right: -4px;
}
.quickview .wishlist-button-add, 
 .quickview .social-sharing li, 
  .quickview #wishlist_button, 
   .quickview .wishlist.wishlist_btn_top, 
    .quickview #ws_wishlist_button,
     .quickview #paypalplus_product_cart_content,
      .quickview #bon-google-checkout,
    .quickview #bon-google-checkout:before {
	height: 55px !important;

}
.quickview #paypalplus_product_cart_content a {
	line-height: 55px;
}
.facebook.icon-gray,
 .twitter.icon-gray,
  .pinterest.icon-gray {
	background-position-y: center;
}
#product #czoffercmsblock {
    display: none
}
.share-social-items a {
	display: block;
	float: left;
	height: 75px;
	width: 37px;
	min-width: 37px;
	margin-left: .32rem;
	background: #f6f6f6;
	transform: matrix(1,0,-.08,1,0,0);
	transform-origin: top;
	overflow: hidden;
}
.share-social-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    background: none;
}
.share-social-item-icon:before {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	filter: grayscale(1) brightness(.222);
    image-rendering: pixelated;
}
#payment-logo-block img {	
	height: 31px;
	width: auto;
	margin: 15px 5px;	
    transform: scale(.977);
}
#payment-logo-block a:first-child img {	
	height: 40px;
    vertical-align: top;
}
#payment-logo-block a:nth-child(2) img {
	height: 35px;
}
#payment-logo-block a:nth-child(3) img {
	height: 30px;
}
#payment-logo-block a:nth-child(4) img,
 #payment-logo-block a:nth-child(6) img {
	height: 35px;
	margin: 15px 11px;
}
.pe-pro-seal-front-page, .pe-pro-seal-front-page-a {
	background-image: linear-gradient(to top, #f6f3eae8 37%, #ffffffa8 90%) !important;
}
.pe-pro-seal-back-page {
	background: transparent !important;
	background-image: linear-gradient(to top, #f6f3eae8 37%, #ffffffd9 90%) !important;
}
.pe-pro-seal-colored-bar.pe-pro-seal-colored-bar--small.pe-pro-seal-visible-desktop {
	height: 1px !important;
	width: 90%;
	margin: auto;
    opacity: .9;
    overflow: hidden
}
.pe-pro-seal-front-page-a .pe-pro-seal-bar-mobile {
    height: 0px;
    overflow: hidden;
}
.links .row .wrapper {
    clear: left
}
.links .row .wrapper:first-child {
    margin-bottom: 55px
}
.block-contact p {
    font-size: .875rem;
    color: #7a7a7a;
}
.block-contact li.whatsapp-qrcode {
	margin-top: 1rem;
    margin-left: .111rem;
    transform: matrix(1,0,-.08,1,0,0);  
}

#sitemap .container-fluid {
	padding: 0;
}
.sitemap h2 {
	font-size: 1rem;
    border: 0
}
.sitemap ul li {
	margin-bottom: .475rem;
	font-size: .875rem;
}
#sitemap #main a {
	color: #232323;
}
#sitemap #main a#stores-page {
    display: none
}
#sitemap #main a:hover {
    opacity: .3
}

.whatsapp-qr {
	max-width: 120px;
	margin: 5px 0;
	filter: grayscale(.995) brightness(.444);
    transition: ease 3s all;
}
    .whatsapp-qr:hover {
        opacity: 0.033
    }
.whatsapp-note span {
	display: block;
	width: 120px;
	font-size: .72rem;
    line-height: 1.6rem;
	padding-right: ;
	padding-top: 5px;
}
.contact-information .whatsapp-note span {
	padding-top: 0;
}

#pagenotfound #main .page-content {
	margin-bottom: 9rem;
	margin-left: 0;
	max-width: unset;
}


/* Modules */
/* Paypal */
.popover {    
    border-radius: 4px;
    border: none;
    box-shadow: none;
    outline: none;    
}
.popover > div {
    padding: 1px;
}
.popover .pp-info {
    padding: .7rem .7rem 1rem;
	background: #0db0cc;
	border: none
}
.popover .pp-info .row:not(:first-child)  {
    padding-top: 15px
}
.popover .pp-info .item  {
    font-size: .775rem;
	color: #fff    
}
.popover .pp-info .item .header {
    font-size: .875rem;
    opacity: .333;
    display: none
}
.popover .pp-info .item .desc {
    text-align: left;
    font-weight: 300
}
 .popover img {
	filter: grayscale(1) contrast(1.5) brightness(2) opacity(.333);
}
[paypal-acdc-card-wrapper=""] form {
	background: #fbfbfb;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	margin-bottom: 1rem;	
}
[paypal-acdc-card-wrapper=""] form label {
    color: #232323
}
#checkout #paypal-buttons {
	width: 100% !important;
}
#checkout #paypal-buttons button {	
	margin: auto;
}
#checkout .paypal-buttons-context-iframe {
	max-width: 250px;
	margin: auto;
	display: block !important;
}


/* HRX Product Tab Videos */
#product .nav-link[href="#extra-0"] {
    display: none;
    visibility: hidden
}
#product .tvproduct-play-icon .fancybox {
    display: inline-block;
    margin-bottom: 20px;
}
#product .tvproduct-play-icon .fancybox img {
	width: 98px;
	height: auto;
}
#product .tvproduct-play-icon .fancybox span {
	padding-left: .5rem;
}
#product #content:has(.scroll-box-arrows.scroll) .tvproduct-play-icon {
	padding: 0 1.9em;
}


#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
	border: 0;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] svg,
 #mobile_top_menu_wrapper .js-top-menu-bottom a svg {
	display: none
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
	color: #232323;    
    display: inline-block;
    padding: .125rem .3125rem;
}

@media only screen and  (min-width: 1810px) {
    #index .simple-cookie_note .container,
    #index #header .header-nav .container,
    #index #header .header-top .container,
    #index .bonmmenu .container,
    #index #header #carousel .container,     
    #index .featured-products.container,
    #index #custom-text-block .container,     
    #cart .bonmmenu .container,
    #cart #wrapper .container,  
    #checkout #header .header-nav .container,
    #checkout #wrapper .container {
        width: 1600px;
        max-width: 100%;
    }
    
    .product-container > div:first-child, 
     #contact .row:has(#left-column) {
        margin-left: -320px;
    }
    .product-container > div {
        width: calc(50% + 160px)}
    #product #content {
        max-width: 660px}
}

    @media only screen and (max-width: 1700px) {
        .block-category h1 {           
            transform: rotate(90deg) scale(1.333,1);
            transform-origin: 0;
            margin-left: 2.5rem}
        .block-category .text-muted {
            transform: rotate(90deg);
            transform-origin: 0;
            height: 20px;
            margin-top: 0;          
            white-space: nowrap}         
    }
    @media only screen and (max-width: 1256px) {
        .special-category #wrapper #left-column #js-menu-closer:after {
            top: 80px;
            right: -30vW }
        #search_widget.changed {
            width: 70%;
        }
    }
    @media only screen and (max-width: 1199px) {
        .special-list #content-wrapper #js-product-list-top, 
         .special-list #content-wrapper .pagination {
            width: auto
        }
    }
    @media only screen and (max-width: 1166px) {
    .special-category #content-wrapper #js-product-list-top, 
     .special-category #content-wrapper .pagination, 
       #new-products #content-wrapper #js-product-list-top
        #search #content-wrapper .pagination {
            width: 100%;
            display: block}
    .products-sort-order, 
     .brands-sort, 
      .suppliers-sort {
        padding-right: 0}

    .whatsapp-note span {
        width: auto}
    }

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {	
    #header .wishlist_title, 
     #header .dropdown .expand-more, 
      #header .header-nav .cart-preview .cart-title,
       #header #theme-toggle span,
        #header #contact-link span {
	    display: none}
}
@media only screen and (max-width: 991px) {	
    .special-list #_desktop_logo .logo {
        min-height: 79.2px}
    #header .wishlist_title, 
     #header .dropdown .expand-more, 
      #header .header-nav .cart-preview .cart-title {
	    display: none}
    #product #header #_desktop_logo .logo {
        min-height: 69.2px}
    #header .header-top #_desktop_cart, 
     #header .header-top .menu {	
	    margin-top: 8px}
    .special-category #header .header-nav .row:before {
        top: -94px}
	.special-category #wrapper #left-column #js-menu-closer:after {		
		top: 70px;
		right: -35vW}
	#search_widget.changed {
		width: 80%}
    #contact .left-column { height: auto!important }
    #contact .card { background-color: transparent }
    #contact .card-block,
     #contact .contact-rich {
        height: auto;
    }    
    .contact-rich .block .icon {
        width: 100%;
        float: none; }
    .contact-rich div .block:nth-child(4) .data {
        line-height: 1.25em}
    #czservicecmsblock .service-area .service-fourth.service1, 
     #czservicecmsblock .service-area .service-fourth.service2, 
      #czservicecmsblock .service-area .service-fourth.service3, 
       #czservicecmsblock .service-area .service-fourth.service4 {
        width: 50%}
    #czservicecmsblock .service-area .service-fourth.service2:before {
        border: none}
    #czservicecmsblock .service-area .service-fourth.service1 {
	    padding-left: 15px}
    
    #products .products {
	    justify-content: flex-start}
    
    #shopthemes a {
	    padding-left: 2.2rem}
    
    .cart-grid-right:not(#checkout .cart-grid-right) {
	   padding-left: unset}
    .cart-grid-body {
	   padding-right: 15px}
}
@media (min-width: 768px) {
    .contact-form .form-group .col-md-6,
     .contact-form .form-group .col-md-9,
      .contact-form .form-group .col-md-10 {
        padding-left: 0}
}
@media only screen and (max-width: 767px) {	
    #product h1.h1 {
        margin-top: 0}
    .special-category #header .header-nav .row:before,
     #manufacturer #header .header-nav .row:before {
        top: -104px}
    #cms #header .top-logo {
        display: block;
        text-align: center}
    body 
     #header #_mobile_logo .logo {
        display: block;
        filter: grayscale(1) brightness(2) contrast(2);
        position: static !important;
        max-height: unset;
        width: 50px;
        padding-top: 2%;
        margin-left: 30px}
    #header .header-nav .user-info {  
        margin-top: unset;
        margin-right: .5rem}
    #header .header-nav .user-info a {
        height: 50px;
        display: flex;
        align-items: center}

    #header #_mobile_cart {
	    padding-right: 8px}
    #header #_mobile_cart .blockcart {
        height: 100%;
        background: transparent;
        position: relative;
        z-index: 0}
    #header #_mobile_cart .blockcart:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;        
        background-color: #f6f6f6;
        transform: skewX(-15deg)}
    #header #_mobile_cart .blockcart i {
	    color: #24b9d7}
    
    #header .dropdown select,
     #mobile_top_menu_wrapper .js-top-menu-bottom a {
        min-width: 200px;
        background: transparent;
        border-bottom: 1px solid #232323}
    .dropdown select {
	   cursor: pointer}
    .special-category #wrapper #left-column {
        background: rgba(246,246,246,.955)}
	.special-category #wrapper #left-column #js-menu-closer:after {		
		right: -45vW}
	#search_widget.changed {
		width: 57%}
	.header-top-right { 
		width: 100%;
		padding-right: 0 }
	#_desktop_top_menu,
	 #search_filters_wrapper { 
		display: block !important }
	#search_widget {
		float: right}
    #content-wrapper .hidden-sm-down:not(.sort-by)  {
        display: block!important}
    #search_filter_toggler {
    	font-size: .87rem}
	.special-category #content-wrapper #js-product-list-top, 
	 .special-category #content-wrapper .pagination,  
      #search #content-wrapper .pagination {
        margin-top: 0}
	.special-category #content-wrapper #js-product-list-top > div, 
	 .special-category #content-wrapper .pagination > div,  
      #search #content-wrapper .pagination > div {
        padding-right: 0;
        padding-left: 0}
    .special-category #left-column #search_filters,
     .special-category #left-column #search_filters .facet {
	    border-image: linear-gradient(90deg, #000 75%, transparent 25%) 1}
    .special-category #left-column #search_filters .facet ul li {
	    border-image: linear-gradient(90deg, #fff 75%, transparent 25%) 1} 

	.special-category #left-column #search_filters_wrapper {
		margin: 0}
	.special-category #left-column #search_filters .facet .navbar-toggler {
		padding: 0 1.125rem 0 0;
		width: auto}
	.special-category #wrapper #left-column.changed #js-menu-closer:after {
		top: 15px;
		right: 1.425rem}
	.block-categories .category-top-menu > li:nth-child(2) {
		margin-top: 1.5rem}
	.block-categories .category-sub-menu {		
		line-height: 2rem}
    #czservicecmsblock .service-area .service-fourth.service1, 
     #czservicecmsblock .service-area .service-fourth.service2, 
      #czservicecmsblock .service-area .service-fourth.service3, 
       #czservicecmsblock .service-area .service-fourth.service4 {
        width: 100%}
    #czservicecmsblock .service-area .service-fourth:before {
        border-right: none;
        border-bottom: 4px solid #fff !important;       
        border: 0;
        width: 100%;
        top: auto;
        bottom: 0}
    #czservicecmsblock .service-area .service-fourth.service4:before {
        border: none !important}
    #czservicecmsblock .service-area .service-fourth {
	    padding: 20px 15px}
    .links .row .wrapper:first-child {
        margin-bottom: 0}
    #product h1 {      
        background: transparent;
        margin: 0;
        padding: 0}
    .products-selection .showing {
      font-size: .875rem}
    #checkout #bonwhatsappchat #bonwhatsappchat-open, 
     #checkout #bonwhatsappchat .whatsappchat-wrapper {
	   top: 79px}
    
    body#checkout #header .header-nav .logo {
        width: 50px }
    
    .footer-container .wrapper {
        clear: both}
    .whatsapp-note span {
        font-size: .875rem}	
    #shopthemes {
	   padding-top: 15px}
    #order-items table tr td,
     #order-confirmation #order-details{
       padding: 0}
    
    .footer-container .links ul,
     .footer-container .links ul > li,
      .footer-container .links ul .logo_text {
	   color: #232323}
}
@media only screen and (max-width: 480px) {	
    #cms [class="container api_legal_notice"] {
        overflow-wrap: break-word}
	.special-category #wrapper #left-column #js-menu-closer:after {		
		right: -55vW}
	#search_widget.changed {
		width: 100%;
		margin-top: 120px}
    #js-active-search-filters .active-filter-title {
            display: none}
	.block-categories .category-sub-menu li[data-depth="0"] > a {	
	    font-size: .9rem}
    #product h1 {
        font-size: 1.325rem}
    #products .product-title a, 
     .featured-products .product-title a, 
      .product-accessories .product-title a, 
       .product-miniature .product-title a {	
	   font-size: 1rem}
    #manufacturer h1,
     #new-products h1{
        margin-top: 1.2rem;
    }
    .logo_text {
        opacity: 1}
}