/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  display: flex !important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow-x: clip;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; 
}
.owl-carousel .owl-item {
  float: left;
  display: flex;
  height: auto;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev,
.btn.prev.accessories_prev {
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next,
.btn.next.accessories_next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .special-products .customNavigation{ top: 40%;}
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}

/* custom */

#footer .footer-container {
  background: black;
  background-image: unset !important;
}

.footer-container .footer-right li a::before {
  display: none !important;
}

.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a,
#left-column .block .block_title, .text-uppercase.h6,
body * {
  text-transform: unset !important;
}

.newsletter-main .clearfix.newsletter-content{
  display: none !important;
}

.products .product-bottom .add-to-cart-button button.add-to-cart {

}

.block_newsletter .block_content p {
  margin-left: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

#cpheadercms1 p {
  margin-bottom: 0px;
}

#cpheadercms1 a {
  color: #d9d9d9;
}

#_desktop_user_info .locator.top-link {
  display: none !important;
}

#search_block_top #search_query_top {
  margin-right: 0px !important;
}

#header .header-top-main.bg_main #cpheadercms2 .offer-link a::before {
  display: none !important;
}

#cpheadercms2 .offer-link a {
  /* color: var(--primary-color); */
  font-weight: 500 !important;
  font-size: 15px;  
  padding: 15px 0px 15px 30px !important;
}

#_desktop_cart .viewcart_button {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.blockcart .cart-summary .card-block:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
}

#cp_sidevertical_menu_top #cpheadercms1 p a {
  color: black;
}

@media (min-width: 1200px) {
  .flexslider img.image {
    height: 531px;
    object-fit: cover;
  }
}
.flexslider .caption-description .slide-text {
  top: 13%;
}

@media screen and (max-width: 1799px) {
  .flexslider .caption-description .slide-text {
      top: 13%;
  }
}


.pw-footer-company-info__list {

}

.pw-footer-company-info__list li {

}

.pw-footer-company-info__list li img  {
  filter: invert(1);
}

.pw-footer-company-info__list li a,
.pw-footer-company-info__list li span  {
  color: white;
}

.pw-footer-company-info__header {
  flex-direction: column;
}

.pw-footer-company-info__headtext p {
  color: white;
}

#blockcart-modal .modal-title {
  color: black;
}

.menu-container, #search_block_top .btn.btn-primary, .ap-total-wishlist, .ap-total-compare, .cart-products-counthome, .customNavigation i.next:hover::before, .customNavigation i.prev:hover::before, .special-products .products .product_list .product-actions .btn.add-to-cart:hover, .special-products .products .product_list .product-actions-main .btn.add-to-cart:hover, #left-column .block_content .allproducts, #index .tabs .nav-tabs .nav-link.active, .btn:focus, .btn, .btn-primary, .btn-secondary, .btn-tertiary, .products .product_list li .product-miniature .product-actions-main .view_detail, .products .product_list li .product-miniature .product-actions .view_detail, .products-sort-order .select-list:hover, #js-product-list .product_list.gridcount.list li.product_item .product-actions-main .view_detail, #js-product-list .product_list.gridcount.list li.product_item .product-actions .view_detail, body#checkout [data-action="show-password"], .custom-radio input[type="radio"]:checked + span, #authentication [data-action="show-password"], .input-group .input-group-btn > .btn, #cpnavcmsblock .contact_description a::before, .pagination .current a, .pagination a:hover, .cpcategory-container .categoryblock .block_content .categorylist .cate-btn a:hover, .checkout-step li.nav-item .nav-link.active, .search-widget form button[type="submit"]:hover, #header .header-top .header_logo::before, .cat-title.title2, .Recnet-blog .pagination li.active > span, .blog-image .blogicons .icon:hover::before, .blog-image .blogicons .icon:active::before, .blog-image .blogicons .icon:focus::before, #left-column #cpinstagramblock .products-section-title, #cpinstagramblock .instagramblock .instagram_list article.instagram_item a::before, #cpinstagramblock .instagramblock .instagram_list article.item a::before, #header .header-top .header_logo a::before, #cpnavcmsblock .contact_description .offer-icon::before, #header .vertical_currency li.current a.dropdown-item, #header .vertical_currency ul.dropdown-menu li:hover a, #cp_sidevertical_menu_top .title_main_menu, #_desktop_user_info .user-info .logout.hidden-md-down, .newsletter-form a.button, .flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover, .block-promo .promo-input + button, .product-quantity .add .btn.btn-primary.checkout_button, #_desktop_user_info .user-info .logout.hidden-md-down:hover {
  transition-duration: 0.2s;
}

