@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic&subset=latin,cyrillic);

a,
input,
select,
textarea,
button {
    outline: 0;
}
/*Animation*/

.header-actions .cart,
.main-menu > li > a,
.main-menu > li > ul > li > a,
.main-menu > li > ul,
.block-in-menu,
.block-in-menu .link-product-in-menu > img,
.categories-main li a img,
.products-category-block-inner .cs-product-block .images-cs-product-block > img,
.products-category-block-inner .cs-product-block .product-bottom a.compare,
.social-links a > img,
.page-navi > a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
}

/*End Animation*/

/* Header */

.header-top {
    width: 100%;
}

.header-main {
    width: 100%;
    float: left;
    margin: 0;
}

#search-form {
    float: right;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-top: 22px;
    transition: 1s;
    position: relative;
}

#search-form button:hover {
    opacity: 0.7;
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

.footer {
    position: relative;
    background: black;
}

.cs-product-block.category {
    width: 318px;
    box-shadow: none;
    border: none;
    position: relative;
}

.cs-product-block.category .holder {
    box-shadow: none;
    margin: 0 0 0 0;
}

.cs-product-block.category .holder a:hover {
    text-decoration: underline;
}

.vertical-filters .block-filters ul {
    display: block;
}

.product-inner .left {
    float: left;
    width: calc(100% - 500px);
}

.product-images-small {
    width: 500px;
}

.sku {
    font-size: 12px;
}


/*RANGER*/

#slider-range.ui-slider .ui-slider-handle:last-of-type {
    margin-left: -5px;
    transform: translate(-11px, -7px);
}

/*---*/

.single-style-form {
    float: left;
    width: 100%;
}

.name-single-style-form,
.single-style-form .message-required-fields {
    margin: 0;
}

.single-style-form .mark-required-fields {
    color: #f00;
}

.single-style-form label,
.single-style-form .block-radio,
.single-style-form .block-checkbox {
    width: 100%;
    float: left;
    clear: both;
}

.single-style-form label ~ label,
.single-style-form label ~ div,
.single-style-form div ~ div,
.single-style-form div ~ label {
}

.single-style-form label .name-field {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
}

.single-style-form label input,
.single-style-form label textarea,
.single-style-form label select {
    margin: 0;
    padding: 4px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
}

.single-style-form label input[type="button"],
.single-style-form label input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}

.single-style-form .submit:hover {
    opacity: 0.7;
}

.single-style-form .forgot-password {
    text-decoration: underline;
}

.single-style-form .forgot-password:hover {
    text-decoration: none;
}

.single-style-form.cart-authorization .name-single-style-form,
.single-style-form.cart-ordering .name-single-style-form {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 5px;
}

.single-style-form.cart-authorization label {
    width: 50%;
    clear: none;
    padding: 0 0 10px;
}

.single-style-form.cart-authorization label .name-field {
    text-align: center;
}

