body {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

@media screen and (max-width: 576px) {
    .productCard {
        margin-left: -46px;
        margin-right: -46px;
    }
}

.productCard-title {
    font-weight: 600;
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.productCard-subTitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.productCard-label {
    color: rgb(128, 128, 128);
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.productCard-descBlockTop {
    text-align: left;
}

.productCard-descBlockBottom {
    text-align: left;
    margin-top: 10px;
}

.productCard-priceBlock {
    text-align: left;
    margin-top: 10px;
}

.productCard-actionLabel {
    background-color: red;
    color: white;
    padding: 4px 0px;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.productCard-netoCenaLabel {
    background-color: #2660A9;
    color: white;
    padding: 4px 0px;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.productCard-price {
    font-size:24px;
    font-weight: bold;
}

.productCard-actionPrice {
    color: red;
    font-size:24px;
    font-weight: bold;
}

.productCard-disabledPrice {
    text-decoration: line-through;
}

.productCard-barcodeBlock {
    text-align: center;
    margin-top: 10px;
}

.productCard-similarProducts {
    width: 160px;
    margin: 15px auto;
    padding: 2px 5px 3px 5px;
    border: 2px solid #c5e2ff;
    text-align: center;
}

.productCard-similarProducts a {
    text-decoration: none;
}

.productViewPage {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.products_container .product_qty_form.product_qty_form_with_qty_input {
    left: 0;
    width: inherit;
    margin: 10px 11px;
}

.qtyForm {
    width: 350px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

.qtyForm-row {
    height: 35px;
    display: flex;
    justify-content: space-between;
}

.qtyForm-storeLabel {
    font-size: 14px;
    line-height: 15px;
    /* float: left; */
    width: 135px;
    height: 30px;
    margin: 2px 0 2px 3px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #c5e2ff;
}

.qtyForm input[type="number"] {
    width: 60px;
    margin: 2px 0 2px 3px;
    padding: 7px 4px 7px 10px;
    height: 30px;
    line-height: 15px;
    border: 1px solid #c5e2ff;
    font-size: 14px;
    text-align: right;
}

.qtyForm input[type=number]::-webkit-inner-spin-button {
   opacity: 1;
}

/* select box */
.qtyForm .qtyForm-row select {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    font-weight: normal;
    /* background: #fbfbfb url('down-arrow.png') no-repeat right; */
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
}

/* .qtyForm select {
} */

.qtyForm input[type="text"],
.qtyForm input[type="email"],
.qtyForm textarea,
.qtyForm select {
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    height: 30px;
    margin: 2px 0 2px 3px;
}

.productsPagination {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .productsPagination {
        width: 30%;
    }
}