/*
Theme Name: fermet
Theme Domain: fermet
Version: 1.0
*/

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	background-image: url('/wp-content/themes/fermet/assets/images/dest/bottom-bg.png');
}.
header .content .logo{
	width: 300px;
    margin: 20px 0 0;
}
.logo img{
	width:100%;
}

footer {
	margin-top: auto;
}
table{
	display:contents;
}
table td strong{
	font-size: 13px;
}
table td p{
	font-size: 14px;
}

.item-page {
	margin-bottom: 100px;
}

.item-page h3 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    min-height: 38px;
	font-weight: 700;
}
.online-store-desc {
    text-align: justify;
    margin-bottom: 0;
    padding: 0 10px;
}
.banks {
    margin-top: 30px;
    display: inline-block;
}
.online-store-top-desc .banks {
    padding: 0 10px;
}
.banks>div.master, .banks a span.master {
    background-position: 0 -52px;
}
.banks>div.visa, .banks a span.visa {
    background-position: 0 -27px;
}
.banks>div.pumb, .banks a span.pumb {
    background-position: 0 0;
}
.banks>div, .banks a span {
    display: inline-block;
    background: url(/wp-content/uploads/2020/11/bank.png) no-repeat;
    height: 24px;
    width: 58px;
}
.banks>div, .banks a {
    margin-right: 20px;
}
.double-line-outer {
	width:100%;
    height: 30px;
    margin: 70px 0 40px;
}
.double-line-inner {
    height: 8px;
    margin: 11px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 42%;
    float: left;
}
.double-line-outer .double-line {
    margin: auto;
    position: relative;
    width: 150px;
    min-width: 16%;
    float: left;
    top: 6px;
}
.row .online-store-desc1:last-child {
    margin-bottom: 40px;
}
.item-page p {
    margin-bottom: 10px;
}
.item-page ul {
    padding: 0 0 5px 20px;
    text-align: justify;
	list-style: inherit;
}
.item-page ul li {
    margin-bottom: 7px;
}

.cont3 .otdels {
    position: relative;
    height: 447px!important;
    display: inline-block;
    max-width: 100%;
    overflow-y: scroll;
}
.cont3 .otdels > div {
    box-shadow: 0 1px 5px 0 rgba(1, 2, 2, 0.2);
    box-sizing: border-box;
    padding: 15px;
    width: 278px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.cont3 .otdels > div .tit {
    font-size: 20px;
    font-size: 1.25rem;
    color: #6db12b;
    text-transform: uppercase;
    font-family: Plumb;
    font-weight: bold;
}
.cont3 .otdels > div > div {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #6c6d6f;
    margin-top: 15px;
}
.cont3 .otdels > div > div p {
    line-height: 130%;
}
/*--------NEW STYLES CAT---------*/
.cat_block {
    background: #000;
    padding: 0;
}
.cat_block h3 {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-bottom: solid 1px #fff;
	margin: 0;
}
#full_cat_list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}

#full_cat_list li a {
    color: #fff;
	padding-left: 30px;
}
#full_cat_list li:before {
    content: '';
    background: url(/wp-content/uploads/2020/11/right_icon.png);
    width: 6px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 11px;
    left: 15px;
}
#full_cat_list li {
    border-bottom: solid 1px #fff;
	position: relative;
}
#full_cat_list li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}
#full_cat_list .children {
    display: none;
}
#full_cat_list .children {
    /*display: inline-block;*/
    width: 100%;
    padding-left: 0;
}
#full_cat_list .children li a {
    padding-left: 45px;
	font-size: 14px;
	padding-right: 22px;
}
#full_cat_list .children li {
	position: relative;
	border: none;
}
#full_cat_list .children li:before {
    content: '-';
	background: none;
    color: #fff;
    position: absolute;
    margin-right: -5px;
    margin-left: 30px;
	top: 3px;
	left: auto;
}
#full_cat_list .children li:after {
    content: '';
	background: #fff;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
