.all-products-container {
    padding-bottom: 60px;
}

.view-first {
    margin: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    float: left;
    z-index: 0;
    overflow: hidden;
    height: 350px;
}

.view-first .card {
    position: relative;
    background: white;
    height: auto;
    position: absolute;
    z-index: 500;
    box-shadow: 0 0 6px 0 #61616154;
}

.view-first:hover {
    overflow-y: visible;
    z-index: 100;
}

.view-first .card-body {
    line-height: 1.1;
    padding-bottom: 10px;
    height: 140px;
    overflow-y: hidden;
    align-content: center;
}

.view-first .product-title {
    color: green;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.view-first .product-description {
    white-space: normal;
    font-size: 11px;
    color: black;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.view-first img {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.view-first a:hover {
    text-decoration: none;
}

.view-first .add-to-cart {
    visibility: hidden;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border: #a5a5a533 solid 1px;
    padding: 3px;
    box-shadow: 0 1px 2px 0 #000;
    background-color: #70bf4c;
}

.harta_romania_partener {
    background: url('/favicon.ico') no-repeat center center transparent;
}

.harta_romania_magazin {
    background: url('/favicon.ico') no-repeat center center transparent;
}

.harta_romania_bulina {
    position: absolute;
    height: 25px;
    width: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 100px 100px 100px 100px;
    background-size: 80% 60%;
    border: 2px solid transparent;
    z-index: 1;
    justify-content: center;
}

.harta_romania_bulina:hover {
    background-color: #fff;
    border: 1px solid #888;
}

.cod-produs {
    color: #6c6b6b;
}

.details-image {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    height: 85px;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    z-index: 1;
    bottom: 0;
}

.button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.description-image {
    position: relative;
    left: -50%;
    text-align: left;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
}

.selectedOption {
    background-color: #70bf4c;
}

.create-hints h4 {
    font-size: 26px;
    color: #000;
}

.create-hints p {
    font-size: 18px;
    color: #000;
}

.reference-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.reference-gallery:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.reference-gallery p {
    display: none;
}

.reference-gallery:hover p {
    display: block;
}


/* Flashing */

.product-show:hover img {
    opacity: 1;
    /*-webkit-animation: flash 0.8s;

    animation: flash 0.8s;*/
    /*transition: transform .2s;

    transform: scale(1.1);*/
}

.product-show:hover span {
    text-decoration: none;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.add-cart-button {
    padding: 0px;
    background-color: #ea5e20;
    cursor: pointer;
    text-align: center;
    color: #1f7518;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.add-cart-button:active {
    background: #9c4300;
}

.add-sicap-button-single-product {
    background-color: white;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
    color: #ea5e20;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: min(16vw, 16px);
    margin-right: 10px;
    border: 1px solid #ea5e20;
    margin-top: 20px;
}

.add-sicap-icon {
    display: inline-block;
    padding: 3px 9px;
    background-color: #ea5e20;
    color: white;
}

.add-sicap-text {
    display: inline-block;
    padding: 3px 6px;
}

.add-cart-button-single-product {
    background-color: #ea5e20;
    cursor: pointer;
    text-align: left;
    color: #1f7518;
    font-weight: 500;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    display: inline-block;
    font-size: min(14.6vw, 25px);
    margin-right: 10px;
}

.add-cart-icon {
    display: inline-block;
    padding: 3px 9px;
    background-color: #0063ff;
}

.add-cart-text {
    display: inline-block;
    padding: 3px 6px;
}

.transform-floating-button {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.transform-active {
    background-color: #45CEE0;
    height: 200px;
    width: 200px;
}

.product-single-thumbnails-container {
    overflow-x: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.product-single-thumbnail {
    object-fit: cover;
    margin: 2px;
    display: inline-block;
    padding: 2px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    border-width: 1px;
    border-style: none;
    text-align: center;
}

.thumb-active,
.product-single-thumbnail:hover {
    border-color: #70ac6e;
    border-width: 1px;
    border-style: solid;
}

.product-single-main-image {
    max-width: 100%;
    max-height: 425px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: white;
}

.table-my-cart td,
.table-my-cart th {
    border: none;
}

.table-my-cart {
    border: none;
}

.table-my-cart thead th {
    border: none;
}

.border-on td {
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

.table-my-cart input::-webkit-outer-spin-button,
.table-my-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-my-cart input[type=number] {
    -moz-appearance: textfield;
}