@charset "UTF-8";
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.displayPosition6 {
  background-color: #f49304;
  color: white;
  padding-top: 40px;
}

i.thumb-down, i.thumb-up {
  cursor: default;
}

i.thumb-up {
  color: green;
}

i.thumb-down {
  color: #b32d2d;
}

#laber-products-top #search_filters .clear-all-wrapper {
  align-items: end;
}

#laber-products-top #search_filters .btn.btn-tertiary.js-search-filters-clear-all {
  margin-bottom: 9px;
}

.ImageSlider .laberImageSlider img {
  aspect-ratio: 1920/470;
}
.ImageSlider .laberImageSlider p:last-of-type {
  margin-bottom: 0px;
  text-align: center;
}
.ImageSlider.ImageSliderRight img {
  aspect-ratio: 954/507;
}
.ImageSlider.ImageSliderDesktop {
  display: none;
}
.ImageSlider.ImageSliderRight {
  display: block;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .ImageSlider.ImageSliderDesktop {
    display: block;
  }
  .ImageSlider.ImageSliderRight {
    display: none;
  }
}

.facebook-container {
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 14px;
}
.facebook-container p {
  color: white;
}
.facebook-container .h3 {
  color: white;
  padding: 0;
  font-size: 30px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .facebook-container .h3 {
    font-size: 20px;
  }
}
.facebook-container .facebook-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.facebook-container .facebook-group a {
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 5px;
  justify-content: center;
  color: white;
}
.facebook-container .facebook-group a i {
  transition: all 0.3s ease-in-out;
  font-size: 1.2em;
  color: rgb(8, 102, 255);
}
.facebook-container .facebook-group a:hover {
  text-decoration: none;
  transform: scale(1.08);
  /*color: rgb(8, 102, 255);*/
}
.facebook-container .facebook-group a:hover i {
  transform: scale(1.4);
}
@media (max-width: 768px) {
  .facebook-container .facebook-group {
    flex-direction: column;
    gap: 0px;
  }
  .facebook-container .facebook-group a {
    font-size: 1.1em;
  }
}

#wrapper .original-price-customer {
  font-size: 0.8125rem;
  color: #7a7a7a;
  text-decoration: none;
  font-weight: normal;
  line-height: 1rem;
}

.laber-product-price-and-shipping {
  display: flex;
  gap: 10px;
}
.laber-product-price-and-shipping .price-flex {
  display: flex;
  flex-direction: column;
}

.price_brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .price_brand {
    flex-direction: column-reverse;
  }
}
@media (max-width: 400px) {
  .price_brand {
    flex-direction: column-reverse;
  }
}
.price_brand .brand_logo img {
  width: 180px;
  height: 60px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .price_brand .brand_logo img {
    width: 160px;
    height: 45px;
  }
}

#manufacturer h1 {
  color: #333e48;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: none !important;
  position: relative;
}
#manufacturer h1::before {
  content: "";
  background-color: #f49304;
  height: 1px;
  width: 50px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#manufacturer #main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
