.modal_minicart {
    display: none;
}
.overlay_modal_minicart {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 69, 115, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -ms-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
    cursor: pointer;
}
.added-box {
    width: 500px;
    height: 100vh;
    overflow-y: auto;
    background: #ffffff;
    padding: 56px 60px;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9999;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.added-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: none;
}
.close:before, .btn.reset:before, .close:after, .btn.reset:after {
    content: '';
    background: #969aa5;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after, .btn.reset:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.added-box .title-added {
    display: block;
    font-size: 34px;
    line-height: 41px;
    margin: 0 0 34px;
}
.added-box .added-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 33px;
}
.added-box .added-product .product-img {
    width: 70px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.added-box .added-product .product-img img {
    display: block;
    width: 100%;
}
.added-box .added-product .added-info {
    width: calc(100% - 70px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 25px;
}
.added-box .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.added-box .price-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 14px;
}
.quantity-box {
    width: 82px;
    margin: 0 26px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 55px;
    border: 1px solid #edeef3;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.added-box .title-product {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #2e3955;
    margin: 0 0 13px;
}
.quantity-box .number-hold {
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.quantity-box .number {
    font-size: 20px;
    line-height: 22px;
}
.quantity-box .number-signs {
    width: 27px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #edeef3;
}
.quantity-box .number-signs span {
    display: block;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'montserratsemibold', arial, helvetica, sans-serif;
    text-align: center;
    border-bottom: 1px solid #edeef3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.added-box .price-hold .price {
    font-size: 20px;
    line-height: 22px;
    font-family: 'montserratsemibold', arial, helvetica, sans-serif;
}
.added-box .added-cart {
    padding: 80px 0 0;
}
.added-box .added-cart .title-cart {
    display: block;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 12px;
}
.added-box .added-cart .all-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0 0 10px;
}
.added-box .added-cart .all-price .price-text {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px 0 0;
}
.added-box .added-cart .all-price .price {
    font-size: 30px;
    line-height: 32px;
    font-family: 'montserratsemibold', arial, helvetica, sans-serif;
}
.added-box .cart-link {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 22px;
    cursor: pointer; 
    transition: all ease 1s;
    color: #3d9beb;
}
/* .added-box .cart-link:hover {
    color: #3ba9df;
} */
.btn.blue {
    width: 100%;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    font-family: 'montserratsemibold', arial, helvetica, sans-serif;
    background-color: #3ba9df;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;

    padding: 18px 10px 17px;
    margin: 13px 0 0;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}