:root {
  --main-color: #da0026; /* RGB barva */
  --secondary-color: #1a52ba;
  --horni-lista: flex; /* flex nebo none */
  --banner-kategorie: flex; /* flex nebo none */
  --accent-color: #f8d801;

  --menu-bg-color: #fff;
  --top-panel-color: #fff;
}

body{	
	font-family: 'Arboria', sans-serif;
	font-style: normal;
	font-size: 18px;
}

header{
}
.nase_vyhody{
    margin-bottom: 25px;
}

.questxmark, .questymark, .questzmark{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200000;
}
.partneri{
    margin-bottom: 40px;
}
.partneri_mezera{
    margin-bottom: 70px;
}
.nav-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-list li{
    float: left;
    margin: 0 !important;
    padding: 37px 15px;
}
.nav-list li a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
} .hlidaniceny{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.45);
     z-index: 200000;
}
 .loginmark{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.45);
     z-index: 200000;
}
 .contactmark{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.45);
     z-index: 200000;
}
 .questmark{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.45);
     z-index: 200000;
}
 .seznammark{
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100vh;
     background: rgba(0, 0, 0, 0.45);
     z-index: 200000;
}
 .cartok{
     position: absolute;
     padding: 6%;
     width: 80%;
     background: #fff;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
}
 @media(min-width: 1000px){
     .cartok{
         width: 30%;
         padding: 2%;
    }
}
 .collapse{
     padding: 20px !important;
}
 .cartoktext{
     font-size: 20px;
}
.icon-right-list{
    float: right;
    position: relative;
    display: flex;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.icon-right-list li{
    float: left;
    padding: 10px 15px;
    border: 1px solid transparent;
}
.search_ring{
	border: 1px solid #D50022 !important;
	border-radius: 50% !important;
}
.icon-right-list li a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.cart_divider .shopping-cart-content{
	display: none;
}
.subheader_line{
	background: linear-gradient(#ca495f, #54484a);
	width: 100%;
	height: 1px;
	clear: both;
}
.cover_main{
	padding: 5px;
	width: 100%;
    contain: paint;
    border-radius: 20px;
	height: 500px;
}
.cover_main:hover img{
    transform: scale(1.15);
    border-radius: 20px;
}
.cover_main img{
	top: 0;
    transition: transform .2s;
	z-index: 1;
	border-radius: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	margin: 0;
	height: 100%;
	object-fit: cover;
}
.cover{
    z-index: 10;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(360deg, #00000078, transparent);
}
.cover_badge{
    background: var(--main-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 90px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 20px;
    text-align: center;
    display: inline-block;
    left: 30px;
    position: relative;
    top: -4px;
}
.cover_down{
	bottom: 5%;
	position: absolute;
	left: 5%;
	width: 90%;
	color: #fff;
}
.cover_down_dark{
	bottom: 5%;
	position: absolute;
	left: 5%;
	width: 90%;
}
.cover_button a{
	margin-top: 15px;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	text-decoration: none;
	padding: 10px 30px;
	color: black;
	font-size: 14px;
}
.x_button{
    text-decoration: none !important;
	background: #000;
	border-radius: 25px;
	text-decoration: none;
	padding: 7px 30px 10px;
	color: #fff !important;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}
.cover_button_dark a{
	margin-top: 15px;
	display: inline-block;
	background: #000;
	border-radius: 25px;
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
}
.cover_desc{
	margin-bottom: 10px;
	font-size: 16px;
}
.cover_date{
	margin-bottom: 10px;
	font-size: 16px;
}
.cover_main:hover .cover_title{
    text-decoration: underline; 
}
.cover_title{
	margin-bottom: 10px;
    line-height: 26px;
	font-size: 22px;
	font-weight: bold;
}
.cover_down_dark .cover_date{
	color: #000;
}
.cover_down_dark .cover_desc{
	color: #000;
}
.cover_down_dark .cover_title{
	color: #000;
}
.new_product_overlay{
    background: #fff;
    margin: 10px;
    border-radius: 20px;
    font-family: 'Arboria';
    color: #000;
}
.new_photo_layout{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-bottom: 0;
}
.new_name_layout{
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    height: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav-list svg{
    position: relative;
    top: 2px;
}
.new_name_layout a{
    color: #000;
    text-decoration: none;
}
.new_desc_layout{
    text-align: justify;
    font-size: 13px;
    padding: 10px 0;
    padding-right: 17px;
}
.new_product_overlay:hover .new_photo_layout img{
    transform: translate(-50%, -50%) scale(1.0);
}
.new_product_overlay:hover .main_link{
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.main_link{
    position: absolute;
    z-index: 200;
    bottom: 20px;
    background: black;
    border-bottom-left-radius: 20px;
    width: 100%;
    border-bottom-right-radius: 20px;
    padding: 12px 0;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transition: .2s;
}
.new_photo_layout img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: scale-down;
    top: 50%;
    transition: transform .2s;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
}
.new_button_part{
    text-align: center;
}
.new_button_part span{
    display: block;
    background: #000000 !important;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 9px 22px;
    cursor: pointer;
    transition: 200ms;
    width: 100%;
}
.slid_variant_plate{
    width: 95px;
    height: 60px !important;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative;
    background: transparent;
    margin: 5px;
    outline: none !important;
    cursor: pointer;
}
.slid_variant_plate:hover{
    border: 1px solid #919191 !important;
}
.var_active{
    border: 1px solid #919191 !important;
}
.slid_variant_plate img{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.slid_variant_plate_vo{
    width: 95px;
    height: 60px !important;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative;
    background: transparent;
    margin: 5px;
    outline: none !important;
    cursor: pointer;
}
.slid_variant_plate_vo:hover{
    border: 1px solid #919191 !important;
}
.slid_variant_plate_vo img{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.stock_info{
    font-size: 13px;
    font-family: 'Arboria';
    font-weight: 600;
}
.new_button_part span:hover{
    background: var(--secondary-color);
}
.new_button_part span i{
    color: #fff;
    font-size: 14px;
}
.new_bottom_generator{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    height: 50px;
    margin-top: 0;
    width: 100%;
}
.new_bottom_generator_price{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 20px;
    margin-top: 0;
}
.new_downsale_type{
    border-radius: 10px;
}
.new_price_part{
    position: relative;
    width: 100%;
}
.rem_number{
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    display: flex;
    border-right: 1px solid #e7e7e7;
    padding: 0 7px 0px 10px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.rem_number::selection{
    background: transparent !important;
}
.add_number::selection{
    background: transparent !important;
}

.add_number{
    z-index: 2000;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
    display: flex;
    border-left: 1px solid #e7e7e7;
    padding: 0 10px 0px 7px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}
.price_main_type{
    max-width: 100%;
        width: 100%;
    border-radius: 25px;
    text-align: center;
    outline: none;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    padding: 6px 0 5px;
}
.new_button_part{
    width: 53%;
    /*display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;*/
}
.info_layer{
    border: 1px solid #ededed;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding: 10px 20px;
}
.downsale_up{
    background: var(--main-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 20px;
    text-align: center;
}
.new_normal_type{
    display: flex;
    width: 50%;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 24px;
}
.new_downsale_type{
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    z-index: 300;
    width: auto;
    left: 50px;
}
.downsale_num{
    font-weight: 600;
    padding: 10px;
    color: #000;
    background: var(--accent-color);
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
.new_product_main_layout{
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.special_num{
    font-weight: 600;
    color: #000;
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--main-color);
    width: 100%;
    padding: 10px;
}
.downsale_prev{
    font-size: 12px;
}
.downsale_actual{
    font-size: 16px;
}
.logo img{
    padding: 0px 0;
    height: 100px;
}

.catalog_panel{
    background: #fff;
    /* border-radius: 20px; */
    padding: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
}

.catalog_title{
    font-size: 23px;
    font-family: 'Arboria';
    color: #000;
    margin-bottom: 20px;
    margin-top: 40px;
}

.catalog_list{
    border: 1px solid #e9e9e9;
    background: white;
    border-radius: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog_list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.catalog_list li a {
    display: block;
    padding: 4px 10px;
    width: 100%;
    color: #000;
    font-family: 'Arboria';
    font-size: 14px;
    text-decoration: none;
    background: #f5f5f5;
}
.catalog_panel_title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Arboria';
}
.catalog_panel_title_filter{
    cursor: pointer;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Arboria';
}

.sub_category{
    margin-left: 10px;
}
.sub_category li a{
    background: #fff !important;
}
.sub_category:last-child{
    border-bottom: none;
}
.filter_ul{
    font-size: 14px;
    color: black;
    font-family: 'Arboria';
}
.filter_ul_system{
    font-size: 14px;
    color: black;
    font-family: 'Arboria';
}
.sub_switch i{
    color: #000;
}
.sub_switch{
    float: right;
}
.select-box {
  cursor: pointer;
  position : relative;
  max-width:  20em;
  margin: 5em auto;
  width: 100%;
}

a{
    color: var(--main-color);
    text-decoration: none;
}

.sp_button{
    padding: 3px;    
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 7px 25px;
    font-size: 14px !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 30px !important;
}
.sp_button_invert{
    padding: 10px;
    width: 100%;
    background: transparent;
    border-radius: 30px !important;
}
.sp-control {
    outline: none !important;
    border: none !important;
    background: white !important;
    display: block !important;
    width: 100% !important;
    padding: 0px 15px !important;
    height: 42px !important;
    border: 1px solid #cecece !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    border-radius: 10px !important;
    appearance: none;
}

 #ship-to-different-address-checkbox{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
}
 #ship-to-different-address-checkbox:checked{
     appearance: none;
    /* background: url(/sp-admin/storage/system/check.png) center center no-repeat;
    */
     outline: none;
}
 #ship-to-different-address-checkboxb{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
     float: left;
     margin-right: 10px;
}
 #ship-to-different-address-checkboxaab{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
     float: left;
     margin-right: 10px;
}
 .payment_methods{
     list-style: none;
}
 .payment_method_bacs input{
     appearance: none;
     width: 19px;
     height: 19px;
     border-radius: 0px;
     margin-top: 9px;
     outline: none;
     float: left;
     margin-right: 10px;
     border: 1px solid silver;
     outline: none;
     margin-right: 1px;
}
 .payment_method_bacs label{
     outline: none;
     font-weight: normal;
}
 .payment_method_bacs input:checked{
     outline: none;
     background: url(/sp-admin/storage/system/sipka_cerna.png) center center no-repeat;
     background-size: 89%;
}
 .btn-color{
     width: 100%;
     border-radius: 0px;
     margin-top: 0px;
     background:  var(--main-color);
     color: #fff !important;
     outline: none;
     border: 0;
     height: 51px;
     margin-left: 10px;
     float: right;
}
 .btn-dark{
     width: 100%;
     border-radius: 0px;
     margin-top: 0px;
     background: #e5ee7c;
     color: #fff !important;
     outline: none;
     border: 0;
     height: 51px;
     margin-left: 10px;
     float: right;
}
 .payment_method_bacs label{
     font-weight: normal;
}
 #payment_method_bacs1x:checked{
     background: url(/sp-admin/storage/system/sipka_cerna.png) center center no-repeat;
     background-size: 89%;
}
 #ship-to-different-address-checkboxb:checked{
     appearance: none;
    /* background: url(/sp-admin/storage/system/check.png) center center no-repeat;
    */
     outline: none;
}
 #ship-to-different-address-checkboxaab:checked{
     appearance: none;
    /* background: url(/sp-admin/storage/system/check.png) center center no-repeat;
    */
     outline: none;
}
 #ship-to-different-address-checkboxc{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
     float: left;
     margin-right: 10px;
}
 #ship-to-different-address-checkboxc:checked{
     appearance: none;
    /* background: url(/sp-admin/storage/system/check.png) center center no-repeat;
    */
     outline: none;
}
 #ship-to-different-address-checkboxd{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
     float: left;
     margin-right: 10px;
}
 #ship-to-different-address-checkboxd:checked{
     appearance: none;
    /* background: url(/sp-admin/storage/system/check.png) center center no-repeat;
    */
     outline: none;
}
 #pouzeakce{
     width: 19px;
     height: 19px;
     border-radius: 0px;
     outline: none;
     transition: 300ms;
}
 #pouzeakce:checked{
     appearance: none;
     background: url(/sp-admin/storage/system/check.png) center center no-repeat;
     outline: none;
}
 .activecategory{
     color:  var(--main-color) !important;
}
 .checkstyle1{
     appearance: none;
     width: 18px;
     height: 18px;
     background: transparent;
     outline: none !important;
     z-index: 1000;
     border: 1px solid #fff;
}
 .checkstyle1:checked{
     background: url(/sp-admin/storage/system/sipka_bila.png) center center no-repeat;
     background-size: 70%;
     background-position: 3px;
}
 .checkstyle2{
     appearance: none;
     width: 18px;
     height: 18px;
     background: transparent;
     outline: none !important;
     z-index: 1000;
     border: 1px solid silver;
}
 .checkstyle2:checked{
     background: url(/sp-admin/storage/system/sipka_cerna.png) center center no-repeat;
     background-size: 70%;
     background-position: 3px;
}

 .shopping-cart-content {
     background: #fff none repeat scroll 0 0;
     box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
     padding: 21px 15px;
     position: absolute;
     right: 0;
    top: 52px;
     transform: rotateX(90deg);
     transform-origin: center top 0;
     transition: all 0.5s ease 0s;
     visibility: hidden;
     width: 340px;
     z-index: 9999;
}
 .header-cart:hover > .shopping-cart-content {
     transform: rotateX(0deg) !important;
     visibility: visible !important;
     display: block !important;
}
 .shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 15px;
    justify-content: space-evenly;
    align-items: center;
}
 .shopping-cart-img {
     flex: 0 0 82px;
     margin-right: 15px;
     width: 82px;
}
 .shopping-cart-title > h4 {
     color: #242424;
     font-size: 14px;
     line-height: 18px;
     margin: 0;
}
 .shopping-cart-title > h4 a {
     color: #000;
     font-weight: 400;
}
 .shopping-cart-title > h4 a:hover {
     color: #519f10;
}
 .shopping-cart-title > h6 {
     color: #555;
     font-size: 13px;
     margin: 5px 0 10px;
}
 .shopping-cart-title > span {
     color: #555;
     font-size: 14px;
}
 .shopping-cart-delete {
     display: flex;
     flex-grow: 100;
     justify-content: flex-end;
}
 .shopping-cart-delete > a {
     color: #666;
     display: inline-block;
     font-size: 12px;
     height: 19px;
     line-height: 15px;
     margin-top: 2px;
     text-align: center;
     width: 20px;
}
 .shopping-cart-delete > a:hover {
     color: #519f10;
}
 .shopping-cart-total {
     margin: 0px 0 0;
}
 .shopping-cart-total > h4 {
     font-size: 14px;
     margin-bottom: 17px;
}
 .shopping-cart-total > h4:last-child {
     margin-bottom: 0px;
}
 .shopping-cart-total > h4 span {
     float: right;
     color: #242424;
}
 .shopping-cart-total > h4 span.shop-total {
     color: #519f10;
     font-weight: 500;
}
 .shopping-cart-btn {
     margin-top: 23px;
}
 .shopping-cart-btn a {
     margin-bottom: 15px;
}
 .shopping-cart-btn a {
     background-color: #519f10;
     border: 1px solid #519f10;
     color: #fff;
     display: block;
     font-size: 12px;
     font-weight: 500;
     padding: 14px 20px 12px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
     width: 45%;
     display: inline-block;
     float: left;
     margin-right: 15px;
}
 .shopping-cart-btn a:last-child{
    margin:0;
}
 .shopping-cart-btn a:hover {
     background-color: transparent;
     color: #000;
     border: 1px solid #000;
}
 .top-panel-cover .icon-right-list li a{
}
 .loading{
     position: absolute;
     height: 20px;
     background: transparent;
     right: 6px;
     top: -10px;
     width: 20px;
     display: none;
}
 #searchview{
    display: none !important;
     position: absolute;
     right: 0;
     width: 400px;
     background: white;
     max-height: 250px;
     top: 30px;
     overflow-y: auto;
     z-index: 200;
     padding: 0px;
     box-shadow: none;
}
 .searched_system a{
     padding: 7px 10px !important;
     display: block;
     color: #333333;
     text-decoration: none;
     font-size: 15px;
     background: whitesmoke;
     border-bottom: 1px solid #e1e1e1;
}
 @media(max-width: 1000px){
     #searchview{
         left: auto !important;
         right: 0px !important;
         width: 100% !important;
         max-height: 70vh !important;
    }
     #searchcontext{
         right: 0 !important;
         left: auto !important;
         width: 60% !important;
    }
}
 .xicon-right-list{
     float: right;
     z-index: 4141414141;
     position: relative;
}
 .xicon-right-list li {
     float: left;
     padding: 11px 10px;
}
 #searchcontext{
    height: auto;
    padding: 0;
    border: none;
    width: 580px !important;
    box-shadow: none !important;
    outline: none !important;
    position: absolute;
    left: 50%;
    top: 56px;
    transform: translate(-50%);
    background: transparent;
    padding: 10px;
}
 .searchhider{
     display: none;
     position: fixed;
     z-index: 999999999;
     top: 0;
     left: 0;
     width: 100%;
     background: rgb(0 0 0 / 65%);
     height: 100vh;
}
 @media(max-width: 1200px){
     .sub_srch{
         position: absolute !important;
         top: 71px !important;
         left: 10px !important;
         z-index: 200000 !important;
         max-width: 100% !important;
         width: calc(100% - 20px) !important;
    }
     .nav-btn{
         right: auto !important;
         left: 0 !important;
    }
     .top-panel-cover{
         justify-content: end !important;
    }
     .shopping-cart-content{
         z-index: 199999999 !important;
    }
}

