/*-------------------------------
    DOWNLOAD GRID
----------------------------------*/
.edd_download_columns_0 .edd_download,
.edd_download_columns_3 .edd_download {
    width: calc(33.333% - 20px);
    margin-left: 30px;
}
.edd_download_columns_2 .edd_download:nth-child(2n+1),
.edd_download_columns_3 .edd_download:nth-child(3n+1),
.edd_download_columns_4 .edd_download:nth-child(4n+1),
.edd_download_columns_5 .edd_download:nth-child(5n+1),
.edd_download_columns_6 .edd_download:nth-child(6n+1) {
    clear: left;
    margin-left: 0;
}
.edd_download_inner {
    padding: 0;
    margin: 0;
}
/* -------------------------------
    PAGINATION
-------------------------------- */
nav.navigation.pagination {
    display: block;
    text-align: center;
}

nav.navigation.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.navigation.pagination ul li {
    display: inline-block;
}
/* ----------------------------
    RELATED PRODUCT NAN
------------------------------ */
.related__download__products__warapper {
    margin-top: 30px;
}

.related__download__products .owl-nav > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff5e5e;
    text-align: center;
    padding-top: 6px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-20px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(255, 94, 94,.2);
}

.related__download__products .owl-nav > div.owl-next {
    left: auto;
    right: 20px;
}

.related__download__products:hover .owl-nav > div {
    opacity: 1;
    visibility: visible;
}

.related__download__products:hover .owl-nav > div {
    left: 5px;
}

.related__download__products:hover .owl-nav > div.owl-next {
    left: auto;
    right: 5px;
}

.related__download__products .owl-nav > div:hover {
    background: #ffffff;
    color: #ff5e5e;
}


@media (min-width: 768px) and (max-width: 991px) {
    .related__download__products__warapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .related__download__products__warapper {
        margin-bottom: 30px;
    }
}
/*------------------------------
    EDD FILTERING
-------------------------------*/
.download__filter__edd__sorting {
    text-align: right;
    margin-bottom: 20px;
}

select.donload__orderby {
    padding: 10px;
    margin-right: 20px;
}
.download__search__form form {
    width: auto;
}
.page-template-download-template-php .nice-select.wide {
    width: 100%;
    line-height: 50px;
    font-size: inherit;
    border: 0;
    border-radius: 50px;
}

.nice-select{
    border-bottom: 1px solid #e1e6ff;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
    border-color: #ff5e5e;
}

/*---------------------------------
    DEFAULT SEARCH DOWNLOAD PAGE
----------------------------------*/
.product__search__filter__area {
    background: #f9fcff;
    border-radius: 3px;
    padding: 30px;
}
.download__searform__area {
    margin-bottom: 50px;
}
.download__search__form {
    min-height: 50px;
}
.download__search__form form input[type="search"] {
    position: inherit;
    padding: 10px 20px;
    height: 50px;
    border-radius: 50px;
    border: 0;
}

