.themes-cart {
    position: relative;
    width: 870px;
    color: black;
    font-family: 'pangram-regular';
    color: #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
}

.themes-cart p:first-child {
    margin-bottom: 36px;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .themes-cart {
        width: 98vw;
    }
}

@media (min-width: 20em) and (max-width: 46.24em) {
    .themes-cart {
        width: auto;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.themes-cart--vbn {
    margin-bottom: 100px;
}

@media (max-width: 46.24em) {
    .themes-cart--vbn {
        margin-bottom: 26px;
    }
}

.themes-cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    border: solid 1px #e6e6e6;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

@media (max-width: 46.24em) {
    .themes-cart-header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 12px;
    }
}

.themes-cart-header-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.themes-cart-header-title img {
    margin-right: 12px;
}

.themes-cart-action-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.themes-cart-action {
    height: 100%;
    width: 56px;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
}

.themes-cart-action span {
    font-size: 11px;
}

.themes-cart-action:hover {
    opacity: .8;
}

.themes-cart-delete {
    border: none;
}

.themes-cart-content {
    border: solid 1px #e6e6e6;
    border-top: none;
    height: 56px;
}

@media (max-width: 46.24em) {
    .themes-cart-content {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 12px;
    }
}

.themes-cart-info {
    margin: 0;
    list-style: none;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    position: relative;
}

.themes-cart-info li {
    margin-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.themes-cart-info li img {
    margin-right: 8px;
}

.themes-cart-info li span {
    margin-right: 4px;
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .themes-cart-info {
        font-size: 12px;
        padding-right: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 46.24em) {
    .themes-cart-info {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .themes-cart-info li {
        margin-right: 0;
        margin-bottom: 12px;
        padding-left: 16px;
    }
    .themes-cart-info li img {
        position: absolute;
        left: 6px;
    }
}

.themes-cart-info-row {
    display: -ms-flexbox;
    display: flex;
}

.themes-cart-price {
    font-size: 22px;
    font-weight: bold;
    line-height: 0.55;
    color: #262341;
    position: absolute;
    right: 0;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

@media (max-width: 46.24em) {
    .themes-cart-price {
        position: relative;
        margin-top: 12px;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .themes-cart-price {
        font-size: 18px;
    }
}

.themes-cart-info-title {
    font-weight: bold;
}

.themes-cart-option {
    height: 76px;
    background-color: #ebeaff;
    border-left: 4px solid #eb147a;
    width: 98%;
    position: absolute;
    left: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 14px;
    padding-left: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 46.24em) {
    .themes-cart-option {
        -ms-flex-direction: column;
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative;
        width: 96%;
        left: 2%;
        padding: 12px 14px;
    }
}

.themes-cart-option--active {
    padding-left: 12px;
}

.themes-cart-option--active .themes-cart-option-icon {
    display: none;
}

.themes-cart-option--active .themes-cart-option-content img {
    display: none;
}

.themes-cart-option--active .themes-cart-option-content:before {
    display: none;
}

.themes-cart-option--active .themes-cart-option-content p {
    display: none;
}

.themes-cart-option--active .themes-cart-option-content span {
    display: none;
}

.themes-cart-option-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.themes-cart-option-content img {
    margin-right: 12px;
}

.themes-cart-option-content:before {
    content: "";
    position: absolute;
    height: 39px;
    width: 39px;
    border-left: solid 1px #b5b2d6;
    border-bottom: solid 1px #b5b2d6;
    left: -44px;
    top: -12px;
}

@media (max-width: 46.24em) {
    .themes-cart-option-content img {
        display: none;
    }
    .themes-cart-option-content:before {
        display: none;
    }
}

.themes-cart-option-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 46.24em) {
    .themes-cart-option-text-container {
        text-align: left;
        margin-bottom: 6px;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.themes-cart-option-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.themes-cart-option-text h4 {
    font-size: 14px;
    margin: 0;
    margin-right: 12px;
}

.themes-cart-option-text p {
    font-size: 12px;
    margin: 0;
}

@media (max-width: 46.24em) {
    .themes-cart-option-text {
        text-align: left;
    }
    .themes-cart-option-text h4 {
        margin-bottom: 0;
    }
}

.themes-cart-option-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 0.67;
    color: #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.themes-cart-option-cta {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 400px;
    padding: 11px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1c35;
    background-color: transparent;
    border: 1px solid #1f1c35;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.themes-cart-option-cta:hover {
    opacity: .8;
}

@media (max-width: 46.24em) {
    .themes-cart-option-cta {
        width: 100%;
    }
}

.customization-learn-more--booking {
    margin-bottom: 0 !important;
}

@media (max-width: 46.24em) {
    .customization-learn-more--booking {
        margin-bottom: 12px !important;
    }
    .customization-learn-more--booking .question-mark {
        padding-left: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.themes-cart-cta {
    position: static;
    bottom: -100%;
    left: calc(50% - (170px / 2));
}

@media (max-width: 46.24em) {
    .themes-cart-cta {
        margin: 0 auto;
    }
}

.fade-enter {
    opacity: 0.01;
}

.fade-enter.fade-enter-active {
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.fade-leave {
    opacity: 1;
}

.fade-leave.fade-leave-active {
    opacity: 0.01;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.fade-appear {
    opacity: 0.01;
}

.fade-appear.fade-appear-active {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

// WEBPACK FOOTER //
// ./src/styles/ThemesCart.css