/*
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
*/

@import url("../shopkeeper/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/****************************************************************/
/***************Test Edit****************************************/
/***************************** ***********************************/

.product_after_shop_loop_price .price .woocommerce-Price-amount
{
    color:rgba(182, 8, 29, 1);
}

/****************************************************************/
/***************Test Edit****************************************/
/***************************************************************/

.term-description {
	margin-bottom: 140px;
}

.widget .content-block-footer ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.widget .content-block-footer ul .fa {
	margin-right: 5px;
}

.hidden {
	display: none !important;
}

#productPricesList .logo img {
	max-height: 40px;
	width: auto;
	display: inline;
}

#productPricesList .country img {
    max-height: 15px;
    width: auto;
    display: inline;
}

#productPricesList img {
	margin: 0 auto;
	display: inline;
}

#productPricesList th {
	text-align: center;
    padding: 20px 8px;
    font-weight: bold;
    text-transform: uppercase;
}

#productPricesList td {
	padding: 8px;
	font-size: 88%;
}

#productPricesList .rating {
	color: #EDA93E;
}

#productPricesList .in-stock,
.green-status {
	color: green;
}

#productPricesList .out-of-stock,
.red-status {
	color: red;
}

.grey-status {
	color: #666;
}

#productPricesList {
	margin-bottom: 70px;
	margin-top: 50px;
}

.pwb-brands-col3 {
	text-align: center;
	margin-bottom: 20px;
}

.pwb-brands-col3 > div {
	height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    border: 1px solid lightgrey;
    padding: 15px;
}

.pwb-brands-col3 a {
	margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
}

.pwb-brands-col3 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover, .vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover {
	padding: 13px 22px 11px;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.pwb-single-product-brands {
	margin-bottom: 15px;
}

.pwb-all-brands .pwb-pagination-wrapper {
	margin-bottom: 20px;
}

.pwb-all-brands .pwb-pagination {   
    margin-right: 5px;
    margin-left: 5px;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
    padding: 0px 15px 7px 15px;
    font-size: 20pt;
}

ul.berocket_aapf_widget li > span {
    margin-bottom: 10px;
}

.berocket_aapf_widget li.slider span.right input {
	margin-left: auto;
}

.shop-page .woocommerce-pagination {
	display: none;
}

.berocket_aapf_widget li.slider span input {
	text-align: center !important;
}

.berocket_aapf_widget_loading {
	background-color: rgba(0, 0, 0, .3);
}

.term-description {
	text-align: left;
}

.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4 {
	font-size: inherit !important;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clearfix {
	clear: both;
}

.product_content_wrapper .price {
	line-height: 50px;
    margin-bottom: 40px;
}

.product-details-link,
.column-link {
	min-width: 130px;
}

img.loader {
	width: auto;
	height: 20px;
}

.woocommerce-ordering.ajax-element,
.woocommerce-result-count.ajax-element {
	display: none;
}

#scrollToPrices {
	padding-top: 0px;
    padding-bottom: 0px;
    min-height: 40px;
    height: 50px;
    line-height: 50px;
}

a.remove_from_wishlist {
	margin-bottom: 0 !important;
}

.product-price {
	white-space: nowrap;
}

.search-results #button_offcanvas_sidebar_left,
.tax-pwb-brand #button_offcanvas_sidebar_left {
	display: none;
}

.getbowtied_ajax_load_button {
	display: none;
}

@media (max-width: 991px) {
    .hidden-sm {
    	display: none;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
    	display: none;
    }
}

@media (max-width: 520px) {
	.stock-message-words,
    .ip-resp-text {
	    display: none;
	}
	.ip-resp-xs-text.hidden {
        display: inline !important;
        visibility: visible !important;
    }
	a.product-details-link {
		padding: 10px !important;
	}
	.product-details-link, .column-link {
		min-width: 50px;
	}
	#productPricesList th {
		font-size: 65%;
	}
}

@media (max-width: 480px) {
	#productPricesList tbody > tr > td {
		padding: 4px;
	}
}

@media (max-width: 380px) {
	#productPricesList tbody > tr > td {
		font-size: 12px;
	}
}

#masthead .widget_product_search {
    width: calc(100% - 566px);
    float: right;
    margin-bottom: 0;
}