.download__search__form form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #ff5e5e;;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    transition: 0.3s;
}
.download__search__form form button:hover {
    color: #ff5e5e;
    background: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .download__search__form form input[type="search"] {
        margin: 15px 0;
        height: 50px;
    }

    .page-template-download-template-php .nice-select.wide {
        height: 50px;
        min-height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .download__search__form form input[type="search"] {
        margin: 15px 0;
        height: 50px;
    }

    .page-template-download-template-php .nice-select.wide {
        height: 50px;
        min-height: 50px;
        line-height: 50px;
    }
}

/* ------------------------------
    EDD HEADER MINICART
-------------------------------- */
.header__cart__widget__content {
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 9;
}
.header__cart__widget {
    position: absolute;
    right: -30px;
    top: 100px;
    width: 320px;
    background: #470ed3;
    color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border-left: 1px solid rgba(201,224,255,0.3);
    border-right: 1px solid rgba(201,224,255,0.3);
}
.mainmenu-area .header__cart__widget .edd-cart-number-of-items {
    font-weight: 500;
    letter-spacing: 0;
    color:#ffffff;
    margin-bottom: 20px;
    border-bottom: 2px solid #2c1098;
}
.mainmenu-area .header__cart__widget .cart_item.empty {
    color: #ffffff;
}

.mainmenu-area .header__cart__widget .edd-cart-number-of-items span {
    float: right;
}

.mainmenu-area .header__cart__widget .edd-cart-item span{
    color:#ffffff;
}

.mainmenu-area .header__cart__widget li.cart_item.edd-cart-meta.edd_total {
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.mainmenu-area .header__cart__widget .edd_checkout a {background: #261289;border-radius: 5px;}

.header__cart__widget a {
    width: auto;
    margin: 0;
    box-shadow: inherit;
}

.header__cart__widget li.edd-cart-item a {
    padding: inherit;
    height: auto;
    background: inherit;
    color: inherit;
    line-height: 2;
    float: right;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    background: #333333;
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.header__cart__widget li.edd-cart-item a:after {
    font-family: 'themify';
    content: "\e646";
    position: absolute;
    right: -1px;
    top: 0px;
    color: #ffffff;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
}
.header__cart__widget li.edd-cart-item a:hover{
    background: #ff5e5e;
}

.header__cart__widget .edd_checkout a {
    height: 50px;
    border-radius: 0;
    line-height: 1.7;
}
.header__cart__widget__content:hover .header__cart__widget {
    top: 75px;
    opacity: 1;
    visibility: visible;
}
.header__cart__widget span.edd_empty_cart{
    display: inline-block;
}
/* ------------------------------
    RATTING
---------------------------------- */
.download__star__rating {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 17px;
    margin-right: 5px;
    text-align: left;
    display: inline-block;
    line-height: 1;
}
.download__star__rating .rating i {
    color: #ffffff;
}

.download__star__rating .rated {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 17px;
}
.download__star__rating .rated i {
    color: #ffc000;
}

/* ------------------------------
    RATTING ANOTHER
------------------------------- */
.edd_reviews_rating_box {
    width: 100%;
    text-align: center
}

.edd_star_rating {
    display: inline-block
}

.edd_star_rating p {
    display: inline
}

.edd_reviews_rating_box span:before {
    content: "\f006";
    font-family: FontAwesome;
}

.edd_reviews_rating_box.stars5 span:before {
    content: "\f006";
    font-family: FontAwesome;
}

.edd_reviews_rating_box.stars4 span:before {
    content: "\f006";
    font-family: FontAwesome;
}

.edd_reviews_rating_box.stars4 span.rating-stars-last::before {
    content: "\f006";
    font-family: FontAwesome;
}

.star-rating [aria-label] {
    position: relative
}

.star-rating [aria-label]:after {
    content: attr(aria-label);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5000;
    pointer-events: none;
    padding: 2px 5px;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 0;
    overflow: visible;
    font-size: .9em;
    font-weight: 400;
    color: #000;
    border-radius: 2px
}

.bottom--meta--rating .edd-reviews-average-rating-label {
    display: none
}

.average-rating-vendor-page span {
    display: inline-block;
    padding-right: 20px
}

.bottom--meta--rating .edd-reviews-rating {
    display: inline-block;
    vertical-align: middle
}

/* --------------------------------
    EDD AUTHOR TOP META / AUTHOR PAGE
--------------------------------- */
.author__top__meta {
    display: flex;
    align-items: center;
    text-align: left;
}
.author__top__meta > div {
    flex: 1;
}
.author__meta__thumb {
    margin-right: 20px;
    width: 100px;
    display: flex;
    align-items: center;
}
.author__name__image {
    position: relative;
    margin-right: 20px;
}
/* .author__name__image:after {
    content: url(../img/check.svg);
    position: absolute;
    right: -13px;
    top: -12px;
    z-index: 9;
} */

.author__meta__thumb img {
    border-radius: 5px;
}
span.vendor__author__level {
    background: #003697;
    padding: 3px 20px;
    height: 34px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}
.author__top__details__meta {
    display: flex;
    align-items: center;
    width: 100%;
}
.author__meta__icon {
    width: 40px;
    margin-right: 10px;
    line-height: 1;
    opacity: 0.7;
}
.author__top__details__meta > div {
    margin-right: 20px;
    flex: auto;
    display: flex;
    align-items: center;
}

.autor__top__name__name {}

.author__desc__box h3 {
    font-size: 24px;
}
.single___author__meta.meta__author__contact {
    height: 74px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.author__contact__button a {
    border: 2px solid #ffffff;
    padding: 12px 30px;
    width: 160px;
    display: inline-block;
    border-radius: 5px;
    float: right;
    text-align: center;
}

.author__contact__button a:hover {
    background: #ffffff;
    color: #00274e;
}
.author__desc__box h3,
.single___author__meta h4 {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1;
}
.author__desc__box h3{
    font-size: 36px;
}
/*.single___author__meta p {
    background: #ff5e5e;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
}*/

@media (min-width: 992px) and (max-width: 1200px) {
.author__top__meta {
    display: block;
}

.author__top__meta > div {
    display: flex;
    width: 100%;
}

.author__name__and__details__meta {
    width: 100%;
    margin-top: 30px;
}

.autor__top__name__name {
    position: relative;
    top: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.author__desc__box h3,
.single___author__meta h4 {
    font-size: 24px;
}
    .autor__top__name__name h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .autor__top__name__name {
        margin-bottom: 10px;
    }

    .author__contact__button a {
        float: left;
        margin-top: 15px;
    }

    .author__name__and__details__meta {
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .author__top__meta {
        display: block;
    }

    .author__top__meta > div {
        display: flex;
        width: 100%;
    }
    .autor__top__name__name {
        position: relative;
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
.author__desc__box h3,
.single___author__meta h4 {
    font-size: 20px;
}
    .author__top__details__meta {
        display: none;
    }

    .autor__top__name__name h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .author__contact__button a {
        float: left;
        margin-top: 15px;
        width: 100%;
    }

    .author__name__and__details__meta {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .author__top__meta {
        display: block;
        text-align: center;
    }

    .author__top__meta > div {
        flex: auto;
        margin: 0;
        width: 100%;
        display: inline-block;
    }
    .author__name__image {
        margin-right: 0;
        display: inline-block;
    }
    .autor__top__name__name {
        width: 100%;
    }
}

/* --------------------------------
	DOWNLOAD ITEM STYLE
---------------------------------- */
.single__donwload__product {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.download__thumb__gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.download__preview__button__block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.single__donwload__product:hover .download__preview__button__block {
    opacity: 1;
    visibility: visible;
}
.edd_purchase_submit_wrapper input[type="submit"].edd-submit,
.edd_purchase_submit_wrapper input[type="submit"],
.download__custom__preview__link a,
a.price__variable__modl__button,
.edd_purchase_submit_wrapper a.edd-add-to-cart,
.edd_purchase_submit_wrapper a.edd-add-to-cart.blue,
.edd_purchase_submit_wrapper a.edd_go_to_checkout.blue {
    border: 0;
    background: #ffffff;
    display: block;
    padding: 10px 25px;
    height: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #060606;
    border-radius: 5px;
    width: 150px;/* 180 */
    text-align: center;
    margin: 10px 0;
}
.download__modal__popup__overlay .edd_purchase_submit_wrapper > a{
    background: #ff5e5e;
    color: #ffffff;
}
.download__custom__preview__link a:hover,
a.price__variable__modl__button:hover,
.edd_purchase_submit_wrapper a.edd-add-to-cart.blue:hover,
.edd_purchase_submit_wrapper a.edd_go_to_checkout.blue:hover{
    background: #ff5e5e;
    color: #ffffff;
}

.edd_price_options.edd_single_mode {
    border: 1px solid;
}

.edd_price_options.edd_single_mode li label {
    display: block;
    border-bottom: 1px solid;
    padding: 10px 10px;
    margin-bottom: 0;
    font-weight: 400;
}

.edd_price_options.edd_single_mode li:last-child label {
    border-bottom: 0;
}
/* ---- DROPDOWN---- */
.download__modal__popup__overlay .edd_download_purchase_form a {
    width: 100% !important;
    padding: 12px 20px !important;
    background: #333333 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}
/* ---- DROPDOWN END---- */

.download__product__details {
    padding: 30px;
    background: #f9fcff;
    position: relative;
}
.download__price__and__title {
    position: relative;
}
.single__download__title {
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
}
.download__price__inline {
    line-height: 1;
    display: inline-block;
    padding: 7px 14px;
    background: #ff5e5e;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: -15px;
    z-index: 9;
    font-size: 14px;
    box-shadow: 0px 4px 4px rgba(255,94,94,0.2);
}
.download__count i {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 5px;
}

.download__count {
    color: #0064eb;
    line-height: 1;
    display: inline-block;
}

.download__top__meta {
    font-size: 12px;
    margin-bottom: 7px;
}

.download__top__meta a {
    font-weight: 700;
}

.download__bottom__meta {
    overflow: hidden;
    line-height: 1;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.download__count {
    float: left;
    float: left;
    display: inline-block;
    background: #eff7ff;
    padding: 6px 12px;
    border-radius: 4px;
}

.download__review__count {
    float: right;
    width: 50%;
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    flex: 1;
}

.download__price {
	position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ff5e5e;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    letter-spacing: 1px;
}
.metadata__category a {
    color: #0064eb;
}
.sale__count__text {color: #669999;}
/* --------------------------------
	PRICE OVERLAY
---------------------------------- */
.download__modal__popup__overlay {
    background: #ffffff;
    padding: 40px;
}

/* -------------------------------
    SINGLE DOWNLOAD PAGE
------------------------------- */
.donwload__item__details__content form {
    padding: 30px;
    background: #f9fcff;
}
.single__item__details {
    background: #ffffff;
    padding: 30px;
    /* border: 2px solid #e1e6ff; */
    box-shadow: 0px 0px 16px rgba(6,55,99,0.06);
    filter: drop-shadow(0px 16px 16px rgba(6,55,99,0.06));
}
.single .single__donwload__product {
    border-radius: 5px 5px 0 0;
}

.download__item__details__section {}
.donloead__item__details__menu {
    padding-top: 30px;
}
.single__download__tabs__nav {
    border: 0;
    margin-bottom: 30px;
    display: flex;
}

.single__download__tabs__nav li,
.single__download__tabs__nav li.active {
    border: 0;
    flex: 1;
}

.single__download__tabs__nav li a{
    padding: 10px;
    border: 2px solid #f3fbff !important;
    border-radius: 0;
    padding-left: 60px;
    position: relative;
    z-index: 1;
}
.single__download__tabs__nav li a:after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background: #ffffff;
    transition: 0.3s;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #cde6ff;
    border-right: 2px solid #cde6ff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.single__download__tabs__nav li.active a:after {
    opacity: 1;
    visibility: visible;
    bottom: -14px;
}
.single__download__tabs__nav li.active a,
.single__download__tabs__nav li a:hover,
.single__download__tabs__nav li.active a:hover,
.single__download__tabs__nav li a:focus,
.single__download__tabs__nav li.active a:focus 
.single__download__tabs__nav li.active a,
.single__download__tabs__nav li:hover a {
    background: #ffffff !important;
    border: 2px solid #cde6ff !important;
    color: #0064eb !important;
}
.product__tab__icon {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.details__title {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}
.details__subtitle {
    line-height: 1;
}
.download__item__details__section .comments-area{
    margin: 0;
    padding: 0
}
.download__item__details__section .all-comments {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e1e6ff;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.download__item__details__section .comment-box {
    margin: 0;
    border: 0;
    padding: 0;
}

.download__item__details__section .comment-list{
    margin-top: 30px;
}
.download__item__details__section .single-comment{
    margin-top: 30px;
    padding-top: 30px;
}
.download__item__details__section .comment-list #reply-title{
    margin-top: 0;
}
.download__item__details__section ul .comment-respond {
    padding-top: 30px;
    border-top: 1px solid #e1e6ff;
    margin-top: 30px;
}
.download__item__details__section .single-comment #reply-title {
    margin-top: 0;
}
#item__details ol, #item__details ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
/* ------------------------------
    DETAILS REVIEW
------------------------------- */
.download__item__details__section .edd_review {
    border: 1px solid #e1e6ff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 20px 25px rgba(85,92,121,0.04);
    margin-top: 30px;
}

.download__item__details__section .edd-reviews-heading {
    font-size: 24px;
}

.download__item__details__section .edd-reviews-heading,
.download__item__details__section .edd-reviews-title {font-size: 24px;}

.download__item__details__section .edd-reviews-form {
    margin-top: 30px;
}
.download__item__details__section .edd-reviews-form form {
    margin-top: 20px;
}
.download__item__details__section form input,
.download__item__details__section form textarea{
    padding: 10px !important;
    max-height: 140px;
    box-shadow: 0 0 0 !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    border: 1px solid #e1e6ff;
}
.download__item__details__section form input:focus,
.download__item__details__section form textarea:focus{
    border-color: #ff5e5e;
}
.download__item__details__section .edd-reviews-review-form-rating {
    margin-top: 20px;
}
.download__item__details__section .edd-review-meta-rating {
    float: right;
}
.download__item__details__section .reply {margin-top: 10px;}

.download__item__details__section .edd-review-meta {
    margin-bottom: 10px;
    overflow: hidden;
}

.download__item__details__section input[type="submit"] {
    padding: 15px 30px !important;
    min-width: 180px;
    transition: 0.3s;
    background: #0064eb !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 50px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px !important;
    color: #ffffff !important;
    border: 1px solid #e1e6ff;
}

.download__item__details__section .fes-form-legend {
    padding-bottom: 30px !important;
    font-weight: 700;
    font-size: 24px;
}
div.fes-form .fes-el .fes-fields input[type=text],
div.fes-form .fes-el .fes-fields input[type=password],
div.fes-form .fes-el .fes-fields input[type=email],
div.fes-form .fes-el .fes-fields input[type=url],
div.fes-form .fes-el .fes-fields input[type=number],
.download__item__details__section div.fes-form .fes-el .fes-fields textarea {
    padding: 10px !important;
    border: 1px solid #e1e6ff !important;
    background: #ffffff;
    box-shadow:0 0 0;
}

.edd-page form *{
    border-color: #e1e6ff;
}

.download__item__details__section input[type="submit"]:hover,
.download__item__details__section input[type="submit"]:focus {
    background: #ff5e5e !important;
}


@media (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .single__download__tabs__nav {
        display: block;
    }

    .single__download__tabs__nav li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*===============================
    EDD DEFAULT PAGES
================================*/

.edd-page .page-content table th,
.edd-page .page-content table tr,
.edd-page .page-content table td,
.edd-page .post-details table th,
.edd-page .post-details table tr,
.edd-page .post-details table td,
.edd-page .comments-area table th,
.edd-page .comments-area table tr,
.edd-page .comments-area table td {
    padding: 10px !important;
}
.edd-page .page-content table th,
.edd-page .page-content #edd_final_total_wrap{
    background: #333333 !important;
    color: #ffffff !important;
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    min-width: 100px;
}

/* --------------------------------
    PURCHASE / DOWNLOAD CHECKOUT PAGE
----------------------------------- */
.download__empty__cart {
    text-align: center;
}

span.edd_empty_cart {
    display: none;
}

.edd-checkout.edd-page{

}
#edd_checkout_wrap {
    background: #ffffff;
    padding: 20px;
}

#edd_checkout_form_wrap legend {
    margin-bottom: 20px;
    padding-bottom: 17px;
    border: 1px solid #f4f4f4;
    padding: 10px 20px;
}

#edd_checkout_form_wrap input,
#edd_checkout_form_wrap label {
    width: 100% !important;
}
#edd_checkout_form_wrap input {
    padding: 10px 20px !important;
    margin-bottom: 20px !important;
}
#edd_checkout_form_wrap fieldset {
    margin-bottom: 0;
}
#edd_checkout_wrap .edd_cart_amount {
    font-weight: 700;
    margin-left: 10px;
}
#edd_checkout_form_wrap input[type="submit"] {
    width: auto !important;
    padding: 14px 30px !important;
    display: block;
    margin-top: 30px;
    min-width: 180px;
    margin-bottom: 0 !important;
    background: #333333;
    border: 0;
    font-size: inherit;
    border-radius: 0;
    transition: 0.3s;
    letter-spacing: 1px;
}
#edd_checkout_form_wrap input[type="submit"]:hover,
#edd_checkout_form_wrap input[type="submit"]:focus {
    background: #ff5e5e;
    color: #ffffff;
}
table#edd_checkout_cart td {
    text-align: center !important;
}

span.edd_checkout_cart_item_title {
    position: relative;
    top: 10px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

a.edd_cart_remove_item_btn {
    display: inline-block;
}

#edd_checkout_cart th.edd_cart_actions {
    text-align: left;
}

#edd_checkout_cart td img {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    span.edd_checkout_cart_item_title {
        display: none;
    }
}

/* --------------------------------
    PURCHASE TEST PAGE
----------------------------------- */
/* width */
ul.list::-webkit-scrollbar {
  width: 3px;
}

/* Track */
ul.list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd; 
  border-radius: 10px;
}
 
