/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1034px;
}
.row-lg {
    max-width: 1280px;
}
/* -- main styles -- */

.nopad {
	padding:0;
}

.nopadleft {
	padding-left:0;
}

.nopadright {
	padding-right:0;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

/*Main style*/
.header {
    background: #d7d3bd;
    position: relative;
    /*position: absolute;*/
    /*top: 60px;*/
    /*right: 0;*/
    /*left: 0;*/
    z-index: 100;
}
.header-top {
    padding: 6px 0 12px;
}
.header-top-contacts {
    margin-bottom: 5px;
}
.header-top-contacts ul {
    float: right;
}
.header-top-contacts ul li {
    float: left;
    position: relative;
    color: #768e78;
    font-size: 11px;
    padding-right: 24px;
}
.header-top-contacts ul li:last-child {
    padding-right: 0;
}
.header-top-contacts ul li a {
    color: #768e78;
    transition: 0.2s;
}
.header-top-contacts ul li a:hover {
    opacity: 0.7;
}
.header-top-contacts ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 12px;
}
.header-top-contacts ul li:last-child:after {
    display: none;
    padding-right: 0;
}
.header-top-contacts ul li img {
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 10px;
    max-height: 15px;
}
.header-top-right ul {
    float: right;
}
.header-top-right ul li {
    display: inline-block;
    margin-right: 15px;
}
.header-top-right ul li:last-child {
    margin-right: 0;
}
.header-top-right ul li a {
    color: #fff;
    transition: 0.2s;
}
.header-top-right ul li a:hover {
    opacity: 0.7;
}
.header-top-right .form-element input,
.header-top-right .form-element input:focus,
.header-top-right .form-element input:active {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 2px 30px 2px 8px;
    height: 22px;
    width: 171px;
    font-size: 13px;
}
.header-top-right .form-element input::placeholder {
    color: #6e6e6e;
    opacity: 1;
    text-transform: uppercase;
}
.header-top-right .form-element input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6e6e6e;
    opacity: 1;
    text-transform: uppercase;
}
.header-top-right .form-element input::-moz-placeholder { /* Firefox 19+ */
    color: #6e6e6e;
    opacity: 1;
    text-transform: uppercase;
}
.header-top-right .form-element input:-ms-input-placeholder { /* IE 10+ */
    color: #6e6e6e;
    opacity: 1;
    text-transform: uppercase;
}
.header-top-right .form-element input:-moz-placeholder { /* Firefox 18- */
    color: #6e6e6e;
    opacity: 1;
    text-transform: uppercase;
}
.header-top-right .form-element label {
    position: relative;
}
.header-top-right .form-element label button {
    display: block;
    width: 25px;
    height: 22px;
    background: #ffdb5f url("../img/icon-search.svg") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}
.nav {
    /*padding: 70px 0 5px 20px;*/
}
.nav ul {
    display: inline-block;
}
.nav ul li {
    float: left;
    margin-right: 25px;
    position: relative;
}
.nav ul li:last-child {
    margin-right: 0;
}
.nav ul li a {
    display: inline-block;
    padding: 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #768e78;
    transition: 0.2s;
}
.nav ul li a:hover {
    color: #773c0d;
}

.nav ul li.menu-item-has-children ul {
    position: absolute;
    top: 100%;
    left: 0;

    margin: 0;
    width: 100%;

    min-width: 240px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    padding-top: 10px;
}
.nav ul li.menu-item-has-children ul li {
    float: none;
    margin-right: 0;
    width: 100%;
    background: #d7d3bd;
    padding: 0 10px 10px;
}
.nav ul li.menu-item-has-children ul li:first-child {
    padding-top: 10px;
}
.nav ul li.menu-item-has-children ul li:last-child {
    padding-bottom: 10px;
}
.nav ul li.menu-item-has-children ul li a {
    padding: 0;
}
.nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}
.nav > ul > li:hover > a{
    color: #773c0d;
}