#masthead .widget_product_search .search-field {
    height: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    color: #a3a3a3;
    border-right: 0;
    width: calc(100% - 140px);
    padding-left: 15px;
    float: left;
}

#masthead .widget_product_search .search-field::-webkit-input-placeholder {
  font-weight: normal;
  /*color: #000 !important;*/
  font-size: 16px !important;
  opacity: 1  !important; 
  font-family: Radnika;
}

#masthead .widget_product_search .search-field::-moz-placeholder {
  font-weight: normal;
  /*color: #000 !important;*/
  font-size: 16px !important;
  opacity: 1 !important; 
  font-family: Radnika;
}

#masthead .widget_product_search .search-field:focus {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

#masthead .widget_product_search input[type="submit"] {
    height: 40px;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 0;
    position: static;
    display: inline-block;
    background: #faac54 !important;
    font-size: 16px;
    color: #fff;
    width: 140px;
    text-transform: capitalize;
}

#masthead .woocommerce-product-search::after {
    right: 91px;
    top: 2px;
    line-height: 36px;
    color: #fff;
}

#masthead .widget_product_search input[type="submit"]:hover {
    background: #faac54 !important;
    font-size: 16px;
}

.site-tools.offset {
    margin-right: 8px;
}


@media screen and (min-width: 1025px) {
    .site-header-wrapper .site-branding img {
        width: 174px;
        height: auto;
    }
    .site-tools ul .search-button {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .site-tools ul li.offcanvas-menu-button {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) {
    header.site-header {
        padding-bottom: 0px;
    }
    header.site-header.sticky .site-tools {
        line-height: 50px;
    }
    header.site-header.sticky .main-navigation {
        line-height: 50px;
    }
}

.site-branding {
    margin-right: 15px;
    margin-top: 5px;
}

.st-content #page_wrapper.sticky_header .content-area {
    margin-top: 101px;
}

.sticky_header .site-header.sticky .site-branding img {
    width: 174px;
    height: auto;
    line-height: inherit;
}

#page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
    position: absolute;
}
#page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll.on_page_scroll_up {
    position: fixed;
    left: 0px;
}

/*body {
    max-width: 1280px;
    margin: 0 auto;
}*/

@media screen and (max-width: 1024px) {
    .site-header-wrapper .widget_product_search, .site-header-wrapper .jpeg-image {
        display: none;
    }
    .sticky_header .site-header.sticky .site-branding img {
        width: auto;
    }
    .site-branding {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .site-tools ul .wishlist-button, .site-tools ul .my_account_icon, .site-tools ul .search-button {
        display: inline-block;
    }
}

@media screen and (max-width: 1000px) {
    .menu-button-text {
        display: none;
    }
}

.site-search.open .woocommerce-product-search {
    margin-left: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0 auto !important;
    width: calc(100% - 50px);
    top: calc(50% - 30px);
}

.site-search.open .submit_icon .spk-icon {
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    #woocommerce-product-search-field-2 {
        font-size: 14px;
    }
    .site-search.open .submit_icon .spk-icon {
        margin-top: 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .st-content #page_wrapper.sticky_header .content-area {
        margin-top: 0;
    }
    .site-branding {
        width: auto;
    }
}

.submit_icon .spk-icon {
    display: none;
}

.jpeg-image {
    float: right;
    margin-left: 8px;
}

.jpeg-image img{
    height: 40px;
    width: 355px;
}

.site-header, #site-top-bar {
    padding-left: 15px;
    padding-right: 15px;
}


.site-branding a {
    display: inline;
    position: static;
}

/* только для фронта */


@media screen and (max-width: 1000px) {
    .two-strings-corner .wpb_text_column .wpb_wrapper p:nth-child(4) {
        display: none;
    }
}

.two-strings-corner .wpb_text_column {
    z-index: 1;
}

.two-strings-corner.vc_row-o-equal-height .vc_col-sm-4 .vc_column-inner > .wpb_wrapper figure a {
    display: block;
    overflow: hidden;
    position: relative;
}

.two-strings-corner.vc_row-o-equal-height .vc_col-sm-4 .vc_column-inner > .wpb_wrapper figure a img {
    width: auto;
    display: block;
    max-width: none;
    position: absolute;
}

