/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.1

All css files are placed in /css/ folder
*/
.posted_in, .next-prev-nav{
	display:none;
}
.sec-divider {
    border-right: 2px solid #ccc;
}
.sec-margin {
    margin-left: 30%;
}
.after-product {
    width: 100%;
    float: left;
    margin: 5% 0;
    background: #fcf9f9;
    padding: 2% 0% 0% 0%;
}
.woocommerce .product div.entry-summary > p.price {
    margin-bottom: 19px !important;
	font-size:20px;
}
.single-product .value {
    text-align: left;
}
.woocommerce-product-details__short-description p{
	margin-bottom: 19px !important;
}
.post-nav {
    padding: 10px 10px 4px 0px !important;;
}
.post-nav .woocommerce-breadcrumb {
    font-size: 14px !important;
	text-transform: uppercase;
	font-weight: unset;
}

.single-product .input-text.qty.text {
    width: 85%;
    float: left;
}
.single-product .related.products ul li {
	background: #f9f6f680 !important;
	padding: 1%;
}
.single_add_to_cart_button.button {
    width: 69%;
    float: right;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
.single-product .quantity {
    width: 30% !important;
    margin: 0 !important;
}
.tawcvs-swatches .swatch{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 0% !important;
    width:50px !important;
    height: 40px !important;
    line-height:40px !important;
    opacity:1 !important;
    border: 2px solid #0000001a !important;
    margin-right:5px !important;
}
.tawcvs-swatches .swatch-color.selected::before{
    width: 8px !important;
    height: 16px !important;
    top: 8px !important;
    left: 20px !important; 
}
.tawcvs-swatches .swatch-label{
    background-color: #fff !important;
}
.tawcvs-swatches .swatch.selected {

    -webkit-box-shadow: 0 0 0px !important;
    -moz-box-shadow: 0 0 0px !important;
    box-shadow: 0 0px !important;
    border-color: #0789fe !important;

}
.c-meta-section {
    margin-top: 22px;
	border-top: 1px solid #efefef;
	padding-top: 19px;
}
.c-meta-section .input-text.qty.text {
    width: 129px;
    float: left;
    margin-right: 10px;
}
.c-meta-section ._nx {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.c-meta-section .zip-button {
    color: #777 !important;
    height: 37px;
    line-height: 17px !important;
    padding: 0 !important;
	width:90px !important;
    background: none !important;
       background-color: rgba(0, 0, 0, 0);
}

/*****size guide css******/

.product-size-guide {
    margin-bottom: 20px;
}
.product-size-guide .open-product-size-guide:hover {
    background: #fbfbfb;
}


.product-size-guide .open-product-size-guide {
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #969696;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
        padding-left: 15px;
    padding-left: 12px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.product-size-guide .open-product-size-guide::before {
    content: "";
    background: url(images/size-icon.png);
    width: 23px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px;
}


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 999999999;
}

.popup {
    margin: 75px auto;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    width: 23%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
top: 3px;
right: 10px;
transition: all 200ms;
font-size: 27px;
font-weight: bold;
text-decoration: none;
color: #f00;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



/********************Admin CSS 27-05-19********************/



.widget_archive ul li a, .widget_nav_menu ul li a {
    display: block;
    padding: 0px 0 0px 0px;
}

.menu_wrapper {
    position: relative;
    top: 25px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
    font-weight: normal;
    height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #333;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 14px;
}
#mega-menu-wrap-main-menu {
    background: #fff;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.mega-sub-menu{width: 600px;}
@media only screen and (min-width: 1240px){#Top_bar.is-sticky {
    position: fixed!important;
    width: 100%;
    left: 0px;
    top: -60px;
    height: 90px;
    z-index: 701;
    background: #fff;
    opacity: .97;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-item-2591{   position: relative;
    left: 465px!important;}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 1000px;
    border-top: 0px solid #e61919;
    border-left: 0px solid #e61919;
    border-right: 0px solid #e61919;
    border-bottom: 0px solid #e61919;
    max-width: none;
    margin: 0 0 0 -280px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #fff;
    color: #060606;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
.tinv_wishlist{
	display:none;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-bg {
    
    background: transparent url(../images/default-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    width: 60%;
    position: relative;
    display: none!important;
}body .woo-login-popup-sc-modal .woo-login-popup-sc-modal-inner {
    display: table;
    width: 30%;
}
body .woo-login-popup-sc-modal {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    width: 30%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    top: -200px;
    right: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    background: #333;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
}
#Footer .widgets_wrapper {
    padding: 15px 0 !important;
}
#Top_bar .menu_wrapper {
    float: left;
    z-index: 201;
    top: 10px;
}
#Footer {
    background-color: #000000;
}
#wp-megamenu-item-2591{  
    left: 405px;
    top: 1px;
}a:hover {
    text-decoration: none;
}#Top_bar.is-sticky .top_bar_right_wrapper {
    top: 30px;
    right: 100px;
}
#Top_bar .top_bar_right a:not(.action_button) {
    color: #000000;
}
#Top_bar a#header_cart {
    position: relative;
    top: 9px;
    display: block;
    float: left;
    font-size: 25px;
    line-height: 22px;
    margin-right: 5px;
}
#Top_bar.is-sticky .top_bar_right_wrapper {
    top: 28px;
    right: 75px;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-left {
    float: left;
    display: table-cell;
    width: 88%!important;

    padding: 25px;
    background: #fff;
}body .woo-login-popup-sc-modal {
    display: none;
    max-width: 410px!important;
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    top: -200px;
    right: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    background: #333;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.17);
}

