.my-cart-wrapper .woocommerce-mini-cart {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.my-cart-wrapper .woocommerce-mini-cart-item {
    position: relative;
    box-sizing: border-box;
    min-height: 115px;
    padding-left: 150px !important;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 25px !important;
    padding-bottom: 25px !important;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.my-cart-wrapper .woocommerce-mini-cart-item .quantity {
    display: block;
    margin: 6px 0;
}

.my-cart-wrapper .woocommerce-mini-cart-item .variation {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-cart-wrapper .woocommerce-mini-cart-item a {
    color: #000;
}

.my-cart-wrapper .woocommerce-mini-cart-item:first-of-child {
    margin-top: 0;
}

.my-cart-wrapper .woocommerce-mini-cart-item .remove_from_cart_button {
    font-size: 32px;
    color: #63666A !important;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    transition: all ease-in-out 0.3s;
}

.my-cart-wrapper .woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: red !important;
}

.my-cart-wrapper .woocommerce-mini-cart-item .wp-post-image,
.my-cart-wrapper .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    position: absolute;
    width: 86px;
    border: 1px solid #D3D3D3;
    height: 86px;
    object-fit: contain;
    left: 40px;
    top: 0;
}

.my-cart-wrapper .woocommerce-mini-cart__buttons {
    display: none;
}

.my-cart-wrapper .woocommerce-mini-cart__total {
    margin: 30px 0;
    font-size: 15px;
}

.my-cart-flyout .my-cart-content .my-cart-buttons .my-cart-flyout-button {
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}

.my-cart-wrapper .woocommerce-mini-cart-item a {
    text-decoration: none;
}


.closemycartButton,
.showmycartButton {
    cursor: pointer;
}

.my-cart-flyout .my-cart-wrapper .my-cart-header .my-cart-heading {
    display: flex;
    align-items: center;
}

.my-cart-flyout .my-cart-wrapper .my-cart-header .my-cart-heading img {
    margin-right: 15px;
}

.showmycartButton {
    position: relative;
    width: fit-content;
}

/*.cartNumber {
    position: absolute;
    top: -10px;
    right: -14px;
    padding: 5px 7px;
    line-height: 14px;
    border-radius: 50px;
}*/

.showmycartButton .countWrap .count > .count {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -14px;
    padding: 5px 7px;
    line-height: 14px;
    border-radius: 50px;
    border: 1px solid #000;
}

.my-cart-flyout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.my-cart-wrapper {
    position: absolute;
    top: 0;
    right: -30vw;
    height: 100%;
    width: 30vw;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.my-cart-header {
    padding: 20px 5%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.my-cart-header h2 {
    width: 100%;
}

.my-cart-content {
    padding: 20px 5% 50px 5%;
    width: 100%;
    overflow-y: auto;
    z-index: 9999;
    height: 100%;
}

.my-cart-content .my-cart-count {
    margin-bottom: 30px;
}

.my-cart-slide-ind {
    display: flex;
    align-content: start;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.my-cart-slide-ind-image {
    padding: 0 5%;
}

.my-cart-slide-ind-content {
    font-size: 15px;
    line-height: 22px;
    color: black;
    font-weight: 400;
}

.my-cart-slide-ind-content b {
    font-weight: 400;
}

.my-cart-slide-ind-content .fly-qty {
    padding: 10px 0;
}

.my-cart-slide-ind-image img {
    width: 90px !important;
    border: 1px solid #D5D5D5;
    height: 100px !important;
    object-fit: contain;
    padding: 5px;
}

.my-cart-buttons {
    margin-bottom: 30px !important;
}

#my-cart-flyout .my-cart-slide-ind-cartremove .remove {
    color: #63666A !important;
    font-weight: 300;
    width: 35px;
    font-size: 35px;
}
#my-cart-flyout .my-cart-slide-ind-cartremove .remove:hover {
    background: none;
}

.my-cart-footer {
    padding-top: 10px;
    padding-bottom: 120px;
    font-size: 15px;
    line-height: 1.4em;
}

.my-cart-flyout .my-cart-wrapper .my-cart-header {
    margin-bottom: 20px;
}

.my-cart-wrapper-scroll {
    /*max-height: 40vh;*/
    max-height: 58vh;
    overflow-y: auto;
    /*height: 58vh;*/
}

.my-cart-content-empty {
    text-align: center;
}

.my-cart-flyout .my-cart-content .my-cart-buttons.my-cart-buttons-empty {
    justify-content: center;
    margin-top: 30px;
}

.cartNumberWrap {
    position: absolute;
    top: -15px;
    right: -18px;
}

.cartNumberWrap .cartNumber {
    position: static !important;
}

@media (max-width: 1024px) {
    .my-cart-wrapper {
        position: absolute;
        top: 0;
        right: -80vw;
        height: 100%;
        width: 80vw;
        background: #fff;
        transition: all 0.5s ease-in-out;
    }   
}

@media (max-width: 590px) {
    .my-cart-wrapper {
        position: absolute;
        top: 0;
        right: -98vw;
        height: 100%;
        width: 90vw;
        background: #fff;
        transition: all 0.5s ease-in-out;
    }   
}

