/*Woocommerce style*/

/* Woo header style*/
h1.wh-stitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    min-height: 40px;
    align-items: center;
}
.woo-icons {
    display: flex;
    flex-direction: row-reverse;
    height: 42px;
    align-items: center;
}

.woo-icons i {
    margin-left: 10px;
    font-size: 20px;
}
.asthir-wh-text i {
    font-size: 34px;
    line-height: 35px;
    margin-right: 5px;
}
.asthir-wh-text {
    display: flex;
    min-height: 40px;
    font-size: 20px;
    font-weight: 500;
}

.asthir-wh-text span {
    display: block;
    font-size: 14px;
    width: 100%;
}
.asthir-woo-card .asthir-shopcart i {
    font-size: 24px;
    box-shadow: inherit;
}
.asthir-woo-card span.count.cart-contents {
    top: -7px;
    right: 1px;
    line-height: 19px;
}
.asthirtop-woohead .woo-icons i {
    background: #ededed;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    color: #555;
    margin: 0 5px;
}
.asthirtop-woohead .woo-icons i {
    background: #ededed;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    color: #555;
    margin: 0 5px;
}
h1.wh-stitle a:hover {
    text-decoration: inherit;
    color: inherit;
}
/*Woo header style end*/
/*Woo menu bar*/
.asthir-mobile-bar{
    display: none;
}
.asthir-mobile-bar .container {
    position: relative;
}
.asmobile-bar-search{
    visibility: hidden;
    opacity: 0;
    top: 50px;
    position: absolute;
    z-index: 0;
    transition: 0.5s;
    width: 100%;
}
.asmobile-bar-search.asmb-search-show{
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 1;
    top: -60px;
}
/*Woocommerce general style*/
.woocommerce .asthir-wbreadcrump {
    background: #ededed;
    padding: 15px 5px 1px;
}


@media only screen and (max-width: 991px) {
    .asthir-mobile-bar {
        display: block;
    }
    body.asthir-msmenu {
        margin-bottom: 60px !important;
    }
    .asmobile-bar-search {
        position: absolute;
        top: -60px;
        left: 0;
        width: 90%;
        background: #fff;
        margin-left: 5%;
        padding: 10px;
    }
    .asmobile-bar-search.asmb-show{
        visibility: visible;
        opacity: 1;
        top: -60px;
    }
}
.asthir-mobile-bar span {
    display: block;
}

.asthir-mobile-bar .col {
    border-right: 1px solid #ccc;
}

.asthir-mobile-bar .col:last-child {
    border: none;
}
.asthir-mobile-bar a {
    display: block;
}
.asthir-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 70px rgb(0 0 0 / 11%);
}
/*Woo menu bar end*/

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 10px 10px 20px;
    text-align: center;
    border-radius: 0 50px 0 50px;
}
.woocommerce .asthir-pstyle-two ul.products li.product, 
.woocommerce-page .asthir-pstyle-two ul.products li.product {
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 10px 10px 20px;
    text-align: center;
    border-radius: 0;
}
a.added_to_cart.wc-forward{
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce ul.products li.product .asthir-product-img {
    border: 2px solid #ededed;
    border-radius: 0 50px;
}
.woocommerce .asthir-pstyle-two ul.products li.product a img {
    border: 2px solid #ededed;
    border-radius: 0;
    transition: 0.5s;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 10%;
}
#review_form_wrapper .form-submit {
    display: inline-block;
}
.woocommerce ul.products li.product .asthir-product-img {
    display: block;
    overflow: hidden;
    margin: 0 0 1em;
    position: relative;
}

.woocommerce ul.products li.product .asthir-product-img img {
    margin-bottom: 0;
}
.woocommerce .asthir-phover-img1 ul.products li.product img {
    transform: scale(1);
    transition: 0.5s;
}

.woocommerce .asthir-phover-img1 ul.products li.product:hover img {
    transform: scale(1.1);
    position: inherit;
}
.asthir-product-img-two {
    position: absolute;
    top: 0px;
    left: -500px;
    z-index: 1;
    right: auto;
    width: 100%;
    transition: left 0.1s, opacity 0.4s;
    height: auto;
    opacity: 0;
}
.woocommerce ul.products li.product:hover .asthir-product-img-two {
    left: 0px;
    opacity: 1;
}
.woocommerce .asthir-phover-img1 ul.products li.product:hover .asthir-product-img.has-asthir-2ndimg img {
    transform: scale(1);
}

select {
    border: 1px solid #ccc;
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 3px;
}
.befront-shop h1.page-title {
    display: none;
}
.asthir-woo-serch {
    position: relative;
}
.yith-ajaxsearchform-container div {
    display: flex;
}

