/* Cart */

.jb-cart-icon {
    position: relative;
    right: -2px;
    top: -5px;
    background: #fdf5f2 !important;
    color: #007777;
    border: 1px solid #cbcaca;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.jb-cart-list.popup_content{
    min-width: 250px;
    max-width: 100%;
    width: 350px;
}
/* icon caret*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.jb-cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.jb-dropdown-cart .jb-cart-list {	
    height: auto;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 1px #d2d2d2;
}
div#jbDropDownContainer224 .jb-cart-list {
    position: fixed;
    top: 16px;
    z-index: 9998;
    height: 92vh;
    border-radius: 16px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease;
    box-shadow: 0 0 0 9000px #00000033;
    will-change: transform;
    width: 0;
}
.ajax-cart-is-open {
    width: 570px !important;
    right: 586px;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.6s ease;
}
.jb-cart-list.ajax-cart-is-open {
    box-shadow: 5px 5px 15px 0px #007777;
}
.close-cart-trigger {
    position: fixed;
    right: 24px;
    z-index: 9999;
    top: 12px;
    cursor: pointer;
}
.close-cart-trigger:before {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 20px;
    color: #ff0033a3;
    right: -16px;
    top: -4px;
}
.jb-cart-icon .fa-shopping-bag:before {
    content: "\e66e";
    font-family: 'peIcon7';
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    font-size: 22px;
}
.jb-cart-icon:hover {
    color: #009999;
    background: #ebe4e1;
}
.jb-cart-icon i.fa.fa-shopping-bag {
    color: #003333;
    position: relative;
    top: 7px;
}
.jb-cart-icon:hover i.fa.fa-shopping-bag {
    color: #007777 !important;
}
/* Cart header*/
.jb-cart-header {   
    cursor: pointer;
}
.jb-cart-headding {
    text-transform: uppercase;
    font-weight: bold;
}
.jb-cart-summary-wrap {
    cursor: pointer;   
    padding-bottom: 6px;
}