#manufacturer #main ul li {
  flex: 0 1 auto;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#manufacturer .brand-products a {
  font-size: 14px;
  display: block;
  padding: 0 15px;
  font-weight: 400;
  border: none;
  line-height: 48px;
  border-radius: 2px;
  color: #fff;
  background-color: #f49304;
  width: 200px;
  text-align: center;
}
#manufacturer .brand-products a:first-letter {
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  #header .header-top .top-logo {
    width: 300px;
  }
  #left-column {
    width: 18.8%;
  }
  #content-wrapper.right-column,
  #content-wrapper.left-column {
    width: 81.2%;
  }
  .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(5, 1fr);
  }
  .laber-freeshipping .item-inner {
    text-align: left;
  }
  .laber-freeshipping .item span {
    left: 10px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    width: 28%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    width: 1500px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    width: 19%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    width: 17%;
  }
}
.LaberProductCategory.tab-banner .cat-banner {
  aspect-ratio: 2/3;
}
.LaberProductCategory.tab-banner .cat-banner img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .top-logo {
    width: 270px;
  }
  #header .header-top .position-static {
    padding: 0 15px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  #header .header-top .position-static .laberIpad {
    display: inline-block;
  }
  .container_lab_megamenu .currency-selector-wrapper, .container_lab_megamenu .language-selector-wrapper {
    margin-left: 15px;
  }
  #header .header-top .container {
    padding: 0 15px;
  }
  .header-top .call_support {
    padding-left: 25px;
  }
  .ipadProFull {
    width: 100%;
  }
  .block_newsletter form input[type=email] {
    margin-bottom: 15px;
  }
  .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
  }
  .LaberProductCategory.type-tab2 .displayGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) {
    grid-column: unset;
    grid-row: unset;
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
  .fixed-right {
    display: none;
  }
  .displayLeftColumn .product_list .item .full-width {
    width: 100%;
  }
  .displayLeftColumn .product_list .item .full-width .laberProduct-image {
    margin-bottom: 15px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .header-top .position-static {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  #header .laberIpad {
    display: inline-block;
  }
  #header .header-top .top-logo {
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
  }
  .container_lab_megamenu .currency-selector-wrapper, .container_lab_megamenu .language-selector-wrapper {
    margin-left: 10px;
  }
  .laberthemes:hover .owl-buttons .owl-prev {
    left: 0;
  }
  .laberthemes:hover .owl-buttons .owl-next {
    right: 0;
  }
  .laberSpecialProducts {
    padding: 10px;
  }
  /*  */
  #laber-products-top .products-selection {
    width: 100%;
    padding-top: 15px;
  }
  .laberProductList .actions .laberCart {
    float: left;
    display: inline;
    min-width: 212px;
    margin-bottom: 10px;
  }
  #laberSocialBlock,
  .block_newsletter form {
    margin-bottom: 30px;
  }
  .LaberAccordion-category .sub_category {
    position: absolute;
    top: 0;
    right: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block !important;
  }
  .laberProductGrid .tab_cates {
    display: none;
    top: 49px;
    border: 1px solid #e2e2e2;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px 0;
  }
  .laberProductGrid .tab_cates.Open {
    display: block;
  }
  .laberProductGrid .tab_cates li {
    display: block;
    float: none;
    width: 100%;
  }
  .laberProductGrid .tab_cates li a {
    line-height: 35px;
  }
  .laberProdCategory .sub_category {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    padding: 0;
  }
  #index #content-wrapper,
  #index #right-column {
    width: 100%;
  }
  .support-footer-inner .policy-box {
    padding: 15px 0;
  }
  .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
  }
  .LaberProductCategory.type-tab2 .displayGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) {
    grid-column: unset;
    grid-row: unset;
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
  .fixed-right {
    display: none;
  }
  .displayLeftColumn .product_list .item .full-width {
    width: 100%;
  }
  .displayLeftColumn .product_list .item .full-width .laberProduct-image {
    margin-bottom: 15px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    display: none;
  }
  .LaberProductCategory.tab-banner .labContent {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin-bottom: 15px;
  }
  #wrapper {
    position: relative;
    z-index: 9;
  }
  #header .header-nav {
    max-height: inherit;
    background-color: transparent;
    border: none;
  }
  #header .header-top {
    padding: 0;
  }
  .footer-header {
    text-align: center;
  }
  .footer-header .center-mobile {
    display: inline-block;
  }
  #mobile_top_menu_wrapper {
    padding: 0;
  }
  .laberSpecialProducts {
    background: #fff;
  }
  .laberStatic.displayGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .laberthemes:hover .owl-buttons .owl-prev {
    left: 0;
  }
  .laberthemes:hover .owl-buttons .owl-next {
    right: 0;
  }
  .mypresta_scrollup.open {
    display: none;
  }
  .laberFooter-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block_newsletter {
    padding-bottom: 0;
    border-bottom: none;
  }
  .links .title {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
  .links .title span.h3 {
    line-height: 40px;
    display: block;
    font-size: 14px;
    padding-right: 40px;
    font-weight: 500;
    margin: 0;
  }
  .links .title .float-xs-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .links .title .float-xs-right .material-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .links .collapse.in {
    padding: 15px 0;
  }
  .laberFooter-bottom {
    padding-bottom: 15px;
  }
  .laberFooter-bottom .container {
    padding: 0 15px;
    border: none;
  }
  #laberSocialBlock {
    position: relative;
  }
  .copyright {
    text-align: center;
  }
  #header .header-nav .blockcart {
    height: auto;
    padding: 0;
    margin-left: 0;
  }
  #header .laber-cart a span.icon .icon_cart {
    margin-left: 5px;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
  }
  #header .laber-cart a.cart {
    height: 40px;
    line-height: 40px;
    padding: 5px 40px 5px 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border: none;
  }
  #header .laber-cart a.cart .total,
  #header .laber-cart a.cart .totalCart {
    display: none !important;
  }
  #header .header-nav .user-info {
    margin: 0;
  }
  .laberUserInfo .laber-user-info {
    top: 50px;
    right: -100%;
  }
  .laberSetting {
    padding-right: 15px;
  }
  #header .laberwishtlistTop a.wishtlist_top .cart-wishlist-number,
  #header .laber-cart a .cart-products-count {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 0;
    top: -3px;
  }
  .laberUserInfo .laberUser p.nameuser .icon_user {
    margin-right: 5px;
  }
  #header .header-nav .top-logo {
    padding: 15px;
    text-align: center;
  }
  #header .header-nav .top-logo .h1,
  #header .header-nav .top-logo h1 {
    display: inline-block;
    margin: 0;
  }
  #header .header-nav #labermenu-icon {
    margin: 0 15px;
    cursor: pointer;
    color: #222;
  }
  #header .header-nav #labermenu-icon .material-icons {
    line-height: 70px;
    font-size: 30px;
    color: white;
  }
  #labermobile_top_menu_wrapper {
    display: block !important;
    background: #fff;
    position: fixed;
    top: 0;
    left: -400px;
    opacity: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 999;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .open_menu #labermobile_top_menu_wrapper {
    left: 0;
    opacity: 1;
  }
  .open_show .mobile_bkg_show {
    opacity: 1;
    visibility: visible;
  }
  #labermobile_top_menu_wrapper .laber_close {
    font-size: 20px;
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #222;
  }
  .mobile_bkg_show {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: opacity 0.8s ease, visibility 0.9s ease, transform 0.4s ease;
  }
  .js-top-menu.mobile {
    padding: 0 15px;
    background: #fff;
  }
  .js-top-menu.mobile .dropdown .expand-more {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    line-height: 40px;
    color: #222;
  }
  .js-top-menu.mobile .dropdown .expand-more i {
    float: right;
    line-height: 35px;
    font-size: 18px;
  }
  .js-top-menu.mobile .dropdown-menu {
    position: static;
    float: none;
    padding: 0;
    border: none;
    width: 100%;
  }
  .js-top-menu.mobile .dropdown-menu li {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 10px;
  }
  .js-top-menu.mobile .dropdown-backdrop {
    display: none;
  }
  .language-selector-wrapper .expand-more {
    padding-left: 0;
  }
  .language-selector-wrapper .expand-more .flag {
    display: none;
  }
  #labermobile_top_menu_wrapper .top-logo {
    padding: 15px 0 !important;
  }
  #labermobile_top_menu_wrapper .top-logo img {
    width: 50%;
  }
  .mobile_UserInfo .signin {
    background: #181d23;
    padding: 10px 15px;
    margin: 0 -15px;
    color: #fff;
  }
  .mobile_UserInfo .signin a {
    color: #fff !important;
  }
  .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(2, 1fr);
    background-color: transparent;
    border: none;
    padding: 0;
    grid-gap: 15px 15px;
  }
  .laber-freeshipping .item-inner {
    border: 1px solid #ebebeb;
    text-align: left;
    padding: 15px;
    background: #fff;
  }
  .laber-freeshipping .item-inner:last-child {
    border: 1px solid #ebebeb;
  }
  .laberActions {
    opacity: 1;
    right: 20px;
  }
  .laberProductGrid .laberQuickview {
    opacity: 1;
    bottom: 0;
  }
  .laberFooter-center .block_newsletter,
  .laberFooter-center .block-contact {
    margin-bottom: 0;
    border: none;
  }
  .laberProductGrid .item-inner .item .laberCart {
    opacity: 1;
    bottom: 0;
  }
  /*  */
  .block-category h1.h1 {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #category #left-column,
  #category #content-wrapper {
    width: 100%;
    padding: 0 15px !important;
  }
  #laber-products-top .products-selection {
    width: 100%;
    padding-top: 15px;
  }
  .products-sort-order .dropdown-menu {
    left: 15px;
    right: inherit;
  }
  #category #search_filter_toggler_mobile {
    padding: 0 15px;
    min-width: auto;
    line-height: 35px;
    width: 100%;
  }
  #products .laberProducts.laberProductGrid {
    display: block;
  }
  #products .laberProducts.laberProductList,
  #laber-products-top .laberGridList {
    display: none;
  }
  #category #left-column #search_filters .facet {
    margin-bottom: 0;
  }
  .laberUserInfo .laberUser p.nameuser {
    line-height: 50px;
  }
  /*  */
  .laberProduct .images-container {
    margin-bottom: 30px;
  }
  .displayBlog .product_list,
  .laberProductColumn .product_list, .laberProductGrid .product_list {
    padding: 15px;
  }
  .laberProductGrid .tab_cates {
    display: none;
    top: 49px;
    border: 1px solid #e2e2e2;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px 0;
  }
  .laberProductGrid .tab_cates.Open {
    display: block;
  }
  .laberProductGrid .tab_cates li {
    display: block;
    float: none;
    width: 100%;
  }
  .laberProductGrid .tab_cates li a {
    line-height: 35px;
  }
  .LaberProductCategory.type-tab .lab_tabCate {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .LaberProductCategory.type-tab .labertab_cates {
    padding-right: 0;
  }
  .LaberProductCategory.type-tab .tab-content {
    width: 100%;
  }
  .payment {
    text-align: center;
  }
  .laberProdCategory .cat-img,
  .laberProdCategory .laberCat-banner {
    display: none;
  }
  .laberProdCategory .sub_category {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    text-align: center;
    line-height: 30px;
    display: block !important;
  }
  .laberProductGrid .tab_cates.of-laber-md-2 {
    left: 0;
  }
  .laber-customlink .seo_keyword .title-seo,
  .laber-simpleseo .title-laber {
    float: none;
  }
  .laber-simpleseo .content-laber {
    padding: 0;
  }
  #category #left-column #search_filters {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #category #left-column #search_filter_controls {
    padding-top: 1rem;
  }
  #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
    padding: 0;
  }
  #category #left-column #search_filters .facet .h6 {
    padding: 0;
  }
  .subpage .laberthemes .item-inner .item, #js-product-list .laberProductGrid .item-inner .item {
    margin-bottom: 15px;
  }
  .LaberProductCategory .lab_tabCate2 {
    position: static;
  }
  .LaberProductCategory .labertab_cates2.nav-tabs .nav-item {
    padding: 0 5px;
  }
  .LaberProductCategory.type-tab2 .displayGrid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px 30px;
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) {
    grid-column: unset;
    grid-row: unset;
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
  #product #left-column {
    display: none;
  }
  .fixed-right {
    display: none;
  }
  .laberFooter-top {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block_newsletter form .input-wrapper:before {
    display: none;
  }
  .block_newsletter form .input-wrapper .input-box {
    width: 100%;
  }
  .laberColumn .owl-buttons .owl-next,
  .laberColumn .owl-buttons .owl-prev,
  .laberthemes .owl-buttons .owl-next,
  .laberthemes .owl-buttons .owl-prev,
  .displayLeftColumn.laberColumn,
  .laber-Featured.suggest-slider {
    display: none;
  }
  .margin-bottom-60 {
    margin-bottom: 30px;
  }
  .LaberProductCategory.tab-banner .cat-banner {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #_desktop_wishtlistTop, #_desktop_compareTop,
  #_mobile_compare_wishlist .d-inline-block, #_mobile_compare_wishlist .laberwishtlistTop {
    width: 98px;
  }
  .product-images > li.thumb-container > .thumb {
    width: 75px;
  }
  .scroll-box-arrows i {
    height: 84px;
    line-height: 84px;
    bottom: 33px;
  }
  .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(1, 1fr);
  }
  .laberActions {
    display: none;
  }
  #product .laberTabs .nav-tabs .nav-link {
    padding: 0 5px;
  }
  #product .laberTabs .nav-tabs .nav-item {
    margin: 0 2px 0 0;
  }
  .laber-categoryfeature .item-inner .item {
    border-right: 0;
  }
}
.form-group.row label a,
.block_newsletter .conditions .custom-checkbox span a {
  text-decoration: underline;
}

