
.product-price-info {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.8rem;

    line-height: 1;

    transition: all .35s ease;

    padding-top: .7rem;

    padding-bottom: .7rem;

    margin: 2rem;

        margin-left: 2rem;

    flex-grow: 1;

    flex-basis: 0;

    border: 1px solid #66f;

    background: #66f;

    color: #fff;

    width: 50%;

    justify-content: center;

    margin-left: 110px;

}

.more-size{

    justify-content: center !important;

    display: flex !important;

}



.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {

    border-color: #66f;

    background: #fff !important;

    color: #66f !important;

}



.product-price-info {

    text-align: center;

    color: #ffff;

    font-size: 25px;

    margin-top: 25px;

    background-color: #eea287;

    width: 50%;

    align-items: center;

    align-content: center;

    margin-left: 110px;

    border-radius: 5px;

    border-color: #fff;

}

a.btn-product.btn-cart.add-to-cart-ajax-button {

    background-color: #eea287;

    color: #fff !important;

}

a.btn-product.btn-cart.add-to-cart-ajax-button span:hover{

        color: #66f !important;

}

a.btn-product.btn-cart.add-to-cart-ajax-button:hover{

        color: #66f !important;

}



@media only screen and (max-width: 420px) {

    .product-price-info{

        margin-left: 85px;

    }

}


.product-media .product-image
{
    height: 350px;
    width: 400px;
}
.product-media .product-image-hover
{
    height: 350px;
    width: 400px;
}


@media (max-width: 767px)
{
        .cart-dropdown .dropdown-menu,
    .compare-dropdown .dropdown-menu {
        position: fixed;
        right: 10px;
        width: 97vw;
        top: 10px;
        left: 10px;
    }
    .zoomContainer
    {
        display: none;
    }
    .product-media .product-image
    {

        height: 200px;
        width: 200px;
        }
        .product-media .product-image-hover
        {
            height: 200px;
            width: 200px;
        }

    ::-webkit-scrollbar {
    -webkit-appearance: none;
}




::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.notification {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 999;
}
