/********************************************************
			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;
  }
  .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) {
}



/* LEXCOM */


.footer-container,
#header {
    background-color: #004e9f;
}
#_desktop_cart .carthome, #_mobile_cart .carthome,
.head-wishlist a,
.head-compare a {
	background-color: #004e9f;
}
.header-top .header-div {
    background: #fff;
}

#product .tabs .nav-tabs .nav-link.active,
.productpage_title,
.block-category.card.card-block .h1,
#subcategories .subcategory-heading,
#search_filters .facet .facet-title,
#search_block_top #search_query_top, 
#left-column .block .block_title, 
.text-uppercase.h6,
.products-section-title h2.title, 
.service_content,
.header-top .callus {
    color: #004d9e;
}

#search_block_top .btn.btn-primary:hover,
.block_newsletter form input.btn,
.btn:hover, .btn-primary:hover {
    background-color: #004e9f;
}

.block_newsletter form input.btn:hover {
    background-color: #206bb7;
}

#search_block_top #search_query_top::-webkit-input-placeholder {
  color: #004d9e;
}
#search_block_top #search_query_top::-moz-placeholder {
  color: #004d9e;
}
#search_block_top #search_query_top:-moz-placeholder {
  color: #004d9e;
}
#search_block_top #search_query_top:-ms-input-placeholder {
  color: #004d9e;
}


/*
#columns_inner .product-tabcontent .nav-item .nav-link,
.product-information .brand-infos a, .product-reference span, .product-quantities span, .quickview .brand-infos a,
.product-page .productpage-attributes-items,
.product-page .productpage-attributes-items a {
	color: #206bb7;
}
*/

.images-container .product_list .thumb-container .elevatezoom-gallery .thumb.selected, .special-products .special_container.container, #left-column .block-categories, #product .tabs .nav-tabs .nav-link.active, .products-section-title::after,
#left-column .block-categories.block {
	border-color: #004e9f !important;
}

#search_block_top #search_query_top {
	border: 1px solid #004e9f;
	padding: 9px 14px
}
.footer-after {
    border-block-start: 1px solid #206bb7;
}
.footer-container .footer-right li a::before,
#footer .footer-container .footer-left::after {
    background-color: #206bb7;
}


.menu-container {
	background-color: #004e9f;
	color: #ffffff;
}
.menu-container .cat-title,
.material-icons.menu-open {
	color: #fff;
}
.top_button i.expand_less {
    background-color: #00963f;
}
.top_button i.expand_less:hover {
    background-color: #004d9e;
}

#cpheadercms1 p {
	margin: 0;
}

#cpheadercms1 .callus {
	position: relative;
    padding-inline-start: 25px;
}

#cpheadercms3 p {
	margin-bottom: 0;
}

#cpheadercms1 .callus::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-mask-image: url(../img/megnor/callus.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/callus.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #fab505;
    mask-size: 14px;
    -webkit-mask-size: 14px;
    height: 21px;
    width: 20px;
	background-color: #00963f;
}
#cpheadercms1 .callus a {
	color: #fff;
	
}
#cpheadercms1 .callus a:hover {
	color: #00963f;
}
/*
#cpheadercms3 .callus::before {
	display: none;
}
*/
#cpheadercms3 .callus a {
	color: #004d9e;
	font-weight: 600;
}
#cpheadercms3 .callus a:hover {
	color: #00963f;
}
#cpheadercms3 .callus .material-icons {
	color: #00963f;
}

.verticalmenu-side #cpheadercms1 .callus a {
	color: #004d9e;
}
.verticalmenu-side #cpheadercms1 .callus a:hover {
	color: #00963f;
}

#header .header-nav .right-nav a.locator.top-link {
    display: none;
}

@media (min-width: 992px) {
.footer-left {
    width: 25%;
}
.footer-right {
    width: 75%;
}
.footer-container .links {
    width: 33.3333%;
}
}

.copyright {
	color: #fff;
}
.brand-infos {
    display: none;
}

#htmlcontent_top {
    position: relative;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
