.mini-cart .btn-close{
    right: 40px;
    top: 20px;
    font-size: 40px;
    color: #9D9D9D;
    font-size: 30px;
    top: 50px;
    height: 30px;
    position: absolute;
}

.mini-cart {
    position: fixed;
    top: 0;
    width: 350px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    -webkit-transition: all 520ms ease;
    -moz-transition: all 520ms ease;
    -ms-transition: all 520ms ease;
    -o-transition: all 520ms ease;
    transition: all 520ms ease;
    -webkit-transform: translateX(350px);
       -moz-transform: translateX(350px);
        -ms-transform: translateX(350px);
         -o-transform: translateX(350px);
            transform: translateX(350px);
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
       -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
        -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
         -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.mini-cart.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}

.mini-cart-inner{
    overflow: auto;
    height: 100%;
    padding: 75px 42px 20px;
}

.mini-cart-btn sup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    top: 6px;
    right: 0;
    text-align: center;
    padding: 0;
    background-color: #dc0109;
}

.mini-cart-btn-2 sup {
    top: 20px;
}

.mini-cart-btn-3 sup {
    top: -8px;
    right: -4px;
}

@media (max-width: 61.94em) {
    .mini-cart-btn-3 sup {
        top: 0;
        right: -10px;
    }
}

.mini-cart {
    width: 420px; 
}

@media (max-width: 61.94em) {
    .mini-cart {
        width: 400px;
    }
}
  
@media (max-width: 47.94em) {
    .mini-cart {
        width: 350px;
    }
}
  
@media (max-width: 35.94em) {
    .mini-cart {
        width: 310px;
        max-width: 100%;
    }
}

@media (max-width: 47.94em) {
    .mini-cart .btn-close {
        top: 10px;
        right: 20px;
    }
}

@media (max-width: 35.94em) {
    .mini-cart .btn-close {
        right: 10px;
    }
}

.mini-cart-wrapper {
    padding-top: 50px;
}

@media (max-width: 74.9375em) {
    .mini-cart-wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 47.94em) {
    .mini-cart-wrapper {
        padding-top: 30px;
    }
}

@media (max-width: 35.94em) {
    .mini-cart-wrapper {
        padding-top: 20px;
    }
}

.mini-cart-inner {
    overflow: hidden;
    padding: 0 35px;
}

/* @media (max-width: 74.9375em) {
    .mini-cart-inner {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .mini-cart-inner {
        padding: 30px;
    }
}

@media (max-width: 35.94em) {
    .mini-cart-inner {
        padding: 20px;
    }
} */

.mini-cart__heading {
    font-weight: 400;
    color: #343538;
}

.mini-cart__list {
    max-height: 300px;
    overflow: auto;
    margin-right: -50px;
    padding-right: 50px;
}

    .mini-cart__list::-webkit-scrollbar  {
        width: 6px;
    }

    .mini-cart__list::-webkit-scrollbar-track {
        background: #fff; 
    }
    
    .mini-cart__list::-webkit-scrollbar-thumb {
        background: rgba(12, 180, 206, 1);
        border-radius: 5px;
    }

    .mini-cart__list::-webkit-scrollbar-thumb:hover {
        background: rgba(12, 180, 206, 0.6)
    }

@media (max-width: 74.9375em) {
    .mini-cart__list {
        max-height: 270px;
    }
}
    
@media (max-width: 35.94em) {
    .mini-cart__list {
        max-height: 210px;
        margin-bottom: 20px;
    }
}

.mini-cart__product {
    display: flex;
    position: relative;
}

.mini-cart__product:not(:last-child) {
    margin-bottom: 30px;
}

.mini-cart__product .remove {
    display: block;
    font-weight: normal;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: -17px;
    top: 3px;
    text-align: right;
    color: #9D9D9D;
}

    .cart_items .mini-cart__product .remove {
        right: 0 !important;
    }

.mini-cart__product .remove:hover {
    color: red;
}

.mini-cart__product__image {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
}

    .mini-cart__product__image img {
        max-width: 100%;
    }

.mini-cart__product__content {
    -webkit-flex-basis: calc(100% - 70px);
    -moz-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
}

.mini-cart__product__content.style2 {
    -webkit-flex-basis: calc(100% - 130px);
    -moz-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding-left: 20px;
}

