/*
Theme Name: BlankAlko
Theme URI: https://opencollective.com/BlankAlko
Author: ***
Author URI: https://opencollective.com/BlankAlko#section-contributors
Description: ***
Tags: alko
Version: 3025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: BlankAlko

BlankAlko WordPress Theme 2011-3025
BlankAlko is distributed under the terms of the GNU GPL
*/




.product-image-wrapper img {
	height: 250px!important;
	width: 250px!important;
    margin-left: -50px;
    margin-right: -50px;
}


a.woocommerce-LoopProduct-link,
a.woocommerce-LoopProduct-link:hover {
	text-decoration: none;
	color: #2c3238!important;
}

.product-single-information-property-link p {
	display: inline;
	font-size: 11px;	
	padding: 0px;
	margin: 0px;
}

.added_to_cart.wc-forward {
	display: none!important;
}
.kb_title {
	color: #2c3238;
}


.banner-content img {
	max-height: 245px;
}

.main-review-items .strong-view.wpmtst-modern .wpmtst-testimonial-content,
.main-review-items .strong-view.wpmtst-modern .wpmtst-testimonial-field {
	text-align: left!important;
	margin: 0px!important;
}
.main-review-items .strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.main-review-items .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	-webkit-mask: none!important;
	mask: none!important;
	background: none!important;
}
.main-review-items .strong-view.wpmtst-modern .wpmtst-testimonial {
	margin: 0px!important;
}
.main-review-form .strong-form-inner {
	padding: 0px!important;
}

.main-review-form .required-notice,
.main-review-form .after {
	display: none!important;
}

input.wpcf7-text,
.main-review-form .strong-form input[type="text"] {
	border: 1px solid #d3d8e0!important;
	min-height: 30px;
    padding: 5px;
    /*
    border: 1px solid transparent!important;
    border-bottom-color: #d3d8e0!important;
    */
    font: 400 13px Montserrat, sans-serif;
    color: #2c3238;
}
.main-review-form textarea {
	border: 1px solid #d3d8e0!important;
	min-height: 30px;
    padding: 5px;
}
/*
form.cart {
	display: flex;
    position: relative;
    z-index: 2;
    max-width: 330px;
}
@media (max-width: 767px) {
    form.cart {
	    max-width: 100%;
	}
}
*/

.product-buttons {
    display: flex;
    justify-content: center;
}

.awooc-popup-price {
    font-size: 18px!important;
    font-weight: 500!important;
    padding: 13px 15px 12px;
    text-align: center;
}

.wpcf7-submit,
.add_to_cart_button,
.single_add_to_cart_button,
.wpmtst_submit_testimonial {
    max-width: 100%;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important;
    height: 44px;
    line-height: 1;
    color: #fff!important;
    text-align: center;
    font-weight: 700;
    font-size: 12px!important;
    border: 0px solid !important;
    color: #6a323f;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    outline: none !important;
    border-radius: 0px!important;

    background: #9e1f4c!important;
    background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%)!important;
    background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%)!important;
    background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1)!important;
}
.btn-secondary,
.awooc-custom-order {
    max-width: 100%!important;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important;
    height: 44px;
    line-height: 1;
    /*color: #fff;*/
    text-align: center;
    font-weight: 700;
    font-size: 12px!important;
    background: #FFFFFF!important;

    font-family: "Myriad Pro";

    border: #6a323f 2px solid!important;
    color: #6a323f!important;

    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    border-radius: 0px!important;

    outline: none !important;
}
.screen-reader-text {
    display: none!important;
}

@media (max-width: 991px) {
    /* кнопки на мобильном */
    .single_add_to_cart_button {
        display: block!important;
        margin: 0 auto;
    }
}



.wpmtst_submit_testimonial {
	padding: 13px 18px 12px;
}
.wpcf7-submit:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.wpmtst_submit_testimonial:hover {
    /*
    color: #2c3238;
    background-color: transparent
    */
    text-decoration: none;
}