#authentication #footer_sub_menu_newsletter p:last-of-type,
.block_newsletter .conditions p:last-of-type {
  margin-bottom: 15px;
}

#authentication #footer_sub_menu_newsletter .custom-checkbox,
.block_newsletter .conditions .custom-checkbox {
  display: block;
  margin-bottom: 15px;
}

#_mobile_compare_wishlist .d-inline-block,
#_mobile_compare_wishlist .laberwishtlistTop {
  width: 120px;
  margin-top: 20px;
}
#_mobile_compare_wishlist .d-inline-block a > span:not(.icon),
#_mobile_compare_wishlist .laberwishtlistTop a > span:not(.icon) {
  display: none;
}

#header #_mobile_compare_wishlist .laberwishtlistTop .wishtlist_top .icon .cart-wishlist-number {
  color: #222;
  font-size: 13px;
  position: absolute;
  right: 3px;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 20px;
  font-weight: 400;
  background: #ebebeb;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.laberFooter-bottom {
  background: #214585;
}

@media only screen and (max-width: 767px) {
  .laberFooter-center {
    background: #214585;
  }
  .laberFooter-center *,
  .laberFooter-center .hotlineFree > *:not(.icon),
  .laberFooter-center .footer_contactinfo .contacinfo-address,
  .laberFooter-center .links .collapse li a {
    color: #fff;
  }
}
#mycompare .button-action-product .btn:hover {
  border-color: #f49304;
  background-color: #f49304;
}

