/* TMP */ 


@media (max-width: 351px) {
  .product-quantity #quantity_wanted {
    width: 22px!important;
    
}
.product-quantity .qty {
    margin-right: 0;
}
  #product .add_cart-icon {
     
    font-size: 14px;
}
}

 

@media screen and (max-width: 767.98px) {

  
 .no-mobile {
   display: none;
 }
 
 
 .js-search-toggler {
  background: #03c7be;
  border-radius: 4px;
  color: white;
  font-weight: 700;
   font-size: 14px;
  
}
 
    
    .product-miniature .regular-price {
   
    min-width: 100%;
}
    
    
    
    /* MENU */ 
    
    
   .is-open {
     height: 100vh!important;
     
    overflow: visible;
}
 
 
#header.is-open {
     
    top: 0;
    position: fixed;
    max-width: 100%;
}
 
.fix_menumobile.fixed {
    position: fixed;
    top: -1px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    min-width: 100%;
    background: white;
     padding: 6px 0 2px 0px;
    z-index: 999;
    border-bottom: 2px solid #f3f3f3;
}
    
    
    
   
    
    
    
 
  #product .resp-js-product {
     max-width: 50%;
    padding-left: 2px;
    padding: 0 4px 0 0;
    margin-bottom: 4px;
}
#index .tabs-item, #index .right-title {
    padding: 8px 0px 5px 0px;
    margin: 0 36px 0  0;
    font-size: 14px;
}

.tabs-title-hp {
    
    margin-left: 5px;
}




#category .product-miniature .product-price-and-shipping {
    
    min-height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-miniature .thumbnail-container {
    
    margin-bottom: 0rem;
    
}
.products-cate-hp .left-title {
 font-size: 26px;
    text-align: center;
}

.icon-cate-hp:before {
    position: absolute;
    right: 0;
    left: 0;
 display: none;
    min-width: 100%;
    top: -32px;
   
}

.products-cate-hp {
   
    position: relative;
}


.hidden-mob {

display:none


}
    
    
  .cart-products-count {
        
        right: -9px;
    }
    
    .info-total {
     display: none;
      
    }
 
 .cart-icon {
    width: 35px; 
    height: 35px;
    margin-right: 9px;
     
}
 .login-icon {
     
    width: 35px;
    height: 35px;
    margin-right: 8px;
     
}

#header .header-nav .blockcart .header {
  padding-right: 12px;
  padding-top: 8px;
}
    #_mobile_user_info {
      padding-top: 8px;
    }
    
    .is-open .header-nav {
      position: relative;
      
    }
    
    #mobile_top_menu_wrapper {
 
  
}
 
    
    
     


.bm {
  position: fixed;
  bottom: 0;
   
  background: white;
  right: 0;
  left: 0;
  padding: 0 15px;
  z-index: 500;
  padding-bottom: 5px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);
     padding-top: 15px;
  
}

.js-product-actions.bm {
  display: none;  
}


.bm .container-detail {
    display: block!important;
    min-width: 100%;
   
    padding: 0;
    padding-top: 0;
}
  
.bm .add {
  width: 100%;
  
}  

.bm .add_cart-icon:before {
  display: none;
}
  
    .bm .btn-primary{
    background-color: #03c7c2;
    border-radius: 4px;
    text-transform: none;
    min-width: 100%;
    margin: 0;
}
  
 
  .bm .wishlist-button-product {
    display: none;
  }
  
  
  #ets_addToCart:hover {
    min-width: 40px;
}
  
  
  .product-miniature .regular-price {
    display: block;
     
}
  
  /* top kontakt */ 
  
   
    
    
    
 
    .info-banner-top {
    display: block;
   
}

#wecmsbanner {
    display: block;
    min-width: 100%;
    padding-right: 0;
}

#wecmsbanner p {
    font-size: 7px;
    text-align: left;
}



/* list img */ 
/* posuvník */ 

.product-images {
    display: flex;
     
    text-align: center;
    justify-content: center;
    padding: 12px 0px;
}


.js-qv-product-images picture {
    border: 0px solid red;
    height: 6px;
    width: 6px;
    display: block;
    overflow: hidden;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
}


.js-qv-product-images .js-thumb-container {
    background: #03c7c2;
    margin-left: 6px;
    margin-right: 6px;
    
    max-width: 6px;
    max-height: 6px;
    border-radius: 50%;
    position: relative;
}


 
.js-qv-product-images .js-thumb-container img  {
    
   opacity: 0;
   
   
      
    
}




.js-qv-product-images img {
    
    max-width: 6px;
    max-height: 6px;
    position: absolute;
    border-radius: 0;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}




.product-navigation {
    display: block;
}

.product-cover {
  position: relative;
}

.product-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.nav-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.nav-btn-2 {
    color: #03c7c2 ;
}