/* Handle */
ul.list::-webkit-scrollbar-thumb {
  background: #cccccc; 
  border-radius: 10px;
}

/* Handle on hover */
ul.list::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}
.edd-test-mode{

}

/* -------------------------------
    PURCHASE CONFIRMATION PAGE
---------------------------------- */
.edd-success.edd-page{

}
.edd-page .page-content {
    background: #ffffff;
    padding: 30px;
}
.edd__default__content > p:first-child,
.edd-page .page-content > p:first-child {
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #003366;
    font-weight: 500;
}
.edd-page .page-footer,
.edd-page .single-post-navigation,
.edd-page .comments-area{
    display: none;
}

/* -------------------------------
    PURCHASE HISTORY PAGE
---------------------------------- */
.edd-purchase-history.edd-page{

}

/* -------------------------------
    PURCHASE FAILD PAGE
---------------------------------- */
.edd-failed-transaction.edd-page{

}

.edd-failed-transaction.edd-page .page-content {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}
/* **************************************
*************************************** */
.edd__default__content {
    padding: 30px;
    background: #ffffff;
}
.page-template-edd_defaults .edd__default__content h3 {
    margin-top: 20px;
}
.fes-vendor-dashboard table,
.extended__dashboard__tab__content table,
.page-template-edd_defaults .edd__default__content table{
    border-left: 1px solid #e0deff;
    border-top: 1px solid #e0deff;
}
.fes-vendor-dashboard table th,
.fes-vendor-dashboard table td,
.extended__dashboard__tab__content table th,
.extended__dashboard__tab__content table td,
.page-template-edd_defaults .edd__default__content table th,
.page-template-edd_defaults .edd__default__content table td {
    padding: 10px !important;
}
.fes-vendor-dashboard table td,
.extended__dashboard__tab__content table td,
.page-template-edd_defaults .edd__default__content table td {
    border-right: 1px solid #e0deff !important;
    border-bottom: 1px solid #e0deff !important;
}
.fes-vendor-dashboard table th,
.extended__dashboard__tab__content table th,
.page-template-edd_defaults .edd__default__content table th {
    background: #333333 !important;
    color: #ffffff;
    border: 1px solid #e0deff;
}