#moda_compare .modal-header .close:hover {
  color: #f49304;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#sdsblogArticle .post-info {
  margin-bottom: 15px;
}

#sdsblogArticle li ul {
  list-style: circle;
  padding-left: 15px;
  margin-bottom: 1em;
}

#sdsblogArticle ul {
  list-style: disc;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #smartblogcat .sdsarticleCat .row > * {
    width: 100%;
    max-width: 100%;
  }
  #smartblogcat .sdsarticleCat .row img {
    max-height: 300px;
  }
  #smartblogcat .sdsarticleCat .row div:has(.imageFeaturedLink) {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #search #content-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  #header .lab-menu-horizontal ul li.level-1:hover > a {
    color: #214585;
  }
  .lab-menu-vertical ul li.level-1:hover > a {
    color: #214585 !important;
  }
}
@media (min-width: 768px) {
  #search #content-wrapper {
    float: left;
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  #search #content-wrapper {
    width: 81.2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #js-product-list .laberProductGrid .item-inner {
    width: 100%;
  }
}
/*@media only screen and (min-width: 1200px) {
    #left-column:has(#search_filters) {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    #left-column:has(#search_filters) + #content-wrapper.left-column {
        width: 100%;
    }
}*/
#search_filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
#search_filters > p.h6 {
  display: none;
}
#search_filters .facet {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
}

#products .laberProduct-image .cover_image img {
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  transition: opacity 0.5s;
}

.laberFooter-center {
  background: #214585;
}

.laberFooter-center *,
.laberFooter-center .hotlineFree > p,
.laberFooter-center .footer_contactinfo .contacinfo-address,
.laberFooter-center .links .collapse li a {
  color: #fff;
}
.laberFooter-center .links .collapse li a:hover {
  color: #f49304;
}
.laberFooter-center p.h3,
.laberFooter-center .hotlineFree .call-to-us a,
.laberFooter-center p.h3 > a {
  color: #f49304;
}
.laberFooter-center .hotlineFree .call-to-us a:hover,
.laberFooter-center p.h3 > a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .laberFooter-center {
    padding-bottom: 0;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .laberFooter-center .title {
    border-color: #f49304;
  }
}

.laberFooter-bottom .row {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .laberFooter-bottom {
    padding-top: 15px;
  }
}
.laberFooter-bottom a:hover {
  color: #fff;
}

#contact-link .item a {
  color: #fff;
}
#contact-link .item a:hover {
  color: #f49304;
}

.block-category h1.h1 {
  border-bottom: 0.071rem solid #bfbfbf;
  background: #f3f3f3;
  padding: 0.666rem 1rem;
}

#search_filters .facet .facet-title {
  color: #222;
  min-height: 2em;
  margin-bottom: 9px;
}

#search_filters .btn.btn-tertiary.js-search-filters-clear-all {
  width: calc(100% - 30px);
  margin-bottom: 13px;
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  border-bottom: none;
}

#search_filters .facet-dropdown .select-title {
  min-height: 1.6em;
  font-size: 12px;
  padding: 6px 10px;
}

