.user-advs-list .box {
    display: block;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, .2) inset;
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, .2) inset;
    margin-bottom: 15px;
}

.user-advs-list .box h3 {
    float: right;
    margin: 0;
    font-size: 17px;

}

.user-advs-list .adv-stat {
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #333;
}

.user-advs-list .advs-added {
    background-color: #fd8e05;
}

.adv-stat.stat-publish {
    background-color: green;
}

.click-count {
    font-style: normal;
    display: block;
    float: left;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #000;
}

.sect-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.sect-title:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 40px;
    height: 6px;
    background-color: #333;
}

.sect-title.c {
    text-align: center;
}

.sect-title.c:before {

    right: 50%;
    margin-right: -20px;

}

.sect-title h1,
.sect-title h2,
.sect-title h3 {
    font-size: 28px !important;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul a {
    display: block;
    padding: 9px 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    margin-bottom: 7px;
}

.view-adv-wrapp {
    min-height: 680px;

}

.view-banner {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.txt-link-view {
    text-align: center;
}

.txt-link-view a {
    display: inline-block;
    padding: 10px 20px;
    min-width: 220px;
    border-radius: 5px;

}

.top-menu {
    width: calc(100% -400px);
}

.user-menu {
    float: left;
    margin-top: 55px;
}

.user-menu>li {
    position: relative;
}

.user-menu>li>a {
    display: block;
    float: right;
}

.user-menu .cart-icon {
    text-align: center;
    padding: 2px;
    margin-right: 8px;
    background: #9d9d9d;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;

}

.user-menu .cart-icon i {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 31px;
}

.cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

.user-menu a {
    display: block;
    padding: 4px 10px;
}

.user-menu ul {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    background-color: #eee;
    border-radius: 4px;
    display: none;
}

.user-menu ul a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}

.user-menu ul a i {
    font-size: 18px;
}

#user-avatar {
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    margin-left: 10px;
}

#user-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-menu-wrap {
    border-radius: 40px;
    padding: 9px 5px;
    padding-left: 12px;
    background-color: #eeeeee;
}

.user-menu-wrap a {
    padding: 0;
}

.user-menu-wrap a b {
    font-size: 20px;
}

form.login,
form.register {
    min-height: 320px;
}


/*=============================================================================================*/
.pd--inner {
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    position: relative;
    padding-bottom: 50px;
}

.pd--fields b {
    float: right;
}

.pd--inner .woocommerce-loop-product__title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    height: 70px;
    text-align: center;
}

.pd--inner .price {
    position: absolute;
    top: 15px;
    left: 19px;
    padding: 0 8px;
    background-color: #ea3504;
    border-radius: 25px;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}

.pd--fields {
    margin: 15px 0 0 !important;
}

.pd--fields li {
    padding: 2px 8px;
    font-size: 15px;
}

.pd--fields li:nth-child(odd) {
    background-color: #eee;
}

.pd--fields span {
    float: left;
}

.pd--fields-wide {
    margin-bottom: 15px !important;
}

.pd--fields-wide li {
    float: right;
    width: 50%;
    padding: 10px;
    background-color: transparent !important;
    border-right: 3px solid #fff;
}

.pd--fields-wide li:nth-child(3),
.pd--fields-wide li:nth-child(4),
.pd--fields-wide li:nth-child(7),
.pd--fields-wide li:nth-child(8) {
    background-color: #eee !important;
}

.pd--fields-wide li i {
    font-size: 23px;
    float: right;
    margin: 4px 0 0 7px;
}

.padd-2 {
    padding: 12px;
}

.pd--inner .add_to_cart_button,
.show-more {
    position: absolute !important;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 25px !important;
    height: 50px;
    line-height: 28px !important;
    width: 60% !important;
    text-align: center;
}

.show-more {
    left: auto;
    right: 0;
    width: 40% !important;
    display: block;
    line-height: 45px !important;
    color: #fff !important;
    border-radius: 0 0 25px 0 !important;
}

.featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #ff8300;
    padding: 0px 10px;
    font-size: 22px;
    border-radius: 40px;
    z-index: 9;
}

#acf-form .acf-button {
    display: block;
    width: 200px;
    margin: 0 auto;
    border-radius: 6px;
    font-weight: 600 !important;
}

.page-template-page-adv-edit .view-adv-wrapp {
    margin: 0 auto;
    max-width: 700px;

}

.page-template-page-adv-edit .view-adv-wrapp label {
    font-weight: 600 !important;
}

/*==========================================================*/
.single-domains-toggle {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 20px;
}

.doms-items {
    margin: 0 -5px 25px;
    display: none;
}

.doms-items li {
    direction: ltr;
    text-align: center;
    width: 33.333%;
    float: right;
    padding: 0 5px;
}

.doms-items li a {
    display: block;
    padding: 4px 10px;
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 4px;
}

.ads-detls {
    margin-bottom: 30px;
}

.ads-detls li {
    float: right;
    width: 50%;
    font-size: 14px;
    padding: 6px 10px;
}

.ads-detls li:nth-child(4n+1),
.ads-detls li:nth-child(4n+2) {
    background-color: #eee;
}


.dirs-items-toggle {
    display: block;
    padding: 4px 12px;
    border-radius: 6px;
    background-color: #eee;
    margin-bottom: 12px;
}

.dirs-items {
    display: none;
    margin: 0 -5px;
}

.dirs-items li {
    float: right;
    width: 33.333%;
    padding: 5px;
}

.dirs-items li a {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #eee;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.site-pre-box {
    background-color: #eee;
    padding: 10px;
    background-color: #eee;
}

.site-pre-box img {
    width: 100px;
    height: 100px;
    float: right;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.site-info {
    margin-right: 120px;
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
}

.site-info div {
    margin: 0 0 5px;
}

@media screen and (max-width: 770px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: auto !important;
        margin: 0 auto 30px !important;
        max-width: 400px;
        float: none !important;

    }
}

.post--in {
    min-height: 600px;
}

.doms-page-list li {
    float: right;
    width: 20%;
    margin-bottom: 12px;
    padding: 0 10px;
}

.doms-page-list a {
    height: 50px;
    display: block;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-shadow: 0 1px 0 #fff;

    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2) inset;
    -moz-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2) inset;
    font-size: 16px;
}

.doms-page-list a b {
    float: left;
}

.doms-page-list a img {
    width: 28px;
    float: right;
    margin-left: 8px;
}

@media screen and (max-width: 1200px) {
    .doms-page-list li {
        width: 33.333%;

    }
}

@media screen and (max-width: 700px) {
    .doms-page-list li {
        width: 50%;

    }
}

@media screen and (max-width: 490px) {
    .doms-page-list li {
        width: auto;
        float: none;

    }
}

.pd--inner a.added_to_cart {
    position: absolute;
    top: 311px;
    left: 10px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}

.orders-notice {
    background: #ef8568;
    border: 1px solid #ea3504;
    padding: 12px 16px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
}

.orders-notice .close-notice {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}

.orders-notice span {
    display: block;
    margin-left: 40px;
    font-size: 14px;
}

/*============================================== WOO ======================================================*/
.woocommerce-info {
    border-top-color: #ea3504;
}

.woocommerce-info::before {
    color: #ea3504;
}

body.woocommerce-shop .shop-intro {
    display: none !important;
}



.woocommerce ul.products li.product a img {
    border-radius: 25px 25px 0 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 25%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {

    width: 73%;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #ea3504;
    font-size: 2em;
}

.entry-summary .price {
    margin: 0;
    float: right;
}

.woocommerce-product-details__short-description {
    clear: both;
}

.single_add_to_cart_button {
    float: left !important;
    border-radius: 33px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #ea3504;
}

/* .single_add_to_cart_button::after {
    content: " 🛒";
} */

/*=============================================== //WOO =====================================================*/