/*===============================
    VENDOR DASHBOARD PAGE
=================================*/
/*-------------
    BECOME VENDOR
---------------*/
.edd__become__vendor .single-post-navigation {
    display: none;
}
.edd__become__vendor .fes-login-registration form {
    padding: 30px;
    background: #ffffff;
}
.edd__become__vendor .fes-login-registration form div.fes-el {
    margin-bottom: 20px;
}
.edd__become__vendor .fes-login-registration form legend {
    padding-bottom: 10px;
}
.edd__become__vendor .fes-login-registration form input {
    padding: 10px 20px;
}
.edd__become__vendor .fes-login-registration form input.edd-submit {
    padding: 15px 30px;
    height: auto;
    min-width: 180px;
    font-size: inherit;
    border: 0;
    border-radius: 0;
    background: #333333;
    color: #ffffff;
    transition: 0.3s;
    outline: 0;
}
.edd__become__vendor .fes-login-registration form input.edd-submit:hover,
.edd__become__vendor .fes-login-registration form input.edd-submit:focus {
    background: #ff5e5e;
    color: #ffffff;
    outline: 0;
}
.edd__become__vendor .fes-login-registration form a#fes_lost_password_link {
    margin-top: 15px;
    display: block;
}
/* -------------
    MENU
-------------- */

