span.cart-related-link.large-1.medium-2.small-12.left.tar {
    width: 25%;
    margin:1.2em;
}
div#contacts{
display: grid !important;
    justify-content: center;
    align-items: center;
}
div#contacts .row {
    display: flex;
    justify-content: space-between;
}
ul.products.large-block-grid-1.medium-block-grid-2.small-block-grid-1{
display:grid !important;
}
@media only screen and (max-width: 40em) {
#footer-in .footer-row-element:not(.banner), #footer-in .banner img {
    display: block;
}}
div#related{
display:grid !important;
}
@media only screen and (max-width: 40em){
.single-merchandise-foto {
    display: block !important;
   width:50% !important;
}
.cart-reca-single.last.tar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}}
.related-over-wrapper {
    max-height: 100% !important;
}
span.boolean-icons span {
display:none !important;
}
li.product:hover span.boolean-icons span {
    display: flex !important;
}
span.bool-icon-single.bool-action {
display:flex !important;
}
.cartAddProductBox{
display: grid;
    z-index: 9999;
    visibility: visible;
    position: fixed;
    top: 20%;
    left: 33%;
    width: 40%;
}
.cartAddWrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #3f3f3f94;
    top: 0;
}
#homepage-banner{
margin: 0 !important;
}
.message.success-message.fixed-message{
display:none !important;
}
div.cartAddProductBox div.cart-reca-single.row {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
a.cart-reca-single-href.large-10.medium-10.small-10.columns{
    display: flex;
    justify-content: space-between;
}
a.cart-reca-single-href.large-10.medium-10.small-10.columns span.cr-name{
    width:auto !important;
}
.button.success{
background-color: #2c3e50  !important;
}
.navigation-buttons {
border:none !important;
top: initial !important;
}
.navigation-buttons>a {
border:none !important;
}
button.btn{
border-radius:4px;
}
.topNavBar{
display: flex;
    justify-content: space-around;
}
@media (max-width: 1206px){
.topNavBar{
    display:none;
}}
.topNavBarItem {
    width:302px;
    height:302px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.topNavBarText{
height: 2em;
    text-align: center;
    color: orange;
    background-color: #000;
    font-size:1.4em;
    font-weight:600;
    width: 100%;
        display: flex;
    justify-content: center;
     align-items: flex-start;
}
.topNavBarItemWrapper{
    border-radius: 8px;
    border: 2px solid #232323;
    overflow: hidden;
    margin-right: 2em;
    background-color: #000;
}
.topNavBarItemWrapper:hover {
    transform: scale(1.1);
    transition: all 0.2s ease;
    border: 2px solid #f9a33c;
    box-shadow: 0 0 15px 0 rgb(249 163 60 / 60%);
}
.products-block > div .p {
    padding: 1em;
    border-radius: 8px;
}
/*.navigation-in ul li a {
padding-right:0px !important;
}*/
@media (min-width: 992px){
/*.navigation-in>ul>li>a {
     padding-top: 0px !important; 
     padding-bottom: 0px !important;
}
.navigation-in ul {
    height: 5em;
}

.navigation-in ul.menu-level-2 li {
    border-top-color: #000;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.navigation-in ul.menu-level-2 {
    border-color: #000;
    background-color: #000;
    position: fixed !important;
    width: 100vw;
    left: 0;
    top:inherit !important;
    justify-content: space-evenly;
    min-height: 14em;
}
.submenu-visible .navigation-in > ul li.ext.exp > ul, .submenu-visible .menu-helper>ul>li.ext.exp>ul {
display: flex !important;
}*/
img.menuItemImg{
    width: 100px;
    height: 100px;
    object-fit: none;
    object-position: 50% 50%;
}
a.menuSubCategory{
display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #292929;
    border-radius: 6px;
}
a.menuSubCategory span{
padding:1em;
}
a.menuSubCategory:hover {
    transition: all 0.2s ease;
    border: 1px solid #f9a33c;
    box-shadow: 0 0 15px 0 rgb(249 163 60 / 60%);
}
#header {
    background-image: none;
    position: fixed;
    width: 100vw;
    z-index: 9999;
    top: 0;
}
#content-wrapper {
    margin-top: 7em;
}}
@media (min-width: 1200px){
.breadcrumbs, .index-content-wrapper, .ordering-process .content-wrapper-in, .type-search .content-wrapper-in, .type-manufacturers-listing .content-wrapper-in, .type-manufacturer-detail .content-wrapper-in, .type-posts-listing .content-wrapper-in, .type-post .content-wrapper-in, .type-page .content-wrapper-in, .type-glossary .content-wrapper-in, .next-to-carousel-banners, .type-category .content, .p-detail-inner, .p-detail-tabs-wrapper {
    max-width: 1920px !important;
}}
.infoBanner {
display:flex;
}
.infoBanner > img {
width:150px;
}
.p .flags.flags-default .flag{
opacity:0;
}
.p:hover .flag {
    opacity: 1 !important;
}
.p .flag.flag-freeshipping{
display:none;
}
.flags-extra .flag .price-standard, .flags-extra .flag .price-save {
    font-size: 10px !important;
}
.clickCartWrapper {
    position: fixed;
    display: none;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 20px 12px rgb(0 0 0 / 46%);
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 55em;
}
.cartWrapperTitle {
display:flex;
justify-content:center;
align-items:center;
max-height: 5em;
}
.cartWrapperTitle > h3 {
display:flex;
justify-content:center;
width:94%;
}
.cartWrapperTitle > .closeCart {
cursor:pointer;
font-size:22px;
}
.clickCartWrapper > .cartWrapperContent {
display:flex;
min-width: 70em;
}
.continueShopping::after{
content:'' !important;
}
.continueShopping::before{
content:'\e90b';
    font-family: shoptet;
    margin-right: 1ex;
    font-size: 19px;
}
.messages {
    z-index: 999999;
    max-height: 3em !important;
}
.msg.msg-success {
 max-height: 3em !important;
}
.clickCartWrapper div#cart-wrapper{
    max-height: 80vh;
    overflow: auto;
}
@media (max-width: 992px){
.clickCartWrapper{
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    transform: none;
    min-width: fit-content;
}
.clickCartWrapper > .cartWrapperContent {
    min-width: auto;
}
.topContentTitle {
    display: none;
}
/*.navigation-in ul.menu-level-2 li a {
    padding-left: 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/}
    .bannerWrapper {
    border-radius:8px;
    display:none;
    	width: auto;
    	justify-content: center;
   		background-color: #000;
      box-shadow: 1px 0px 8px 7px rgb(0 0 0 / 60%);

		}
    .bannerItem{
       display: flex;
    		padding: 1.5em;
    }
    .bannerItem i {
    font-size: 4em;
		color: #fff;
		line-height: 1.4em;
    align-self: center;
		}
    .bannerItem div {
       display: flex;
    line-height: 2em;
    padding: 1em;
    font-size: 1.4em;
    align-content: center;
    text-align: center;
    justify-content: center;
		align-items: center;
		color: #fff;
}
 @media (min-width: 992px){
 .bannerWrapper{
 display: flex;
 }}
   @media (max-width: 1800px){
 .bannerItem i {
    font-size: 3em;
 }
 .bannerItem div {
  padding: .8em;
    font-size: 1em;
}}
 @media (max-width: 1410px){
 .bannerItem i {
    font-size: 2em;
 }
 .bannerItem div {
  padding: .5em;
    font-size: .8em;
}} 
div#productsRelated {
    display: block;
    opacity: 1;
}
.subcategories{
    justify-content: center;
}
a.carousel-control.right::before {
    content: '\e90f';
    transform: rotate( 180deg );
}
a.carousel-control.left::before {
    content: '\e90f';
}
a.carousel-control::before{
border-width:0;
}
#cboxNext::before {
content: '\e90f';
transform: rotate( 180deg );
}
#cboxPrevious::before {
content: '\e90f';
}
#header .container {
width: auto;
margin: 0 4em 0 4em;
}
.numberForOrder{
display:none;
}
.order-summary-inner td.cart-p-image {
display: none;
}
.order-summary-inner td.p-availability.p-cell {
display: none;
}
.order-summary-inner button.remove-item {
display: none;
}
.order-summary .col-md-4 {
width: 100%;
padding-left: .7em;
}
.order-summary .col-md-8 {
display: none;
}
.order-summary .next-step {
display: none;
}
.order-summary td.p-quantity.p-cell {
display: none;
}
.order-summary a.show-related {
display: none;
}
.order-summary div#cart-wrapper {
border: 1px solid #e7e7e7;
}
.stopEshop{
position: fixed;
width: 100%;
height: 100%;
background: #000;
top: 0;
z-index: 9999999999;
left: 0;
color:#fff;
font-size:3.5em;
}

.shp-tabs-wrapper.homepage-tabs-wrapper{
display:none;
}
@media (max-width: 550px){
.category-perex {
    height: 0;
    opacity: 0;
}
.p-param-block{
    height: 0;
    opacity: 0;
}
div#topActionBanner {
    text-align:center;
    font-size:1.2em;
}
}
div.p-bottom.single-button > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    align-items: center;
    font-size: large;
    }
    .products-block > div .p .p-bottom > div .p-tools .btn-conversion {
    margin-bottom:0px;
    }
    .products-block > div .p .p-bottom > div .p-tools {
    padding:0;
    width: auto;
    }
   
   .btn-conversion::after, .btn.btn-cart.add-to-cart-button::before {
    display:none;
}
    .products-block .p-bottom > div:before, .products-block .p-bottom>div:after {
    display: none;
}

.psTitle {
    text-align: center;
    font-weight: 600;
    font-size: 2.8rem;
    font-family: sans-serif;
    padding-bottom: 1em;
    display: grid;
    justify-content: center;
    justify-items: center;
    line-height:2em;
}
.psTitle:before {
    background-color: #000;
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 2px;
}
a.button.btn {
    border-radius: 8px;
    padding: 0.4em;
    border-color: #f8a102;
    color: #f8a102;
}
.psWrapper {
    margin:.5em;
    border: 0px solid #ddd;
    border-radius: 15px;
    margin-bottom:1em;
}
.homepage-texts-wrapper {
    opacity: 0;
    height: 0;
}
.slick-next:before {
    transform: rotate( 180deg );
}
.slick-next:before, .slick-prev:before {
		content: '\e90f';
    color:#000;
    font-family: 'shoptet';
		display: block;
}

div.p-in-in > a > span {
display:grid;
justify-items:center;
justify-content:center;
}
.slick-prev, .slick-next {
top: 30%;
}
.slick-slide{
padding:1em;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #f8a102; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.p-variants-block table.detail-parameters .delivery-time-label{
    font-size: large;
    font-weight: 600;
}
.p-variants-block table.detail-parameters .delivery-time {
    color: #009901;
    font-size: large;
    font-weight: 600;
}
#header .site-name a img {
    max-height: 15px;
}
.container.navigation-wrapper .site-name {
    flex-basis: 100px;
}
#header .container {
     margin: 0 1em 0 1em; 
}
.extraBg {
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #c0c0c0;
    font-weight: 800;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
div.image{
background-image: url(/user/documents/upload/podklad.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
}
div.extraWrapper {
    display: flex;
    padding: 2em;
    width: 50vw;
    align-items: center;
}

.design-selection {
    justify-items: center;
    display: grid;
}
div.icons {
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
    gap: 1em;
}
div.icons img{
width:5em;
border-radius: 1em;
}
div.icons img.active {
box-shadow: 0 0 5px 5px #f8a102;
}
input#numberForOrder{
line-height: 2em;
max-width: 275px;
}
.noEntry{
background-image: url('/user/documents/upload/zakaz.png');
color:#000;
}
.design-selection input {
max-width: 50%;
}
tr.surcharge-list td span.btn {
padding: 0.6em;
}
@media (max-width: 992px){
div.extraWrapper {
    display: block;
    width: 100vw;
    padding: 0em;
}
div.image {
    width: 100%;
    height: 50%;
}
}
.categories a {
    font-size: inherit !important;
    font-weight: 300;
}

.p-variants-block {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}

.p-variants-block > .surcharge-list {
    flex: 1 1 45%;
    max-width: 45%;
    box-sizing: border-box;
}

.p-variants-block > div:not(.surcharge-list) {
    flex: 1 1 100%;
    max-width: 100%;
}

@media (max-width: 992px) {
    .p-variants-block {
        gap: 16px 0;
    }
    .p-variants-block > .surcharge-list {
        min-width: 80%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .content-wrapper.container {
        margin-top: 3em;
    }
}