.header-logo {
    position: relative;
    min-height: 1px;
}
.header-logo img {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger-hold {
    display: none;
}

.mobile-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 20px 15px 10px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}
.mobile-menu .nav {
    display: block;
    padding: 0;
}
.mobile-menu .nav ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.mobile-contacts {
    border-top: 1px solid #000;
    padding-top: 10px;
}
.mobile-contacts ul li {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.mobile-contacts ul li:last-child {
    margin-bottom: 0;
}

.main-container {
    /*padding-top: 140px;*/
    overflow: hidden;
}

/*Home Intro*/
.intro-carousel {
    margin-bottom: 18px;
}
.intro-carousel-text {
    padding: 20px 50px;
}
.intro-carousel-text h3 {
    font-size: 30px;
    line-height: 1;
    color: #f26522;
    font-weight: 700;
    margin-bottom: 4px;
}
.intro-carousel-text p {
    font-size: 20px;
    font-weight: 700;
}
.intro-owl .item {
    height: 484px;
    background-size: cover!important;
}
.intro-carousel-text-box {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro-owl .owl-dots {
    text-align: center;
}
.intro-owl .owl-dots {
    text-align: center;
    padding-top: 8px;
}
.intro-owl .owl-dots button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7f7f7f;
    margin-right: 19px;
}
.intro-owl .owl-dots button.active {
    background: #dfdfdf;
}
.intro-owl .owl-dots button:last-child {
    margin-right: 0;
}


/*Home Product section*/
.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #768e78;
    position: relative;
    margin-bottom: 20px;
}
.section-title span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
}
.section-title:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #768e78;
    position: absolute;
    left: 0;
    bottom: 4px;
}
.products-list {
    margin-bottom: 38px;
}
.products-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

}
.products-list ul li {
    float: left;
    width: 25%;
    border-left: none;
    border-top: none;
    padding: 10px 10px 40px;
    position: relative;
}
.products-list ul li:nth-child(4n + 1) {
    clear: both;
}
.products-list ul li a {
    transition: 0.2s;
}
.products-list ul li a:hover {
    opacity: 0.7;
}
.product-image {
    margin-bottom: 21px;
    height: 239px;
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-image img {
    max-height: 239px;
}
.product-text-box {
    color: #000;
}
.product-title {
    font-weight: 700;
    line-height: 1.94;
    color: #773c0d;
    text-transform: uppercase;
}
.product-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: 4px;
}
.btn-black,
.btn-black:focus,
.btn-black:active {
    display: inline-block;
    background: #768e78;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    line-height: 1;
    transition: 0.2s;
    text-transform: uppercase;
}
.btn-black:hover {
    color: #fff;
    opacity: 0.7;
}
.product-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.product-stars {
    margin-bottom: 8px;
    font-size: 0;
}
.star-icon {
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url("../img/icon-stars.svg") no-repeat center center;
    margin-right: 3px;
    background-size: cover!important;
}
.product-stars .star-icon:last-child {
    margin-right: 0;
}
.good-things {
    margin-bottom: 40px;
    background-size: cover!important;
    padding: 28px 20px;
}
.good-things-title {
    font-size: 36px;
    font-weight: 700;
    color: #773c0d;
    line-height: 0.86;
    margin-bottom: 22px;
}
.good-things-text {
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 29px;
}
.good-things-list ul li {
    float: left;
    width: 50%;
    padding-right: 10px;
    font-size: 12px;
    position: relative;
    padding-left: 42px;
    margin-bottom: 25px;
}
.good-things-list ul li span {
    display: inline-block;
    width: 28px;
    height: 31px;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
}
.good-things-list ul li span img {
    max-width: 28px;
}
.about-us-section {
    background-size: cover!important;
    padding: 55px 20px 55px;
}
.about-us-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    color: #304107;
    margin-bottom: 33px;
}
.about-us-text {
    font-size: 19px;
    line-height: 1.26;
    color: #304106;
}
.about-us {
    padding: 0 0 0 50px;
}

.section-title-sm {
    font-size: 28px;
    margin-bottom: 34px;
}


