/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/**** Global CSS ***/
.page-title
{
    color:#000!important;
    font-size:45px!important;
    text-transform:uppercase!important;
}
.page-id-4209 .entry-header.with_featured_img
{
	position:relative;
}
.page-id-4209 .page_header_overlay
{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.page-id-4209 .page-title,
.page-id-4947 .page-title
{
	color:#fff !important;
	z-index: 1;
    opacity: 1;
    position: relative;
}

/*** Header ***/
@media (min-width: 64em){
    body .top-headers-wrapper .site-branding a
    {
        top: 2px !important;
        position:relative !important;
        display:inline-block !important;
    }
}
body.woocommerce-cart .transparent_header .top-headers-wrapper:not(.sticky) .site-header,
body.woocommerce-checkout .transparent_header .top-headers-wrapper:not(.sticky) .site-header
{
   position:relative; 
}
body.woocommerce-checkout .top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button_icon
{
    color:#000 !important;
}
body.woocommerce-checkout .top-headers-wrapper .site-header .site-header-wrapper .site-tools .shopkeeper-mini-cart ul li a
{
    color:#fff;
}
body.woocommerce-cart #page_wrapper.transparent_header.transparency_light .top-headers-wrapper:not(.sticky) .site-header .main-navigation a
{
    color:#000;
}

body.woocommerce-cart .top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button_icon,
body.woocommerce-cart .top-headers-wrapper .site-header .site-header-wrapper .site-tools .shopping-bag-button .shopping_bag_items_number
{
    color:#000 !important;
}
body.woocommerce-cart .top-headers-wrapper .site-header .site-header-wrapper .site-tools .shopkeeper-mini-cart ul li a
{
    color:#fff !important;
}
.site-header .site-tools ul li.top-phone
{
    margin-left:0px;
    margin-top:0px !important;
}
.site-header .site-tools ul li.top-phone a
{
    color:#436ca9 !important;
    font-weight:bold;
    font-size:18px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li
{
    margin-top:3px;
}

@media (min-width:1300px) and (max-width:1400px){
    .main-navigation ul li a,
    #page_wrapper.transparent_header.transparency_dark .top-headers-wrapper:not(.sticky) .site-header .main-navigation a
    {
        padding: 10px 10px !important;
    }

    .site-header.default .site-branding
    {
        margin-right: 20px !important;
    }
}

@media (max-width: 575px) {
    .site-header .site-tools ul li.top-phone a
    {
        font-size:16px !important;
    }
    .site-header .site-tools ul li.top-phone
    {
        display: none !important;
    }
}
@media (max-width: 360px) {
  .site-header .site-tools ul li.top-phone
  {
     display:none !important;
  }
}

/**** Menu ****/
.main-navigation ul ul
{
    padding: 15px 25px;
}    

.main-navigation > ul > li.menu-item-has-children::after
{
    display:none;
}

.main-navigation > ul > li.menu-item-has-children > a::after
{
    font-family: Shopkeeper-Icon-Font;
    top: 50%;
    right: 5px;
    content: "\e91b";
    margin-top: -8px;
    line-height: 13px;
    font-weight: bold;
    height: auto;
    width: 10px;
    text-align: left;
    position: absolute;
    display: block;
}
.main-navigation ul ul li a, #site-top-bar .main-navigation ul ul li a {
    background-image: linear-gradient(transparent calc(100% - 2px), #2d68aa 2px);
}
@media (min-width: 64em){
    .main-navigation > ul > li.menu-item-has-children > a:after {
        right: -5px;
    }
}
/*** Home Page ****/
.woocommerce ul.products li.product .woocommerce-loop-category__title
{
    font-size: 1.2em;
    color: #436ca9;
}
.product-category .woocommerce-loop-category__title .count
{
   color: #436ca9 !important; 
   display:none;
}
.home .woocommerce ul.products
{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.home .woocommerce ul.products li.product a
{
    display: contents;
}

/*** Footer ***/
#site-footer .copyright_text a
{
    display: block;
    width: 103px;
    margin: 0 auto;
    padding-top: 15px;
}

/***Blog Post ***/
.single-post-header.with-thumb .post_meta
{
    display:none;
}

/**** Shop Pages ****/
.shop_header.with_featured_img .page-title.on-shop
{
	color: #fff !important;
	text-align: left;
	width: 39%;
	font-size: 55px !important;
}
.shop_header.with_featured_img .shop_header_overlay
{
    background: rgba(0, 0, 0, 0.3);
    background: #3d61a1 !important;
    opacity: 0.55 !important;
    height: 100%;
    width: 45%;
}
.single-product .product_summary_top .woocommerce-product-rating
{
	display:none !important;
}
.single-product .single_variation
{
    margin:0px;
}
.product_thumbnail_wrapper
{
    border: 1px solid #eee;
}
.shop_sidebar .widget-title
{
    color: #3d61a1 !important;
    font-size:13px;
    font-weight: bold;
    margin: 0px 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}

@media (max-width: 1100px) {
  .shop_header.with_featured_img .page-title.on-shop
  {
    font-size: 35px !important;
  }
}
@media (max-width: 800px) {
  .shop_header.with_featured_img .page-title.on-shop
  {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) {
    .top-headers-wrapper .sticky-logo
    {
        max-height: 45px;
    }
    .top-headers-wrapper .site-branding {
        height: 45px;
    }
    .top-headers-wrapper .site-tools
    {
        height: 45px;
    }
}
@media (max-width: 575px) {
    .shop_header.with_featured_img .page-title.on-shop
    {
        font-size: 15px !important;
    }
    .top-headers-wrapper .site-branding
    {
        width: 50%;
    }
    .top-headers-wrapper .site-tools
    {
        width: 50%;
    }
    .top-headers-wrapper .sticky-logo
    {
        max-height: 40px;
    }
    .site-header .site-tools ul li.top-phone
    {
        display:none;
    }
}

/*** Transdiret Shipping ****/
.woocommerce-shipping-totals .woocommerce-shipping-methods .td_shipping 
{
	font-size: 13px;
    text-transform: uppercase;
}

/*** Shipping ****/
.woocommerce-shipping-totals .woocommerce-shipping-methods .td_shipping 
{
	font-size: 13px;
    text-transform: uppercase;
}
.woocommerce ul#shipping_method:after
{
    content:'Please contact our staff if you would like Express Service.';
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: initial;
    margin-bottom: 0px; 
    display: block;
}

/**** Covid 19 Info ****/
#covid19-info .wpb_wrapper .vc_message_box
{
	border:0px;
}
#covid19-info .wpb_wrapper .vc_message_box:hover
{
	background-color: #eee !important;
	cursor:pointer;
}
#covid19-info .wpb_wrapper .vc_message_box h3
{
	font-size: 20px;
	margin-bottom: 2px;
}
#covid19-info .wpb_wrapper .vc_message_box p
{
	color: #808080;
}
#covid19-info .wpb_wrapper .vc_message_box-icon
{
	font-size:1.2em;
	color: #808080;
}
/*** Category Page ****/
/*.categories_grid .category_item_bkg
{
    width:100%;
    min-height: auto;
}
 .categories_grid .category_more_than_6 .category_item
 {
     height: 20.458rem;
 }*/
/****************************************************************/
/****************************************************************/
/****************************************************************/

@media(max-width:575px){
    .archive.woocommerce-page .page-title
	{
        font-size:25px !important;
    }
}
.error_notice
{
	background: #436ca9;
    padding: 10px 20px;
    max-width: 900px;
	margin:30px auto 40px auto;
    color: #fff;
	display:block;
}

/***** YITH WOOCOMMERCE PRODUCT *****/
.woocommerce div.product form.cart .variations
{
	margin-bottom:20px;
}
.woocommerce div.product form.cart .reset_variations
{
	display:none !important;
}
.woocommerce .wapo-addon-title
{
    color: #545454;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-top: 8px;
    margin-bottom: 1px;
    line-height: 2em;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}
.woocommerce div.product form.cart table #wapo-total-order-price
{
	color: #2d68aa;
    font-size: 22px !important;
    font-weight: 800;
    border-top: none;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select .option-image
{
	display:none;
}
#wapo-total-price-table table th
{
    color: #545454;
    font-weight: 700;
    text-transform: capitalize; 
}

/***** UPSELL POPUP *****/
.wbs-content-inner .wbs-added-attributes,
.woocommerce-boost-sales .wbs-breadcrum .wbs-icon-added,
.woocommerce-boost-sales .wbs-upsells-add-items,
.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right  .wbs-button-continue,
.woocommerce-boost-sales .wbs-breadcrum .wbs-product
{
    display:none !important;
}
.woocommerce-boost-sales .wbs-upsells .product-desc .price
{
	color: #000 !important;
	font-size: 15px!important;
	font-weight: 400 !important;
}
.woocommerce-boost-sales .wbs-content .wbs-content-inner{max-width:600px !important;}
.wbs-content-inner .wbs-bottom .upsell-title{margin:0px !important;}
.wbs-content-inner .wbs-bottom{padding:20px !important;}
.woocommerce-boost-sales .wbs-upsells .product-desc{max-width:280px !important; display:inline-block !important;}
.wbs-content a.wbs-upsells-item-url{display:block !important;}
.woocommerce-boost-sales .wbs-breadcrum {  padding: 15px 35px !important;}
.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added{margin: 0 0 15px !important; }
.woocommerce-boost-sales .wbs-upsells .product-desc .woocommerce-loop-product__title 
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif !important;
	color:#000 !important;    
	font-size:15px !important;
	display:block !important;
	line-height:1.4 !important;
	white-space: unset !important;
}
.wbs-content-inner .wbs-bottom .upsell-title
{
	max-width:100% !important;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif !important; 
	text-align:center !important;
}
.woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif !important;
	color:#2d68aa !important;
}
#wbs-content-cross-sells-product-single img, .woocommerce-boost-sales img 
{
	max-width: 80% !important;
}
.woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif !important;
	text-transform: uppercase !important;
}
@media(min-width:980.99px){
	.vi-flexslider
	{
		justify-content: center !important;
		display: flex !important;
	}
	.woocommerce-boost-sales .wbs-upsells>.wbs-product
	{
		width:380px !important; 
	}
}

/*****woof product filter *****/
#woof_results_by_ajax .woocommerce-result-count
{
	padding-left:10px;	
}
#woof_results_by_ajax .woocommerce-ordering select.orderby
{
	border:1px solid #777;
	background-position: top -3px right -10px;
	text-align: left;
	background-color:#eee;
}
#woof_results_by_ajax ul.products
{
	padding-top:15px;
}

#woof_results_by_ajax .woocommerce-pagination
{
	text-align:center;
}
.woof_sid .woof_list label
{
	max-width:65%;
	line-height: 1.2;
	margin-top:0px;
}
.woof_sid .woof_childs_list
{
  padding: 7px 0 7px 10px !important; 
}	
#woof_results_by_ajax .woocommerce-pagination ul li span
{
	padding: 0.2em 0.7em !important;
}

/**** Checkout ****/
.woocommerce-checkout #mailchimp_woocommerce_newsletter
{
    display: inline-block;
}


/* cart */
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code {
    /* border: solid 1px #e1d9d9 !important; */
    border: 1px dashed !important;
    border-right: unset !important;   
    margin-right: 0;    
    padding: 13px 90px 10px 13px !important;
}
.woocommerce-checkout .checkout_coupon_box > .row form.checkout_coupon #coupon_code {
    padding: 13px 90px 10px 13px !important;
}
.woocommerce-checkout .checkout_coupon_box > .row form.checkout_coupon .checkout_coupon_inner::before {
    display: none;
}
.woocommerce-checkout .checkout_coupon_box > .row form.checkout_coupon .checkout_coupon_inner {
    display: flex;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon::before {
    /* left: calc(5% + 25px); */
    display: none !important;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon button[type="submit"], .woocommerce-checkout .checkout_coupon_box > .row form.checkout_coupon button[type="submit"] {
    /* border: 1px dashed !important; */
    font-size: 14px !important; 
    color: #fff !important;
    background-color: #000 !important;
    width: unset !important;
    min-width: unset;
    top: unset;
    height: unset;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon button[type="submit"]::after, .woocommerce-checkout .checkout_coupon_box > .row form.checkout_coupon button[type="submit"]::after {
    content: "Apply" !important; /*"\e902";*/
    text-transform: lowercase;
    /* font-family: "Shopkeeper-Icon-Font"; */
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;
    position: absolute;
    right: 17px;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.checkout_coupon_box .woocommerce-form-coupon {
    display: block !important;
}
.shopkeeper_checkout_coupon a, .woocommerce-checkout .shopkeeper_checkout_coupon::before {
    display: none !important;
}