.minicart-wrapper .block-minicart span{
    font-family: 'Conv_Gotham-Book';
}
.minicart-wrapper .block-minicart{
    position: fixed;
    top: -4px;
    right: 0px;
    height: 100%;
}
.minicart-wrapper .block-minicart .block-title {
    display: block;
    margin-bottom: 11px;
    margin-top: -10px;
    text-align: left;
}
.minicart-wrapper .block-minicart .block-title span {
    font-size: 16px;
    text-transform: uppercase;
}
.minicart-wrapper .block-minicart .action.close{
    margin-top: 2px;
    
}
.minicart-wrapper .block-minicart .block-title .qty:before{
    content: '\00a0(';
}
.minicart-wrapper .block-minicart .block-title .qty:after{
    content: ')';
}
.minicart-wrapper .action.close:before{
    font-size: 20px;
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.minicart-wrapper .product .actions{
    margin: -10px 0 0;
}
.minicart-items .action.delete:before,
.minicart-items .action.delete:hover:before{
    content: "\f00d" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #d1d1d1 !important;
    font-size: 18px;
}
.minicart-items .product-item-name a:hover {
    text-decoration: none;
}
.minicart-items .product-item-name a {
    max-width: 240px;
    display: block;
}
.minicart-items .product .toggle,
.minicart-items .product .content{
    text-align: left;
}
.minicart-items .product .toggle{
    margin-bottom: 5px;
}
.minicart-items .product .content{
    margin-left: 10px;
}
.minicart-items .product .content dl dt{
    padding:0px;
}
.minicart-items .product .content dl dd {
    margin-left: 10px;
}
.minicart-wrapper .block-minicart .minicart-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #ccc;
    padding: 0px 20px;
    width: 100%;
    /*height: 16vh;*/
    margin-bottom: 30px;
    background: #fff;
    z-index: 9;
}
.minicart-subtotal .subtotal{
    margin: 10px 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.minicart-subtotal .subtotal label,
.minicart-subtotal .subtotal .amount.price-container{
    padding: 0px;
}
.minicart-subtotal .subtotal .label span{
    font-size: 20px;
}
.minicart-subtotal .amount.price-container .price-wrapper span.price {
    font-size: 20px !important;
}
.action.primary.checkout{
    font-size: 23px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper{
    border-bottom: 265px solid transparent;
    height: 100vh !important;
}
.minicart-wrapper .block-minicart .minicart-footer .action.back.secondary.frame {
    width: 100%;
    display: block;
}
.minicart-items-wrapper .minicart-items .update-cart-item{
    padding: 10px 12px !important;
    margin: 0px !important;
}
.minicart-wrapper .action.primary.checkout{
    padding: 25px 60px !important;
    font-family: 'Conv_Gotham-Black' !important;
    max-width: 350px;
    width: 100%;
    font-size: 14px;
}
.minicart-wrapper .block-minicart .details-qty.qty .action.back.secondary.frame {
    
    /* width: 90px; */
    padding: 2px!important;
}
.minicart-items .product-item-pricing .label{
    padding: 5px;
}
.minicart-wrapper .block-minicart .action.edit {
    display:none;   
}
.minicart-wrapper .block-minicart .item-qty.cart-item-qty {
    height: 28px;
    width: 30px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.minicart-wrapper .block-minicart .item-qty.cart-item-qty:focus{
    box-shadow: none;
}
.minicart-wrapper .block-minicart .minicart-buttons-qty{
    border: 1px solid #d1d1d1;
    display: inline-block;
    padding: 2px;
    vertical-align: bottom;
}
button.minicart-button-minus,
button.minicart-button-plus,
button.minicart-button-minus:hover,
button.minicart-button-plus:hover,
button.minicart-button-minus:active,
button.minicart-button-plus:active
button.minicart-button-minus:focus,
button.minicart-button-plus:focus
button.minicart-button-minus:visited,
button.minicart-button-plus:visited{
    width: 20px;
    height: 28px;
    padding: 0px;
    background: #d1d1d1!important;
    color: #FFF!important;
    border-radius: 0px;
}

@media only screen and (max-width: 767px){
    .minicart-wrapper .block-minicart .minicart-footer{
    /*max-width: 280px;*/
    }
    .minicart-wrapper .action.primary.checkout{
        padding: 25px 25px !important;
        /*max-width: 280px;*/
    }
}

@media only screen and (max-width: 479px){
    .minicart-wrapper .block-minicart .minicart-footer{
        /*max-width: 250px;*/
        /*height: initial;*/
        margin-bottom: 15px;
    }
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
        /*height: initial;*/
    }
    .minicart-wrapper .action.primary.checkout{
        padding: 20px 55px !important;
        font-size: 14px;
    }
}
button#top-cart-btn-checkout {
    display: none;
}
/*
@media only screen and (width: 768px) and (max-height: 1366px){
    .minicart-wrapper .block-minicart .minicart-footer{
        height: 27vh;
    }
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
        height: calc(100vh - 33vh)!important;
    }
}
@media only screen and (width: 768px) and (max-height: 1024px){
    .minicart-wrapper .block-minicart .minicart-footer{
        height: 20vh;
    }
}
@media only screen and (max-width: 479px) and (max-height: 823px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 29vh)!important;
    }
}
@media only screen and (max-width: 479px) and (max-height: 736px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 32vh)!important;
    }
}
@media only screen and (max-width: 479px) and (max-height: 667px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 35vh)!important;
    }
}
@media only screen and (max-width: 479px) and (max-height: 640px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 37vh)!important;
    }
}
@media only screen and (max-width: 479px) and (max-height: 568px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 42vh)!important;
    }
}
@media only screen and (max-width: 479px) and (max-height: 480px){
    .minicart-wrapper .block-minicart .minicart-items-wrapper{
            height: calc(100vh - 50vh)!important;
    }
}
*/