/*Footer start*/
.footer {
    background: #768e78;
    padding-top: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-box {
    padding-left: 60px;
}

.footer-box:nth-child(1) {
    padding-left: 0;
}

.footer-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-contacts span {
    font-weight: 700;
}

.footer-contacts {
    font-weight: 300;
    padding-right: 20px;
    font-size: 15px;
}

.footer-contacts ul {
    margin-top: 5px;
}

.footer-links ul li a {
    color: #fff;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #2d3f00;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding: 9px 15px 10px 20px;
}

.newsletter-form {
    position: relative;
    z-index: 1;
    margin-top: 12px;
}

.newsletter-form label span,
.newsletter-form label input {
    font-size: 12px;
}

.newsletter-form label {
    background: transparent;
    position: relative;
    z-index: 1;
}

.newsletter-form label:hover {
    cursor: text;
}

.newsletter-form label span {
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 9px 10px 8px;
    z-index: 2;
    transition: 0.2s;
    line-height: 1;
}

.newsletter-form label.is-focused span {
    display: none;
}

.newsletter-form input,
.newsletter-form input:active,
.newsletter-form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 29px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    z-index: 3;
    margin: 0;
    border-right: none;
    padding: 2px 10px;
}

.newsletter-form input::placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 700;
}
.newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
    font-weight: 700;
}
.newsletter-form input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-weight: 700;
}
.newsletter-form input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
    font-weight: 700;
}
.newsletter-form input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
    font-weight: 700;
}

.newsletter-social {
    margin-top: 10px;
}

.newsletter-social ul li {
    display: inline-block;
    margin-right: 8px;
}

.newsletter-social ul li a {
    color: #fff;
    transition: 0.2s;
}
.newsletter-social ul li a:hover {
    opacity: 0.7;
}
.footer .copyright {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

/*Footer end*/



/*Subpage*/
.subpage-intro {
    background-size: cover!important;
    height: 136px;
    margin-bottom: 27px;
}
.subpage-about {
    padding-top: 17px;
}
.subpage-about-text {
    padding: 0 0 78px 30px;
}
.subpage-about-text p {
    font-size: 19px;
    line-height: 1.37;
    margin-bottom: 26px;
}
.subpage-about-text p a {
    color: #000;
    transition: 0.2s;
}
.subpage-about-text p a:hover {
    opacity: 0.7;
}
.subpage-bottom {
    background: #d7d3bd;
}
.subpage-bottom-list {
    padding: 22px 0 17px 43px;
}
.subpage-bottom-list ul li {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 12px;
    margin-right: 43px;
}
.subpage-bottom-list ul li img {
    margin-bottom: 4px;
}

/*Product single*/
.products-slider-hold {
    margin-bottom: 92px;
}
.product-slider {
    position: relative;
}
.product-slider .owl-item {

}
.product-slider .item {
    border-left: 0;
    min-height: 407px;
}
.product-slider .item a {
    display: block;
    padding: 10px 10px 40px;
    position: relative;
    transition: 0.2s;
}
.product-slider .item a:hover {
    opacity: 0.7;
}
.product-slider .owl-nav button {
    display: inline-block;
    background-size: 60%!important;
    width: 37px;
    height: 67px;
    z-index: 2;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-slider .owl-nav button:hover {
    opacity: 0.7;
}
.product-slider .owl-nav button.disabled {
    display: none;
}
.product-slider .owl-nav button span {
    display: none;
}
.product-slider .owl-nav button.owl-next {
    background: #dcdcdc url("../img/slider-arrow-right.png") no-repeat center center;
    right: 0;
}
.product-slider .owl-nav button.owl-prev {
    background: #dcdcdc url("../img/slider-arrow-left.png") no-repeat center center;
    left: 0;
}

.breads {
    margin-bottom: 26px;
}
.breads ul li {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #773c0d;
    margin-right: 5px;
}
.breads ul li a {
    color: #773c0d;
}
.breads ul li a:hover {
    color: #773c0d;
    opacity: 0.7;
}
.breads ul li:after {
    content: ' / ';
    white-space: pre;
    color: #773c0d;
    margin-left: 5px;
}
.breads ul li:last-child:after {
    content: '';
}

.product-info-hold {
    margin-bottom: 70px;
}
.product-info-img {
    padding: 0 7% 0 0;
}
.product-info-img img {
    max-width: 230px;
    max-height: 240px;
}
.product-info-box {
    padding: 20px 0 0 0;
}
.product-info-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 10px;
    color: #773c0d;
}
.product-info-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
}
.product-info-price {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.52;
    margin-bottom: 4px;
}
.product-info-stars {
    margin-bottom: 17px;
}
.product-info-stars .star-icon {
    width: 24px;
    height: 22px;
}
.product-info-btn a {
    font-size: 12px;
    min-width: 141px;
    text-align: center;
}
.product-info-tabs-hold {
    margin-bottom: 83px;
}
.product-info-tabs .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: none;
}
.product-info-tabs .tabs {
    background: none;
    border: none;
    border-bottom: 1px solid #d3d3d3;
}
.product-info-tabs-content .tabs-panel {
    padding: 0 0;
}
.product-info-tabs-content.tabs-content {
    background: none;
    border: none;
    padding-top: 14px
}
.product-info-tabs .tabs-title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.73;
    color: #773c0d;
    padding: 5px 22px;
    transition: 0.2s;
    border-right: 1px solid #d3d3d3;
}
.product-info-tabs .tabs-title a:hover {
    opacity: 0.7;
}
.product-info-tabs .tabs-title:last-child a {
    border-right: none;
}
.product-info-tabs-content .tabs-panel p {
    line-height: 1.375;
}
.product-info-tabs-content .tabs-panel p a {
    color: #000;
    transition: 0.2s;
}
.product-info-tabs-content .tabs-panel p a:hover {
    color: #000;
    opacity: 0.7;
}


