
.btn-move{
    width: 173px;
    padding: 5px 22px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    outline: none;
    border-radius: 25px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #ff8283;
    color: #fff;
    margin-right: 3rem;
    border: 1px solid #ff8283;
    cursor: pointer;
}
.btn-move:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn-move:focus{
    color: #fff;
}
.swal2-cancel{
    outline: none;
    color: #000;
    padding: 5px 22px;
    border-radius: 18px;
    vertical-align: top;
    display: inline-block;
    background: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    font: 14px/20px "Montserrat", sans-serif;
    cursor: pointer;
}
.swal2-cancel:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.swal2-container.swal2-center{
    z-index: 11001;
}
#swal2-title{
    font-size: 22px;
}
.swal-cart{
    width:470px !important;
    height:300px !important;
}
.swal2-icon{
    font-size: 20px !important;
    margin: 0em auto 1.5em !important;
}
.favorite-out{
    background-color: red;
}
.products img{
    width: 200px;
}

@media screen and (max-width: 768px) {
    .swal2-actions button{
        width: 100%;
        margin: 0 0 15px;
    }
    #loading{
        left: 43%;
    }
}
