ul {
    list-style: none !important;
}
.cart__container {
    margin: auto;
    width: 80%;
}

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.fast{
    display: block !important;
    position: absolute !important;
    z-index: 999999 !important;
    right: 300px;
}

@media screen and (max-width: 767px){
    .fast{
        right: 0 !important;
    }
}



.shopping-cart {
    margin: 10px 0;
    display: none;
    background: white;
    width: 320px;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #ccc;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart .shopping-cart-items {
    list-style: none;
    padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ccc;
    border-width: 8px;
    margin-left: -8px;
}

.shopping-cart .close{
    display: none;
}


@media screen and (max-width: 767px) {
    .shopping-cart:after {
       display: none;
    }
    .shopping-cart {
        width: 98%;
        margin:  1%;
    }

    .shopping-cart .close{
        display: block;
        position: absolute;
        right: -10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        background: #a92222;
        color: #fff;
        top: -10px;
    }

}








.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #6394F8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}
.button:hover {
    background: #729ef9;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.mb-4{
    margin-bottom: 40px;
}

.mb-6{
    margin-bottom: 60px;
}

.shop-default-banner {
    padding: 6.4em 7.7em 6.6em;
}
.shop-default-banner .banner-subtitle {
    margin-bottom: 0.2rem;
    font-size: 2.8em;
}
.shop-default-banner .banner-title {
    margin-bottom: 1.9rem;
    font-size: 4em;
}

.shop-default-banner .btn i {
    font-size: 1.7rem;
}

.shop-boxed-banner {
    padding-left: 4.8em;
    padding-right: 4.8em;
}
.shop-boxed-banner .banner-subtitle {
    letter-spacing: -0.02em;
}