.menu-container:hover,
#search_block_top .btn.btn-primary:hover,
.ap-total-wishlist:hover,
.ap-total-compare:hover,
.cart-products-counthome:hover,
.customNavigation i.next:hover::before,
.customNavigation i.prev:hover::before,
.special-products .products .product_list .product-actions .btn.add-to-cart:hover,
.special-products .products .product_list .product-actions-main .btn.add-to-cart:hover,
#left-column .block_content .allproducts:hover,
#index .tabs .nav-tabs .nav-link.active:hover,
.btn:focus:hover,
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.products .product_list li .product-miniature .product-actions-main .view_detail:hover,
.products .product_list li .product-miniature .product-actions .view_detail:hover,
.products-sort-order .select-list:hover,
#js-product-list .product_list.gridcount.list li.product_item .product-actions-main .view_detail:hover,
#js-product-list .product_list.gridcount.list li.product_item .product-actions .view_detail:hover,
body#checkout [data-action="show-password"]:hover,
.custom-radio input[type="radio"]:checked + span:hover,
#authentication [data-action="show-password"]:hover,
.input-group .input-group-btn > .btn:hover,
#cpnavcmsblock .contact_description a:hover::before,
.pagination .current a:hover,
.pagination a:hover,
.cpcategory-container .categoryblock .block_content .categorylist .cate-btn a:hover,
.checkout-step li.nav-item .nav-link.active:hover,
.search-widget form button[type="submit"]:hover,
#header .header-top .header_logo:hover::before,
.cat-title.title2:hover,
.Recnet-blog .pagination li.active > span:hover,
.blog-image .blogicons .icon:hover::before,
.blog-image .blogicons .icon:active:hover::before,
.blog-image .blogicons .icon:focus:hover::before,
#left-column #cpinstagramblock .products-section-title:hover,
#cpinstagramblock .instagramblock .instagram_list article.instagram_item a:hover::before,
#cpinstagramblock .instagramblock .instagram_list article.item a:hover::before,
#header .header-top .header_logo a:hover::before,
#cpnavcmsblock .contact_description .offer-icon:hover::before,
#header .vertical_currency li.current a.dropdown-item:hover,
#header .vertical_currency ul.dropdown-menu li:hover a,
#cp_sidevertical_menu_top .title_main_menu:hover,
#_desktop_user_info .user-info .logout.hidden-md-down:hover,
.newsletter-form a.button:hover,
.flexslider .flex-direction-nav .flex-next:hover,
.flexslider .flex-direction-nav .flex-prev:hover,
.block-promo .promo-input + button:hover,
.product-quantity .add .btn.btn-primary.checkout_button:hover {
  opacity: 0.7;
  transition-duration: 0.2s;
} 

.cpcategory-container .categoryblock .block_content .cat-img {
  padding: 10px;
}

.btn.btn-primary.add-to-cart {
  padding-left: 10px;
  padding-right: 10px;
}

#contact #left-column #contact-rich {
  display: none !important;
}

#category #search_filters_wrapper {
  margin-bottom: 0px !important;
}

#my-account #order-slips-link {
  display: none !important;
}

#cart .card-block.cart-detailed-subtotals.js-cart-detailed-subtotals {
  border-bottom: 1px solid #e5e5e5;
}

#cart .cart-detailed-actions {
  padding-top: 10px;
}

#cart .cart-summary-totals {
  padding-bottom: 10px;
}

.breadcrumb ol li a,
.top_button i.expand_less,
#products .product-title a, .products .product-title a, .product-accessories .product-title a,
#columns_inner .product-tabcontent .nav-item .nav-link,
#header .header-top-main.bg_main #cpheadercms2 .offer-link a,
.header-top-main.bg_main #_top_main_menu .dropdown-item,
.wish-comp .compare .btn, .wish-comp .wishlist .btn,
#index .tabs .nav-tabs .nav-link,
.block_newsletter form input.btn,
.pw-footer-company-info__list li a, .pw-footer-company-info__list li span,
.footer-container .footer-right li a,
#_desktop_cart,
.head-wishlist a,
.head-compare a,
#cpheadercms3 a,
#cpheadercms1 a,
#_desktop_user_info a.top-link,
.vertical-side-top-text .head-wishlist a, .vertical-side-top-text .head-compare a, .vertical-side-top-text #_desktop_user_info-s {
  transition-duration: 0.2s;
}

