@import "forms.css?v=2";
@import "product.css?v=2";

#amount, .variant .amount {
    width: 60px;
    margin-right: 5px;
}

.cart-product {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    background-color: var(--h-bg-grey);
    margin-bottom: 5px;
    padding: 10px;
}

.cart-product-image {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: white;
    margin-right: 10px;
}

.cart-product-description {
    box-sizing: border-box;
    width: calc(100% - 110px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cart-product a, .cart-product a:hover, .cart-product a:visited{
    color: var(--h-bronze);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}

.cart-product-description input {
    width: 60px;
}

#cart-continue {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
}

#cart-continue .button{
    margin-left: 20px;
}

#cart-total {
    margin-left: 10px;
}

#doprava ul, #platba ul {
    list-style-type: none;
    background-color: var(--h-bg-grey);
    padding: 0;
}

#doprava ul li, #platba ul li {
    padding: 15px;
}

#doprava ul li:not(:last-of-type), #platba ul li:not(:last-of-type) {
    border-bottom: 1px solid var(--h-border-grey);
}

#doprava ul li p{
    background-color: var(--h-bronze);
    color: white;
    padding: 7px 10px;
    margin-top: 15px;
    margin-bottom: 0;
    border-radius: 2px;
}

#fakturace table {
    background-color: var(--h-bg-grey);
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 25px;
}

#fakturace table tbody:nth-of-type(2) tr:first-of-type td{
    border-top: 1px solid var(--h-border-grey);
}

#fakturace table td {
    padding: 12px;
}

#fakturace table td:first-of-type{
    width: 130px;
}

#fakturace table input, #fakturace table select {
    width: 100%;
}

#fakturace .address-error {
    color: #e60000;
    line-height: 50%;
    vertical-align: bottom;
}

/*---------------------------------------*/

#fakturace-poznamka, #shrnuti-products, #shrnuti-doprava, #shrnuti-udaje {
    background-color: var(--h-bg-grey);
    margin-bottom: 25px;
}

#fakturace-poznamka {
    padding: 20px 12px;
}

#fakturace .company-ic {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#fakturace .company-ic input {
    width: calc(100% - 122px);
}

#fakturace .company-ic button{
    padding: 7px 10px;
}

.shrnuti-product {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 20px 12px;
    justify-content: space-between;
    align-items: center;
}

.shrnuti-product:not(:last-of-type) {
    border-bottom: 1px solid var(--h-border-grey);
}

.shrnuti-product-description {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shrnuti-product-description div {
    text-align: right;
    width: 100px;
}

.shrnuti-product-description div:nth-of-type(1) {
    width: 40px;
}

.shrnuti-product-description div:nth-of-type(2) {
    width: 120px;
}

.shrnuti-product a, .shrnuti-product a:hover, .shrnuti-product a:visited{
    color: var(--h-bronze);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.shrnuti-doprava {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
}

.shrnuti-doprava {

}

.shrnuti-doprava:not(:last-of-type) {
    border-bottom: 1px solid var(--h-border-grey);
}

.shrnuti-doprava > div:first-of-type {
    color: var(--h-bronze);
    font-size: 16px;
    font-weight: bold;
}

.shrnuti-doprava-description {
    display: flex;
}

.shrnuti-doprava-description div:first-of-type {
    width: 220px;
}

.shrnuti-doprava-description div:last-of-type {
    width: 55px;
    text-align: right;
    font-weight: bold;
}

#shrnuti-udaje {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 12px;
}

.shrnuti-udaje {
    box-sizing: border-box;
    width: 50%;
}

#shrnuti-udaje h3 {
    color: var(--h-bronze);
    font-weight: bold;
    margin-bottom: 15px;
}

.shrnuti-udaje p {
    margin: 0;
}

#shrnuti-poznamka {
    margin-top: 30px;
    width: 100%;
}

p.address-name, p.address-phone {
    margin-top: 10px;
}

p.total-price {
    text-align: right !important;
    margin: 30px 0 25px 0;
    font-size: 16px;
}

p.total-price span {
    font-size: 20px;
    font-weight: bold;
    margin-left: 7px;
}

.productCount0 {
    display: none;
}