@media (max-width: 767px) {
  #category {
    width: 100%;
  }
  #category #search_filters_wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  #category #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
  }
  #category #search_filter_controls button {
    margin: 0 0.5rem;
  }
  #category #search_filters {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #f6f6f6;
  }
  #category #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f6f6f6;
  }
  #category #search_filters .facet .title {
    cursor: pointer;
  }
  #category #search_filters .facet .title .collapse-icons .remove, #category #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #category #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  #category #search_filters .facet .facet-title {
    color: #232323;
    text-transform: uppercase;
  }
  #category #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: 0.625rem;
    display: inline-block;
  }
  #category #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 0.625rem 0.625rem 0 0;
  }
  #category #search_filters .facet .collapse {
    display: none;
  }
  #category #search_filters .facet .collapse.in {
    display: block;
  }
  #category #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #search_filters .facet ul li {
    border-top: 1px solid #f6f6f6;
    padding: 0.625rem;
  }
  #search_filters {
    grid-template-columns: 1fr;
  }
  #category #search_filters_wrapper.search-mobile-style {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 200;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
  }
  #content-wrapper:has(.search-mobile-style) #js-product-list-header {
    display: none;
  }
}
@media (min-width: 768px) {
  #left-column #search_filters {
    display: none;
  }
}
#search_filters .clear-all-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  order: 99;
}

#products .price-text {
  font-size: 1rem;
  color: #222;
}

#products .price {
  font-size: 1.75rem;
}

#products .laberProductGrid .laberCart {
  position: unset;
  opacity: unset;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#products .laber-product-price-and-shipping {
  padding-top: 1.5rem;
}

#products .laber-product-price-and-shipping,
#products .laberProductGrid .laberCart {
  padding-inline: 1rem;
  background: #f1f1f1;
}

#products .laberProductGrid .laberCart form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  #products .laberProductGrid .laberCart form {
    flex-wrap: wrap;
  }
}
#products .laberProductGrid .laberCart form .product-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#products .laberProductGrid .laberCart form .product-qty input[type=number] {
  flex-grow: 1;
  text-align: center;
  background-color: white;
}
#products .laberProductGrid .laberCart form .product-qty span {
  color: black;
  background-color: white;
}
#products .laberProductGrid .laberCart form .product-qty span:hover {
  background: #f49304;
  color: white;
}

#products .laberProductGrid .laberCart .product-qty + .laberBottom:hover {
  background-color: #214585;
  -webkit-transition: background-color 300ms ease;
  transition-behavior: normal;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background-color;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  transition-behavior: normal;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#_desktop_language_selector {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.language-selector-wrapper .expand-more * {
  transition: all 0.5s ease-in-out;
}
.language-selector-wrapper .expand-more .flag {
  display: inline-block;
  position: relative;
  border-radius: 0;
  top: 8px;
}
.language-selector-wrapper .expand-more .flag img {
  position: relative;
  left: unset;
  top: 5px;
  transition: all 0.5s ease-in-out;
}

.container_lab_megamenu.laberMenu-top #_desktop_language_selector,
#_desktop_currency_selector {
  display: none;
}

#header .language-selector-wrapper .dropdown:hover .expand-more {
  color: #f49304;
}
#header .language-selector-wrapper .dropdown:hover .expand-more img {
  transform: scale(1.2);
}

.page-order #wrapper {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  #search #content-wrapper {
    width: 71.2%;
  }
}
.form-group.row.field_captcha input {
  display: none;
}

#form_wishlist .form-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  #form_wishlist .form-group {
    justify-content: center;
  }
}
#form_wishlist input.inputTxt {
  height: 40px;
}
#form_wishlist label {
  font-size: 18px;
  padding: 0;
  line-height: 40px;
}

#mywishlist td.wishlist_delete a {
  height: 40px;
  width: 100%;
}
#mywishlist td.wishlist_delete a i {
  font-size: 20px;
  text-shadow: 0 0 black;
}
#mywishlist td.wishlist_delete a:hover {
  background-color: #f49304;
}
#mywishlist td.wishlist_delete a:hover i {
  color: white;
}

#mywishlist td.wishlist_default,
#mywishlist td.wishlist_delete a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mywishlist td.wishlist_default {
  border-bottom: 0;
}
#mywishlist td.wishlist_default p, #mywishlist td.wishlist_default i {
  font-size: 20px;
  margin: 0;
  line-height: 0;
  padding: 0;
}
#mywishlist td.wishlist_default i {
  line-height: 40px;
}

#mywishlist .btn-primary:hover,
.wishlist_button_extra.btn-primary:hover,
.modal .product-actions .btn-primary:hover,
#view_wishlist .wishlist_product_detail .btn-primary:hover {
  color: #fff;
  background-color: #214585;
  border-color: transparent;
}

#mywishlist #block-history {
  overflow-x: auto;
}

#mywishlist table tr:nth-child(2n) {
  background-color: #eee;
}

.wishlist_button_extra + #idWishlist {
  margin-left: 10px;
}

#_mobile_currency_selector {
  display: none !important;
}

.js-customer-form .field_id_gender {
  display: none;
}

.labpopupnewsletter {
  background-color: #214585;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.labpopupnewsletter #newsletter_block_popup {
  padding: 70px 60px 70px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#newsletter_block_popup .block_content .logo_popupnewlestter {
  padding: 0 30px;
}

#newsletter_block_popup .block_content .laberContent p {
  text-transform: none;
  font-weight: 400;
  font-size: 17px;
}

