.DejavoFC-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
}

.DejavoFC-area {
    font-size: 14px;
    padding: 0;
    height: 100%;
    max-height: 100%;
    z-index: 2300;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 100%;
    width: 365px;
    max-width: 83vw;
    box-sizing: border-box;
    text-align: start;
    transform: translate3d(20px, 0, 0);
    transition: all 0.5s;
}


.DejavoFC-inner {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

body.DejavoFC-show .DejavoFC-overlay, body.DejavoFC-show .DejavoFC-area {
    opacity: 1;
    visibility: visible;
}

.DejavoFC-show .DejavoFC-area {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.DejavoFC-area .DejavoFC-item-data dl, .DejavoFC-area .DejavoFC-item-data p {
    margin: 0;
}

.DejavoFC-area > div {
    align-self: stretch;
}

.DejavoFC-area * {
    box-sizing: border-box;
}

.DejavoFC-data .DejavoFC-data-right, .DejavoFC-total .DejavoFC-total-right {
    margin-left: 10px;
    font-weight: 700;
}

.DejavoFC-data .DejavoFC-data-right *, .DejavoFC-total .DejavoFC-total-right * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.DejavoFC-hide {
    display: none !important;
}

.DejavoFC-item-qty .quantity {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    height: 30px !important;
}

.DejavoFC-item-qty .quantity input {
    margin: 0 !important;
}

.DejavoFC-item-qty .plus, .DejavoFC-item-qty .minus, .DejavoFC-item-qty .increase, .DejavoFC-item-qty .decrease {
    display: none !important;
}

.DejavoFC-area .DejavoFC-inner.DejavoFC-inner-loading:before {
    content: '\f351';
    font-family: "dej-icon-rr";
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    z-index: 97;
    -webkit-animation: Dejavo-spinner 1s linear infinite;
    animation: Dejavo-spinner 1s linear infinite;
}

.DejavoFC-area .DejavoFC-inner.DejavoFC-inner-loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

/* Undo */

.DejavoFC-undo {
    padding: 0 20px;
    margin: 0 0 10px 0;
}

.DejavoFC-undo .DejavoFC-undo-inner {
    padding: 10px 15px;
    color: #ffffff;
    background-color: transparent;
    background: none;
    border: 1px dashed #ffffff;
    display: flex;
    justify-content: space-between;
}

.DejavoFC-undo .DejavoFC-undo-inner a {
    color: #ffffff;
    outline: none;
}

/* Notices */

.DejavoFC-notices {
    padding: 0 20px;
    margin: 0 0 10px 0;
}

.DejavoFC-notices .woocommerce-message, .DejavoFC-notices .woocommerce-info, .DejavoFC-notices .woocommerce-error {
    margin: 0;
    padding: 10px 40px 10px 15px;
    border-radius: 0;
    background-color: transparent;
    background: none;
    border:1px dashed #ffffff;
    color: #ffffff;
}

.DejavoFC-notices .woocommerce-message:before, .DejavoFC-notices .woocommerce-info:before, .DejavoFC-notices .woocommerce-error:before {
    position: absolute;
    top: 10px;
    left: auto;
    right: 15px;
}


.DejavoFC-area-top {
    height: 48px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
}


.DejavoFC-close {
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    display: flex !important;
}

.DejavoFC-area-mid {
    flex-grow: 1;
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
}

 .DejavoFC-item {
    padding: 0 20px;
    margin: 10px 0 0 0;
}

 .DejavoFC-item:first-child {
    margin: 0;
}

.DejavoFC-item a {
    text-decoration: none;
    outline: none;
}

.DejavoFC-item-inner {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    transition: all 0.5s;
    border-radius: var(--dej-max-radius);
}

.DejavoFC-item-inner > div {
    margin: 0 5px;
}

.DejavoFC-item-thumb {
    width: 80px;
    flex: 0 0 80px;
}

.DejavoFC-item-thumb img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: var(--dej-max-radius);
}

.DejavoFC-item-info {
    flex-grow: 1;
}

.DejavoFC-item-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #222222;
}

.DejavoFC-item-title a {
    text-decoration: none;
    color: #222222;
}

.DejavoFC-item-data {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
    white-space: pre-line;
}

.DejavoFC-item-data span {
    text-transform: capitalize;
}

.DejavoFC-item-price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.DejavoFC-item-price del {
    color: #999;
}

.DejavoFC-item-price ins {
    background: none;
}