.fes-vendor-dashboard-wrap {
    position: relative;
    overflow: hidden;
}

.fes_dashboard_menu {
    float: left;
    width: 250px;
}

span.fes__author__thumb {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

.user-information-ex-dashboard {
    text-align: left;
}

span.fes__author__name {
    display: block;
    font-weight: 700;
}

.user-information-ex-dashboard {
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
}

.fes-vendor-menu {
    margin-bottom: 15px;
}
.fes-vendor-menu .icon-shopping-cart {
    background-position: -360px -120px;
}
.fes-vendor-menu [class^="icon-"],
.fes-vendor-menu [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 0.3em;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
.fes-vendor-menu > ul > li > a,
.fes-vendor-menu > ul > li > a {
    display: block;
    letter-spacing: 1px;
    padding: 0 8px;
    text-decoration: none;
}
.fes-vendor-menu .icon-wrench {
    background-position: -360px -144px;
}
.fes-vendor-menu .icon-pencil {
    background-position: 0 -72px;
}

.fes-vendor-menu .nav-pills > .active > a > [class^="icon-"],
.fes-vendor-menu .nav-pills > .active > a > [class*=" icon-"],
.fes-vendor-menu .nav-list > .active > a > [class^="icon-"],
.fes-vendor-menu .nav-list > .active > a > [class*=" icon-"],
.fes-vendor-menu .dropdown-menu > li > a:hover > [class^="icon-"],
.fes-vendor-menu .dropdown-menu > li > a:focus > [class^="icon-"],
.fes-vendor-menu .dropdown-menu > li > a:hover > [class*=" icon-"],
.fes-vendor-menu .dropdown-menu > li > a:focus > [class*=" icon-"],
.fes-vendor-menu .dropdown-menu > .active > a > [class^="icon-"],
.fes-vendor-menu .dropdown-menu > .active > a > [class*=" icon-"],
.fes-vendor-menu .dropdown-submenu:hover > a > [class^="icon-"],
.fes-vendor-menu .dropdown-submenu:focus > a > [class^="icon-"],
.fes-vendor-menu .dropdown-submenu:hover > a > [class*=" icon-"],
.fes-vendor-menu .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
}
.fes-vendor-menu .icon-white {
    background-image: url("../img/glyphicons-halflings-white.png");
}
.fes-vendor-menu .icon-order {
    background-position: 0 -72px;
}
.fes-vendor-menu .icon-list {
    background-position: -360px -48px;
}
.fes-vendor-menu .icon-user {
    background-position: -168px 0;
}
.fes-vendor-menu .icon-gift {
    background-position: -24px -120px;
}
.fes-vendor-menu .icon-home {
    background-position: 0 -24px;
}
.fes-vendor-menu .icon-earnings {
    background-position: -408px -0;
}
.fes-vendor-menu .icon-off {
    background-position: -384px 0;
}
.fes-vendor-menu .fes-vendor-vendor-feedback-tab .icon-black {
    background-position: -145px 0;
}

.fes-vendor-menu ul,
.fes-vendor-menu  ul {
    display: block;
    margin: 0;
    padding: 0;
}
.fes-vendor-menu ul:after {
    clear: both;
    content: " ";
    display: block;
}
.aabbe-frontend-menus {
    padding: 30px;
    background: #ffffff;
}
.fes-vendor-menu ul li,
.fes-vendor-menu ul li {
    display: block;
    float: none !important;
    text-align: left !important;
    padding: 5px 0;
}

li.fes-vendor-menu-tab.fes-vendor-logout-tab {
    display: none;
}
li.fes-vendor-menu-tab.fes-vendor-logout-tab.custom__logout__tab {
    display: block;
}
.user__dashboard__page {
    box-shadow: 0 2px 16px rgba(122, 159, 189, 0.2);
}
.user__dashboard__information {
    display: none;
}

/* ------------
    DASHBOARD
------------- */
.fes-vendor-dashboard-wrap table {
    width: 100%;
}
.fes-vendor-dashboard {
    float: right;
    width: calc( 100% - 280px );
}
#fes-vendor-dashboard {
    background: #ffffff;
    padding: 30px;

}
.vendoer__product__table {
    overflow-y: hidden;
    overflow-x: scroll;
}
#fes-vendor-dashboard legend {
    padding-bottom: 10px;
    border-color: #e0deff;
}

.vendor__meta__boxes {
    background: #ffffff;
    border-bottom: 1px solid #e0deff;
    padding: 20px;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
}
.vendor__meta__boxes > div {
    flex-grow: 1;
    margin: 0 10px;
}

.vendor__meta__boxes > div h4 {
    margin-bottom: 0;
}
#fes-vendor-announcements {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0deff;
    margin-bottom: 30px;
}
#fes-vendor-store-link {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0deff;
    padding-bottom: 30px;
}

#fes-comments-table td.col-content.fes-comment-column {
    text-align: left;
}
.fes-fields table {
    border: 1px solid #e0deff !important;
}
.fes-vendor-dashboard-wrap table th {
    background: #333333;
    color: #ffffff;
    vertical-align: middle;
}

