/*!
Plugin Name: Probiocell Added To Cart Notification
Plugin URI: https://eeriee.com/
Author: Eeriee
Author URI: https://eeriee.com/
Version: 0.9


Main CSS file: /style.css
*/

.added-to-cart {
    width: 60vw;
    height: 28vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    border: 1px solid #030205;
    padding: 4vw 1vw;
    background-color: #ffffff;
    display: none;
    user-select: none;
}

.added-to-cart__close-button {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}

.added-to-cart__close-button svg {
    width: 20px;
}

.added-to-cart__section--left {
    width: 23vw;
    height: 100%;
    float: left;
}

.added-to-cart__section--right {
    width: 34vw;
    height: 100%;
    float: right;
}

.added-to-cart__product-image img {
    display: block;
    max-width: 180px !important;
    max-height: 18.7vw !important;
}

.added-to-cart__product-title {
    width: 9vw;
    border-left: 3px solid #030205;
    padding-left: 10px;
    margin-bottom: 1vw;
    font-size: 0.9vw;
    line-height: 1;
    text-transform: uppercase;
}

.added-to-cart__message {
    width: 20vw;
    font-size: 1.9vw;
    font-weight: 100;
    line-height: 1.3;
}

.added-to-cart__button {
    top: 8vw;
    position: relative;
    padding: 1.3vw 0.9vw;
    margin-right: 1vw;
    border: 1px solid #030205;
    font-size: 1.3vw;
    font-weight: 100;
    text-decoration: none;
}

.added-to-cart__button:any-link {
    color: #030205;
}

.added-to-cart__button--main {
    background-color: #030205;
    color: #ffffff;
    padding: 1.3vw 2.5vw;
}

.added-to-cart__button--main:any-link {
    color: #ffffff;
}