select {
  /* Reset */
    appearance: auto;
    border: 0;
    outline: 0;
    font-family: 'Arboria';
    font-size: 16px;
    width: 100%;
    height: 42px;
    padding: 0 20px 0 20px;
    background: url(/assets/images/arrow.svg) no-repeat right 14px center / 20px, linear-gradient(to left, var(--main-color) 3em, #fff 3em);
    color: black;
    border-radius: 13px;
    cursor: pointer;
  /* <option> colors */
  option {
    color: inherit;
    background-color: #ffffff;
  }
  /* Remove focus outline */
  &:focus {
    outline: none;
  }
  /* Remove IE arrow */
  &::-ms-expand {
    display: none;
  }
}

.special_checkbox{
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.special_checkbox:checked::before {
    transform: scale(1) !important;
}
.special_checkbox::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

.new_pagination{
    text-align: center;
}
.new_pagination_more{
    text-align: center;
}

.new_pagination_button{
    background: #fff;
    color: #000;
    padding: 14px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 13px;
    transition: 300ms;
}
.new_pagination_button i{
    color: #000;
}
.new_pagination_button:hover{
    background: var(--main-color);
    color: #fff;
}
.new_pagination_button:hover i{
    color: #fff;
}
.pagination_active{
    background: var(--main-color);
    color: #fff;
}
.pagination_active:hover i{
    color: #fff;
}
.catalog_panel_overlay{
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 15px;
    padding-top: 20px;
}

 .heartbox{
    position: absolute;
    top: 13px;
    z-index: 2000;
    cursor: pointer;
    right: 15px;
}
.heartbox svg{
    stroke: #da0026;
    stroke-width: 18px;
    font-size: 23px;
}
 .heartbox i{
     opacity: 0.6;
}
 .heartbox:hover i{
     opacity: 1;
}
.wishadd{
	color: transparent !important;
}
 .wishdisabled{
     opacity: 0.3 !important;
}
 .wishremove{
     opacity: 1.0 !important;
     color: #da0026 !important;
}
.title{
	font-size: 30px;
	font-family: 'Arboria';
	font-weight: bold;
	margin-top: 50px;
}
.main_gray{
    background: #ededed;
    color: #000;
    margin: 0 0px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    border-radius: 20px;
}
.footer_links li{
    line-height: 27px !important;
}
.footer_links li a{
    font-size: 14px;
}
.contact_social_section a{
    color: #fff;
}
.rounded_footer_button{
    color: #da0026 !important;
    background: #fff !important;
    display: inline-block !important;
    border-radius: 50%;
    padding: 10px 17px;
    margin-right: 12px;
}
.footer_white{
    display: inline-block !important;
    margin-right: 30px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}


.footer_white_b{
    color: #fff !important;
    font-size: 14px;
    display: inline-block !important;
    margin-right: 30px !important;
    text-decoration: none !important;
}

.to-top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 5000;
    color: #fff !important;
    background: black !important;
    display: block;
    padding: 9px 15px !important;
}
.starts{
    position: absolute;
    right: 100px;
    top: 30px;
    opacity: 0.1;
    width: 280px;
}
 .s-header-title:after{
     background: transparent !important;
}
 .spl{
     margin-bottom: 15px !important;
     background: #fff;
     border: 1px solid #ececec;
     color: #000;
     padding: 10px 15px;
     display: block;
     position: relative;
     border-radius: 0px;
     text-align: left;
}
 .sp_f_text{
     transform: translateY(-50%);
     position: absolute;
     top: 50%;
     text-decoration: none !important;
}
 .color{
     border-color:  var(--main-color) !important;
     background:  var(--main-color) !important;
     color: #fff !important;
}
 .dark{
     color: #000 !important;
}
 .dark:hover{
     border-color:  var(--main-color) !important;
     background:  var(--main-color) !important;
     color: #fff !important;
}
 .sp_icon{
     width: 50px;
     float: left;
     height: 50px;
     display: inline-block;
     background: #f9f9f9;
     border-radius: 50%;
     border: 1px solid #ededed;
     position: relative;
     left: -8px;
}
 .sp_icon svg{
     position: absolute;
     top: 50%;
     color:  var(--main-color);
     font-size: 20px;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .main_title{
     display: block;
     font-weight: bold;
     margin-top: 50px;
     margin-bottom: 15px;
     color: #000;
     font-size: 24px;
}
 .part_title{
     display: block;
     margin-bottom: 15px;
     font-size: 19px;
     color: #000;
}
 .main_part{
     background: #fff;
     padding: 20px;
}
 .sp-control-min{
     outline: none !important;
     border: none !important;
     background: white !important;
     display: inline-block !important;
     width: auto !important;
     padding: 0px 15px !important;
     height: 42px !important;
     border: 1px solid #cecece !important;
     margin-bottom: 0px !important;
     color: #000 !important;
     border-radius: 0px !important;
}
 .sp-control{
     outline: none !important;
     border: none !important;
     background: white !important;
     display: block !important;
     width: 100% !important;
     padding: 0px 15px !important;
     height: 42px !important;
     border: 1px solid #cecece !important;
     margin-bottom: 0px !important;
     color: #000 !important;
     border-radius: 0px !important;
}
 .closebg{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

 .last_order{
     border-radius: 0px;
     border: 1px solid #ececec;
     border-left: 3px solid  var(--main-color);
     padding: 15px;
}
 .sp_order_title{
     float: left;
     font-size: 22px;
}
 .sp_order_text{
     float: right;
     font-size: 15px;
}
 .sp_text_m{
     color: #000;
     font-size: 15px;
}
 .sp_text_sm{
     color: #000;
     font-size: 15px;
}
 .prew_order{
     border-radius: 0px;
     border: 1px solid #ececec;
     border-left: 3px solid #00a5f4;
     padding: 15px;
}
 .alert{
     font-size: 14px;
     border-radius: 1px;
}
 .alert-info {
     color: #ffffff;
     background-color: rgb(39 51 70 / 72%);
     border: none;
     border-left: 3px solid #0089ff;
}
 .alert-success {
     color: #ffffff;
     background-color: rgb(39 51 70 / 72%);
     border: none;
     border-left: 3px solid #90ff00;
}
 .alert-danger {
     color: #ffffff;
     background-color: rgb(39 51 70 / 72%);
     border: none;
     border-left: 3px solid #ff0000;
}
 .alert-warning {
     color: #000000;
     background-color: #fff;
     border: none;
     border-left: 3px solid #f3a61a;
}

      .cartmask {
        position: fixed;
        z-index: 500000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 69%);
      }
      .cartok {
        position: absolute;
        background: #fff;
        padding: 40px;
        top: 50%;
        left: 50%;
        width: 40%;
        transform: translate(-50%, -50%);
      }
      @media (min-width:768px){
        .container-right {
          margin-right: 0;
          margin-left: calc(50vw - 375px);
        }
      }

      @media (min-width:992px){
        .container-right {
          margin-right: 0;
          margin-left: calc(50vw - 485px);
        }
      }

      @media (min-width:1367px){
        .container-right {
          margin-right: 0;
          margin-left: calc(50vw - 750px);
        }
      }
        .loading{
          position: absolute;
          height: 20px;
          background: transparent;
          right: 6px;
          top: -10px;
          width: 20px;
          display: none;
        }
        #searchview {
            position: absolute;
            left: 50%;
            width: 580px;
            background: white;
            max-height: 250px;
            top: 30px;
            overflow-y: auto;
            z-index: 200;
            padding: 0px;
            box-shadow: none;
            transform: translate(-50%);
        }
        .searched_system a{
          padding: 7px 10px !important;
          display: block;
          color: #333333;
          text-decoration: none;
          font-size: 15px;
          background: whitesmoke;
          border-bottom: 1px solid #e1e1e1;
        }
        @media(max-width: 1000px){
          #searchview{
            left: 0 !important;
            right: inherit !important;
            width: calc(93vw) !important;
          }
          #searchcontext{
            right: inherit !important;
            left: 50% !important;
            width: 85% !important;
            top: 70px !important;
          }
        }
        .xicon-right-list{
          float: right;
          z-index: 4141414141;
          position: relative;
        }
        .xicon-right-list li {
            float: left;
            padding: 11px 10px;
        }
        .search_button_main_br{
                position: absolute;
    top: -11px;
    left: 50%;
    z-index: 9000000;
    transform: translate(229px);
    padding: 7px 20px;
    cursor: pointer;
        }
        #searchcontext{
          height: auto;
          display: none;
          padding: 0;
          border: none;
          width: 580px;
          box-shadow: none !important;
          outline: none !important;
          position: fixed;
            left: 50%;
            top: 27px;
            transform: translate(-50%);
          background: transparent;
          padding: 10px;
        }
        .searchhider{
          display: none;
          position: fixed;
          z-index: 400000;
          top: 0;
          left: 0;
          width: 100%;
          background: rgb(0 0 0 / 65%);
          height: 100vh;
        }
      .eshop_plachta:hover .plachta{
        display: block !important;
      }
      .plachta{
        background: rgb(0 0 0 / 65%);
        z-index: 4000;
        position: fixed;
        display: none;
        width: 100%;
        left: 0;
        top: 100px;
        border-top: 2px solid #cc0024;
        padding: 0;
        margin: 0 !important;
        height: calc( 100vh - 102px );
      }
      .plachta_detail{
        width: 90%;
        margin: 0 5%;
        padding: 20px 3%;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background: #fff;
        height: calc(100vh - 210px);
        overflow-y: auto;
      }
      .plachta_detail a{
        font-size: 14px !important;
      }
      .dropdown .sub-menu{
        margin-top: 0px !important;
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        border-top: 2px solid #cc0024;
        margin-top: 0px !important;
        display: none;
        position: absolute;
        top: 100px;
        right: 0;
        border-top: 2px solid #cc0024;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 252px;
      }
      .dropdown{
        position: relative;
      }
      .dropdown:hover .sub-menu{
        display: block;
      }
      .sub-menu{
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
      }
      .sub-menu li{
        padding: 0px !important;
      }
      .sub-menu li a{
        list-style: none  !important;
        width: 250px !important;
            padding: 11px 17px !important;
        font-size: 14px;
        display: block;
        background: transparent !important;
      }
      .activex{
        font-weight: bold;
      }
      .sp_dropdown .sp_sub-menu{
        margin-top: 0px !important;
        display: none;
        position: absolute;
        top: 99px;
        right: 0;
        border-top: 2px solid #cc0024;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }
      .sp_dropdown{
        position: relative;
      }
      .sp_dropdown:hover .sp_sub-menu{
        display: block;
      }
      .sp_sub-menu{
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
      }
      .sp_sub-menu li{
        padding: 0px !important;
      }
      .sp_sub-menu li a{
        list-style: none  !important;
        width: 250px !important;
        padding: 7px 15px !important;
        font-size: 14px;
        display: block;
        border-radius: 20px;
        background: #fff !important;
      }
      .activex{
        font-weight: bold;
      }

.mobileheader{
    display: none;
}
.mobile_menu{
    display: none;
}
.o_desktop{
    display: block;
}
.ab_variants{
    padding: 0px 0;
    font-size: 14px;
}
/* Mobilní verze */
@media(max-width: 1190px){
    .o_desktop{
        display: none !important;
    }
    .cover_main{
        margin-bottom: 20px;
    }
    .main_gray{
        margin-bottom: 20px;
    }
    .logoyx {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
    .partneri_mezera{
        margin-bottom: 0; 
    }
    .class_m_edit_1{
        font-size: 14px;
        margin-top: 15px;
    }
    .class_m_edit_2{
        position: relative !important;
        top: inherit !important;
        right: auto !important;
    }
    .mobile_menu{
        display: block !important;
        position: fixed;
        top: 10px;
        height: calc(100vh - 20px);
        right: -5px;
        width: calc(100vw - 20px);
        z-index: 200020000;
        background: #fff;
        overflow-y: scroll;
        box-shadow: 0px 0px 10px #000;
        padding: 20px 10px;
        transition: 300ms;
        transform: translate(110%);
    }
    .class_m_edit_3{
        width: 100% !important;
    }
    .header{
        display: none !important;
    }
    .hlidacopener{
        margin-top: 0px !important;
        margin-left: 0px !important ;
    }
    .single-shop-left .title{
        margin-top: 15px !important;
    }
    .heartbox{
        margin-left: 15px !important;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }
    .mobileheader{
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }
    .head_left ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .head_left ul li{
        float: left;
        margin: 5px 10px;
    }
    .head_left ul li a{
        color: #000;
    }
    .head_right ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .head_right ul li{
        float: left;
        margin: 5px 10px;
    }
    .head_right ul li a{
        color: #000;
    }
}


@media(max-width: 1100px){
    .cartok{
        width: 90%;
        font-size: 14px !important;
    }
    .cartoktext p{
        font-size: 14px !important;
    }
    .mxphotox{
        width: 120px !important;
        margin-top: 15px !important;
        height: 130px !important;
        border-radius: 50% !important;
        display: inline-block;
    }
    .xffa .col-md-4{
        text-align: center;
    }
    .m_mapa{
        right: auto !important;
        left: 50% !important;
        transform: translate(0%);
        top: -5px;
    }
}

@media(max-width: 1160px){
    .frame_tablet{
        max-height: 1000px !important;
    }
}