/* news */

.news-list {
    margin-top:30px;
}

.news-item {
    margin-bottom: 75px;
}

.news-item a {
    float: left;
    width: 100%;
}

.news-img-hold {
    padding-right: 80px;
}
.news-img-scale {
    overflow: hidden;
}

.news-img {
    background-size: cover !important;
    padding-bottom: 62%;
    transition: 0.5s;
}

.news-title {
    color: #773c0d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 18px;
    transition: 0.2s;
}

.news-text {
    color: #58585a;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 30px;
}

.news-more {
    font-size: 16px;
    color: #7c7a7b;
    font-weight: 300;
    transition: 0.2s;;
}

.news-more img  {
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.news-more svg path  {
    transition: 0.2s;
}

.news-item a:hover .news-title {
    color: #FFDB5F;
}
.news-item a:hover .news-more {
    color: #FFDB5F;
}
.news-item a:hover .news-img {
    transform: scale(1.1);
}
.news-item a:hover .news-more svg path {
    fill: #FFDB5F;
}

.pagination li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 7px;
}

.pagination a, .pagination button {
    background: #c2c0be;
    padding: 11px 19px;
    color: #fff;
    transition: 0.2s;
}

.pagination a:hover, .pagination button:hover {
    background: #a7a29d;
}
.pagination .current {
    padding: 11px 19px;
    background: #53b173;
    color: #fff;
}

.entry {
    margin-bottom:50px;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    color: #773c0d;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    font-size: 10px!important;
    letter-spacing: .5pt;
    color: #2d3f00!important;
}
.gform_body input,
.gform_body input:focus,
.gform_body input:active,
.gform_body textarea,
.gform_body textarea:focus,
.gform_body textarea:active {
    box-shadow: none!important;
    border: 2px solid #d3d3d3;
    padding: 2px 10px!important;
    width: 100% !important;
}
.gform_body input:focus,
.gform_body input:active,
.gform_body textarea:focus,
.gform_body textarea:active {
    border: 2px solid #773c0d;
}