.breadcrumb ol li a:hover,
.top_button i.expand_less:hover,
#columns_inner .product-tabcontent .nav-item .nav-link:hover,
#index .tabs .nav-tabs .nav-link:hover,
.block_newsletter form input.btn:hover,
#_desktop_cart:hover,
.head-wishlist a:hover,
.head-compare a:hover,
#cpheadercms1 a:hover,
#_desktop_user_info a.top-link:hover,
.vertical-side-top-text .head-wishlist a:hover, .vertical-side-top-text .head-compare a:hover, .vertical-side-top-text #_desktop_user_info-s:hover {
  opacity: 0.7;
}

.title_main_menu {
  opacity: 1 !important;
}


.product .thumbnail-container a {
  position: relative;

}

.product .thumbnail-container a img {
  transition-duration: 0.2s;
}

.product .thumbnail-container a img:hover {
  transform: scale(1.1) rotate(1deg);
}

.product .thumbnail-container {
  display: flex;
  justify-content: center;
}

.footer-left .block-social {
  display: none !important;
}




.breadcrumb  {

}

.breadcrumb  ol {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.breadcrumb  ol li {

}

#_desktop_cart {
  opacity: 1 !important;
}

.breadcrumb  ol li a {
  padding: 0px !important;
  padding-right: 10px !important;
}

.product-miniature .product-thumbnail {
  width: 100%;
}

.product-miniature .product-thumbnail  img {
  width: 100%;
}

#breadcrumb_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

#search_block_top #search_query_top {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#search_block_top .btn.btn-primary {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.header-top-main .menu-container {
  padding: 0px !important;
}

.header-top-main .menu-container .menu-icon {
  padding: 10px 35px !important;
}

@media (max-width: 767px) {
  #product .zoomWrapper {
    width: 100% !important;
    height: auto !important;
  }
  .product-leftside {
    margin: 0 auto 0px auto !important;  
    width: 100% !important;
  }

  #breadcrumb_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .menu-container {

  }

  .header-top-main .menu-container .menu-icon {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .product-page .col-md-7 {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .product-prices {
    margin-top: 10px;
  }

  .product-tabcontent .tabs {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .productscategory-products .product_item {
    margin-bottom: 0px !important;
  }

  .slidertext2 {
    font-size: 17px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
  }

  #wrapper-top img.image {
    height: 180px !important;
    object-fit: cover !important;
  }

  .header_logo a img {
    height: 35px;
  }

  #_desktop_cart {
    margin-right: 9px;
  }

  .header-top-main .menu-container {

  }

  .header-top-main .menu-container .menu-icon {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
  }

  #search_block_top #search_query_top {

  }

  #wrapper-top .sliderbutton {
    padding: 5px 18px !important;
    font-size: 12px !important;
  }

  #featured-products, .newproducts, .bestseller-products {
    padding-top: 4px;
    padding-bottom: 10px;
  }

  #featureProduct #featured-products {
    
  }

  .product_list .product_item {
    margin-bottom: 15px !important;
  }

  #index .cpcategorylist {
    margin: 15px 0px;
  }

  .block_newsletter {
    padding: 30px 0px;
  }

  #product #content-wrapper {
    margin-bottom: 0px;
  }

  #product .tabs {
    margin-bottom: 0px !important;
  }

  .filter-mobile #search_filters .text-uppercase {
    padding-right: 0px !important;
  }

  #category #content-wrapper {
    margin-top: 10px;
    margin-bottom: 0px !important;
  }

  #subcategories ul li {
    margin-bottom: 0px;
  }

  #left-column .sidebar-featured .block_title {
    padding-top: 14px;
  }

  #cart .card-block-title h1, 
  #search h1#js-product-list-header ,
  #cms .page-header h1 {
    margin-top: 8px;
  }

  #cart #content-wrapper,
  #contact #content-wrapper,
  #search #content-wrapper,
  #cms #content-wrapper {
    margin-bottom: 0px !important;
  }

  #footer .block_newsletter {
    grid-gap: 20px;
  }

  #contact label[for="file-upload"] {
    width: 133px;
  }
}