.fes-vendor-dashboard-wrap table td {
    padding: 10px !important;
    text-align: center;
    min-width: 120px;
}
.fes-vendor-comment-respond-form.fes-comment-respond-form textarea {
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    max-height: 150px;
    border-color: #e0deff;
}
.fes-vendor-comment-respond-form button {
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    border: 0;
    background: #333333;
    color: #ffffff;
    transition: 0.3s;
    margin-right: 10px;
}
.fes-vendor-comment-respond-form button:hover,
.fes-vendor-comment-respond-form button:focus {
    background: #ff5e5e;
}
.fes-vendor-dashboard input[type="submit"].edd-submit {
    background: #ff5e5e !important;
    padding: 13px 30px !important;
    height: auto !important;
    border: 0 !important;
    min-width: 180px;
    transition: 0.3s;
    font-size: inherit !important;
    margin-right: 20px;
    outline: 0;
    border-radius: 0 !important;
}

.fes-vendor-dashboard input[type="submit"].edd-submit:hover,
.fes-vendor-dashboard input[type="submit"].edd-submit:focus {
    background: #ffffff !important;
    -webkit-box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    color: #ff5e5e !important;
}
td.fes-product-list-td.product__title__row {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table#fes-product-list th{
    text-align: center;
}
table#fes-product-list td {
    vertical-align: middle;
}

a.edd-fes-action {
    display: inline-block;
    margin: 0 5px;
}
/* -------------
    PRODUCTS PAGEE
---------------- */
table#fes-product-list {
    overflow-x: scroll;
    overflow-y: hidden;
}
/* -------------
    ORDER TABLES
---------------- */
.aabbe__order__flex {
    display: flex;
    flex-flow: column;
}
.aabbe__order__list {}

.aabbe__order__flex__item {
    display: flex;
    flex-wrap: nowrap;
}
.aabbe__order__item__data {
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aabbe-frontend-menus {
        text-align: center;
    }
    .fes_dashboard_menu {
        width: 100%;
    }
    .aabbe-frontend-menus ul li,
    li.fes-vendor-menu-tab.fes-vendor-logout-tab.custom__logout__tab {
        display: inline-block ;
    }
    .fes-vendor-dashboard {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .aabbe-frontend-menus {
        text-align: center;
    }
    .fes_dashboard_menu {
        width: 100%;
    }
    .aabbe-frontend-menus ul li,
    li.fes-vendor-menu-tab.fes-vendor-logout-tab.custom__logout__tab {
        display: inline-block ;
    }
    .fes-vendor-dashboard {
        width: 100%;
    }
    .vendor__meta__boxes {
        display: block;
        overflow: hidden;
    }

    .vendor__meta__boxes > div {
        float: left;
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }
    .vendor__meta__boxes > div:last-child {
        width: 100%;
    }
    .fes-vendor-comment-respond-form button {
        width: 100%;
        margin: 7px 0;
    }
}
/* ===============================
    USER DASHBOARD PAGE
================================= */
/* -------------------
    USER LOGIN PAGE
--------------------- */
.aabbe__default__login__form {
    padding: 30px;
    box-shadow: 0px 3px 16px 0px rgba(0, 100, 235, 0.1);
    background: #ffffff;
}
#edd_login_form label,
#edd_register_form label {
    font-weight: normal;
}
.login__dashboard__logo {
    margin-bottom: 20px;
    text-align: center;
}
.login__dashboard__logo a {
    display: inline-block;
}

.aabbe__website__login__form {}
.aabbe__website__login__form input {
    padding: 10px;
    margin-top: 10px;
}
p.edd-logged-out {
    text-align: center;
}
p.edd-login-remember {
    width: 50%;
    float: left;
}

p.edd-lost-password {
    float: right;
}
.aabbe__website__login__form input.edd_submit {
    width: 100%;
    padding: 15px;
    font-size: inherit;
    border-radius: 0;
    border: 0;
    margin-top: 20px;
    background: #0064eb;
    color: #ffffff;
    transition: 0.3s;
}
.aabbe__website__login__form input.edd_submit:hover,
.aabbe__website__login__form input.edd_submit:focus {
    background: #ff5e5e;
}
/* -------------------
    MENU & CONTENTS
---------------------- */
.page-template-dasboard-extended,
.page-template-extended-dashboard-template {
    background: #f9fcff;
}
.page-template-dasboard-extended .content-area {
    overflow: hidden;
}
.extended__dasboard__tab__menu {
    background: #ffffff;
    padding: 30px;
    padding-bottom: 0;
}
.extended__dasboard__tab__menu ul li {
    margin-bottom: 0;
}
.extended__dasboard__tab__menu ul li a {
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    border:0;
}

.extended__dasboard__tab__menu ul li.active a,
.extended__dasboard__tab__menu ul li a:hover,
.extended__dasboard__tab__menu ul li a:focus {
    background: #ff5e5e !important;
    color: #ffffff !important;
    border: 0 !important;
}
.extended__dashboard__tab__content {
    background: #ffffff;
    padding: 30px;
}

.extended__dashboard__tab__content input {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.extended__dashboard__tab__content legend {
    padding-bottom: 15px;
}

.extended__dashboard__tab__content input[type="submit"].edd-submit {
    border-radius: 3px;
    padding: 15px 30px;
    min-width: 180px;
    font-size: inherit;
    border-radius: inherit;
    border: 0;
    background: #0064eb;
    color: #ffffff;
    transition: 0.3s;
}
.extended__dashboard__tab__content input[type="submit"].edd-submit:hover,
.extended__dashboard__tab__content input[type="submit"].edd-submit:focus {
    background: #ff5e5e;
    outline: 0;
}

/* --------------
    PROFILE
---------------- */
.user-dashboard-page .dasboard-tab {
    text-align: center;
    margin-bottom: 50px;
}
#edd_profile_editor_form .row > div {
    margin-bottom: 20px;
}

#edd_profile_address_fieldset  {
     margin-bottom: 30px; 
}
.user-dashboard-page legend {
    padding-bottom: 10px;
}
.user-dashboard-page input,
.user-dashboard-page select {
    width: 100%;
    padding: 10px;
    height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .extended__dasboard__tab__menu ul li a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .extended__dasboard__tab__menu ul li a {
        margin-bottom: 15px;
    }
}

