@font-face {
	font-family: 'Lato';
	src:url('fonts/Lato-Bold-webfont.woff2') format('woff2'),
 		url('fonts/Lato-Bold-webfont.woff') format('woff'),
 		url('fonts/Lato-Bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
 }

#Cart .Payments span.cartPaymentShipmentHelp, #Cart.StepThree div.shipment_item, #Cart.StepThree div.payment_item
{
    display: table;
}
#Cart .Shipments span.cartPaymentShipmentHelp
{
    display: inline-block;
}
div.Registration div.BottomMenu
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
}
div.Registration a.Back.Button
{
    position: unset;
    top: 0;
    left: 0;
}
#Cart.UserAccountEl div.Orders table.Order
{
    width: 100%;
    margin: 25px;
}
#Cart.UserAccountEl div.Orders table.Order th, div.Orders table.Order td, .ProductDetail div.ProductsList .Varieties tbody
{
    text-align: center;
}
/* zalomení mapy stránek */
div.Path
{
    height: auto;
    text-align: justify;
}
div.Path span
{
    display: unset;
    white-space: unset;
}
/* štítky */
div.ProductDetail .RelBox
{
    position: unset;
    padding-left: 14px;
}
div.ProductDetail .RelBox .productInfo
{
    text-align: left;
}
.pagecontent fieldset
{
    min-width: 0;
}
div.mapResponsive
{
    position: relative;
    /* video height / video width*/
    padding-bottom: 56.25% !important;
    height: 100%;
}
div.mapResponsive iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Detail produktu - fix zobrazení obrázku */
.ProductDetail table.TopTable, .ProductDetail .TopTable tr.TopPart {
    position: relative;
}
.ProductDetail .TopTable td.TopLeft {
    margin-bottom: 0;
}
@media only screen and (min-width: 980px)
{
    #Cart.StepTwo div.CartContent table.CartTable
    {
        margin-top: 0;
    }
    #Cart.StepTwo div.CartContent tr.payship_wrapper
    {
        margin-top: -45px;
    }
    .ProductDetail .TopTable td.TopRight {
        width: 40%;
    }
    .ProductDetail .TopTable .ExtGallery div.BigImages, .ProductDetail .TopTable .ExtNoGallery div.BigImages {
        width: 100%;
    }
}
@media only screen and (max-width: 800px)
{
    div.Registration div.BottomMenu
    {
        flex-direction: column;
    }
}
@media only screen and (max-width: 659px)
{
    #Cart.StepOne div.CartContent
    {
        overflow-y: unset;
        overflow-x: unset;
    }
    #Cart.StepOne table.CartTable
    {
        overflow: unset;
    }
    #Cart.StepOne table.CartTable tr.FirstRow
    {
        display: none !important;
    }
    #Cart.StepOne table.CartTable tr, #Cart.StepOne table.CartTable tr.normal
    {
        display: block !important;
    }
    #Cart.StepOne table.CartTable tr.normal {
        border-top: 1px solid #ccc;
    }
    #Cart.StepOne table.CartTable tr:nth-child(2)
    {
        border: none;
    }
    #Cart.StepOne table.CartTable tr.normal td
    {
        display: block;
        border: none;
    }
    #Cart.StepOne table.CartTable td.image
    {
        float: none;
        margin: 0 auto;
    }
    #Cart.StepOne table.CartTable td.PriceCell, #Cart.StepOne table.CartTable td.CountCell, #Cart.StepOne table.CartTable td.name
    {
        text-align: center;
    }
    #Cart.StepOne table.CartTable tr.LastRow
    {
        border-top: 1px solid #ccc;
    }
    #Cart.StepOne table.CartTable tr.LastRow.RecountRow
    {
        border: none;
    }
    #Cart.StepOne table.CartTable tr.LastRow td.PriceCell
    {
        padding-left: 10px !important;
    }
    #Cart.StepOne div.BottomMenu.TopBottomMenu
    {
        margin-bottom: 0;
    }
    #Cart.StepTwo table.CartTable tr.payshipPrice td
    {
        padding: 0 !important;
    }
    #Cart.StepTwo div.Payments
    {
        padding-top: 1em;
    }
}
@media only screen and (max-width: 639px)
{
    div#youtube_video, div.mapResponsive {
        position: relative;
        /* video height / video width*/
        padding-bottom: 56.25% !important;
        padding-top: 25px;
        height: 100%;
    }
    div#youtube_video iframe, div.mapResponsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 354px)
{
    div#Cart.StepTwo label[for=ShowShippingInfo], div.Registration label[for=ShowShippingInfo]
    {
        height: auto;
        line-height: 28px;
        padding-top: .5em;
        padding-bottom: .5em;
    }
    #Cart div.BottomMenu
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #Cart div.BottomMenu button#Order, #Cart div.BottomMenu button#OrderTop
    {
        font-size: .8rem;
    }
    div#Cart input[type=text], div#Cart textarea
    {
        max-width: 250px;
    }
}

/*Košík - import CSV*/
.CartCsvImport {
    margin: 1rem 0;
}
#CartCsvImport {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.CartCsvImport input[type=submit] {
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    border: 1px solid green;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    height: 38px;
    line-height: 37px;
    letter-spacing: 1px;
    padding: 0 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background-color: green;
    color: #fff;
}

/* kosik tlacitkova novela */
#Cart.StepThree .BottomMenu button#Order {
    line-height: 21px;
    padding: 10px 15px;
    height: auto;
}
#Cart.StepThree .BottomMenu button#Order #needPayment {
    display: block;
    font-size: 11px;
}
#Cart.StepThree button#Order:before {
    position: relative;
    top: 10px;
}
#Cart #BottomMenuWrap {height: 95px;}
@media only screen and (max-width: 640px) {
    #Cart #BottomMenuWrap {height: unset !important;}
}
@media only screen and (min-width: 640px) {
    #Cart.StepThree .BottomMenu button#Order { top: 15px; right: 15px;}
}

/*Dodatečné adresy*/
#addresses fieldset, #Cart select.additionalAddresses {
    margin-top: 1rem;
}
#addresses .deleteIcon {
    text-align: right;
    cursor: pointer;
}
#addresses .addNewAddress {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
}