#htmlcontent_top .clearfix:before, 
#htmlcontent_top .clearfix:after {
    content: " ";
    display: table;
}
#htmlcontent_top ul {
    margin: 0;
    overflow: hidden;
	padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
	width: 100%;
}
#htmlcontent_top ul li {
    padding: 0;
    width: 12.5%;
    position: relative;
    /*border-bottom: 1px solid #d2dae3;*/
    border-right: 1px solid #d2dae3;
}
#htmlcontent_top ul li > span {
    display: block;
    padding-top: 50%;
    padding-bottom: 50%;
}
#htmlcontent_top ul li .bannerBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#htmlcontent_top ul li a.item-link {
    width: 100%;
    height: 100%;
    display: block;
}
#htmlcontent_top ul li .item-html {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -56%);
    -ms-transform: translate(0, -56%);
    -o-transform: translate(0, -56%); 
    -webkit-transform: translate(0, -56%);
    transform: translate(0, -56%);
    width: 100%;
}
#htmlcontent_top ul li .item-html h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0 5%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 15px;
    font-size: 0.8vw;
    line-height: 1.3;
    color: #00963f;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: transform 0.5s ease 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#htmlcontent_top ul li .item-html h2:before {
    display: block;
    font-size: 4vw;
    line-height: 1.15;
    color: #004d9e;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.icon-supreme-soft:before {
    content: "\62";
}
.icon-supreme-oxyline:before {
    content: "\67";
}
.icon-supreme-multi:before {
    content: "\66";
}
.icon-korpusy-narurowe:before {
    content: "\61";
}
.icon-odwrocona-osmoza:before {
    content: "\65";
}
.icon-wklady-piankowe:before {
    content: "\63";
}
.icon-wklady-sznurkowe:before {
    content: "\68";
}
.icon-akcesoria:before {
    content: "\64";
}

@media (min-width: 768px) {
#htmlcontent_top ul li a.item-link:before {
    background: #004d9e;
    content: "";
    height: calc(100% + 1px);
    left: -1px;
    right: -1px;
    position: absolute;
    top: 0;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: transform 0.3s ease 0s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#htmlcontent_top ul li a.item-link:hover:before {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#htmlcontent_top ul li a.item-link:hover .item-html h2 {
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
#htmlcontent_top ul li a.item-link:hover .item-html h2:before {
    color: white;
}
#htmlcontent_top ul li:last-child {
	border-right: 0;
}
}

@media (max-width: 767px) {
#htmlcontent_top ul li {
    width: 25%;
	border-bottom: 1px solid #d2dae3;
}
#htmlcontent_top ul li .item-html h2 {
    font-size: 1.9vw;
}
#htmlcontent_top ul li .item-html h2:before {
    font-size: 11vw;
}
#htmlcontent_top ul li:nth-child(4),
#htmlcontent_top ul li:last-child {
	border-right: 0;
}
#htmlcontent_top ul li:nth-child(5),
#htmlcontent_top ul li:nth-child(6),
#htmlcontent_top ul li:nth-child(7),
#htmlcontent_top ul li:last-child {
	border-bottom: 0;
}

}


@media (min-width: 1600px) {
#htmlcontent_top ul li .item-html h2 {
    font-size: 16px;
}
#htmlcontent_top ul li .item-html h2:before {
    font-size: 80px;
}	
}


@media (min-width: 992px) {
.header-top-main.bg_main .menu-container {
    display: none;
}	
.header-top-main.bg_main #_top_main_menu li:first-child {
	margin-left: 0 !important;
}
.header-top-main.bg_main #_top_main_menu li:hover a {
	color: #004d9e !important;
}
}


.linki_top a {
	color: #fff;
	padding-right: 10px;
}
.block.ets_block_archive {
    display: none;
}


section.form-fields {
    display: flex;
    flex-direction: column;
}
section.form-fields .contact_left,
section.form-fields .contact_right {
	width: 100%;
}
section.form-fields .col-md-9,
section.form-fields .col-md-6 {
    width: 100%;
}

.contact-form .form-group.row {
    display: flex;
    flex-direction: column;
}
.contact-form .form-control-label {
    padding: 0 10px;
    text-align: left;
}
.contact-form h1,
.contact-form footer.form-footer {
    padding: 0 10px;
}

.contact-form form {
   float: unset;
}

.punkt_kontrolny {
    padding: 20px 10px;
}

.google-maps {
	padding: 0 10px;
}