.yith-ajaxsearchform-container div input[type="search"] {
    width: 100%;
    border-radius: 20px;
    padding: 8px 14px;
    background: #ededed;
}
.yith-ajaxsearchform-container div input[type="search"]:focus {
    outline: 0;
    box-shadow: 0 0 10px #60a5eb;
}
.autocomplete-suggestions {
    border: none;
    box-shadow: 0px 3px 40px rgb(0 0 0 / 20%);
    margin-top: 0;
}
.yith-ajaxsearchform-container div input[type="submit"] {
    width: auto;
    position: absolute;
    right: 20px;
    background: transparent;
    color: #555;
    border: none;
    padding: 9px 25px;
}
.befront-shop .site-content .widget-area {
    margin-top: 50px;
}
a.add_to_cart_button.added {
    display: none;
}
a.added_to_cart.wc-forward{
    margin-top: 1em;
}
.woocommerce tbody, .woocommerce thead, .woocommerce tfoot{
    display: table-header-group;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    display: block;
    max-width: inherit;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
max-width: unset;
}
input[type=checkbox] {
    vertical-align: middle;
}
.woocommerce ul.order_details {
    border: 1px solid #ededed;
    padding: 10px 20px;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #ededed;
    display: block;
    padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ededed;
}
.woocommerce-Address {
    border: 1px solid #ededed;
    padding: 10px;
}
.woocommerce form.login, .woocommerce form.register{
    max-width: 500px
}
.woocommerce-notice {
    background: #ededed;
    padding: 10px;
    border-left: 3px solid #ccc;
    font-weight: 700;
}
.woocommerce-notice.woocommerce-notice--success {
    padding: 10px;
    border-left: 4px solid green;
}
.asthiring-cart {
    margin-left: 10px;
}

.asthiring-cart {
    position: relative;
}
.asthir-shopcart i{
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    text-align: center;
}
.admin-bar .asthir-shopcart {
    top: 0;
    position: relative;
    right: 0;
    width: auto;
    min-width: 30px;
    display: inline-block;
    min-height: 20px;
}

.asthir-shopcart i {
    font-size: 30px;
}
.modal-backdrop{
    z-index: 99;
}
.asthiring-cart .modal{
     z-index: 999999999;
     top:10%;
     bottom: -10%;
}
span.count.cart-contents {
    position: absolute;
    top: -3px;
    padding: 3px;
    color: #000;
    font-size: 11px;
    width: auto;
    right: 0px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 3px 40px rgb(0 0 0 / 50%);
    vertical-align: middle;
    display: table;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #ededed;
}
a.btn.btn-secondary.text-light {
    color: #fff !important;
}
.cart_totals h2 {
    font-size: 24px;
}
.woocommerce table.shop_attributes th {
    background: inherit;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.woocommerce table.shop_attributes {
    border-left: 1px solid #ccc;
}
ol.flex-control-nav.flex-control-thumbs {
    background: #ededed;
    padding: 10px !important;
    border-top: 1px solid #ccc;
}
.woocommerce span.onsale {
    padding: 1px;
    font-weight: 400;
    border-radius: 0 20px;
}
.woocommerce #respond input#submit,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: #fff;
    background-color: #515151;
    transition: 0.5s;
}
.pswp__caption__center {
    text-align: center;
    }
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 50px;
    width: 80%;
    max-width: 75px;
    border: 1px solid #222;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 5px 15px 40px;
}
.woocommerce #content div.product div.summary, 
.woocommerce-page #content div.product div.summary {
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    margin-top: 0;
    padding: 15px;
}
.asthir-single-product,
section.related.products {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 70px rgb(0 0 0 / 11%);
    margin-bottom: 50px;
}
section.related.products {
    padding: 15px;
}
section.related.products h2{
    margin-bottom: 15px;
}
.single.single-product h2 {
    font-size: 24px;
}
.woocommerce .quantity input {
    padding: 5px 0;
}
.product_meta> span {
    display: block;
    margin: 5px 0;
}
.single.single-product .shop-sidebar {
    margin-top: 0;
}
.woocommerce .asthir-single-product .images {
    border-right: 1px solid #ccc;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #ccc;
    border: 1px solid #ccc;
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
}
.woocommerce-tabs.wc-tabs-wrapper {
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
}
.woocommerce ul.products li.product .star-rating {
    display: block;
    margin: 0 auto 5px;
}
.woocommerce-checkout.woocommerce-page .content-area,
.woocommerce-cart.woocommerce-page .content-area,
.no-shop-widget .content-area {
    width: 100%;
    margin: 0;
}
.woocommerce-checkout.woocommerce-page aside.widget-area,
.woocommerce-cart.woocommerce-page aside.widget-area {
    display: none;
}
.wc_payment_methods .woocommerce-info:before {
    left: -14px;
    top: 10px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    min-width: 120px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
button.button, 
.entry-content table thead th, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background-color: #000 !important;
    color:#fff !important;
}
.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-flow: row wrap;
}
.woocommerce-cart.woocommerce-page .asthiring-cart,
.woocommerce-checkout.woocommerce-page .asthiring-cart {
    display: none;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: -.5em -.5em 0 0;
}
.shop-sidebar {
    margin-top: 105px;
}
/*Shop page filter widget style*/
.asthir-products-filter ul {
    display: flex;
    padding: 10px !important;
    list-style: none;
    justify-content: center;
    background: #ededed;
    flex-flow: row wrap;
    align-items: baseline;
}
.asthir-products-filter.bestopwid-left ul{
    justify-content: flex-start;

 }
