/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.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;
}

.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 */
.grabbing {
    cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.czcategoryimagelist:hover .customNavigation,
.featured-products:hover .customNavigation,
.newproducts:hover .customNavigation,
.bestseller-products:hover .customNavigation,
.special-products:hover .customNavigation,
.viewed-products:hover .customNavigation,
.crosssell-products:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation,
#czcategorytabs:hover .customNavigation,
.homeblog-latest:hover .customNavigation,
#czinstagramblock:hover .customNavigation,
#cztestimonialcmsblock:hover .customNavigation {
    opacity: 1;
}

#cztestimonialcmsblock .customNavigation {
    top: 56%;
    display: none;
}

.homeblog-inner .customNavigation {
    top: 47%;
}

.customNavigation{
	display: flex;
	justify-content: flex-end;
	gap: 30px;
}

.customNavigation a.prev {
    left: -20px;
    mask-image: url(../img/codezeel/prev-arrow.svg);
    -webkit-mask-image: url(../img/codezeel/prev-arrow.svg);
}

.customNavigation a.next {
    right: -20px;
    mask-image: url(../img/codezeel/next-arrow.svg);
    -webkit-mask-image: url(../img/codezeel/next-arrow.svg);
}

#czinstagramblock .customNavigation {
    position: static;
    display: none;
}

.customNavigation a,
.images-container .js-qv-mask .customNavigation a {
    display: block;
    border: 0px;
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-size: 20px;
    height: 20px;
    width: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #222222;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}

.customNavigation a:hover,
.images-container .js-qv-mask .customNavigation a:hover {
    background-color: #e68590;
}

.images-container .js-qv-mask .customNavigation a::before {
    /* font-size: 32px; */
}

.nivo-directionNav a {
    width: 50px;
    height: 50px;
}

.customNavigation a::before {
    font-size: 22px;
    font-family: "FontAwesome";
}

.czhomeslider .nivo-directionNav .nivo-prevNav {
    background-image: url(../img/codezeel/slider-left-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav {
    background-image: url(../img/codezeel/slider-right-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
    background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
    background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}



@media (max-width: 991px) {}

@media (max-width: 1199px) and (min-width: 401px) {}

#czleftbanner img,
#czrightbanner img {
    max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#czleftbanner li a,
#czrightbanner li a,
#czleftbannercmsblock li a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

#czleftbanner li a img,
#czleftbannercmsblock li img {
    max-width: 100%;
}

#czleftbanner li a:before,
#czrightbanner li a:before,
#czleftbannercmsblock li a::before {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before,
#czleftbannercmsblock li:hover a::before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top_button {
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 44px;
    padding: 0px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 44px;
    z-index: 9;
    font-size: 0px;
    background: #e68590;
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: 2px solid #f5f5f5;
}

.top_button:before {
    color: #fff;
    content: "\f102";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
}

.top_button:after {
    border: 2px solid #e68590;
    bottom: -5px;
    height: 50px;
    opacity: 1;
    right: -5px;
    content: "";
    position: absolute;
    width: 50px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.top_button:hover:after {
    animation: unset;
    -webkit-animation: unset;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Flexslider */
#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #e5e5e5;
    width: 100%;
    min-height: 800px;
}

@media (max-width: 1459px) {
    #index .spinner {
        min-height: 613px;
    }
}

@media (max-width: 1199px) {
    #index .spinner {
        min-height: 505px;
    }
}

@media (max-width: 991px) {
    #index .spinner {
        min-height: 417px;
    }
}

@media (max-width: 767px) {
    #index .spinner {
        min-height: 322px;
    }

    .customNavigation {
        /* opacity: 1; */
    }
}

@media (max-width: 650px) {
    #index .spinner {
        min-height: 273px;
    }
}

@media (max-width: 575px) {
    #index .spinner {
        min-height: 242px;
    }
}

@media (max-width: 480px) {
    #index .spinner {
        min-height: 202px;
    }
}

@media (max-width: 380px) {
    #index .spinner {
        min-height: 160px;
    }
}

@media (max-width: 320px) {
    #index .spinner {
        min-height: 135px;
    }
}

/* twitter */

.block-social li.twitter a {
    background-color: #fff;
    border: 0px solid #e5e5e5;
    border-radius: 50%;
    height: auto;
    width: auto;
    margin-right: 0px;
}
.footer-container .links#czfootercmsblock li.twitter a {
    margin-right: 3px;
}

.block-social li{
    vertical-align: top;
}
.block-social li.twitter a::before {
    content: "";
    mask-image: url(../img/codezeel/twitter.svg);
    mask-repeat: no-repeat;
    mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    background-color: currentColor;
}
.block-social li.twitter a:hover::before {
    background-color: currentColor;
}
  