#contact .ets_block_search,
#contact .ets_block_latest,
#contact .ets_block_categories {
	display: none;
}

@media (max-width: 991px) {
.contact-form .input-group-btn {
    width: 135px;
}
}

@media (min-width: 992px) {
section.form-fields {
    flex-direction: row;
}
section.form-fields .contact_left,
section.form-fields .contact_right {
	width: 50%;
}	
.contact-form textarea#contactform-message {
    min-height: 208px;
}
}

.blog-paggination .links > b {
    background: #004e9f none repeat scroll 0 0;
    border: 1px solid #004e9f;
}


#cpcmsbanner1 .cms-block,
#cpcmsbanner2 .cms-block,
#cpcmsbanner3 .cms-block {
    top: 50% !important;
    transform: translate(0%, -50%);
}

#cpcmsbanner1 .cms_content .cms-block, 
#cpcmsbanner2 .cms_content .cms-block, 
#cpcmsbanner3 .cms_content .cms-block {
	font-size: 30px;
    line-height: 36px;
	text-transform: none;
}

#cpcmsbanner1 .cms-block .offer-text1,
#cpcmsbanner2 .cms-block .offer-text1,
#cpcmsbanner3 .cms-block .offer-text1 {
    color: #fff;
	max-width: 66%;
}

#cpcmsbanner1 .right-side .offer-text1 {
	max-width: unset;
}

#cpcmsbanner1 .cms-block .offer-text2,
#cpcmsbanner2 .cms-block .offer-text2, 
#cpcmsbanner3 .cms-block .offer-text2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
}

@media (max-width: 1199px) {
#cpcmsbanner1 .cms_content .cms-block, 
#cpcmsbanner2 .cms_content .cms-block, 
#cpcmsbanner3 .cms_content .cms-block {
	font-size: 20px;
    line-height: 25px;
}
#cpcmsbanner1 .cms-block .offer-text2,
#cpcmsbanner2 .cms-block .offer-text2, 
#cpcmsbanner3 .cms-block .offer-text2 {
    font-size: 15px;
    line-height: 18px;
}
}

.flexslider .caption-description .slide-text {
    top: 40%;
}
.flexslider .caption-description .slidertext2 {
    font-size: 65px;
    line-height: 80px;
	max-width: 53%;
	text-transform: none;
}
.flexslider .caption-description .slidertext3 {
    font-size: 25px;    
    line-height: 30px;
    font-weight: 300;
	max-width: 40%;
}
@media screen and (max-width: 1449px) {
.flexslider .caption-description .slidertext2 {
    font-size: 40px;
    line-height: 44px;
}
.flexslider .caption-description .slidertext3 {
    font-size: 20px;    
    line-height: 25px;
}
}

@media screen and (max-width: 1199px) {
.flexslider .caption-description .slidertext2 {
    font-size: 30px;
    line-height: 34px;
}
.flexslider .caption-description .slidertext3 {
    font-size: 16px;    
    line-height: 19px;
}
}

@media screen and (max-width: 767px) {
.flexslider .caption-description .slidertext2 {
    font-size: 22px;
    line-height: 28px;
	max-width: 49%;
}
.flexslider .caption-description .slide-text {
    top: 15%;
}
}



section.homepage-latest-blog .owl-carousel .owl-item img {
	height: 200px;
    object-fit: cover;	
}

#checkout #tc-container .form-group {
    float: unset !important;
}
#checkout .page-content {
    border: 0;
    padding: 0;
}
#checkout .delivery-options, 
#checkout .payment-options {
    border: 0;
    padding: 0;
}
#checkout .card-block ul {
    margin-left: 0px;
}
#checkout .terms-and-conditions{
	width: 100% !important;
}
.checkout-block[class*='num-'] .block-header:before {
    background: #00963f;
    border: 0 !important;
    color: #fff !important;
    width: 64px;
    height: 64px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.page-content .custom-checkbox input[type=checkbox] + span,
.page-content .custom-checkbox input[type=checkbox]:checked + span {
	border-color: #00963f !important;
}
.checkout-block .product-price,
#checkout span.carrier-delay,
.mark-required .form-group.text label.required .field-label::after, 
.mark-required .form-group.text.need-dni label .field-label::after, 
.mark-required .form-group.email label.required .field-label::after, 
.mark-required .form-group.password label.required .field-label::after, 
.mark-required .form-group.tel label.required .field-label::after, 
.mark-required .form-group.select label.required .field-label::after, 
.mark-required .form-group.countrySelect label.required .field-label::after,
.mark-required .form-group.checkbox label.required span.label::before,
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
	color: #00963f !important;
}
.using-material-icons .custom-radio input[type=radio]:checked + span {
	filter: invert(20%) sepia(100%) saturate(2000%) hue-rotate(100deg) brightness(80%) contrast(120%);
}
.checkout-block .has-discount .discount {
	background-color: #00963f !important;
}

