a {
    color: #ec008c;
}

a:hover {
    color: #81004b;
}

.std_btn:hover {
    background-color: #ec008c !important;
}

#add_to_cart_info {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}

.add_to_cart_info_wrapper {
    display: flex;
    height: 70%;
    width: 100%;
    position: relative;
    overflow: auto;
    top: 15%;
}

@media only screen and (max-width: 991px) {
    .add_to_cart_info_wrapper {
        display: block;
        padding-top: 3rem;
    }
}

.add_to_cart_info {
    width: 100%;
    height: 100%;
}

.atci_shadow {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    border-radius: 5px;
}

.atci_shadow .table-responsive {
    height: auto;
}

.atci_close {
    position: absolute;
    right: 15px;
    top: 35px;
    width: 55px;
    cursor: pointer;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .atci_close {
        right: 10px;
    }
}

.atci_heading {
    font-size: 30px;
    padding: 2rem 1rem 1rem 1rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.atci_product_image {
    max-height: 40px;
}

.atci_second {
    background-color: #f4f4f4;
}

.atci_buttons_wrapper {
    margin: 30px 0 10px;
    padding-bottom: 2rem;
}

.atci_buttons_wrapper .btn-1 {
    cursor: pointer;
    display: inline-flex;
}

.atci_buttons_wrapper .btn-1:hover {
    color: #ffffff !important;
}

.atci_buttons_wrapper .btn-2 {
    display: inline-flex;
}

.atci_product {
    background-color: #fff;
    padding: 15px 0;
    margin: 0 0 15px;
    height: 180px;
}

.atci_product .atci_img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    border: 1px solid;
}

.atci_product .atci_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.atci_product .atci_name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    color: #000;
}

.atci_product .atci_price {
    color: green;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    line-height: 1;
    display: block;
}

.atci_product .std_btn {
    display: inline-flex;
    min-width: 80px;
    min-height: 25px;
    padding: 5px 15px;
    margin: 0;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: auto;
}

.product .img {
    height: auto !important;
}

.product .img img {
    border-radius: 40px;
    object-fit: contain;
    max-height: 230px;
    width: 100%;
}

.product {
    position: relative;
}

.product .labels {
    position: absolute;
    right: 20px;
    top: 25px;
}

.product .pocet {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
}

.product .round-button {
    width: 50px;
    height: 50px;
}

.product .round-button:hover {
    background-color: #ec008c;
}

.product .round-button .btn-icon {
    transform: none;
    width: 24px;
}

.product .black-link {
    margin: 10px 0;
    color: #ec008c;
}

.product .black-link:hover {
    color: #81004b;
    text-decoration: underline;
}

.product-detail-price-main-row {
    font-size: 1.5rem;
}

.freeDeliveryWrap, .freeDeliveryWrap2 {
    font-size: 20px;
    font-weight: bold;
}

.navbar .navbar-brand img {
    width: 80px !important;
}

@media (min-width: 767px) {
    .navbar .navbar-brand img {
        width: 100px !important;
    }
}

.header-section img {
    margin-top: -10px;
}

.hsection {
    margin-top: 2rem;
}

@media (min-width: 767px) {
    .hsection {
        margin-top: 6rem;
    }
}

.footer-content a {
    font-size: .85rem;
}