.social-sharing ul li.twitter a::before {
    content: "";
    mask-image: url(../img/codezeel/twitter.svg);
    mask-repeat: no-repeat;
    mask-size: 17px;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.social-sharing ul li.twitter:hover a::before {
    background-color: #ffffff;
}


.social-sharing ul li.twitter {
    border-color: #000;
}

.social-sharing ul li.twitter:hover {
    background-color: #000;
}
body{
width:100%;
max-width: 1920px;
margin: 0 auto;
}
html{
background: #f5f5f5;
}
@media(min-width: 1024px){
section.newproducts, section.featured-products{
padding: 100px 80px !important;
}
}
.thumbnail-container img{
width: 100%;
object-fit: cover !important;
}
.product-miniature .outer-functional{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.section-heading{
font-size: 36px;
font-weight: 300;
text-transform: unset !important;
}
.d-flex{
display: flex !important;
}
.align-items-center{
align-items: center;
}
.justify-content-center{
justify-content: center;
}
.czbanners{
background: #f5f5f5;
padding: 100px 0;
margin-top: 0px !important;
border-bottom: none !important;
}
.cmsbanner a{
display: block;
margin-bottom: 10px;
}
.cmsbanner-detail{
display: flex;
flex-direction: column;
align-items: flex-start;
color: #060606;
}
.cmsbanner-detail .main-title{
font-size: 18px !important;
font-weight: 500 !important;
}
nav.breadcrumb{
background: #ffffff !important;
}
nav.breadcrumb h1{
color: #060606 !important;
font-weight: 400 !important;
}
.breadcrumb ol li *, .breadcrumb li::after{
    color: #060606 !important;
}
.breadcrumb ol{
    text-align: left;
}
nav.breadcrumb{
padding: 0 !important;
margin: 1rem 0;
}
header{
border-bottom: 1px solid #e5e5e5;
}
section#wrapper{
padding-top: 0 !important;
}

body.modal-enabled{
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
}
body.noscroll{
    overflow: hidden;
}
.filters-modal{
    background: rgba(255,255,255, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filters-modal--visible{
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(10px) !important;
}
#categoryFilters{
    position: absolute;
    right: 0;
    min-height: 100% !important;
    width: 28rem;
    padding: 0 40px;
	background: #ffffff;
	border-left: 1px solid #e5e5e5;
	overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width:1023px){
h1{
text-align: left !important;
}
.form-footer{
text-align: center;
}
#my-account .page-footer a{
    width: auto;
    display: inline-flex;
    padding: 10px 15px;
    color: #060606;
    border: 1px solid #020202;
}
#my-account .page-footer{
text-align: center !important;
}
#password .email{
width: 100% !important;
}
#criterions_list, .star_content {
margin: 0 !important;
}
#submitNewMessage{
margin: 0 auto !important;
}
.tabs .pull-right{
float: unset !important;
}
.menu-top{
width: 0% !important;
padding: 0 !important;
}
.menu-icon{
margin-left: 20px;
}
}
h1,h2,h3,h4,h5{
font-family: 'BebasNeue' !important;
font-weight: 400 !important;
color: #020202 !important;
}
@media(min-width:1024px){
.display-top-inner{
padding: 0 80px;
}
}
.header-top{
padding: 0 80px;
}
.page-index #wrapper{
padding-top: 30px !important;
}
/* Typography */
@media(max-width:767px){
.product-description h2{
font-size: 42px !important;
line-height: 42px !important;
}
}
@media(min-width:1200px){
.home-h1{
font-size: 110px;
line-height: 115px;
}
}
@media (min-width: 1024px) {
    h2 {
        font-size: 62px !important;
        line-height: 62px !important;
    }
}

/* slider */
@media(min-width:1024px){
.slide_content{
bottom: 40px !important;
left: 40px !important;
top: unset !important;
}
}
.slides img{
filter: brightness(0.65);
}
/* text-slide-main */
#rssBlock{
  left:0px;
  height: 80px;
  width:100%;
  overflow: hidden;
}
.slide-text{
margin: 20px 0;
background: #020202;
color: #ffffff;
}

/*remove p*/
.cnnContents {
  width:100%;
  padding-top: 20px;
  margin:0 auto;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'BebasNeue';
  font-weight: 300;
}

.marqueeStyle {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 40s linear infinite;
  animation: scrolling-left1 40s linear infinite;
}