.js-thumb.selected {
    border: 3px solid #03c7c2!important;
    display: block;
    opacity: 1!important;
    position: absolute;
    max-width: 6px;
    max-height: 6px;
    border-radius: 50%;
    background: #A58452!important;
    top: 0px;
    /* background: no-repeat; */
}

 
.thumb-container {
  transition: all 0.3s ease;
}



 


 /* ujistení top */ 
 
 .main-block-row {
    display: flex;
    width: 100%;
    overflow-x: unset;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: wrap;
}

 
  .main-block-row  {
  display: flex!important;
}
  .block-item {
    min-width: 40%!important;
    display: block!important;
}
.media-box {
    display: block!important;
     
 
}
    .posuvnik-mobile {
    padding: 12px 0px;
}
.main-block .contact {
    font-size: 14px;
     
}

.media-body .bold {
    margin-bottom: 4px;
    line-height: 19px;
    margin-top: 12px;
}
    .img-uj img {
      max-height: 30px;
    }
    
    
    
    #main .images-container .js-qv-mask.scroll {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    
}

.product-comments-additional-info .comments-note {
    
    margin-bottom: 0;
}
    
    .product-comments-additional-info {
    
    margin-bottom: 14px!important;
}

.accessories-js {
    width: 100%!important;
   
}

#product .we-title {
   
    font-size: 16px;
    
   
}
    
    #product-comments-list-header {
    
    align-items: flex-start;
    flex-direction: column;
}
    #blockcart-modal .modal-title {
    font-size: 10px;
    font-weight: 400;
    color: #353943;
    font-weight: 600;
}
#blockcart-modal .close-we {
     
    border-radius: 50%;
    
}

.banner-center-hp {
    padding: 12px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    padding-bottom: 23px;
}

div#block_myaccount_infos li {
   
    padding: 0.625rem;
}


#footer #author-blog-comment-link {
    padding: 0.625rem;
    padding-left: 20px;
    margin-bottom: 24px;
    float: left;
    min-width: 100%;
   
    
}

.cart_block .products .remove_link {
    
    bottom: 8px;
    top: auto;
}

.close-we-cart {
     
    padding-top: 1px;
    right: 83px; 
}
.col-md-6.col-xs-6.qty {
  margin: 0;
  padding: 0;
}

body#checkout span.custom-checkbox > label,
body#checkout .condition-label {
    padding-left: 1.5rem;
}

#checkout-personal-information-step .nav-link {
    font-size: 12px;
}


#checkout-personal-information-step .nav-link.active {
    font-size: 12px;
}
#checkout #js-checkout-summary {
    padding: 20px;
}

#checkout .header-nav .cart-icon {
    
    margin-right: 20px;
}

#cart .product-line-grid-right .price  {
    
    margin-left: 0;
    padding-left: 0;
}

#cart .cart-summary-line.cart-total {
   
    padding-bottom: 0;
    margin: 0;
}

#cart .checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
  margin-top: 48px;
}

.container-full-top {
   display: none;
}


#checkout .custom-radio input[type=radio]:checked + span {
   
    background-color:#03c7c2;
    
    
    top: 2px;
    left: 2px;
}


#checkout .payment-options {
    border-bottom: 1px solid #adabae;
    height: auto;
    margin-top: 18px;
    
}


#search .resp-js-product {
  
  width: 50%;
  margin-bottom: 20px;
  
}


/* HP TABS */ 

 .products-top-hp .resp-js-product, .prod-hp-box .resp-js-product {
    
    max-width: 150px;
    
    
}

.products-top-hp   .product-flag, .products-top-hp  .product-flag-seo,  .prod-hp-box   .product-flag, 
.products-top-hp  .product-flag-seo  {
    font-size: 10px!important;
    line-height: normal!important;
    padding: 0 12px!important;
    margin-top: 6px;
}



#ets_addToCart {
    position: relative;
    font-size: 0;
    width: 55px;
    height: 43px;
   
    background: none;
    border: none;
    
    background: #f3f3f3;
    padding: 10px;
    
}

#ets_addToCart::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/obrazky/icon/add-to-cart.svg')!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.products-top-hp  .product-miniature .product-price-and-shipping, .prod-hp-box  .product-miniature .product-price-and-shipping {
     
    
     min-height: 44px;
}




.prod-vyber, .prod-hp-box {
    
    padding-left: 18px;
}


.a-link-cate.tlacitko {
    right: 0;
    
    font-weight: 600!important;
  
    padding: 0!important;
    margin: 0!important;
    top: 190px!important;
    position: relative!important;
   
    font-size: 0!important;
    height: 34px!important;
    width: 47px;
    right: 12px;
    background: transparent;
}

.a-link-cate.tlacitko::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/obrazky/icon/next.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



/* END */ 


.products article  .wishlist-button-add {
     
    background-color:transparent;
     
}

#scrollTopButton {
   
    bottom: 0px;
    
    right: 7px;
  
}


}
    
    
 
    
    
    
 


