/* Full Card Shortcode */

.vcw-wrapper {
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 10px 15px;
    border-radius: 19px;
    box-shadow: 0 22px 65px -35px #18b8f3, 0 22px 56px -38px #41acf4, 0 33px 56px -35px #8595f7;
}

@media only screen and (max-width: 767px) {
    .vcw-wrapper {
        box-shadow: 0 16px 65px -17px #18b8f3, 0 12px 56px -28px #41acf4, 0 13px 56px -15px #8595f7;
    }
}

.vcw-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    background-image: -o-linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    background-image: linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    border-radius: 19px;
}

@media only screen and (max-width: 767px) {
    .vcw-wrapper::before {
        background-image: -webkit-linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
        background-image: -o-linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
        background-image: linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    }
}

.col-md-5th {
    position: relative;
    width: 20%;
    float: left;
}

.vcw.vcw-full-card {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 25px 10% 25px 30% !important;
    box-shadow: none !important;
}

.vcw.vcw-full-card:hover {
    box-shadow: none !important;
}

@media only screen and (min-width: 992px) {
    .vcw-wrapper .vcw.vcw-full-card::after {
        display: block;
        content: '';
        position: absolute;
        top: calc( 50% - 35px);
        right: 0;
        width: 1px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

.vcw-wrapper .last-column .vcw.vcw-full-card::after {
    display: none;
}

.vcw.vcw-white {
    background: transparent !important;
}

.vcw-wrapper .symbol-icon {
    position: absolute;
    top: calc( 50% - 30px);
    padding-left: 5%;
}

.vcw.vcw-full-card .vcw-symbol,
.vcw.vcw-full-card .vcw-divider,
.vcw.vcw-full-card .vcw-prices .vcw-price {
    display: none !important;
}

.vcw.vcw-full-card .vcw-prices .vcw-price:first-child {
    position: absolute;
    right: 10%;
    top: 25px;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.vcw.vcw-full-card .vcw-name,
.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-value,
.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-currency {
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: left !important;
}

.vcw.vcw-full-card .vcw-name {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    font-family: 'Mukta Malar', 'Roboto Condensed', sans-serif !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    text-align: left !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-value {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: left !important;
    margin-top: 5px !important;
}

.vcw.vcw-full-card .vcw-header,
.vcw.vcw-full-card .vcw-name,
.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title,
.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-value,
.vcw.vcw-full-card .vcw-text,
.vcw .vcw-around-color,
.vcw.vcw-full-card .vcw-changes .fa-caret-up::before,
.vcw.vcw-full-card .vcw-changes .fa-caret-down::before {
    color: #fff !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title,
.vcw.vcw-full-card .vcw-prices .vcw-price {
    opacity: 0.55;
}

.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-value {
    padding-right: 5px !important;
}

.vcw.vcw-full-card .vcw-changes {
    margin-top: 20px !important;
}

.vcw.vcw-full-card .vcw-prices {
    height: auto !important;
}

.vcw.vcw-full-card .vcw-changes .fa-caret-up::before {
    content: "+";
}

.vcw.vcw-full-card .vcw-changes .fa-caret-down::before {
    content: "-";
}

.vcw.vcw-full-card .vcw-changes .vcw-change:last-child .vcw-title,
.vcw.vcw-full-card .vcw-changes .vcw-change:last-child .vcw-value {
    text-align: right !important;
}

@media (max-width: 1200px) {
    .col-md-5th {
        width: inherit;
    }
}