.add_to_cart_button,
.btn-secondary,
.awooc-custom-order,
form.cart .single_add_to_cart_button {
	/*width: 50%;*/
    width: 45%!important;
    font-size: 13px;
}
.awooc-custom-order-button.button.alt.show-add-to-card {
	margin: 0px!important;
}

.btn_ {
    border-radius: 0px!important;
}


/*
.awooc-custom-order {
    padding: 13px 18px 12px;
    color: #2c3238;
    line-height: 16px;
    border: 2px solid transparent;
    border-color: #d3d8e0;
    background-color: transparent;
	font-weight: 600;
	font-size: 11px;
    transition: color .3s, background-color .3s;
    white-space: nowrap;
}
.awooc-custom-order:hover {
    color: #c11f46;
}
*/




.wpmtst-form .form-field.field-star_rating {
	text-align: center!important;
}

.clr {
	clear: both; 
	display: inline; 
	float: left; 
	width: 100%!important;
    height: 10px;
    background: #000000;
}


.container-blog .news-list {
    flex-wrap: wrap;
}
.container-blog .news-item {
    margin: 0 0 40px 0;
}


.container-blog .news-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.container-blog .news-sidebar {
    width: 375px;
    /*border: 1px solid #D3D8E0;*/
    text-align: center;
}
.container-blog .news-content {
    width: 480px;
}
.container-blog .news-detail .news-thumbnail {
    width: 416px;
    height: auto;
    position: relative;
    left: -41px;
}


nav.woocommerce-breadcrumb {
    padding: 0 15px;
    border: 0;
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 14px;
    white-space: nowrap;
    position: relative;
    overflow: auto;
}

.items__img img {
    height: auto!important;
}
.attributes a p {
    display: inline;

}



.card-buy-wrapp .card-size-col {
    margin-bottom: 24px;
    width: 100%;
}

.card-buy-wrapp .single_add_to_cart_button {
    margin-bottom: 18px;
}
.card-buy-wrapp .single_add_to_cart_button,
.card-buy-wrapp .awooc-custom-order {
    border-radius: 52px;
    font-size: 16px!important;
    font-size: 20px;
    line-height: 2;
    height: 52px;
}

#fn_products_content .woocommerce.columns-4 {
    width: 100%;
}
#fn_products_content .woocommerce.columns-4 .views-responsive-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-link,
.product-link:hover {
    text-decoration: none!important;   
}
.items__title {
    color: #262626;

}
.items__title:hover {
    color: #9e1f4c;
    text-decoration: underline;
}




.page-numbers {
    width: auto;
    height: 40px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    margin-top: 10px;
    padding: 10px 15px;
    color: #262626;
    font-weight: 700;
    font-size: 18px;
}
.page-numbers:hover {
    text-decoration: none;
    box-shadow: 0px 0px 12px 0px rgba(129, 129, 129, 0.35);
    border-color: #fff;
}
.page-numbers.current {
    background: #9e1f4c;
    background: -moz-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: -webkit-linear-gradient(left, #9e1f4c 0%, #6a323f 100%);
    background: linear-gradient(to right, #9e1f4c 0%, #6a323f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
    border: none !important;
    box-shadow: none !important;
    line-height: 42px;
    color: #FFFFFF;
}
.next.page-numbers,
.prev.page-numbers {
    display: none!important;
}

.wpcf7-form-control-wrap {
    margin-bottom: 0px!important;
}
.wpcf7-form-control-wrap input {
    border-radius: 0px!important;
    padding: 10px!important;
}

.awooc-custom-order-wrap h2 {
    margin-bottom: 15px!important;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    /*padding: 5px!important;*/
    width: 100%;
}
.wc-block-checkout__shipping-option input {
    padding: 0px!important;
}
.wp-block-woocommerce-checkout-fields-block input {
    float: none!important;
}
#checkbox-control-1 {
    padding: 0px!important;
}

/*
.wc-block-components-checkout-step__content .wc-block-components-notices,
.wc-block-components-checkout-step__content .wc-block-components-notice-snackbar-list {
    clear: both;
    display: inline;
    height: 46px;
    margin-top: 15px;
    width: 100%;
    float: left;
}
*/



.wrap-products-content {
    width: 100%;
}