#newsletter_block_popup .block_content .laberContent p strong {
  font-weight: 700;
}

#newsletter_block_popup .newsletter_block_popup-bottom {
  display: none;
}

.special-info {
  padding: 10px 15px;
  border-radius: 50px;
  border: 2px solid #f49304;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.product-additional-info .tabs {
  box-shadow: none;
  margin-top: 0;
  padding: 1.25rem 0;
}

body#checkout #footer_sub_menu_newsletter .custom-checkbox {
  justify-content: center;
}

#product.lang-pl [data-container-express-checkout][data-paypal-source-page=product] {
  display: none !important;
}

#contact-link ul li.item-phone {
  padding-left: 18px;
}
#contact-link ul li.item-phone i {
  left: -6px;
}

#cms .page-cms a {
  color: #f49304;
}
#cms .page-cms a:hover {
  color: #214585;
}

.lab-menu-vertical ul li.level-1 > a {
  font-size: 12px;
}

.lab-menu-vertical ul li.level-1 > a, .LaberProductCategory .nav-tabs .nav-item a {
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .lab-menu-vertical li.level-1 {
    padding: 0 12px;
  }
  .lab-menu-vertical ul li.level-1 > a {
    font-size: 14px;
  }
  .LaberProductCategory.type-tab .lab_tabCate {
    flex: 0 0 270px;
    max-width: 270px;
    overflow: hidden;
  }
  .LaberProductCategory.type-tab .tab-content {
    width: calc(100% - 280px);
  }
  .LaberProductCategory .nav-tabs .nav-item a {
    font-size: 13px;
  }
  .lab-menu-vertical .menu-vertical {
    height: calc(95vh - 200px);
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #f49304 #214585;
  }
}
.page-cms .page-content ul {
  list-style: disc;
}
.page-cms .page-content ul, .page-cms .page-content ol {
  list-style-position: inside;
}
.page-cms .page-content ul li, .page-cms .page-content ol li {
  color: #222;
  line-height: 25px;
  padding-left: 20px;
  font-size: 0.9375rem;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-features a {
  text-decoration: underline;
  font-weight: 600;
}

.block-categories .category-top-menu {
  margin-bottom: 0;
}
.block-categories .category-top-menu .category-sub-menu {
  padding: 0;
}
.block-categories .category-top-menu .category-sub-menu > li {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.block-categories .category-top-menu .category-sub-menu > li:last-of-type {
  border-bottom: none;
}

#content-wrapper #category-description strong {
  color: black;
  font-weight: 600;
}
#content-wrapper #category-description h2 {
  padding-top: 15px;
}
#content-wrapper #category-description ul {
  list-style: disc;
  list-style-position: inside;
}
#content-wrapper #category-description ul li {
  padding: 5px 15px;
}

.product-information .addToWishlist {
  display: flex;
  align-items: center;
}
.product-information .addToWishlist i {
  font-size: 20px;
  padding-right: 5px;
}

span.price-currency {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.modal-dialog .cart-content p > span {
  text-align: right;
}

#category .cart_block .price {
  font-size: 16px;
}

#header .laber-cart .cart_block .cart-prices p {
  display: flex;
  justify-content: space-between;
}
#header .laber-cart .cart_block .cart-prices p span.amount {
  text-align: right;
}

.product-line-grid-right .product-price {
  line-height: 1.2em;
}

#s-hdr {
  background-color: #214585;
}

.laberProduct .product-description-short {
  font-size: 1.4em;
  line-height: 1.1em;
}

#main .images-container .js-qv-mask.scroll {
  float: inherit;
}

@media (min-width: 1320px), (max-width: 768px) and (min-width: 350px) {
  .laberProduct .page-content .images-container {
    display: flex; /* Ustawia miniaturki obok głównego zdjęcia */
    flex-wrap: nowrap; /* Zapobiega zawijaniu elementów */
    flex-direction: row-reverse;
    /*gap: 10px;*/
  }
  .laberProduct .page-content .js-qv-mask.mask {
    flex: 0 0 100px; /* Ustal szerokość sekcji miniaturek */
    max-width: 100px;
    /*margin-right: 15px;  Dystans między miniaturkami a głównym zdjęciem */
  }
  .laberProduct .page-content .product-cover {
    flex: 1; /* Główne zdjęcie zajmuje pozostałą część dostępnej przestrzeni */
    position: relative;
  }
  .laberProduct .page-content ul.product-images {
    padding-top: 35px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 35px;
    height: 100%;
  }
  .laberProduct .page-content .scroll-box-arrows i {
    transform: rotate(90deg);
    left: 20px;
  }
  .laberProduct .page-content .scroll-box-arrows i.icon-chevron-left {
    top: 0px;
  }
  .laberProduct .page-content .scroll-box-arrows i.icon-chevron-right {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .laberProduct .page-content .images-container {
    margin-left: 0;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 350px) {
  #product #content-wrapper {
    width: 100%;
  }
  .laberProduct .page-content .scroll-box-arrows i {
    left: 35px;
  }
}
@media (max-width: 600px) and (min-width: 350px) {
  #main .images-container .js-qv-mask.scroll {
    height: calc(100vw - 130px);
  }
}
@media (max-width: 480px) and (min-width: 350px) {
  .laberProduct .page-content .scroll-box-arrows i.icon-chevron-left {
    top: -24px;
  }
  .laberProduct .page-content .scroll-box-arrows i.icon-chevron-right {
    bottom: -16px;
  }
}
.scroll-box-arrows i.icon-chevron-right {
  right: 0px;
  left: unset;
}