/* Cart item */
.jb-cart-item {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    width: 100%;
    padding: 16px;
    margin-bottom: 8px;
    position: relative;
    background: white;
}
.jb-cart-image {
    float: left;
    margin-right: 10px;
    display: block;
    width: 60px;
    position: relative;
}
.jb-cart-image img {
    width: 60px;
}
.jb-cart-info {
    padding-right: 0px;
    width: 70%;
}
.jb-cart-title {
    font-size: 12px;
    font-weight: 600;
}
.jb-cart-meta {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.jb-cart-update-quantity {
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 12px;
    padding-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    align-items: flex-start;
}
span.jb_icon_minus {
    font-size: 14px;
    padding: 8px;
    color: #ff0033;
    border: 1px solid #ff00332e;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    transition: background 0.1s ease, color 0.1s ease;
}
span.jb_icon_minus:hover {
    background: #ff0033;
    color: white;
}
span.jb_icon_plus {
    font-size: 14px;
    padding: 8px;
    color: #007777;
    border: 1px solid #0077772e;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    transition: background 0.1s ease, color 0.1s ease;
}
span.jb_icon_plus:hover {
    background: #007777;
    color: white;
}
span.jb_icon_minus a {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative;
    top: -9px;
    right: 9px;
    align-items: center;
    justify-content: center;
}
span.jb_icon_plus a {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative;
    top: -9px;
    right: 9px;
    align-items: center;
    justify-content: center;
}
span.jb_input_qua {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 30px;
}
.jb-cart-update-quantity .jb_input_qua input {
    padding: 8px;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: none;
    line-height: 0;
    color: #003333;
}
.jb-cart-update-quantity .jb_icon_update {
    padding: 4px 10px;
    display: inline-block;
    position: absolute;
    right: 40px;
    color: #009999;
}
.jb-cart-delete-item a,
.jb-cart-update-quantity .jb_icon_update a {cursor: pointer;}
.jb-cart-infoprice,
.jb-cart-infoprice-total {
    width: 100%;
    padding-top: 4px;
    font-size: 12px;
    text-align: right;
    color: #005555;
}
.jb-cart-delete-item {
    padding: 4px 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
}
.jb-cart-total {
    padding: 8px;
    width: 100%;
    text-align: right;
    font-size: 12px;
}
span.jb-cart-quantity {
    position: absolute;
    top: -5px;
    right: -4px;
    background: #007777;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
}
.jb-cart-total strong {}
.jb-cart-button {
    float: left;
    width: 100%;
}
a.btn.button-clear-cart {
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #fff;
    color: #ff0033;
    width: 100%;
    border: 1px solid #ff0033;
}
a.btn.button-clear-cart:hover {
    background: #ff0033;
    color: #fff;
}
a.btn.button-complete-order {
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #007777;
    color: #fff;
    width: 100%;
    border: 1px solid #007777;
    font-weight: 600;
    letter-spacing: -0.7px;
}
a.btn.button-complete-order:hover {
    background: #003333;
    color: #fff;
}
.jb-cart-button .btn {
    padding: 6px 10px !important;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #0088cc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	height: auto !important;
	line-height: 20px !important;
}
.jb-cart-button-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px;
}
.jb-cart-button-empty {
    width: 100%;
}
.jb-cart-button-checkout {
    width: 100%;
}
.jb-cart-list form {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 20px;
    height: 85vh;
}
a.btn.button-clear-cart:before {
    content: "\f2ed";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 10px;
}
a.btn.button-complete-order:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 10px;
}
.empty_cart {
    text-align: center;
    padding: 16px;
}
.jb-cart-list .productsContainer{
    max-height: 70vh;
    overflow: auto;
    padding: 8px;
    scrollbar-width: thin;
}
/* Responsive */
@media (max-width: 768px) {
    .jb-cart-headding, .jb-cart-summary {
        display: none;
    }
    .jb-cart-icon, .jb-cart-count {
        display: block !important;
    }
    .jb-cart-icon {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .jb-cart-icon .fa-shopping-bag:before {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .jb-cart-list h5 {
        font-size: 14px;
        padding: 12px;
    }
    .close-cart-trigger:before {
        font-size: 18px;
    }
    .jb-cart-list h5:before {
        font-size: 18px;
    }
    .jb-cart-image img {
        width: 50px;
    }
    span.jb-cart-quantity {
        top: -3px;
        right: 4px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
    .jb-cart-title {
        font-size: 10px;
    }
    .jb-cart-update-quantity .jb_input_qua input {
        font-size: 18px;
    }
    span.jb_icon_minus,
    span.jb_icon_plus {
        height: 24px;
        width: 24px;
    }
    span.jb_icon_plus a,
    span.jb_icon_minus a {
        width: 24px;
        height: 24px;
        top: -8px;
        right: 9px;
    }
    .jb-cart-update-quantity {
        font-size: 14px;
        margin-top: 8px;
        padding-top: 8px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        align-items: center;
    }
    .jb-cart-infoprice, .jb-cart-infoprice-total {
        font-size: 10px;
    }
    .jb-cart-infoprice, .jb-cart-infoprice-total {
        font-size: 10px;
    }
    .jb-cart-total {
        font-size: 11px;
    }
    .ajax-cart-is-open {
        width: calc(100% - 16px) !important;
        transform: translate(-50%, 0%) !important;
        right: unset;
        left: 50%;
    }
}
/* End of 575px */
@media (max-width: 319px) {
    .jb-cart-icon {
        width: 30px !important;
        height: 30px !important;
        line-height: 27px !important;
    }
    .jb-cart-icon .fa-shopping-bag:before {
        font-size: 17px !important;
    }
    .jb-cart-icon i.fa.fa-shopping-bag {
        top: 5px;
    }
    .jb-cart-count {
        top: -4px;
        right: -6px;
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 11px;
    }
    .jb-cart-icon {
        margin-right: 0px;
    }
}