#full_cat_list .children li:last-child:after {
    display: none;
}
#full_cat_list .children .children li:last-child a:after {
    display: none;
}
#full_cat_list li a:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
#full_cat_list .children .children a {
    padding-left: 60px;
	padding-right: 20px;
}
#full_cat_list .children .children li:before {
    margin-left: 45px;
}
#full_cat_list li span {
    content: '';
    background: #f7cf37;
    color: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    text-align: center;
    right: 10px;
    top: 9px;
    font-size: 18px;
    line-height: 18px;
    z-index: 1;
    cursor: pointer;
}
#full_cat_list li span:before {
    content: '+';
}
#full_cat_list .active>span:before {
    content: '-';
    top: -2px;
    position: absolute;
    left: 6px;
}
#full_cat_list .children li:after, #full_cat_list .children .children li span {
    display: none;
}
#full_cat_list .children .end_children li span {
    display: block;
}
#full_cat_list .children .end_children_post a {
    padding-left: 75px;
}
#full_cat_list .children .children .end_children_post li:before {
    margin-left: 60px;
}
#full_cat_list .active>.children {
    display: inline-block;
}
#full_cat_list .current-cat>a {
    color: #f7cf37;
}
.products_cat_block {
    display: inline-block;
    float: left;
    width: 22.6%;
	text-align: center;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 2px 20px rgba(142,156,170,.2);
    box-shadow: 0 2px 20px rgba(142,156,170,.2);
    border-radius: 4px;
	transition: .3s ease;
	background: rgb(255 255 255 / 0.5);
}
.products_cat_block:hover {
    -webkit-box-shadow: 0 2px 20px rgba(142,156,170,.6);
    box-shadow: 0 2px 20px rgba(142,156,170,.6);
    border-radius: 4px;
}
.products_cat_block .image_pr {
    width: 100%;
    height: 120px;
}
.products_cat_block .image_pr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.products_cat_block a {
    padding: 10px;
    display: inline-block;
}
.top_title_arh {
    display: inline-block;
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    height: 35px;
    margin-bottom: 20px;
}
.top_title_arh h3 {
    margin-bottom: 0;
    line-height: 35px;
}
.products_cat_block .title_pr {
    color: #000;
    height: auto;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
	transition: .3s all;
	line-height: 20px;
    font-size: 15px;
    height: 88px;
    vertical-align: middle;
    display: table-cell;
	width: 172px;
}
.products_cat_block:hover .title_pr{
    color: #f7cf37;
}
/*-------REVIEWS-----*/
.block_btn_reviews {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
/*-MODAL-*/
.modal_mess {
    width: 450px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 1;
    z-index: 9999;
    padding: 25px 25px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
	padding-bottom: 40px;
}
.backmodal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: .5;
}
.close {
    position: absolute;
    right: 5px;
    top: 5px;
	opacity: 1;
	cursor: pointer;
}
.close svg path {
    fill: #f7cf37;
}
.label50 {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
}
.label50 input {
    width: 100%;
    height: 40px;
    border: solid 1px #fff;
    box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
}
.label50 textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #fff;
    box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
}
.wpcf7 .wpcf7-form-control-wrap input {
    box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    height: 40px;
	padding: 10px!important;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
    box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 1px 20px 3px rgb(0 0 0 / 12%);
    height: 100px;
	padding: 10px!important;
}
#modal_mess .btn {
    margin-top: 25px;
}
#modal_mess h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}
#name_mess {
    width: 100%;
    outline: none;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
    border: 1px solid #ffbc00;
}
#text_mess {
    width: 100%;
    outline: none;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
    border: 1px solid #ffbc00;
}
.label50 span {
    font-size: 16px;
    color: #59595a;
}
.footer__line img{
	width: 80px;
    height: 70px;
}
.label50.file_inp input {
    background: none;
    height: auto;
    box-shadow: none;
    padding: 0;
}
.phone,
.work{
	width:100%;
}
.phone .bg{
	background:url(/wp-content/uploads/2020/11/phone-icon.png) no-repeat;
	width: 70px;
    background-size: 80%;
    padding-left: 60px;
}
.work .bg{
	background:url(/wp-content/uploads/2020/11/time-icon.png) no-repeat;
	width: 70px;
    background-size: 80%;
    padding-left: 60px;
}
.phone ul li{
	display:inline-block;
	padding-right:10px;
}
.hero .content .main__info .work ul li{
	color: #fff;
}
.phone ul li a{
	color:#fff;
}
.work p{
	width:135px;
}
.phone ul,
.work ul{
	width:250px;
}
.main__title p,
.main__info p{
	color:#fff;
}
.main__call button{
	text-decoration: none;
  outline: none;
  display: inline-block;
  color: white;
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
    background-image: linear-gradient(to right, #d5c028 0%, #433330 51%, #bd870d 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(209, 177, 20, 0.3);
  transition: .5s;
}

.main__call button:hover{
	background-position: right center;
}
.block_btn_reviews p{
	text-decoration: none;
  outline: none;
  display: inline-block;
  color: white;
  padding: 20px 30px;
  margin: 10px 20px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
    background-image: linear-gradient(to right, #d5c028 0%, #433330 51%, #bd870d 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(209, 177, 20, 0.3);
  transition: .5s;	
}
.block_btn_reviews p:hover{
	background-position: right center;
}

.top-h1{
	text-align:center;
	margin-bottom:80px;
}
h1{
    font-size: 2.5rem;
	color: #efa431;
    font-weight: 700;
}
}
.contacts p{
	font-size:26px;
}
.products_show_block .products_image{
	display:none;
}

.o-producte img{
	width:100%;
}
.o-producte .text1{
	font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px;
	font-size: 14px;
}
.o-producte .text2{
	opacity: .85;
	font-size: 15px;
	font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
}
.o-producte h3{
	font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000;
	font-size: 30px;
    line-height: 1.17;
}

.blocks-gallery-grid{
	width:100%;
}



@media only screen and (max-width: 767px)
{
	.hero .content .main__info{
		font-size:14px;
	}
	.hero .content .main__call{
		right: 120px;
	}
}
@media only screen and (max-width: 500px)
{
	.products_cat_block{
		width: 43.6%;
		font-size: 12px;
	}
	.wp-block-image .alignleft{
		width:100%;
	}
	.wp-block-image .alignleft img{
		width:100%;
		height:100%;
	}
	.hero{
		    padding-bottom: 25%;
	}
	.hero .content .main__info{
		display: block;
    margin: 0 auto;
    width: 85%;
	}
	.hero .content .main__call {
		right: 38px;
	}
	.modal_mess{
		width:385px;
	}
	footer .footer__inner{
		display:block;
	}
	footer .footer__inner__list{
		width: 200px;
		margin-bottom: 25px;
		margin: 0 auto;
	}
	footer .footer__inner .footer__about {
		width: 220px;
		margin: 0 auto;
	}
	footer .footer__line{
		width:90px;
	}
	.col{
		flex-basis: inherit;
	}
	.form-div{
		margin-top:30px;
	}
}
/*-----NEW BUTTON SINGLE---------*/
.btn_single_fixed.mobile {
    display: none;
}
.btn_single_fixed {
    position: fixed;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
    transform-origin: 136% 285%;
}
.btn_single_fixed button.btn {
    margin: 0;
    font-size: 14px;
    padding: 15px 20px;
    padding-left: 50px;
}
.btn_single_fixed button.btn svg {
    position: absolute;
    width: 25px;
    left: 14px;
    top: 12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_single_fixed button.btn svg path {
	fill: #fff;
}
.modal-backdrop.show {
    opacity: 1;
    background: rgb(0 0 0 / 40%);
}
.bg_for_allpage {
	background-image: url(/wp-content/themes/fermet/assets/images/dest/bg-1.jpg);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.home .bg_for_allpage {
    display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
.btn_single_fixed {
	display: none;
}
.btn_single_fixed.mobile {
    display: block;
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    transform: none;
    transform-origin: unset;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}
.btn_single_fixed.mobile button.btn {
    position: relative;
}.btn_single_fixed button.btn {
    position: relative;
}
}