#header .laberUserInfo .laberUser p.nameuser {
  transition: all 300ms ease;
}

#header .laberUserInfo .laberUser p.nameuser:hover a.account {
  color: #f49304;
}

.tabs .comment-info {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.tabs .comment-info span {
  font-size: 0.9em;
}

#labsearch_data .title_showall a {
  background-color: #f49304;
  transition: all 300ms ease;
}
#labsearch_data .title_showall a:hover {
  background-color: #214585;
}

.add .btn-primary {
  transition: all 300ms ease;
}
.add .btn-primary:hover, .add .btn-primary.focus, .add .btn-primary:focus {
  background-color: #214585;
}

#cc--main, .cc_div *, .cc_div :after, .cc_div :before, .cc_div :hover {
  font-family: Arial !important;
}

#header .logo {
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) and (min-width: 768px) {
  #header .logo {
    width: 570px;
  }
}
@media (max-width: 768px) {
  #header .logo {
    width: 360px;
  }
}
@media (max-width: 740px) and (min-width: 320px) {
  .header-nav .mobile {
    min-height: 206px;
  }
}
.delivery-options .inpost-shipping-container .col-sm-6.col-md-5.offset-md-7.offset-sm-6 {
  width: 100%;
  margin-left: 0px;
  padding: 0 30px;
}
.delivery-options .inpost-shipping-container .inpost-shipping-customer-change-form {
  padding-left: 15px;
  padding-right: 15px;
}

#prestashop-profiling .table td, #prestashop-profiling .table th {
  max-width: 250px;
}

#blockcart-modal .modal-body .product-name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.laberProduct .product-description-short {
  font-weight: 600;
}

.js-address-form .form-fields {
  display: flex;
  flex-direction: column;
}
.js-address-form .form-fields .form-group {
  order: 2;
}
.js-address-form .form-fields .form-group.field_id_country {
  order: 1;
}

img.default-cart-img {
  background-color: #214585;
  padding: 25px 10px;
  max-width: 100%;
}

#laber-products-top .products-selection .sort-by {
  line-height: 1em;
}

@media (min-width: 1199px) {
  .lang-hu .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(4, 1fr);
    width: 80%;
    margin: 0 auto;
  }
}
.new-forum-cta {
  background-color: #214585;
  margin-inline: 15px;
}
.new-forum-cta .new-forum-cta-content {
  display: flex;
  padding-inline: 95px;
  padding-block: 40px;
}
@media screen and (width <= 768px) {
  .new-forum-cta .new-forum-cta-content {
    flex-direction: column;
  }
  .new-forum-cta .new-forum-cta-content h3 {
    margin-top: 30px;
  }
}
@media screen and (width <= 768px) {
  .new-forum-cta .new-forum-image {
    margin: 0 auto;
  }
}
.new-forum-cta .new-forum-image img {
  max-width: 430px;
  width: 100%;
}
.new-forum-cta .new-forum-text {
  max-width: 750px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new-forum-cta .new-forum-text h3 {
  color: white;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.new-forum-cta .new-forum-text p {
  color: white;
}
.new-forum-cta .new-forum-text a {
  color: #f49304;
}
.new-forum-cta .new-forum-text a:hover {
  color: white;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lang-hu .laber-freeshipping .freeshipping {
    grid-template-columns: repeat(2, 1fr);
    background-color: transparent;
    border: none;
    padding: 0;
    grid-gap: 15px 15px;
  }
  .lang-hu .item-inner {
    border: 1px solid #ebebeb;
    text-align: left;
    padding: 15px;
    background: #fff;
  }
}
.old-site,
.old-site-mobile {
  --old-site-pad: 45px;
  background: #fff;
}
@media (width >= 1024px) {
  .old-site,
  .old-site-mobile {
    --old-site-pad: 90px;
  }
}
.old-site .old-site-image-wrapper img,
.old-site-mobile .old-site-image-wrapper img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.old-site .old-site-button,
.old-site-mobile .old-site-button {
  background: #f49304;
  border: 1px solid #f49304;
  color: #fff;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  padding-block: 5px;
  line-height: 45px;
  padding-inline: 20px;
  width: fit-content;
  margin-top: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.old-site .old-site-button:hover,
.old-site-mobile .old-site-button:hover {
  transform: scale(1.03);
}
@media (width >= 1024px) {
  .old-site .old-site-button,
  .old-site-mobile .old-site-button {
    font-size: 18px;
  }
}
.old-site .old-site-title,
.old-site-mobile .old-site-title {
  font-weight: bold;
}

/* ----------  desktop layout  ---------- */
.laberImageSlider:has(.old-site) {
  background-color: white;
}

.old-site {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  gap: var(--old-site-pad);
}
.old-site .old-site-image-wrapper {
  max-width: 960px;
  flex: 0 1 50%;
}
.old-site .old-site-text-wrapper {
  flex: 1 1 50%;
}
.old-site .old-site-title {
  font-size: 32px;
}
.old-site .old-site-subtitle {
  font-size: 20px;
  color: #666;
}
.old-site .old-site-text {
  font-size: 18px;
  text-align: left !important;
}
.old-site .old-site-text-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-block: 50px;
  padding-inline-end: var(--old-site-pad);
}

@media screen and (width >= 1600px) {
  .old-site .old-site-image-wrapper {
    transition: margin 0.3s ease-in-out;
    margin-left: clamp(285px, 285px + 0.496875 * (100vw - 1600px), 444px);
  }
  .menu-hidden .old-site .old-site-image-wrapper {
    margin-left: 0;
  }
}
/* ----------  mobile layout  ---------- */
.old-site-mobile {
  position: relative;
  text-align: center;
  color: #fff;
}
.old-site-mobile .old-site-image-wrapper {
  position: absolute;
  inset: 0;
  line-height: 0;
}
.old-site-mobile .old-site-mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.old-site-mobile .old-site-mobile-content {
  position: relative;
  padding: 50px var(--old-site-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.old-site-mobile .old-site-title,
.old-site-mobile .old-site-subtitle,
.old-site-mobile .old-site-text {
  color: #fff;
  text-align: center;
}
.old-site-mobile .old-site-title {
  font-size: 28px;
}
.old-site-mobile .old-site-subtitle {
  font-size: 18px;
}
.old-site-mobile .old-site-text {
  font-size: 16px;
}
@media screen and (width <= 420px) {
  .old-site-mobile .old-site-button {
    font-size: 13px;
    padding-inline: 15px;
  }
}

@media screen and (width <= 767px) {
  #authentication .custom-checkbox label,
  #customer-form .custom-checkbox label {
    line-height: 3;
  }
  #authentication .custom-checkbox label em:not(:has(*)),
  #customer-form .custom-checkbox label em:not(:has(*)) {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.25em;
  }
  #authentication .custom-checkbox label > span,
  #customer-form .custom-checkbox label > span {
    padding: 15px;
    margin-right: 10px;
  }
  #authentication .custom-checkbox input[type=checkbox]:checked + span .checkbox-checked,
  #customer-form .custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
    margin: -9px;
  }
  #authentication .custom-checkbox input[type=checkbox],
  #customer-form .custom-checkbox input[type=checkbox] {
    width: 32px;
    height: 32px;
  }
}
#products .product-features > dl.data-sheet dt.name {
  flex: 1 0 30%;
}