.marqueeStyle2 {
  display:inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left2 40s linear infinite;
  animation: scrolling-left2 40s linear infinite;
  animation-delay: 20s;
}
/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
    0% {transform: translateX(100%);
        -webkit-transform: translateX(100%);}
      100% {transform: translateX(-100%);
          -webkit-transform: translateX(-100%);}
}
@keyframes scrolling-left2 {
    0% {transform: translateX(0%);
        -webkit-transform: translateX(0%);}
      100% {transform: translateX(-200%);
          -webkit-transform: translateX(-200%);}
}
@-webkit-keyframes scrolling-left1 {
    0% {-webkit-transform: translateX(100%);}
      100% {-webkit-transform: translateX(-100%);}
}
@-webkit-keyframes scrolling-left2 {
    0% {-webkit-transform: translateX(0%);}
      100% {-webkit-transform: translateX(-200%);}
}
/* category image list */
.czcategoryimagelist img{
width: 100%;
}
.czcategoryimagelist .block_content{
position: relative;
}
.czcategoryimagelist .categorylist{
position: absolute;
left: 20px;
bottom: 20px;
width: calc(100% - 40px);
}
a.more {
    border: 1px solid #000000;
    padding: 10px 15px;
    border-radius: 50px;
	text-decoration: none !important;
	color: #000000;
}
a.more:hover{
background: #000000;
color: #ffffff !important;
}
.categorylist .more a{
    color: #ffffff !important;
	text-decoration: none !important;
}
.czcategoryimagelist .cate-heading{
font-size: 24px;
font-family: 'BebasNeue' !important;
line-height: 24px;
}
.czcategoryimagelist .cate-heading a{
text-decoration: none !important;
color: #ffffff !important;
}
@media(min-width:1024px){
.czcategoryimagelist{
padding: 100px 80px;
}
.czcategoryimagelist .cate-heading{
font-size: 52px;
line-height: 52px;
}
.czcategoryimagelist .block_content .cate-heading, .cmsbanner-item .cmsbanner-title{
    transform: scale(1) translateX(0px) translateY(0px);
    transition: .3s;
}
.czcategoryimagelist .block_content:hover .cate-heading, .cmsbanner-item:hover .cmsbanner-title{
    transform: scale(1.2) translateX(30px) translateY(-30px);
}
}
.czcategoryimagelist .block_content img, .cmsbanner-item img{
    transition: .3s;
}
.czcategoryimagelist .block_content:hover img, .cmsbanner-item:hover img{
    filter: saturate(0.3);
}
.products .product-price-and-shipping{
font-size: 21px !important;
    font-family: 'BebasNeue' !important;
    line-height: 28px !important;
    text-align: right;
}
.h3 a{
font-size: 21px !important;
line-height: 28px;
}
@media(max-width:1023px){
.categoryimagelist-item{
padding: 0 5px !important;
}
.vertical-menu{
display: none;
}
.featured_products{
padding: 40px 0;
}
.czcategoryimagelist{
padding-left: 20px;
padding-right: 20px;
}
.flexslider{
padding: 0 12px;
}
.home-h1{
padding: 0 12px;
}
.products .product-price-and-shipping{
text-align: center;
font-size: 21px !important;
line-height: 21px !important;
}
.h3 a{
font-size: 18px !important;
line-height: 24px;
}
}
/* product miniature */
.product-miniature .product-actions{
	visibility:hidden;
	opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
	transition: .3s;
	transform: translateY(50px);
}
@media(max-width:767px){
.product-miniature .product-actions{
	visibility: visible;
	opacity: 1;
	padding: 0;
}
}
.thumbnail-container{
	overflow: hidden;
}
.product-miniature .thumbnail-container:hover .product-actions{
	visibility: visible;
	opacity: 1;
	transform:translateY(0px);
}