.blockquote p.author span, .counter .desc_wrapper .title, .article_box .desc_wrapper p, .team .desc_wrapper p.subtitle, .pricing-box .plan-header p.subtitle, .pricing-box .plan-header .price sup.period, .chart_box p, .fancy_heading .inside, .fancy_heading_line .slogan, .post-meta, .post-meta a, .post-footer, .post-footer a span.label, .pager .pages a, .button-love a .label, .pager-single a, #comments .commentlist > li .comment-author .says, .fixed-nav .desc .date, .filters_buttons li.label, .Recent_posts ul li a .desc .date, .widget_recent_entries ul li .post-date, .tp_recent_tweets .twitter_time, .widget_price_filter .price_label, .shop-filters .woocommerce-result-count, .woocommerce ul.product_list_widget li .quantity, .widget_shopping_cart ul.product_list_widget li dl, .product_meta .posted_in, .woocommerce .shop_table .product-name .variation > dd, .shipping-calculator-button:after, .shop_slider .shop_slider_ul li .item_wrapper .price del, .testimonials_slider .testimonials_slider_ul li .author span, .testimonials_slider .testimonials_slider_ul li .author span a, .Latest_news ul li .desc_footer {
    color: #a8a8a8;
    display: none;
}
.woocommerce ul.products li.product .price del {
    
    display: none;
}
#Subheader {
    background-color: rgba(8, 109, 203, 0.4);
}#Subheader {
    background-color: rgba(0,0,0,.02);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}body:not(.template-slider) #Header {
    min-height: 0px;
}
a.ywsl-social {
    margin-right: 10px!important;
    width: 47%;
    float: left;
}
#js_signup button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {

    background: #0095eb!important;

}
body .woo-login-popup-sc-modal .woocommerce-LostPassword, body .woo-login-popup-sc-modal .woocommerce-LostPassword a, body .woo-login-popup-sc-modal .woocommerce-plogin, body .woo-login-popup-sc-modal .woocommerce-plogin a {

    text-decoration: none;
    color: #000000;
    font-family: bold;

}

@media (max-width: 767px){#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu {
    display: none;
	}    }

#Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    position: relative;
    top: 12px;
}
.page-numbers {
    display: block !important;
    float: left !important;
}



/*============ Sn media ================*/


@media only screen and (min-width: 320px) and (max-width: 768px){

}



/* sn  media*/




li.sn_align {
    vertical-align: text-bottom;
}

.is-sticky {
    height: 92px !important;
}

.top_bar_right_wrapper ul li {
    display: inline-block;
}
.top_bar_right ul li a {
    padding: 0 14px;
}

a#header_heart {
    line-height: 90px;
}




li.sn_align span {
    margin-right: -9px !important;
    background-color: #0095eb !important;
    position: relative !important;
    right: 9px !important;
    top: -10px !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    text-align: center !important;
    font-size: 11px !important;
    color: #fff !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

li.sn_align a {
    font-size: 20px;
    line-height: 90px;
}

li.sn_align.broder_right {
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
}

.top_user_icon a i{
    top: 2px;
    position: relative;
    font-size: 20px !important;
    font-style: italic;
}