.head-titlte{
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    width: 250px;
    font-weight: 200;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.product_card {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.product_card > *:not(img) {
    padding: 5px 10px;
}

.product_card img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 250px;
}

.card-body {
    padding: 5px;
}
.product_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.card-body p {
    color: #3d3d3d;
    margin-bottom: 20px;
    font-size: 14px;
}

.view-btn a {
    padding: 5px 15px;
    border: 1.5px solid #007bff;
    border-radius: 3px;
    text-decoration: none;
    color: #007bff;
}

.cart_btn_group {
    display: flex;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_btn_group button{
    margin: 5px;
}

.product_card_title{
    margin-top: 10px;
    margin-bottom: 20px;
}

.category-media{
    text-align: center;
}

.category-media  i {
    font-size: 25px;
}

.category-bloc{
    text-align: center;
    background: #fff;
    padding: 20px;
}


.Signup {
    margin-top: 100px;
    background: #051530;
    padding: 30px;
}
.Signup__text {
    text-align: center;
    margin: 0 auto 25px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 1.7em;
    line-height: 1.5em;
    width: 90%;
}
.Signup__form {
    display: flex;
    justify-content: center;
}

.Signup__input {
    border: 2px solid #6d6d6d;
    border-radius: 3px;
    padding: 15px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    color: #6d6d6d;
    transition: border 0.3s, box-shadow 0.3s;
    width: 90%;
    max-width: 300px;
}

.Signup__input:focus {
    outline: none;
    border: 2px solid rgba(89, 234, 37, 0.74);
    box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.Signup__button {
    color: #fff;
    background: rgba(89, 234, 37, 0.74);
    border: 2px solid rgba(89, 234, 37, 0.74);
    border-radius: 3px;
    letter-spacing: 0.5px;
    padding: 0 40px;
}



.blog_image {
    max-width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.blog_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}



.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 3px;
    font-size: .75rem;
}

.tag + .tag {
    margin-left: .5em;
}

.tag-blue {
    background: rgba(89, 175, 58, 0.74);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info > small {
    color: #666;
}


#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: rgb(9, 28, 76);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #toast_img{
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: rgb(6, 21, 63);
    color: #fff;
}

#toast #toast_desc{
    color: #fff;
    padding:12px 16px;
    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}


.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 1rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    list-style: none;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 1.2rem;
    font-weight: 900;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn{
    background: #06153f;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.detail-social-links{
    display: flex;
    align-items: center;
}
.detail-social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.4rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.detail-social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .detail_card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

.product__choose{
    border: none;
    outline: none;
}



.cart_wrapper {
    max-width: 96%;
    width: 100%;
    max-height: 800px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.4);
    margin: 30px;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper {
        max-height: 1000px;
    }
}
@media (max-width: 767px) {
    .cart_wrapper {
        max-height: unset;
        max-width: 100%;
        margin: 15px;
    }
}
.cart_wrapper .cart_lists {
    background-color: #ecf0f1;
    padding: 30px;
    width: calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_lists {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists {
        width: 100%;
        flex: 0 0 100%;
        padding: 20px;
    }
}
.cart_wrapper .cart_lists .cart_title {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    height: 50px;
}
.cart_wrapper .cart_lists .cart_title span {
    margin-right: 8px;
    padding-right: 8px;
    line-height: 18px;
    border-right: solid 2px #ddd;
}
.cart_wrapper .cart_lists .cart_list_wrap {
    padding: 25px 40px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 380px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
        max-height: 380px;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-track {
    background-color: #eee;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
    display: grid;
    grid-template-columns: 80px 3fr 1fr 1fr 120px 50px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    position: relative;
    transform: scale(0.995);
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(1) {
    animation: listshow linear;
    animation-duration: 820ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(2) {
    animation: listshow linear;
    animation-duration: 640ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(3) {
    animation: listshow linear;
    animation-duration: 460ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(4) {
    animation: listshow linear;
    animation-duration: 280ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(5) {
    animation: listshow linear;
    animation-duration: 100ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(6) {
    animation: listshow linear;
    animation-duration: -80ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(7) {
    animation: listshow linear;
    animation-duration: -260ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(8) {
    animation: listshow linear;
    animation-duration: -440ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(9) {
    animation: listshow linear;
    animation-duration: -620ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(10) {
    animation: listshow linear;
    animation-duration: -800ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(11) {
    animation: listshow linear;
    animation-duration: -980ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(12) {
    animation: listshow linear;
    animation-duration: -1160ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(13) {
    animation: listshow linear;
    animation-duration: -1340ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(14) {
    animation: listshow linear;
    animation-duration: -1520ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(15) {
    animation: listshow linear;
    animation-duration: -1700ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(16) {
    animation: listshow linear;
    animation-duration: -1880ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(17) {
    animation: listshow linear;
    animation-duration: -2060ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(18) {
    animation: listshow linear;
    animation-duration: -2240ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(19) {
    animation: listshow linear;
    animation-duration: -2420ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(20) {
    animation: listshow linear;
    animation-duration: -2600ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(21) {
    animation: listshow linear;
    animation-duration: -2780ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(22) {
    animation: listshow linear;
    animation-duration: -2960ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(23) {
    animation: listshow linear;
    animation-duration: -3140ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(24) {
    animation: listshow linear;
    animation-duration: -3320ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(25) {
    animation: listshow linear;
    animation-duration: -3500ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(26) {
    animation: listshow linear;
    animation-duration: -3680ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(27) {
    animation: listshow linear;
    animation-duration: -3860ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(28) {
    animation: listshow linear;
    animation-duration: -4040ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(29) {
    animation: listshow linear;
    animation-duration: -4220ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(30) {
    animation: listshow linear;
    animation-duration: -4400ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(31) {
    animation: listshow linear;
    animation-duration: -4580ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(32) {
    animation: listshow linear;
    animation-duration: -4760ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(33) {
    animation: listshow linear;
    animation-duration: -4940ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(34) {
    animation: listshow linear;
    animation-duration: -5120ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(35) {
    animation: listshow linear;
    animation-duration: -5300ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(36) {
    animation: listshow linear;
    animation-duration: -5480ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(37) {
    animation: listshow linear;
    animation-duration: -5660ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(38) {
    animation: listshow linear;
    animation-duration: -5840ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(39) {
    animation: listshow linear;
    animation-duration: -6020ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(40) {
    animation: listshow linear;
    animation-duration: -6200ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(41) {
    animation: listshow linear;
    animation-duration: -6380ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(42) {
    animation: listshow linear;
    animation-duration: -6560ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(43) {
    animation: listshow linear;
    animation-duration: -6740ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(44) {
    animation: listshow linear;
    animation-duration: -6920ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(45) {
    animation: listshow linear;
    animation-duration: -7100ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(46) {
    animation: listshow linear;
    animation-duration: -7280ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(47) {
    animation: listshow linear;
    animation-duration: -7460ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(48) {
    animation: listshow linear;
    animation-duration: -7640ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(49) {
    animation: listshow linear;
    animation-duration: -7820ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(50) {
    animation: listshow linear;
    animation-duration: -8000ms;
    transform-origin: top;
}
@keyframes listshow {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
        grid-template-columns: 80px auto 80px auto;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: #d9d9d9;
    width: 0px;
    margin: auto;
}
@keyframes line {
    0% {
        width: 0px;
    }
    100% {
        width: calc(100% - 50px);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover {
    transform: scale(1);
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover::after {
    width: calc(100% - 50px);
    animation: line 0.5s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
    padding: 10px;
    background-color: #e5e9ea;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    transition: all 0.3s linear;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
        padding: 5px;
    }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img {
        grid-row-start: 1;
        grid-row-end: 3;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img img {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 100px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 2;
        grid-column-end: 5;
        width: 100%;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .main {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .sub {
    font-size: 12px;
    color: #666;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select {
    height: 30px;
    background-color: transparent;
    border-color: transparent;
    border-width: 2px;
    outline: none;
    color: #666;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:focus {
    background-color: #e2e2e2;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:hover {
    border-bottom: solid 2px #e2e2e2;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_price label {
    margin: auto;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
    background-color: transparent;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span {
    font-size: 18px;
    opacity: 0.6;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span:hover {
    opacity: 1;
    transform: scale(1.1);
}
.cart_wrapper .cart_lists .cart_list_wrap .footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5px;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart {
    width: 50%;
    flex: 0 0 50%;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a {
    color: #303030;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover {
    color: #111;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover span {
    animation: arrow 1.5s infinite ease;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a span {
    vertical-align: sub;
    font-size: 18px;
    margin-right: 5px;
}
@keyframes arrow {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(-2px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0px);
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
    width: calc(50% - 80px);
    flex: 0 0 calc(50% - 50px);
    text-align: right;
    font-size: 16px;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
        width: 50%;
        flex: 0 0 50%;
    }
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal label {
    margin-right: 15px;
}
.cart_wrapper .cart_details {
    background: linear-gradient(45deg, #29395B, #29395B);
    padding: 30px 40px;
    width: 330px;
    flex: 0 0 330px;
    box-shadow: -8px 0px 32px rgba(0, 0, 0, 0.36);
    position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_details {
        width: 100%;
        flex: 0 0 100%;
        padding: 30px;
    }
}
.cart_wrapper .cart_details .cart_title {
    font-size: 22px;
    color: rgb(242, 242, 242);
    font-weight: 400;
    margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .cart_title {
        margin-bottom: 40px;
    }
}
.cart_wrapper .cart_details .form_row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row {
        margin-bottom: 40px;
    }
}
.cart_wrapper .cart_details .form_row .form_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-bottom: 35px;
    padding: 0px 10px;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group:nth-child(2) {
        width: 50%;
    }
    .cart_wrapper .cart_details .form_row .form_group:nth-child(3) {
        width: 30% !important;
        flex: 0 0 30% !important;
    }
    .cart_wrapper .cart_details .form_row .form_group:nth-child(4) {
        width: 20% !important;
        flex: 0 0 20% !important;
    }
}
.cart_wrapper .cart_details .form_row .form_group.w_75 {
    width: 65%;
    flex: 0 0 65%;
}
.cart_wrapper .cart_details .form_row .form_group.w_25 {
    width: 35%;
    flex: 0 0 35%;
}
.cart_wrapper .cart_details .form_row .form_group .input_label {
    color: #f3f3f3;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    flex: 0 0 100%;
    letter-spacing: 0.5px;
}
.cart_wrapper .cart_details .form_row .form_group .input {
    width: 100%;
    flex: 0 0 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: solid 2px #999;
    height: 32px;
    transition: all 0.3s linear;
}
.cart_wrapper .cart_details .form_row .form_group .input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.1);
    transition: all 0.2s linear;
}
.cart_wrapper .cart_details .form_row .form_group .input:focus::placeholder {
    opacity: 0;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type {
    justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group.cart_type {
        justify-content: left;
    }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type {
    width: calc(100% / 3 - 15px);
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group.cart_type .type {
        width: 75px;
    }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type:hover svg {
    fill: #bbb;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type svg {
    width: 42px;
    fill: #7f7a76;
    transition: all 0.3s linear;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type.paypal svg {
    width: 62px;
    margin-top: -10px;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input {
    display: none;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#master:checked ~ .master svg {
    fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#visa:checked ~ .visa svg {
    fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#paypal:checked ~ .paypal svg {
    fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .btn {
    width: calc(100%);
    height: 65px;
    margin: 0px -40px;
    background-color: rgba(89, 175, 58, 0.74);
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s linear;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_details .form_row .btn {
        position: static;
        margin: auto;
    }
}
.cart_wrapper .cart_details .form_row .btn:hover {
    background-color: rgba(89, 175, 58, 0.74);
}
.cart_wrapper .cart_details .form_row .btn:active {
    box-shadow: inset 0 0 28px 0px rgba(0, 0, 0, 0.3);
}







.prd_grid{
    display: grid;
    grid-template-columns: 150px 400px 200px;
    grid-template-rows:  50px 50px 25px 50px 25px 50px;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 1em;
}

.body_title{
    grid-column: 2 / -2;
    grid-row: 3 / 4;
    color: #fff;
    /* 	align-self: end; */
}

.body_content{
    grid-column: 2 / -2;
    grid-row: 4/ 6;
    align-self: start;
    color: #f8f8f8;
    padding-top: .50em;
}

._btn{
    font-size: 14px;
    display: inline-block;
    outline: 0;
    border: none;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    border: 1px solid black !important;
    border-radius: 5px;
    white-space: nowrap;
    padding: 1.100rem 2rem;
    transition: all .2s linear;
}

._btn:hover{
    color: #fff;
    background-color: #262626;
}

.btn_discount{
    grid-column: 3;
    grid-row: 4 / 5;
    align-self: center;
}

._img{
    width: 100%;
    font-size: 100px !important;
    grid-row: 3 / 5;
}


.section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.input {
    display: none;
}

.label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}



.label:hover {
    color: #888;
    cursor: pointer;
}

.input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #12263a;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5
{
    display: block;
}

@media screen and (max-width: 650px) {
    .label {
        font-size: 0;
    }

    .label:before {
        margin: 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .label {
        padding: 15px;
    }
}

.panel_box{
    width: 100%;
    margin-top: 20px;
    border-right: 1px solid #ccc;
}

.panel_item{
    border: 1px solid #051530;
    width: 250px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
}

.panel_item h3{
    text-align: right;
}

.NoneOrders{
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.goback{
    position: relative;
    text-align: right;
    font-size: 13px;
}

.goback a:last-child {
    text-decoration: underline;
    color: #a92222;
    margin-left: 20px;
}





ol.progtrckr {
    margin: 50px 0;
    padding: 0;
    list-style-type : none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #122b40;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #122b40;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 2.2em;
    bottom: -1.2em;
}

.address_form input{
    height: 50px;
    font-size: 14px;
}


.toggle__label {
    margin: 0 5px;
    cursor: pointer;
}
.toggle__group {
    position: relative;
    width: 50px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    transition: 0.2s;
}
.toggle__input:checked ~ .toggle__group {
    background-color: #28C4ae;
}
.toggle__input:checked ~ .toggle__group .toggle__checked {
    right: 5px;
}
.toggle__checked {
    position: absolute;
    top: 50%;
    right: calc(100% - 20px);
    content: "";
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.title .toggle__label{
    display: flex !important;
}

.title{
    position: relative;
    top: -7px;
}


.sort-on{
    color: #262626 !important;
     font-size: 15px;
    margin: 0 10px;
}

a.sort-on {
   border: 1px solid #122b40;
    padding: 7px 21px;
    border-radius : 3px;
}

a.sort-on:hover , a.sort-on:focus , a.sort-on:active {
    background: #122b40;
    color: #fff !important;
}

.navigation_brun a{
    color: #122b40;
}



@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}
@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}
@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}
.cong_container {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    border: 1px solid white;
    display: fixed;
    top: 0px;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}
.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #00C09D;
    position: absolute;
}

.checkmark-circle .checkmark {
    border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid white;
    border-top: 15px solid white;
    border-radius: 2.5px !important;
    content: "";
    left: 25px;
    top: 75px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
.submit-btn {
    height: 45px;
    width: 200px;
    font-size: 15px;
    background-color: #00c09d;
    border: 1px solid #00ab8c;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
    cursor: pointer;
    transition: all 2s ease-out;
    transition: all 0.2s ease-out;
}

.submit-btn:hover {
    background-color: #2ca893;
    transition: all 0.2s ease-out;
}


.mobile_paynumber{
    background-color: #2ca893;
    border: none;
    padding: 15px  30px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.mobile_paynumber:hover,
.mobile_paynumber:active,
.mobile_paynumber:focus{
    background-color: #fff;
    color: #2ca893;
    transition: all ease-in-out .5s;
    border: 1px solid #2ca893;
}





.close-modal {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    font-size: 5rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
}




/* -------------------------- */
/* CLASSES TO MAKE MODAL WORK */
.modal_hidden {
    display: none;
}

.M_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;

    background-color: white;
    padding: 6rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
}

@media screen and (max-width: 767px){
    .M_modal{
        width: 100% !important;
    }
}


.modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
}


.message_content{
    height: 450px !important;
    background: #f8f8f8;
    margin-top: 20px;
    padding: 10px;
    overflow-y: auto;
   display: block !important;
    border: 1px solid #ccc;
  border-bottom: none;
}

.message_write{
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 100px;
    width: 100%;
}

.bull_message{
    background: #122b40;
    color: #fff;
    border-radius:3px;
    padding: 10px;
    width: 350px;
    position: relative;
}

.grosse_bull{
    width: 100% !important;
}

.bull_message.right{
    float: right;
    text-align: right;
}