#checkout .btn-outline-primary:active, 
#checkout .btn-outline-primary.active {
    background-color: #004e9f;
    border-color: #004e9f;
}

#checkout .has-float-label input.form-control, 
#checkout .has-float-label select.form-control.form-control-select {
    border-radius: 0;
}
#checkout #confirm_order {
    text-transform: none;
}

@media (min-width: 991px) {
#checkout .checkout-options-buttons > button {
    width: calc(50% - 5px);
}
#checkout .checkout-options-buttons > button:last-child {
    width: 100%;
}
}

@media (max-width: 575px) {
#checkout .checkout-options-buttons > button {
    width: calc(50% - 5px);
}
#checkout .checkout-options-buttons > button:last-child {
    width: 100%;
}
}


button#send-reset-link.btn-primary {
    text-transform: none;
}


table.tabela_dostawa {
    width: 40%;
}
.cms-id-11 #main table, .cms-id-1 #main table {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.cms-id-11 #main table td, .cms-id-1 #main table td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
table.tabela_dostawa h4 {
    margin-bottom: 0;
	text-align: center;
}
#cms #main table td, #cms #main table th {
    padding: 9px 10px;
    text-align: left;
}
#cms #main a {
    color: #00963f;
}
#cms #main a:hover {
	text-decoration: underline;
}
#cms #main table td img {
    max-width: 100%;
    height: auto;
	margin: auto;
    display: table;
}
#cms #main .list-2.border_bottom {
    padding: 40px 0 40px;
}
#cms #main .list-2 li:before {
    font-size: 70px;
    line-height: 148px;
    width: 148px;
    height: 148px;
    text-align: center;
    background: #f1f4f7;
    display: block;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 35px;
    color: #00963f;
    margin-bottom: 10px;
}
#cms #main .list-2 li.fa p {
	font-family: 'Poppins', serif;
	line-height: 24px;
    letter-spacing: 0.4px;
}
#cms #main h3.zwieksz_odstep {
    margin-bottom: 25px;
}
#cms #main .list-2 li.fa h3 {
	margin-top: 10px;
}
#cms #main .btn.btn-default {
    color: #fff;
	text-decoration: none !important;
	margin: auto;
    display: table;
}
.cms-id-2 #main table td, .cms-id-2 #main table th {
    border: 1px solid #e5e5e5;
}
.cms-id-3 #main img, 
.cms-id-2 #main img {
    width: 100%;
    height: auto;
}
.page-content.page-cms .page-heading, 
.page-content.page-cms.page-cms-3 h2, 
.page-content.page-cms.page-cms-1 h2, 
.page-content.page-cms.page-cms-5 h2 {
    display: inherit;
}

@media (max-width: 580px) {
#cms #main .list-2 li:before {
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
}
}



#cms #main ul {
    list-style: none;
}
#cms #main .list-accordion > li > h3 {
    margin-bottom: 9px;
    cursor: pointer;
}
#cms #main h3 {
    text-transform: uppercase;
    border-bottom: none;
    margin: 10px 0 26px;
    padding: 0;
}
#cms #main .list-accordion > li > h3:before {
    height: 41px;
    width: 41px;
    background: #004e9f;
    color: white;
    content: "+";
    line-height: 43px;
    font-size: 28px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    vertical-align: -2px;
    margin-bottom: 10px;
}
#cms #main .accordion_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