.single-style-form.cart-authorization label input {
    width: 90%;
    display: block;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single-style-form.cart-authorization .submit,
.single-style-form.cart-ordering .submit,
.single-style-form.cart-ordering input[type="button"],
.single-style-form.cart-ordering input[type="submit"] {
    clear: both;
    display: block;
    margin: auto;
}

.single-style-form.cart-authorization .forgot-password {
    float: right;
    margin: 5px 2.5% 0 0;
}

.single-style-form.cart-ordering label {
    width: 50%;
    padding: 0 0 5px;
}

.single-style-form.cart-ordering label input,
.single-style-form.cart-ordering label textarea,
.single-style-form.cart-ordering label select {
    clear: both;
    float: left;
    width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single-style-form.cart-ordering label textarea {
    max-width: 200%;
    min-height: 100px;
}

.single-style-form.cart-ordering .block-checkbox label {
    width: auto;
}

.single-style-form.cart-ordering .block-checkbox label input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 1px;
}

.single-style-form.cart-ordering .block-checkbox label .name-field {
    clear: none;
    padding: 0 0 0 5px;
}

.single-style-form.cart-ordering .block-checkbox label .name-field a {
    text-decoration: underline;
    color: #999;
}

.single-style-form.cart-ordering .block-checkbox label .name-field a:hover {
    text-decoration: none;
}

.single-style-form.patron label + label {
    margin: 10px 0;
}

.single-style-form.patron .name-field {
    font-size: 18px;
    width: auto;
    padding: 5px 0 0;
}

.single-style-form.patron label input {
    float: right;
    width: 80%;
    padding: 9px 4px;
}

.single-style-form.patron .submit {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.single-style-form.patron .forgot-password {
    font-size: 14px;
}
/*---*/

.reviews-page-block {
    margin: 0 0 10px 0;
}

.reviews-page-form {
    background: #3BAA18;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.reviews-page-form input,
.reviews-page-form textarea {
    width: 100%;
    padding: 5px;
    display: block;
    margin: 0 0 2px 0;
    box-sizing: border-box;
}

.reviews-page-form button {
    background: #474747;
    text-align: center;
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    color: #fff;
}

.b-articles {
    overflow: hidden;
    width: 100%
}

.b-articles__l {
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 260px
}

p.b-articles__l-t {
    border-bottom: 2px solid #d3d3d3;
    color: #40ac19;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 0 5px
}

.b-articles__l-cnt-lst {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 5px
}

.b-articles__l-cnt-lst:first-of-type {
    margin-top: 10px
}

p.b-articles__l-cnt-lst-t {
    color: #40ac19;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0
}

a.b-articles__l-cnt-lst-t-link {
    color: inherit;
    text-decoration: none
}

a.b-articles__l-cnt-lst-t-link:hover {
    opacity: 1;
    text-decoration: underline
}

p.b-articles__l-cnt-lst-i {
    color: #464646;
    font-size: 12px;
    line-height: 1;
    margin: 10px 0 0
}

a.b-articles__l-cnt-lst-i-link {
    color: inherit;
    text-decoration: none
}

a.b-articles__l-cnt-lst-i-link:hover {
    opacity: 1;
    text-decoration: underline
}

.b-articles__lst-i {
    overflow: hidden
}

a.b-articles__lst-i-link {
    display: block;
    line-height: 0
}

.b-articles__lst-i-img {
    max-width: 100%
}

.b-articles__lst-i-t {
    color: #525252;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 3px 0;
    max-height: 48px;
    overflow: hidden
}

a.b-articles__lst-i-t-link {
    color: inherit;
    text-decoration: none
}

a.b-articles__lst-i-t-link:hover {
    opacity: 1;
    text-decoration: underline
}

.b-articles__lst-i-desc {
    color: #525252;
    font-size: 12px;
    margin: 5px 3px 0;
    overflow: hidden;
    height: 50px;
}

.b-articles__lst-i-desc > * {
    margin: 0;
    padding: 0
}

a.last {
    pointer-events: none;
}

.b-articles__lst .pagination {
    width: 100%;
}

@media (min-width: 769px) {

    .b-articles__lst-i:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .b-articles {
        text-align: center
    }

    .b-articles__l {
        display: none
    }

    .b-articles__lst-i {
        display: inline-block;
        text-align: left;
        width: 100%
        /*max-width: 320px;*/
        max-width: 100%;
    }

    .b-articles__lst-i ~ .b-articles__lst-i {
        margin-top: 15px
    }
}

/*podpiska*/

.podpiska-body {
    background: #40AC19;
}

#delivery_message_form input[type="email"]::-webkit-input-placeholder {
    color: #ECECEC;
}

@media all and (min-width: 769px) {
    #phone-consult {
        display: none;
    }
}

/*AUTOCOMPLETE*/

@media all and (max-width: 768px) {
    .header-mobile #search-form > div {
        float: right !important;
        position: relative;
        z-index: 99;
    }
}

/*END AUTOCOMPLETE*/

/* Stiped */
.striped__wrapper {
    margin-bottom: 15px;
}