#_desktop_cart .blockcart .top-block-cart {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#checkout #thecheckout-confirm #confirm_order {
  margin-bottom: 100px;
  background: rgb(62, 192, 0) !important;
}

#checkout #conditions-to-approve label.js-terms::before{
  float: right;
  margin-left: 5px;
  content: '*';
  color: red;
}

#checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(3) {
  width: 100% !important;
  margin-top: 15px;
}

#checkout .address-is-used {
  color: #2d4156;
  margin-top: 8px;
}

#checkout .address-is-used a{
  color: #2d4156;
}

#checkout .cart-item .product-line-desc {
  flex-wrap: wrap;
}

#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-desc {
  /* justify-content: flex-start !important; */
  gap: 10px 0px;
  margin-bottom: 6px;
}

#checkout .product-line-body .product-attribute {
  width: 100% !important;
}

#checkout .not-extra-field {
  padding: 8px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #fafafa;
  color: #666666;
  margin-left: 5px;
}

#checkout .header-nav {
  padding: 15px 0px;
}

#checkout #breadcrumb_wrapper {
  display: none !important;
}

#checkout .product-line .product-title {
  width: 60%;
}

#checkout .product-line .product-price {
  width: 35%;
}



#checkout #thecheckout-login-form #login-form .btn.btn-primary {
  background: #2457aa;
}

@media (max-width: 768px) {
  #checkout .header-nav {
    padding: 10px 8px;
  }

  #checkout .header-nav  img {
    max-width: 166px;
  }

  #checkout .payment-options .payment-option label {
    display: flex !important;
    flex-wrap: nowrap !important;
  }



}

#checkout .paynow-payment-pbls {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;

}

#checkout .paynow-payment-pbls .paynow-payment-option-pbl {
  width: 20%;
  display: flex;
}
#checkout .paynow-payment-pbls .paynow-payment-option-pbl label img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

#checkout .paynow-payment-pbls .paynow-payment-option-pbl label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px !important;
  /* border: none; */
  box-sizing: border-box;
}

#checkout .paynow-payment-form .paynow-data-processing-info a {
  color: #152c63;
}

.form-group.missing-street-number label[data-missing-street-nr-notice]:after {
  background: white;
  border-left: 1px solid #828282;
  border-right: 1px solid #CCCCCC;
}

/* custom list */

 .product_list.grid  .list-element {
  display: none !important;
}

 .product_list {
    width: calc(100% - 20px);
    margin: 0 auto !important;
}

.product_list.grid .info-table-custom {
  display: none !important;
}