.DejavoFC-item-price span {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.DejavoFC-item-qty a {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    background-color: #eeeeee;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}

.DejavoFC-item-qty-inner {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

.DejavoFC-item-qty-inner input {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    color: #444;
    background-color: #eeeeee !important;
    -moz-appearance: textfield;
    box-shadow: none;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.DejavoFC-item-qty-inner input:focus {
    font-size: 12px;
}

.DejavoFC-item-qty-inner input::-webkit-outer-spin-button, .DejavoFC-item-qty-inner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.DejavoFC-item-qty-plus, .DejavoFC-item-qty-minus, .DejavoFC-item-qty-individual {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444;
    background-color: #eeeeee;
    font-size: 12px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.DejavoFC-item-qty-plus:hover, .DejavoFC-item-qty-minus:hover,  .DejavoFC-item-qty-individual:hover {
    background-color: #dddddd;
}

.DejavoFC-item-qty-plus, .DejavoFC-item-qty-minus, .DejavoFC-item-qty-inner input {
    border-radius: 0;
}

.DejavoFC-item-remove, .DejavoFC-item-special {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0px, -50%, 0);
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.DejavoFC-item-remove span, .DejavoFC-item-special span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.DejavoFC-item.DejavoFC-item-has-remove:hover .DejavoFC-item-inner {
    transform: translate3d(-10px, 0, 0);
}

.DejavoFC-item:hover .DejavoFC-item-remove, .DejavoFC-item:hover .DejavoFC-item-special {
    opacity: 1;
    visibility: visible;
    transform: translate3d(20px, -50%, 0);
}

.DejavoFC-item.DejavoFC-item-removing {
    opacity: .5;
}

.DejavoFC-area-bot {
    padding-bottom: 20px;
}


.DejavoFC-data, .DejavoFC-total {
    padding: 0 20px;
    margin: 0;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.DejavoFC-action {
    padding: 15px 15px 0 15px;
    margin: 0;
}

.DejavoFC-action-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.DejavoFC-action-inner > div {
    width: 50%;
    margin: 0 5px;
}

.DejavoFC-action-inner .DejavoFC-action-full {
    width: 100%;
}

.DejavoFC-action-inner > div a {
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #cc6055;
    font-weight: 700;
    border: 2px solid #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    border-radius: var(--dej-max-radius);
    transition: all 0.3s;
}

.DejavoFC-action-inner > div a:hover {
    background-color: transparent;
    color: #ffffff;
}

.DejavoFC-link {
    padding: 0 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.DejavoFC-link span {
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}

.DejavoFC-link span:hover {
    opacity: .7;
}

.DejavoFC-continue {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
}

.DejavoFC-continue span {
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.5s;
}

.DejavoFC-continue span:hover {
    opacity: .7;
}

.DejavoFC-no-item, .DejavoFC-error {
    padding: 20px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 768px) {
    .DejavoFC-item.DejavoFC-item-has-remove .DejavoFC-item-inner {
        padding: 5px 15px 5px 5px;
    }

    .DejavoFC-item-remove, .DejavoFC-item-special {
        opacity: 1;
        visibility: visible;
        color: #999;
        right: 1px;
    }
    .DejavoFC-item.DejavoFC-item-has-remove:hover .DejavoFC-item-inner {
        transform: translate3d(0, 0, 0);
    }

    .DejavoFC-item:hover .DejavoFC-item-remove, .DejavoFC-item:hover .DejavoFC-item-special {
        transform: translate3d(0, -50%, 0);
    }
}
.DejavoFC-count {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    border-radius: var(--dej-min-radius);
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
    transition: all 0.5s;
    bottom: 86px;
    left: 20px;
    z-index: 60;
    background-color: var(--white-color);
    display: none;
    justify-content: center;
    align-items: center;
}

.DejavoFC-count:hover {
    bottom: 83px;
}

.DejavoFC-count i {
    font-size: 24px !important;
    line-height: 60px !important;
}

.DejavoFC-count span {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #e94b35;
    color: #ffffff;
    border-radius: 50%;
}

.DejavoFC-count.DejavoFC-count-bottom-right {
    right: 40px;
    left: auto;
}

.DejavoFC-count.DejavoFC-count-top-left {
    top: 40px;
    bottom: auto;
}

.DejavoFC-count.DejavoFC-count-top-left:hover {
    top: 45px;
}

.DejavoFC-count.DejavoFC-count-top-right {
    top: 40px;
    right: 40px;
    bottom: auto;
    left: auto;
}

.DejavoFC-count.DejavoFC-count-top-right:hover {
    top: 45px;
}

.DejavoFC-count.DejavoFC-count-loading i {
    display: none;
}

.DejavoFC-count.DejavoFC-count-loading:before {
    content: '\f351';
    font-family: "dej-icon-rr";
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 24px;
    color: #444;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    vertical-align: baseline;
    top: 50%;
    left: 50%;
    -webkit-animation: Dejavo-spinner 1s linear infinite;
    animation: Dejavo-spinner 1s linear infinite;
}

.DejavoFC-count.DejavoFC-count-shake {
    animation: Dejavo-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

body.woocommerce-cart .DejavoFC-count-hide-cart-checkout, body.woocommerce-checkout .DejavoFC-count-hide-cart-checkout, .DejavoFC-count.DejavoFC-count-hide-empty {
    display: none !important;
}

.DejavoFC-menu-item-inner {
    position: relative;
}

.DejavoFC-menu-item-inner i {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}

.DejavoFC-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: 10px;
}

.DejavoFC-cart-link-inner {
    position: relative;
}

.DejavoFC-cart-link a {
    outline: none;
}

.DejavoFC-cart-link-inner i {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}

.DejavoFC-cart-link-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    left: 10px;
    top: -10px;
}

.DejavoFC-area-count {
    margin-left: 5px;
}

.DejavoFC-area-count:before {
    content: '(';
}

.DejavoFC-area-count:after {
    content: ')';
}