@media screen and (min-width: 1000px) {
    .two-strings-corner.vc_row-o-equal-height .vc_col-sm-4 {
        width: 37%;
    }
    .two-strings-corner.vc_row-o-equal-height .vc_col-sm-8 {
        width: 63%;
    }
}



@media screen and (max-width: 1000px) {
    .two-strings-corner.vc_row-o-equal-height .vc_col-sm-4 .vc_column-inner > .wpb_wrapper figure a img {
        width: 100%;
        position: static;
    }
    .two-strings-corner .vc_column_container:first-child > .vc_column-inner {
        padding-left: 10px !important;
    }
    .two-strings-corner .vc_column_container:last-child > .vc_column-inner {
        padding-right: 10px !important;
    }
    
    .two-strings-corner.vc_custom_1540865526500 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .two-strings-corner.vc_custom_1540861422393 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}
.need-mob-image > div > div .wpb_single_image:nth-child(3) {
    display: none;
}
@media screen and (max-width: 400px) { 
    .need-mob-image > div > div .wpb_single_image:nth-child(2){
        display: none;
    }
    .need-mob-image > div > div .wpb_single_image:nth-child(3) {
        display: block;
    }
    .six-brands-row .wpb_single_image a {
        height: 65px;
        display: table-cell;
        vertical-align: middle;
    }
}

.slick-arrow {
    font-family: FontAwesome;
    font-size: 20px !important;
    font-weight: normal;
    background: none;
    color: #000;
    position: absolute;
    z-index: 999;
    top: calc(50% - 57px);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    list-style: none;
    margin: 0 auto;
}

.slick-dots li {
    float: left;
    margin: 0px 5px;
}

.slick-dots li.slick-active button {
    background: #d6d6d6;
}
.slick-dots li button {
    background: none;
    border: 1px solid #d6d6d6;
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 0;
}

/* end только для фронта */

/* отличия в брендах */

.pwb-brands-col3 p a {
    display: inline;
    color: #545454;
}
.pwb-brands-col3 p a:hover {
    color: #545454;
}

/* end отличия в брендах */

/* после обновления темы */
.site-tools ul li.offcanvas-menu-button {
    display: none;
}
.site-tools ul li.search-button {
    display: none;
}
.site-search {
    display: none;
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 960px) {
    header nav.show-for-large-up {
        display: none;
    }
}

.slick-arrow {
    padding: 20px;
    width: 50px;
}
.slick-arrow:hover {
    color: #fff;
    background: #007095;
}

body.home #page_wrapper.sticky_header:not(.transparent_header) #primary {
    padding-top: 0px;
}

#page_wrapper.sticky_header:not(.transparent_header) #primary {
    padding-top: 90px;
}

.st-content #page_wrapper.sticky_header .content-area {
    /*margin-top: 187px;*/
}

.product_layout_classic .product_summary_thumbnails_wrapper {
    display: none;
}
.product_layout_classic .mobile_gallery {
    display: none;
}
div.lmp_load_more_button {
    /*display: none !important;*/
}
.comment-form-cookies-consent {
    display: none;
}
/* end после обновления темы */

/* 4 блока */
.blocks4 ul {
    list-style: none;
}
.blocks4 ul .prd_thumbnail_wrapper {
    border-radius: 5px;
    border: 1px solid gray;
    overflow: hidden;
    position: relative;
}
.blocks4 ul .btn {
    position: absolute;
    top: 60px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    left: 20px;
    display: none;
}
.blocks4 ul .description {
    font-size: 90%;
    padding: 5px 10px;
    background: lightgray;
}
.blocks4 ul .caption {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: bold;
    font-size: 130%; 
    color: #fff;
}
.blocks4 ul .prd_thumbnail {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.blocks4 .woocommerce img, .blocks4 .woocommerce-page img {
    min-height: 110px;
}
    .blocks4 ul .prd_thumbnail_wrapper {
        display: inline-block;
        width: auto;
    }
    .blocks4 ul li {
        text-align: center;
    }
    @media screen and (min-width:1024px) and (max-width: 1265px) {
        .blocks4 .descr {
            font-size: 12px;
        }
    }
/* end 4 блока */
.wpn-email
{
	display: none !important;
}