/* --------------------------
    VENDOR CONTACT FORM
---------------------------- */
.author__message__modal h4 {
    margin-top: 15px;
    color: #ffffff;
}

.author__message__modal .modal-header {
    background: #ff5e5e;
    color: #ffffff;
}

.author__message__modal legend {
    padding-bottom: 15px;
}

.author__message__modal .modal-body {
    background: #F4F4FB;
    padding: 20px 30px;
}
.author__message__modal label {
    color: #777777;
    font-weight: 400;
}
div.author__message__modal .fes-form .fes-el .fes-fields input[type=text],
div.author__message__modal .fes-form .fes-el .fes-fields input[type=password],
div.author__message__modal .fes-form .fes-el .fes-fields input[type=email],
div.author__message__modal .fes-form .fes-el .fes-fields input[type=url],
div.author__message__modal .fes-form .fes-el .fes-fields input[type=number],
div.author__message__modal .fes-form .fes-el .fes-fields textarea {
    border:1px solid #e1e6ff;
    box-shadow:0 0 0;
    background:#ffffff;
    max-height:150px;
    padding: 10px;
}
.author__message__modal .fes-form .fes-submit input[type=submit] {
    border: 0;
    padding: 14px 20px;
    height: auto;
    min-width: 160px;
    border-radius: inherit;
    margin-bottom: 20px;
    font-size: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: 0;
    font-size: 14px;
    background: #ff5e5e;
    position: relative;
    box-shadow: 0px 15px 40px 0px rgba(255, 69, 104, 0.29);
    transition: 0.3s;
}
.author__message__modal .fes-form .fes-submit input[type=submit]:hover{
    background: #ffffff;
    color: #ff5e5e;
}
/* ----------------------------------
    VENDOR CONTACT MODE LOGIN
------------------------------------ */
.main__login__form {}

.main__login__form input {
    padding: 10px;
}
.main__login__form .edd-login-remember {
    float: left;
    text-align: left;
}
.main__login__form .edd-lost-password a {
    color: #003366;
}
.main__login__form .edd-lost-password a:hover {
    color: #ff5e5e;
}
.main__login__form .edd-login-submit .edd_submit {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    border: 0;
    background: #ff5e5e;
    color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 15px 40px 0px rgba(255, 69, 104, 0.29);
    transition: 0.3s;
}
.main__login__form .edd-login-submit .edd_submit:hover {
    background: #ffffff;
    color: #ff5e5e;
}

/* ===================================
    EDD WIDGETS
==================================== */
/* ---- PAYMENTS ICON ---- */
.payment__icons {
    display: flex;
}

.payment__icons img {
    width: 20%;
    padding: 0 2px;
    flex-grow: 5;
    max-width: 65px;
}

/* ---- PRODUCT BUY IFNO ---- */
p.price__desc {
    padding-top: 25px;
}

.buy__top__price {
    font-size: 80px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}
.buy__top__price span.edd_price {
    display: inline-block;
}
.buy__top__price span.edd_price::first-letter, 
.buy__top__price span.edd_price.edd_price_range_low::first-letter,
.buy__top__price span.edd_price.edd_price_range_high::first-letter {
    font-size:20px !important;
    font-weight: 600;
}
span.edd_price_range_sep {
    letter-spacing: -6px;
}
.buy__now__addcart__buttons .edd_price_options .nice-select {
    border-radius: 0;
    width: 100%;
    min-height: 50px;
    border: 2px solid #F7F5F5;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 55px;
    background: transparent;
    line-height: 50px;
    border-radius: 5px;
}
.buy__now__addcart__buttons .edd_price_options .nice-select .list {
    color: #6384a5;
}

.buy__now__addcart__buttons .edd_price_options .nice-select:after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    right: 20px;
}

.download__bottom__flex .edd_price_options .nice-select {
    border-radius: 5px;
    min-height: 44px;
    line-height: 44px;
}