.gform_footer input,
.gform_footer input:focus,
.gform_footer input:active {
    background: #ffdb5f!important;
    transition: 0.2s;
    color: #000!important;
    min-width: 160px;
    padding: 13px 10px!important;
    line-height: 1.5!important;
}
.gform_footer input:hover {
    opacity: 0.7;
}
.subpage-about-text {
    margin-bottom: 30px;
}
.footer .gform_footer input:hover {
    opacity: 1!important;
}
.footer .gform_wrapper form {
    position: relative;
}

.footer .ginput_container input,
.footer .ginput_container input:active,
.footer .ginput_container input:focus {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    height: 29px!important;
    border: 2px solid #fff!important;
    background: transparent center;
    color: #fff!important;
    z-index: 3!important;
    margin: 0!important;
    border-right: none!important;
    padding: 2px 100px 2px 10px!important;
    width: 100%!important;
    font-size: 13px!important;
}
.footer .gform_wrapper .gform_footer input.button,
.footer .gform_wrapper .gform_footer input[type="submit"],
.footer .gform_wrapper .gform_page_footer input.button,
.footer .gform_wrapper .gform_page_footer input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff!important;
    color: #2d3f00!important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 15px!important;
    width: auto!important;
    min-width: 1px!important;
    margin: 0;
}
.footer .gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
}
.footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

.wpsl-search {
    background: #f9db83!important;
}
#wpsl-search-btn, #wpsl-search-wrap input {
    border: none!important;
    border-radius: 3px;
}
#wpsl-search-btn {
    color: #2d3f00!important;
    background: #fff url("../img/icon-search.svg") no-repeat right 10px center!important;
    margin-right: 0!important;
    line-height: 1.5!important;
    padding: 6px 30px 7px 10px!important;
    margin-bottom: 10px;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto!important;
}
#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 20px!important;
}
#wpsl-search-input {
    padding: 9px 12px!important;
}
#wpsl-search-wrap .wpsl-dropdown div {
    margin-right: 0!important;
}
#wpsl-search-wrap .wpsl-input label {
    padding-top: 3px!important;
}
#wpsl-search-wrap div label {
    padding-top: 3px!important;
}
.wpsl-search {
    padding: 12px;
}
.wpsl-search-btn-wrap {
    padding-top: 1px;
}
.owl-carousel .owl-item img {
    width: auto;
}




@media only screen and (min-width: 1024px) {

    .mobile-menu {
        display: none!important;
    }

}

@media only screen and (max-width: 1120px) {

    .row {
        padding: 0 15px;
    }
    .row.row-lg {
        padding: 0;
    }
    .nav ul li a {
        font-size: 16px;
    }

}


@media only screen and (max-width: 1023px) {

    .footer {
        font-size: 14px;
    }
    .footer-box {
        padding-left: 30px;
    }
    .footer-title {
        font-size: 16px;
    }
    .footer-contacts {
        padding-right: 10px;
    }
    .newsletter-form label span,
    .newsletter-form label input {
        font-size: 11px;
    }
    .btn-white,
    .btn-white:focus,
    .btn-white:active {
        font-size: 8px;
        padding: 10px 15px 11px;
    }
    .footer .copyright {
        font-size: 12px;
    }
	.hamburger {
		display: inline-block;
	}
    .hamburger-hold {
        display: block;
    }
    .nav,
    .header-top-contacts,
    .mobile-menu{
        display: none;
    }
    .header-logo img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 80px;
    }
    .nav-hold {
        padding: 8px 0;
    }
    .hamburger-hold {
        padding-top: 22px
    }
    .main-container {
        /*padding-top: 120px;*/
    }
    .section-title {
        font-size: 32px;
    }
    .products-list ul li {
        width: 33.333%;
    }
    .products-list ul li:nth-child(4n) {
        border-right: 1px solid #d3d3d3;
    }
    .products-list ul li:nth-child(4n + 1) {
        clear: none;
        border-left: none;
    }
    .products-list ul li:nth-child(3n + 1) {
        clear: both;
        border-left: 1px solid #d3d3d3;
    }
    .products-list ul li:nth-child(-n + 4) {
        border-top: none;
    }
    .products-list ul li:nth-child(-n + 3) {
        border-top: 1px solid #d3d3d3;
    }
    .good-things {
        background: #e1dde2!important;
    }
    .good-things-title {
        font-size: 40px;
    }
    .subpage-about-text p {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .footer-box {
        padding-left: 15px;
    }
    .products-slider-hold {
        margin-bottom: 60px;
    }
    .product-info-tabs .tabs-title a {
        font-size: 18px;
    }
    .product-info-title {
        font-size: 20px;
    }

    .nav ul {
        display: block;
    }
}