@media (max-width: 47.94em) {
    .mini-cart__product__content {
        -webkit-flex-basis: calc(100% - 90px);
        -moz-flex-basis: calc(100% - 90px);
        -ms-flex-preferred-size: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding-left: 10px;
    }

    .mini-cart__product__content.style2 {
        -webkit-flex-basis: calc(100% - 200px);
        -moz-flex-basis: calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-left: 10px;
    }
}

.mini-cart__product__title {
    color: #343538;
    display: block;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 5px;
}

.mini-cart__product__title:hover {
    color: #0cb4ce;
}

.mini-cart__product__quantity {
    color: #9D9D9D;
}

.mini-cart__total {
    margin-bottom: 35px;
    margin-top: 15px;
    color: #343538;
}

.mini-cart__total span.ammount {
    font-size: 18px;
}

.mini-cart__buttons a:not(:last-child) {
    margin-bottom: 10px;
}

.cart-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.product-badge {
    border: 1px solid #0cb4ce;
    font-size: 13px!important;
    font-weight: 700!important;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    min-width: 42px;
    z-index: 11;
    line-height: 1em;
}

a.product-badge.minicart {
    padding: 3px 10px;
    min-width: 0;
    color: #0cb4ce;
    text-align: center;
}

    a.product-badge.minicart:hover {
        color: #fff;
        background-color: #0cb4ce;
        cursor: pointer;
    }

.qty-minicart {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.cart_totals table tr > th {
    width: 50%;
}

    .cart_totals table .shipping > th,
    .relay-point-informations > th {
        line-height: 2;
    }

    .relay-point-informations > th {
        padding-top: 7px;
        padding-bottom: 7px;
    }

.shipping-carrier-name {
    font-weight: normal;
}

.modal-l {
    width: 75%;
}

.modal-xl {
    width: 95%;
}

.clearfix {
    clear: both;
}

#relay-point-container .modal-body {
    min-height: 580px;
}

.mt7 {
    margin-top: 7px;
}

.cart-subtotal {
    border-bottom: 1px solid #edededed;
}

.cart_totals table tr.shipping:last-child {
    border-top: 1px solid #ededed !important;
}

.pt10 {
    padding-top: 10px !important
}

.p10 {
    padding: 10px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.inline-block {
    display: inline-block;
}

.whitescreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.8);
    z-index: 2000;
}

.fullpageloader {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: 40%;
    margin: 0 auto;
}

	.fullpageloader img {
		width: 115px;
	}

#textinfo {
	font-weight: bold;
	font-size: 1.55rem;
}

.stripe-buttons-group {
    height: 44px;
    margin-top: 0;
}

#cardholder-name {
    font-family: "Poppins" !important;
    border: none !important;
    border-bottom: .1rem solid rgb(225, 227, 229)!important;
    color: #0cb4ce;
    font-size: 13px;
    width: 100%;
}

#cardholder-name::placeholder {
    color: #32325d;
    font-family: "Poppins" !important;
}

#cardholder-name:focus {
    background: #fff;
}

#card-element {
    border-bottom: .1rem solid rgb(225, 227, 229)
}

.amount-title {
    font-size: 19px !important;
    font-weight: normal;
    color: #0cb4ce;
    text-transform: uppercase;
}

.modal-xs {
    width: 500px;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 4));
    display: flex;
    align-items: center;
}

/* Green check animation */

.checkmark__circle,
.crossmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__circle {
  stroke: #7ac142;
}

.crossmark__circle {
  stroke: #d20000;
}

.checkmark,
.crossmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: auto;
    margin-bottom: 2%;
}

.checkmark {
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill_check .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.crossmark {
    box-shadow: inset 0px 0px 0px #d20000;
    animation: fill_cross .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check,
.crossmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill_check {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@keyframes fill_cross {
    100% {
        box-shadow: inset 0px 0px 0px 30px #d20000;
    }
}

.open-cart span.fas {
    font-size: 16px;
    position: relative;
}

    .open-cart sup.cart-quantity {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        display: block;
        top: 6px;
        right: 0;
        text-align: center;
        padding: 0;
        background-color: #0cb4ce;
        position: absolute;
    }

.cart-model-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #0cb4ce;
    color: #fff;
    font-size: 16px;
}

.fw500 {
    font-weight: 500;
}

.fs11 {
    font-size: 11px;
}

.mt3 {
    margin-top: 3px;
}

.striped {
    text-decoration: line-through;
}

.right {
    float: right;
}