/* Opcjonalnie zmień "+" na "-" przy aktywnym */
#cms #main .accordion_current.active::before {
  content: "-";
}
#cms #main .list-accordion > li > h3.active:before {
    content: "-";
}
#cms #main .list-accordion > li .list-3 {
    overflow: hidden;
    padding: 0 0 0px 60px;
    border: none;
    position: relative;
}
#cms #main .list-accordion > li .list-3 li.text {
    margin-left: -60px;
    padding-bottom: 26px;
}
#cms #main .list-accordion > li .list-3 li {
    padding-bottom: 0;
}
#cms #main .list-3.disk li h4:before {
    display: inline-block;
    content: "";
    height: 14px;
    width: 14px;
    background: #004e9f;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: -2px;
}
.cms-id-8 #main .border_bottom {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 30px 45px;
    margin-bottom: 50px;
}
.cms-id-11 #main h3 {
    text-align: center;
}
#cms.cms-id-11 #main table tbody tr:first-child td {
    text-align: center;
}
#cms.cms-id-11 #main table tbody tr:first-child td .btn.btn-default {
    display: inline;
}
#cms #main p.wycentruj_supreme {
    text-align: center;
}

#product .product-information .product-short-description p {
    display: inline;
}


#left-column .block.ets_block_latest,
#left-column .block.ets_block_search {
	display: none !important;
}

.products-sort-order .dropdown-menu .select-list:nth-last-child(2),
.products-sort-order .dropdown-menu .select-list:last-child,
.products-sort-order .dropdown-menu .select-list:first-child {
	display: none !important;
}

.footer-container .footer-right li a {
    text-transform: none;
}
.footer-container .links h3 a {
    text-transform: uppercase;
}
.footer-container .links .h3 a {
	color: #fff !important;
}

.footer-container #block-contact_list li .contactdiv {
    width: 100%;
}

@media (min-width: 992px) {
.footer {
    display: flex;
}
.footer-left {
	order: 2;
}
.footer-right {
	order: 1;
	padding-right: 35px;
	padding-left: 0 !important;
}
	
#footer .footer-container .footer-left::after {
    right: auto;
    left: -30px;
}
}

@media (min-width: 1200px) {
.footer-right {
	padding-right: 75px;
}
}

@media (min-width: 1450px) {
.footer-right {
	padding-right: 90px;
}
}

#left-column .block .block_title, .text-uppercase.h6,
.flexslider .caption-description .slide-text {
	text-transform: initial !important;
}
#js-product-list .product-description .product-brand {
    display: none;
} 

.header-top-main.bg_main #_top_main_menu li {
	margin-inline: 20px;
}

#h1_main {
    display: block;
    text-align: left;
	clear: both;
}
#h1_main h1 {
	padding-top: 50px;
	    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    position: relative;
	color: #004d9e;
}


#main > h1, #main h2.h2, #main .page-header h1, .block-category h1,
.breadcrumb ol,
.productpage_title, .quickview h1.h1,
.btn,
.btn-primary {
	text-transform: inherit;
}


.checkout-block .product-line-actions {
    flex-basis: 250px;
}




.product-prices .net-price {
    display: block ! IMPORTANT;
    font-size: 17px ! IMPORTANT;
	color: #00963f !IMPORTANT;
}
.product-prices .net-price .price-net-label {
	color: #000 !IMPORTANT;
}

.product-prices p.product-unit-price.sub {
	display: none !IMPORTANT;
}

.product-features > dl.data-sheet dt.name {
    text-transform: none;
}
	
	
	
.cms-id-1 .obrezek_cms_tabela img {
	min-width: 150px;
}

#ets_blog_page h1.page-heading.product-listing.h1 {
    text-transform: capitalize !important;
}

body#checkout .checkout-block {
    margin: 0;
    padding: 0;
}	
body.x13eucookies-icon .x13eucookies__icon svg:not(:root) {
    height: 100%;
    width: 100%;
}
#checkout .checkout-block .form-group {
    padding-left: 0px !important;
}
body#checkout .custom-checkbox span.label {
	font-weight: 400;
}

@media (min-width: 1000px) {
    div#tc-payment-confirmation :is(.dm_reviews, .dm_zbozi, .dm_heureka, .terms-and-conditions, .shaim_heureka_checkbox, .shaim_zbozi_checkbox) {
        justify-content: left !important;
    }
}

/* LEXCOM */