#products .product-features > dl.data-sheet dd.value {
  flex: 1 0 60%;
  line-height: 1.2;
}

#products .product-features > dl.data-sheet dt.name,
#products .product-features > dl.data-sheet dd.value {
  font-size: 12px;
  margin-right: 5px;
  padding: 0;
  padding-block: 5px;
  padding-inline: 10px;
  margin-bottom: 5px;
  min-height: 27px;
}

#products .product-features > dl.data-sheet dd.value br {
  display: none;
}

.orange-menu-button a {
  color: #f49304 !important;
}

.comms-old-login {
  color: white;
  background: #f49304;
  display: block;
  float: none;
  padding: 7px;
  font-weight: bold;
  margin-inline: auto;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.comms-old-login .font-emoji {
  font-size: 26px;
  line-height: 1;
}

.wlp_bought .laberCart form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
@media only screen and (max-width: 576px) {
  .wlp_bought .laberCart form {
    flex-wrap: wrap;
  }
}
.wlp_bought .laberCart form .product-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (width <= 991px) {
  .wlp_bought .laberCart form .product-qty label {
    width: 100%;
  }
  .wlp_bought .laberCart form .product-qty span {
    width: 20%;
  }
  .wlp_bought .laberCart form .product-qty input {
    width: 80%;
  }
}
.wlp_bought .laberCart form .product-qty input[type=number] {
  flex-grow: 1;
  text-align: center;
  background-color: white;
}
.wlp_bought .laberCart form .product-qty span {
  color: black;
  background-color: white;
}
.wlp_bought .laberCart form .product-qty span:hover {
  background: #f49304;
  color: white;
}
.wlp_bought .laberCart form .laberBottom {
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background: #f49304;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  text-transform: none;
}
.wlp_bought .laberCart form .laberBottom i {
  display: none;
}
.wlp_bought .laberCart form .laberBottom.cart-loading span {
  display: none;
}
.wlp_bought .laberCart form .laberBottom.cart-loading i {
  display: inline-block;
  font-size: 20px;
}
.wlp_bought .laberCart form .laberBottom.disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.wlp_bought_item_container .laberProduct-flags li span {
  background: #f49304;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  border-radius: 2px;
  padding: 0 15px;
}

.wlp_bought_item_container .product_image {
  position: relative;
}
.wlp_bought_item_container .product_image img {
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  transition: opacity 0.5s;
}

.wlp_bought_item_container .laberProduct-flags {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}
.wlp_bought_item_container .laberProduct-flags .laber-flag {
  padding: 0;
}

#view_wishlist {
  padding-inline: 15px;
}

#view_wishlist:has(.wlp_bought .wlp_bought_item_container) .page-heading {
  margin-bottom: 80px;
}
#view_wishlist:has(.wlp_bought .wlp_bought_item_container) ul.wlp_bought_list li {
  margin-top: 20px;
}

#module-blockwishlist-mywishlist .wishlistLinkTop li {
  margin-top: 20px;
}

#module-blockwishlist-mywishlist .wl_send.box .submit span {
  text-transform: none;
}

#products .laberProductGrid .item-inner .item .manufacturer_name {
  display: none;
}

#products #laber-products-top .products-sort-order .select-title .material-icons {
  line-height: 1;
  height: 100%;
  text-align: center;
  align-content: center;
}

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