.edd_price_options .nice-select:active,
.edd_price_options .nice-select.open, 
.edd_price_options .nice-select:focus {
    border-color: #F7F5F5;
}
.edd_price_options {
    min-height: 50px;
}
.buy__now__addcart__buttons .edd_price_options {
    margin-bottom: 30px;
    margin-top: 20px;
    min-height: 50px;
}
.edd_download_purchase_form .edd_price_options li{
    padding-left: 18px;
    padding-right: 29px;
}
.buy__now__addcart__buttons .edd_price_options li a {
    padding-left: 15px !important;
}
.buy__now__addcart__buttons .edd_download_purchase_form {
    margin: 0;
}
.buy__now__addcart__buttons .download__preview__link a,
.buy__now__addcart__buttons .download__now__button a,
.buy__now__addcart__buttons a.edd_go_to_checkout.edd-submit,
.buy__now__addcart__buttons a.edd-add-to-cart.edd-submit, 
.buy__now__addcart__buttons a.edd_go_to_checkout.button.blue.edd-submit,
.buy__now__addcart__buttons a.edd-add-to-cart.button.blue.edd-submit 
{
    padding: 12px 20px;
    background: #0064eb;
    display: block;
    text-align: center;
    line-height: inherit;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    clear: both;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.buy__now__addcart__buttons .download__preview__link a{
    background: #003b69;
    border-color: #003b69;
    margin-top: 10px;
}
.buy__now__addcart__buttons .download__now__button a {
    margin-top: 10px;
}
/* .buy__now__addcart__buttons a.edd_go_to_checkout.button.blue.edd-submit{
    margin-top: 0;
} */

.variable__pricess a.edd_go_to_checkout.edd-submit {
    margin-top: 0 !important;
}
.buy__now__addcart__buttons .download__now__button a:hover,
.buy__now__addcart__buttons a.edd_go_to_checkout.edd-submit:hover,
.buy__now__addcart__buttons a.edd-add-to-cart.edd-submit,:hover 
.buy__now__addcart__buttons a.edd_go_to_checkout.button.blue.edd-submit:hover,
.buy__now__addcart__buttons a.edd-add-to-cart.button.blue.edd-submit:hover,
.buy__now__addcart__buttons .download__now__button a:focus,
.buy__now__addcart__buttons a.edd_go_to_checkout.edd-submit:focus,
.buy__now__addcart__buttons a.edd-add-to-cart.edd-submit,:focus 
.buy__now__addcart__buttons a.edd_go_to_checkout.button.blue.edd-submit:focus,
.buy__now__addcart__buttons a.edd-add-to-cart.button.blue.edd-submit:focus{
    background: #ffffff;
    color: #0064eb;
    border-color: #ffffff;
}
.buy__now__addcart__buttons .download__preview__link a:hover,
.buy__now__addcart__buttons .download__preview__link a:focus{
    background: #ffffff;
    border-color: #ffffff;
    color: #0064eb;
}
.product__sale__comments__count {
    display: flex;
    margin-top: 30px;
    font-weight: 700;
    color: #ffffff;
}

.product__sale__count {
    flex: .5;
}

.product__comments__count {
    flex: .5;
}

.porduct__review__count {
    align-items: center;
    display: flex;
    margin-top: 20px;
}
/* ---- PRODUCT INFO ---- */
.single__product__info {
    display: flex;
    margin-bottom: 3px;
    font-size: 14px;
}

.product__info__left {
    /* flex: .5; */
    font-weight: 700;
    color: #003366;
}
.product__info__separator {
    font-weight: 700;
    color: #003366;
}
.product__info__right {
    flex: 1;
    padding-left: 10px;
    text-transform: capitalize;
    font-weight: 500;
    color: #00274e;
}
/* ----- EDD AUTHOR INFO ---- */
.download__author__widget,
.widget_themecore_edd_information_widget,
.widget_themecore_edd_details_widget {
}
.download__author__widget h3,
.widget_themecore_edd_details_widget h3 {
    display: none;
}

.download__author__widget:before,
.widget_themecore_edd_details_widget:before {
    display: none;
}
.widget_themecore_edd_details_widget {
    background: url(../img/author_widget_bg.png) no-repeat center center / cover;
    color: #ffffff;
    padding: 60px;
}
.download__author__widget {
    text-align: center;
    padding: 50px 30px;
    background: #063763;
    color: #8dacc8;
}

.author__thumb__and__lavel {
    display: block;
}

.download__author__widget .fes__author__thumb {
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.download__author__widget .fes__author__thumb img {
    border-radius: 5px;
}
.author__vendor__accepeted {
    position: absolute;
    right: -12px;
    top: -12px;
}
.download__author__content {
    margin-top: 20px;
}
.download__author__content > span {
    display: inline-block;
    padding: 10px 20px;
    background: #0064eb;
    margin: 5px 2px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 34px;
}
span.author__lavel__btn {
    background: #ff599d;
}

span.vendor__elite__bedge {
    background: #ff647a;
}

span.vendor__created__date {
    background: linear-gradient(-90deg, #00abe9 0%, #0030ff 100%);
}
span.author__location__form {
    background: #00d0fd;
}
.download__author__content > span i {
    margin-right: 7px;
}
span.vendor__elite__bedge i {
    margin: 0;
}
.widget.download__author__widget h4 {
    margin-bottom: 15px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
}
.download__author__widget .right__author__info h4 {
    margin-bottom: 0;
    font-size: 30px;
}

.fes__author__metabox {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}
.fes__author__metabox > div{
    flex: 1;
}

.author__contact__portfolio__button a {
    width: 100%;
    display: block;
    padding: 9px 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    height: 50px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 2px solid #ffffff;
    max-width: 220px;
    display: inline-block;
}
.author__contact__portfolio__button a.protfoli__view__button {
    margin-top: 20px;
}
.author__contact__portfolio__button a:hover,
.author__contact__portfolio__button a:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #063763;
}
/* ----- CAT / TAGS ---- */
.widget_edd_categories_tags_widget {
    text-transform: capitalize;
}
.widget_edd_categories_tags_widget li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.widget_edd_categories_tags_widget li a {
    display: block;
}
.widget_edd_categories_tags_widget li a span {
    float: right;
}

/* ----- ADD TO CART ---- */

.widget_edd_cart_widget {
    color: #003366;
}

.widget_edd_cart_widget span.edd-cart-item-title {
    white-space: nowrap;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
}

.widget_edd_cart_widget li.edd-cart-item {
    display: flex;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.widget_edd_cart_widget span.edd-cart-item-price {
    font-weight: 700;
    color: #003366;
}

.widget_edd_cart_widget a.edd-remove-from-cart {
    margin-left: 4px;
}

.widget_edd_cart_widget li.cart_item.edd-cart-meta.edd_total {
    padding: 10px;
    text-align: right;
    color: #003366;
    margin-bottom: 30px;
}

.widget_edd_cart_widget p.edd-cart-number-of-items {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d4e0;
    color: #003366;
}
li.cart_item.edd_checkout a {
    background: #333;
    display: block;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
}

li.cart_item.edd_checkout a:hover,
li.cart_item.edd_checkout a:focus {
    background: #ff5e5e;
}


.video__player__wrap .plyr__poster,
.video__player__wrap .plyr__control {
    transition: 1s;
}

.video__player__wrap:hover .plyr__poster,
.video__player__wrap:hover .plyr__control {
    opacity: 0;
    visibility: hidden;
}
.audio__preview__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.audio__visualizer {
    height: 128px;
    background: linear-gradient(45deg, rgb(17 40 53 / .7), rgb(0 82 119 / 0.7));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.audio__visualizer > wave {
    height: 100% !important;
}
.audio__visualizer > wave > wave {
    border-right: 1px solid white !important;
}
button.audio__play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00b3ff;
    border: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    padding-top: 10px;
    transition: 0.5s;
    color: #ffffff;
}
.plyr--audio .plyr__controls{
    background: #292929;
}


.gallery__preview__thumb__slider {
    display: flex;
    margin-top: 15px;
    max-width: 100%;
    overflow: hidden;
}

.single__thumb__slide {
    margin-right: 15px;
}