
/* -------------------------------------
    EDD PROFILE EDITOR
--------------------------------------- */
#element__ready__edd__content__wrap input[type="submit"] {
    clear: both;
    display: block;
    float: left;
}

#element__ready__edd__content__wrap p.edd-lost-password {
    margin-top: -42px;
}

#element__ready__edd__content__wrap .edd-login-remember {
    width: 100%;
}
/* ------------------------------------
    EDD CATEGORY SEARCH WIDGET
-------------------------------------- */
.download__search__cats__form {
    position: relative;
    height: 60px;
    width: 100%;
}

.download__search__cats {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}
.download__search__cats .nice-select.wide {
    width: auto;
    height: 100%;
    line-height: 60px;
}
.download__search__cats.clearfix {
    display: none;
}

.download__search__cats__form input[type="search"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 148px;
}

.download__search__cats__form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
}
/* -------------------------------------
    EDD PRODUCT WIDGET
-------------------------------------- */
.element__ready__edd__product__layout__1 .download__thumb__gallery {
    max-height: 220px;
}
.edd-products-content-area{
    overflow: hidden;
}
.tooltipster-sidetip .mb30,
.element__ready__edd__item__parent .mb30 {
    margin-bottom: 0;
}


/* ------ THUMBNAIL IMAGE ------ */
.tooltipster-sidetip.tooltipster-noir.noir-customized .tooltipster-box {
    background: #ffffff;
    padding: 0;
    border-radius: 6px;
    border: 6px solid #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.tooltipster-sidetip.tooltipster-noir.noir-customized .tooltipster-content {
    color: #6384a5 !important;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff !important;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ffffff !important;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff !important;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff !important;
    left: 0;
    top: -3px
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ffffff !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ffffff !important;
}
/* -------------------------------
    EDD LOGIN & REGISTER
-------------------------------- */
.element__ready__website__login__register {
    padding: 30px;
    background: #ffffff;
}

.login__form__logo {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}
.element__ready__website__login__register h3 {
    text-align: center;
    margin-bottom: 20px;
}
.element__ready__website__login__register input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.element__ready__website__login__register .edd-login-remember input {
    padding: 0;
    margin: 0;
    width: auto;
}

.element__ready__website__login__register .edd_submit {
    padding: 10px;
    font-size:inherit;
}
a.account__signing_register {
    display: block;
    margin-top: 20px;
    text-align: center;
}
/* ----------------------------
    EDD CATEGORY QUERY
------------------------------- */

.product__category__lists {
    text-align: center;
    overflow: hidden;
}
.single__category__item {
    width: 200px;
    height: 200px;
    display: inline-block;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0,100,235,0.3);
    margin: 15px;
}
.category__post__count {
    background: #333333;
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.single__category__item .category__icon {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 90px;
    line-height: 70px;
}

.single__category__item .category__icon img{
    margin: 0 auto;
    display: inline-block;
}

.single__category__item .category__title{
    font-size: 18px;
    text-transform: uppercase;
}

.single__category__item:hover {
    background: #0066ff;
    color: #ffffff;
}


.element__ready__edd__table__wrap .edd-cart-number-of-items {
    font-weight: 600;
    margin-bottom: 14px;
}

.element__ready__edd__table__wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0;
}

.element__ready__edd__table__wrap ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.element__ready__edd__table__wrap ul li span {
    flex: 1;
}


.element__ready__edd__table__wrap ul li span.edd-cart-item-separator {
    max-width: 30px;
}

.element__ready__edd__table__wrap ul li span.edd-cart-item-price {
    max-width: 120px;
}

.element__ready__edd__table__wrap ul li.cart_item.edd_checkout {
    border: 0;
    text-align: right;
    display: inline-block;
    padding: 21px 0;
    clear: both;
    width: 100%;
}

.element__ready__edd__table__wrap ul li.cart_item.edd-cart-meta.edd_total {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.element__ready__edd__table__wrap ul li.cart_item span {
    flex: 0;
}

.element__ready__edd__table__wrap ul li.cart_item.edd_checkout a {
    padding: 12px 30px;
    background: #5e93fc;
    color: #fff;
    border-radius: 3px;
}

.element__ready__edd__table__wrap ul li.cart_item.empty {
    text-align: center;
    display: block;
    border: 0;
    font-size: 24px;
    font-weight: 500;
}


#element__ready__edd__table__wrap input {
    width: 100% !important;
    border: 1px solid #dddddd;
}

.element__ready__edd__table__wrap #edd_discounts_list li {
    border: 1px solid #dddddd;
}

.element__ready__edd__table__wrap .edd-no-downloads {
    text-align: center;
}