.service_wrapper .service_add {
    cursor: pointer;
    padding-top: 4px;
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(bottom, #379115, #59C532);
    background: -o-linear-gradient(bottom, #379115, #59C532);
    background: linear-gradient(to top, #379115, #59C532);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;

    width: calc(100% - 20px);
    padding: 10px 0;
    text-align: center;
    /* background: url(../images/btn-detail.png) center center no-repeat; */
    background: #40AC19;
    font-weight: normal;
    color: #fff !important;
    font-size: 14px;
    margin: 5px auto;
    position: relative;
    display: none;
    transition: 0.6s;
    display: block;
}

.service_wrapper .cs-product-block {
    width: 25%;
}

.service_wrapper .cs-product-block .name {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 18px;
    padding-right: 5px;
    padding-left: 5px;
    height: 55px;
}

.service_wrapper .cs-product-block:hover {
    box-shadow: none;
}

.service_wrapper .cs-product-block .holder {
    text-align: center;
}

.service_wrapper .service_add:hover {
    background: -webkit-linear-gradient(bottom, #46A024, #68D441);
    background: -o-linear-gradient(bottom, #46A024, #68D441);
    background: linear-gradient(to top, #46A024, #68D441);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1200px) {
    .buy-wrapper {
        height: 49px!important;
    }
}
.pop-cart .right a.morebtn {
    padding: 15px!important;
}
.bottom-header-wrapper .service-cats li {
    text-align: left;
    padding: 0 10px;
}
.small-line {
    font-size: 12px;
    margin-top: 12px;
    display: block;
}
@media screen and (max-width: 576px) {
    .sales-form .left .text .main .small-line {
        font-size: 10px;
        margin-top: 0;
        display: block;
    }
}
.header-mobile .phone-mob-menu {
    color: #40ac19!important;
    background: #1c1f26 !important;
}
#mob-menu-contacts .click-else-phones a {
    padding: 5px 0;
    display: block;
}
.hidden-phones {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 5px 0 10px 0;
}
.hidden-phones a {
    padding: 5px 0;
    display: inline-block;
}
.click-slide-phone:hover .hidden-phones {
    display: block;
}
.pop-cart .top {width: 100%!important;}
.cs-product-block img.hover {display: none;}
.prod-label-category {
    position: absolute;
    top: 0px;
    left: 10px;
    background: #ffe7e7;
    color: #f14343;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid;
}
.cs-product-block .console-buy {
    background: #40ac1a;
}

/* Seo shield*/
.stagb, .stagstrong{
	font-weight: 700;
}
.stagem{
	font-style: italic;
}
.rating_comment_wrapper{
	display: flex;
	letter-spacing: -3px;
}
.rating_stars_wrapper, .review-rating{
	letter-spacing: -3px;
}
.review-rating i{
	font-size: 17px;
}
.rating_stars_wrapper i{
	cursor: pointer;
}
.fa-star, .fa-star-half{
	font-size: 20px;
	color: gold;
}
.leave_comment_name_rating_wrapper{
	display: flex;
}
.leave_comment_rating_wrapper{
	margin-left: 30px;
}
.rating_kek{
	display: flex;
	width: 300px;
	height: 23px;
}
.rating_kek > div{
	position: relative;
	width: 23px;
	height: 23px;
}
.rating_kek > div > i{
	position: absolute;
	top: 0;
	left: 0;
}
.review_stars i{
	font-size: 15px;
}
.product-listing-reviews{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.random_reviews .single-review .review-body{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.single-review {
	margin-bottom: 20px;
}
.random_reviews{
	border-top: 1px solid #e2e2e2; 
	padding-top: 10px;
}
.random_reviews_title{
	font-size: 14px;
	padding-bottom: 14px;
	font-family: OpenSansSemibold;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #1c1f26;
}
.review-link-prod{
	font-weight: 600;
	color: #40ac19;
}
.review-author{
	font-size: 15px;
	font-style: italic;
}
.reviews_title_wrapper {
	position: relative;
}
.reviews_title_wrapper:hover {
	cursor: pointer;
}
.reviews_title_wrapper:hover span{
	color: #40AC19;
}
.reviews_title_wrapper span::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0;
	transition: transform 0.5s ease-in-out;
}
.reviews_title_wrapper span.list-opened::after {
	transform: rotate(90deg);
}
.reviews_title_wrapper span.list-closed::after {
	transform: rotate(0deg);
}
.reviews-list {
	overflow: hidden;
	-webkit-transition: max-height .5s cubic-bezier(0,1,0,1);
	-moz-transition: max-height .5s cubic-bezier(0,1,0,1);
	-ms-transition: max-height .5s cubic-bezier(0,1,0,1);
	-o-transition: max-height .5s cubic-bezier(0,1,0,1);
	transition: max-height .5s cubic-bezier(0,1,0,1);
}
.reviews-list.open {
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-ms-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}
@media (max-width: 1199px){
	#products .col-lg-12{
		display: flex;
		flex-direction: column-reverse;
	}
}
.links__block a{
	transition: color .22s ease-in-out;
}
.links__block a:hover{
	color : #40AC19;
}
.cat_in_listing_product_card_block{
	margin-bottom: 10px;
	color: grey;
    font-size: 10px;
}


/* @media (min-width: 1400px) {
    .container {width: 1380px;}
}
@media (min-width: 1600px) {
    .container {width: 1580px;}
} */
.footer-flex-col {
    justify-content: center;
}