.product_list.list .product-detail {
  display: none !important;
}

 .product_list.list .thumbnail-container  {
width: 60px !important;
}

 .product_list.list .thumbnail-container a img {
  width: 40px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product_list.list .product-description,
.product_list.list .thumbnail-container .highlighted-informations,
 .product_list.list .thumbnail-container .product-actions-main,
 .product_list.list .thumbnail-container .product-flags {
  display: none !important;
}

 .product_list.list .product-thumbnail {
  display: flex;
  justify-content: center;
}

 .product_list.list .add-to-cart {
    font-size: 12px;
    /* display: none !important; */
}

.product_list.list .product-title  {
  margin-left: 15px !important;
}

.product_list.list  .row {
  grid-gap: 10px !important;
}

.product_list.list .thumbnail-container {
  width: 6% !important;
}

.product_list.list .product-miniature {
  padding-bottom: 0px !important;
}

.list-title {
  width: 32% !important;
}

.list-reference {
  width: 10% !important;
  text-align: center;
  color: gray;
}

.product_list.list a.product-brand {
  text-decoration: underline;
}

.list-brand {
  width: 15% !important;
    text-align: center;
}

.list-stock {
  width: 10% !important;
    text-align: center;
}

.product_list.list .product-bottom {
    width: 10% !important;
    text-align: center;
    display: flex;
    justify-content: center !important;
}

.product-bottom-price-custom {
      width: 9%;
      display: flex;
      justify-content: center;
}

.product_list.list .product-bottom .product-price-and-shipping {
  display: none !important;
}

.product_list.grid .product-bottom-price-custom {
  display: none !important;;
}

.info-table-custom {
      background: #f2f2f2;
          padding: 10px 10px;
}

.info-table-custom .info-table-custom-container {
      display: flex;
    align-items: center;
        grid-gap: 10px !important;
}

.info-img {
    width: 6% !important;
    text-align: center;
}

.info-title {
    width: 32% !important;
    margin-left: 15px;
    text-align: left !important;
}

.info-indeks {
    width: 10% !important;
      text-align: center;
}

.info-producent {
    width: 15% !important;
      text-align: center;
}

.info-stan {
    width: 10% !important;
      text-align: center;
}

.info-do.koszyka {
  width: 10% !important;
}

.info-cena {
    width: 9% !important;
      text-align: center;
}

.product_list.list .add-to-cart-button button.btn-primary {
  font-size: 0px !important;
      padding-top: 6px;
    padding-bottom: 6px;
}

.product_list.list .add-to-cart-button button.btn-primary svg {
  width: 19px;
  height: 19px;
}

.product_list.list .add-to-cart-button button.btn-primary .btn-mobile-icon {
  width: 19px;
  height: 19px;

      font-size: 12px;
    width: auto;
    display: flex !important;
    flex-direction: row;
    gap: 7px;
} 

.product_list.list .add-to-cart-button button.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}

  
  .product_list.gridcount.list .product-price-and-shipping {
        width: fit-content !important;
  }

  .product_list.gridcount.list .product-bottom {
        display: flex;
    align-items: center;
    gap: 25px;
        justify-content: space-between;
  }



  .product_list.gridcount.list .add-to-cart-button {
    margin-top: 0px !important;
  }

  .product_list.grid .list-mobile-title {
    display: none !important;
  }

@media (min-width: 769px) {
  .list-mobile-title {
    display: none !important;
  }

  .info-table {
    text-align: center;
  }
}


@media (max-width: 768px) {
  .info-table-custom {
    display: none !important;
  }

  .product-bottom-price-custom {
        width: 100%;
    justify-content: flex-start;
  }

.product_list.list .thumbnail-container {
  width: 20% !important;
  margin-bottom: 5px !important;
} 

.product_list.list .thumbnail-container a{
      justify-content: flex-start;
}

.product_list.gridcount.list .add-to-cart-button {
  display: flex !important;
}


  .product_list.gridcount.list .product-miniature {
        padding-bottom: 5px !important;
  }
.product_list.list .product-bottom {
  width: 100% !important;
}

  .product_list.gridcount.list .product-bottom {
        justify-content: flex-start !important;
  }

  .product_list.list .list-title a {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .product_list.list .list-title {
    margin-left: 0px !important;
  }


  .product_list.list .add-to-cart-button.list-element,
  .product_list.list .list-stock,
  .product_list.list .list-brand,
  .product_list.list .list-reference {
        display: flex;
    align-items: center;
    gap: 20px;
  }

  .product_list.list .row {
    grid-gap: 0px !important;

  }

    .product_list.list .product_item {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    }

    .product_list.list .product-price-and-shipping .price {
      font-size: 14px !important;
    }

    .list-element {
      width: 100% !important;
    }

  .list-mobile-title {
min-width: 77px;    
        text-align: left;
        font-weight: 400;
                font-size: 13px !important;
  }

  #js-product-list .product_list.gridcount.list .product-title {
    margin: 0px !important;
  }

  .product-price-and-shipping .price {
            display: flex;
    align-items: center;
    gap: 20px;
  }

  .product_list.list .product-miniature .add-to-cart {
        padding: 8px;
  }


  .product_list.list .thumbnail-container a img {
    margin: 0px !important;
  }

  .product_list.list .product-price-and-shipping {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
}

/* filtry */

#search_filters .facet-dropdown .select-title {
  cursor: pointer;
}

#search_filters .facet-dropdown.open .dropdown-menu {
      display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 7px 16px;
    /* max-height: 140px; */
        max-height: 87px;
    overflow: auto;
        left: 0;
}

#left-column .block, #left-column .links {
  overflow: unset !important;;
}

.block-categories .block_content .collapse-icons {
    top: 9px;
}

.product_list.list .product_item {
  width: 100% !important;
}