.asthir-products-filter.bestopwid-right ul{
    justify-content: flex-end;

 }
.asthir-top-filter {
    margin-bottom: 10px;
}
.asthir-top-filter .price_slider_wrapper {
    max-width: 400px;
}
.asthir-products-filter ul li {
    margin: 0 5px;
}
.asthir-products-filter ul li a{
    text-transform: uppercase;
}
.woocommerce .star-rating span::before,
.woocommerce p.stars a:before,
.woocommerce p.stars.selected a.active:before{
    color:#F29423;
}

/*asthir Banner style*/
.asthir-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    position: relative;
}
.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.5));
}
.asthir-banner.bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.bbanner-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 450px;
    z-index: 225;
    position: relative;
}
.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}
.bbanner-text h4 {
    font-size: 30px;
    font-weight: 700;
}

.bbanner-text h1 {
    font-size: 50px;
    margin: 5px 0 15px;
    font-weight: 700;
}
.asthir-banner .bbanner-text h1,
.asthir-banner .bbanner-text h4,
.asthir-banner .bbanner-text p{
    color: #fff;
}
a.btn.bshop-btn {
    background: #77A464;
    color: #fff;
}

a.btn.bshop-btn:hover {
    opacity: 0.8;
}

/*Wishlist css*/
.asthir-product-img {
    position: relative;
}
.asthir-product-img .yith-wcwl-add-to-wishlist,
.asthir-product-img .asthir-wishlist,
.asthir-product-img .yith-wcwl-wishlistexistsbrowse{
    position: absolute;
    right: 1px;
    top: 10px;
    z-index: 99;
}
.asthir-product-img .asthir-qvbtn {
    position: absolute;
    bottom: -100px;
    width: 100%;
    display: block;
    transition: 0.5s;
    z-index: -1;
}
li.product.has-post-thumbnail:hover .asthir-product-img .asthir-qvbtn{
    bottom: 0;
    z-index: 999;
}
a.button.yith-wcqv-button {
    display: none;
}
.asthir-product-img a.button.yith-wcqv-button {
    display: block;
}
h4.yith-wcwl-share-title {
    display: none;
}
#yith-quick-view-content .product {
    display: flex;
}

#yith-quick-view-content .product >div {
    flex-grow: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
    height: 100%;
    width: auto;
}
#yith-quick-view-content div.images {
    width: 50% !important;
}
.asthirtop-woohead .row {
    align-items: center;
}

.asthir-wh-text p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

    .topmenu-serch {
        justify-content: center;
    }
    ul#asthirtop-menu {
        margin: 10px 0;
    }
    span.bhtop-text.pt-2 {
        text-align: center;
        display: block;
    }
    .asthirtop-woohead {
        text-align: center;
    }
    
    h1.wh-stitle {
        justify-content: center;
        margin: 20px 0;
        font-size: 31px;
    }
    
    .asthirtop-woohead .yith-ajaxsearchform-container {
        margin: 10px 0 15px;
    }
    
    .asthir-wh-text {
        justify-content: center;
        margin: 12px 0;
    }
    
    .woo-icons.ml-auto {
        justify-content: center;
    }
    .asthir-nav-logo {
        position: inherit;
    }
    .asthir-main-nav {
        position: relative;
    }
    button.menu-toggle {
        position: absolute;
        left: 5px;
        top: -40px;
    }
    .asthir-msmenu a#clickTop {
        bottom: 56px;
        right: 3px;
    }
    
    .asthir-mobile-bar a {
        padding: 7px;
    }


}
@media only screen and (max-width: 480px) {
    .asthir-mobile-bar a span {
        display: none;
    }
}