*{
    border-radius: 0 !important;
}


div.obsah h1,
div.obsah h2,
div.obsah h3,
main h1,
main h2,
main h3
{
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

img.nahled_produktu{
    width: 86%;
}

div.obsah p,
div.obsah ul li
{
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}


.container {
    /*max-width: 960px;*/
}


div.gn_products_submenu{
    background-color: #fafafa !important;
    padding-left: 10px;
    padding-right: 10px;
}

a.MainMenuSelected{
    font-weight: bold;
}

a.SubMenuSelected{
    font-weight: bold;
}


img.imageSlider{
    display: block;
    max-width:520px;
    max-height:520px;
    width: auto;
    height: auto;
}

h1.produktH1{
    font-size: 1.5rem;
    color: #51759e;
}

#set_atribut_1,
#set_atribut_2
{
    height: 0;
    visibility: hidden;
}

div.hideSbmB{
    height: 15px;
    overflow: hidden;
}

/* u formulare se selectem pro vyber atributu - hidden buutton - delal velkou mezeru */
div.hideSbmB{
    height: 8px;
    overflow: hidden;
}


/* formular se selectem pro vyber atributu: */


form[name="atts1"]
form[name="atts2"]
form[name="atts3"]
form[name="atts4"]
{
    margin-top: 10px;
}

/* cardgroup - atribut */
div.cdg{
    margin-bottom: 15px;
}

/* obrazek atributu */
img.atribut-amage{
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* card body */
div.crdb{
    padding: 5px;
}

/* nazev atributu v karte */
h5.crdt{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* card footer */
div.crdf{
    padding:8px;
    border: none;
}


h5.select_atributes_label{
    font-weight: bold;
    font-size: small;
    color: #51759e;
}


h5.select_atributes_label::after {
    content: ":";
}

a.button_menu_hlavni_active{
    font-weight: bold;
    background-color: #ccc;
    color: #000;
    border: none;
    --bs-btn-hover-bg: #B0263B;
    --bs-btn-hover-border-color: #B0263B;
    text-align: left;
}

a.button_menu_hlavni_active_red{
    font-weight: bold;
    background-color: #B0263B;
    color: #fff;
    border: none;
    --bs-btn-hover-bg: #B0263B;
    --bs-btn-hover-border-color: #B0263B;
    text-align: left;
}



a.button_menu_hlavni{
    /* font-weight: bold; */
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.175);
    color: #b0263b;
    --bs-btn-hover-bg: #B0263B;
    --bs-btn-hover-border-color: #B0263B;
    text-align: left;

}

a.button_menu_sub_active{
    background-color: #B0263B;
    border-color: rgba(0, 0, 0, 0.175);
    color: #fff;
    font-weight: bold;

}

a.button_menu_sub{
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.175);
    color: #363636;
}

div.produktove_menu div a,
div.produktove_menu a
{
    padding:9px;
    display:inline-block !important;
}


div.card-group-cdg-atributy{
    margin-bottom: 0;
}

div.atributy-card-border{
    border-color: #e3e3e3 !important;
}

div.card-header-atributy{
    background-color: #B0263B !important;
    color: #fff;
    font-weight: bold;
}

div.under_product{
    padding: 15px;
    /* border: 1px solid #d9d9d9; */
    background-color: #fff;
}

div.under_product H1,
div.under_product H2,
div.under_product H3,
div.under_product H4,
div.under_product H5{
    font-size: 1.3rem;
}


div.zoom {
    transition: transform .1s; /* Animation */
}

div.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 100;
    border: 1px solid #ccc;
    /*text-shadow: 2px 2px;*/
}




div.cloudContainer{
    padding: 15px;
    text-align: center;
    background-color: #F8F8F8;

}

div.cloudContainer a{
    margin: 0 10px;
    white-space: nowrap;
    text-decoration: none;
    color: #333333;
}

div.cloud2Container{
    border-top: 3px solid #ff96a5;
    margin-top: 18px;
    padding-top: 10px;
}

div#test,
div#test *
{
   /* border: 1px solid black; */

}

.set_margin_no_submenu{
    height: 1px;
}

.menu_hlavni_group{
    margin-top: 10px;
    margin-bottom: 10px;
}

.button_menu_hlavni{
    margin-bottom: 1px;
}

.fil0 {fill:#FEFEFE}
.fil1 {fill:#C5C6C6}
.fil2 {fill:#C62831}

h2.above_cards {
    margin-top: 2rem;
    margin-left: 1rem;
}

span.strike{
    text-decoration: line-through;
    color: #5c9406;
}

span.misto_od{
    background-color: #f5ffb9;
    display: block;
    width: 100%;
}

label:has(+ input[required])::after {
    content: " *";
    color: red;
}

span.color_red{
    color: red;
    font-weight: normal;
}




 .megamenu {
     display: none;
     position: absolute;
     top: 0;
     left: 100%;
     /* width: 300px; */
     background: #ffffff;
     border: 1px solid #999;
     border-left: 10px solid rgb(169,41,69);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     padding: 10px;
     z-index: 1000;

     -webkit-box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.32);
     -moz-box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.32);
     box-shadow: 10px 10px 5px 2px rgba(0,0,0,0.32);

 }
.produktove_menu {
    position: relative;
}
.loading {
    text-align: center;
    font-size: 14px;
    color: gray;
}

.megamenu-content{
    width:800px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

div.close-megamenu{
    text-align: right;
    color: rgb(169,41,69);
}

/* pro stranku zbozi v akci */

.margin-bottom-14 {
    margin-bottom: 1.4rem;
}

.card-padding-top {
    padding-top: 15px;
}

.product-title-container {
    height: 5.2rem;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 15px;
    font-weight: normal;
}

.product-title {
    font-size: 14px;
}

.product-title a {
    text-decoration: none;
    color: #333;
}

.price-text {
    margin-bottom: 0;
    margin-top: 0.5rem;
    color: #333333;
}

.price-bold {
    margin-bottom: 0;
    font-weight: bold;
    color: brown;
}

.price-note {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.discount-box {
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 1rem;
    background-color: #f7f7f7;
    color: rgb(165, 42, 42);
    padding-bottom: 2px;
}