@media screen and (max-width:639px) {

    .footer {
        padding-top: 20px;
        font-size: 12px;
    }
    .footer-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .footer-box {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .footer-contacts {
        padding-right: 0;
    }
    .footer .copyright {
        margin-top: 0;
        font-size: 11px;
    }

    .section-title {
        font-size: 24px!important;
    }
    .good-things-title {
        font-size: 28px;
        text-align: left!important;
    }
    .good-things-text {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
    }
    .good-things-list ul li {
        width: 100%;
        padding-right: 0;
        font-size: 14px;
        padding-left: 42px;
        margin-bottom: 25px;
    }
    .good-things-list ul li span {
        width: 22px;
        height: 255px;
    }
    .good-things-list ul li span img {
        max-width: 22px;
    }
    .good-things-list ul li:last-child {
        margin-bottom: 0;
    }
    .about-us-section {
        padding: 120px 0 55px;
    }
    .about-us {
        padding: 0;
    }
    .about-us-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .about-us-text {
        font-size: 14px;
    }
    .intro-carousel-text {
        padding: 20px 15px;
    }
    .intro-carousel-text h3 {
        font-size: 22px;
    }
    .intro-carousel-text p {
        font-size: 14px;
    }
    .products-list ul li {
        width: 100%;
        border-top: 1px solid #d3d3d3!important;
        border-left: 1px solid #d3d3d3!important;
        border-right: 1px solid #d3d3d3!important;
        border-bottom: none!important;
    }
    .products-list ul li:last-child {
        border-bottom: 1px solid #d3d3d3!important;
    }
    .product-image {
        height: 150px;
    }
    .product-image img {
        max-height: 150px;
    }
    .intro-owl .item {
        height: 300px;
    }
    .intro-carousel-text-box {
        display: block;
    }
    .subpage-about-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .subpage-about-text {
        padding: 0;
    }
    .subpage-about-left {
        margin-bottom: 20px;
    }
    .subpage-bottom-list ul li {
        font-size: 14px;
        margin-right: 10px;
    }
    .subpage-bottom-list {
        padding: 22px 0 6px 0;
    }
    .products-slider-hold {
        margin-bottom: 30px;
    }
    .breads ul li {
        font-size: 14px;
    }
    .product-info-tabs-content .tabs-panel p {
        font-size: 14px;
    }
    .product-info-tabs .tabs-title a {
        font-size: 14px;
        padding: 5px 7px;
    }
    .product-info-img img {
        max-width: 150px;
        max-height: 180px;
    }
    .product-info-title {
        font-size: 18px;
    }
    .product-info-text {
        font-size: 14px;
    }
    .product-info-hold {
        margin-bottom: 30px;
    }
    .product-info-tabs-hold {
        margin-bottom: 50px;
    }
    .product-info-img {
        padding: 0;
    }
    .subpage-intro {
        height: 60px;
    }

    .news-item {
        margin-bottom: 40px;
    }
    .news-text {
        font-size: 14px;
    }
    .news-title {
        font-size: 18px;
    }
    .news-img-hold {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .subpage-about-text {
        margin-bottom: 20px;
    }
    #wpsl-search-btn, #wpsl-search-wrap div {
        margin-right: 0!important;
    }
    .product-slider .item {
        min-height: 317px;
    }
    .header-top {
        padding: 6px 0;
    }
}