.products .product-price-and-shipping .price{
color: #020202 !important;
}
.outer-functional{
padding: 10px;
}
.functional-buttons{
text-align: right;
}
.st-wishlist-button{
background: rgba(255,255,255,0.6);
}
.st-wishlist-bt-content{
background-color: #060606;
}
.st-wishlist-button:hover .st-wishlist-bt-content{
background-color: #C8252C!important;
}
@media(min-width:1024px){
#header .container-fluid{
padding: 0 80px;
}
#header .header_logo{
bottom: 20px !important;
}
.czbanner_container{
padding: 0 80px;
}
}
.slide_content .sub_headding{
font-family: 'BebasNeue' !important;
letter-spacing: 0px !important;
}
.cmsbanner-detail{
position: absolute;
left: 20px;
bottom: 20px;
}
.cmsbanner-detail .cmsbanner-title{
font-size: 42px;
line-height: 42px;
font-family: 'BebasNeue';
font-weight: 500;
color: #ffffff;
}
.footer-before{
background: url(https://b2b.johnfrank.pl/themes/johnfrank/assets/img/newsletter-bg.jpg) !important;
    background-position: center center;
    background-size: cover !important;
background-repeat: no-repeat !important;
}
#footer{
background: #020202;
}
#footer h3, #footer a, #footer .footer-container p, .footertitle, #block-contact_list *, .offer-text{
color: #ffffff !important;
}
.newsletter-form input[name="email"]{
    border: 1px solid #c5c5c5 !important;
    border-radius: 20px 0 0 20px !important;
    color: #ffffff !important;
}
.news-btn .btn-primary{
    margin: 0 !important;
    border-radius: 0 20px 20px 0 !important;
}
.product-miniature .discount-amount{
display: none;
}
.block-contact h3{
font-family: 'BebasNeue' !important;
}
@media(min-width:1024px){
.container{
max-width: 100% !important;
padding: 0 20px;
}
}
@media(min-width:1201px){
.container{
padding: 0 80px;
}
}
a.subcategory-name {
    font-family: 'BebasNeue';
    font-size: 21px !important;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
}
#cms table td {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.product_item:hover .fliper_image {
    opacity: 1 !important;
}
.form-control-label{
text-align: left !important;	
}
.cart-content-btn button{
margin-bottom: 10px;
}
.account{
color: #ffffff;
}
.account img{
height: 21px;
width: 21px;
}
@media(min-width: 1140px){
    .product_item{
        width: 20% !important;
    }
}
@media(max-width:1024px){
.product_item .add-to-cart{
display: none;
}
}
.footer-container .links .h3, .footer-container .links i::before{
color: #ffffff !important;
}
.product-quantities{
display: none;
}
.social-sharing{
display: none;
}
.current-price{
color: #020202;
}
.current-price-value{
font-family: 'BebasNeue';
font-size: 36px;
font-weight: 400;
}
.product-price{
font-family: 'Jost', sans-serif;
font-weight: 400;
color: #020202 !important;
}

a[data-depth="3"] {
    padding: 0 0 10px 0 !important;
}
.cart-summary-line .value{
color: #020202 !important;
}
button.close-modal {
    background: #020202;
    border: none;
    color: #ffffff;
    padding: 10px 15px;
}
.inpost-shipping-container:not([data-carrier-id="27"]){
display: none;
}
.product-tabcontent{
float: unset !important;
}
.grid_list{
display: none !important;
}
.page-customer-account .page-content header{
margin-bottom: 40px;
}
form.forgotten-password .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
form.forgotten-password .email, form.forgotten-password .form-control-label{
    padding: 0 !important;
}
form.forgotten-password button{
    margin-top: 20px;
}
.js-content-wrapper .page-footer a{
    display: flex;
    align-items: center;
}
.js-content-wrapper .page-footer a::before {
    content: '';
    width: 8px;
    height: 8px;
    background-image: url('https://b2b.johnfrank.pl/themes/johnfrank/assets/img/arrow-back.svg');
    display: block;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}
.js-content-wrapper .page-footer .material-icons{
display: none !important;
}

.header-top .cart{
position: relative;
}
.actions{
position: unset !important;
}
#header .search-widget {
    float: right;
    z-index: 9;
    padding: 0;
    width: auto;
    margin-left: 0;
    margin-inline-end: 15px;
    position: static;
    height: auto;
    display: flex;
}
#header .search-button button[type="submit"]{
top: 21px !important;
}
#new_comment_form #criterions_list label{
    text-align: left !important;
    min-width: unset !important;
    margin: 0 10px 0 0 !important;
}
#id_new_comment_form label{
	text-align: left !important;
}
@media(min-width:1024px){
#submitNewMessage {
    margin-left: 0px !important;
}
.top-menu .category:first-of-type a[data-depth="0"]{
padding: 0 22px 0 0 !important; 
}
}
.btn-primary{
padding: 14px 32px !important;
}
a#filter-trigger{
display: block;
text-align: right
}
@media(max-width:767px){
    div#categoryFilters {
        width: 100vw;
    	overflow: hidden;
    }
#search_filters_wrapper{
overflow-y: scroll;
    height: 70vh;
    padding: 0 5px;
overflow-x: hidden;
}
.modal-action-buttons{
margin-top: 15px;
}
.data-sheet dt, .data-sheet dd{
width: 100% !important;
}
}
#search_filter_toggler, button.ok{
display: none !important;
}
input.disable{
pointer-events: none;
background: #c5c5c5 !important;
}
#search_filters:not(.display-all) .Cena{
    display: none !important;
}
.inpost-shipping-container{
padding: 15px;
}