@font-face {
    font-family: Century Gothic;
    src: url(../fonts/centurygothic.woff);
    src: url(../fonts/centurygothic.ttf);
}


body {
    font-family: Century Gothic;
	margin: 0;
}

.clear{
	clear: both;
}

h1, h2, h3, h4, h5 {
    font-size: 150%;
    text-align: center;
    color: #3d3d3d;
    padding: 25px 0;
    font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.product-right-box h1{
	font-size: 130%;
	text-align: left;
	color: #b31897;
	padding: 0;
	text-transform: none;
}

p{
	text-align: justify;
	font-size: 14px;
	color: #373737;
}

hr{
	color: #dbdbdb;
    border: none;
    background-color: #dbdbdb;
    height: 1px;
    margin-top: 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.head {
    max-width: 1200px;
    min-height: 107px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 4px solid #e5dde6;
    display: flow-root;
	padding-top: 60px;
}

.head-box1 {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
	min-width: 200px;
}

.logo{
	height: 62px;
}


.head-box1-logo a{
	display: block;
	float: left;
    width: 202px;
    text-decoration: none;
	margin: 10px 20px;
}

.head-box1-logo .logo img{
	display: block;
	float: left;
	position: absolute;
	top: -3px;
	height: 92px;
}

.menu-mess-mobile a img{
	display: block;
	float: left;
}

.head-box1-logo-text{
	display: block;
	float: left;
	width: 155px;
	text-transform: uppercase;
	color: #3d3d3d;
	font-weight: bold;
}

.head-box1-logo-text p{
	font-size: 37px;
	margin: 0;
	padding: 16px 0 0 5px;
    line-height: 22px;
}

.head-box1-logo-text span {
	font-size: 10px;
	padding: 0 0 0 7px;
	display: block;
	position: relative;
	top: 56px;
}

.head-box2 {
    position: relative;
    float: left;
    width: 57%;
    min-width: 270px;
    text-align: center;
	background-position: top center;
    background-repeat: no-repeat;
}

.head-box2-search-form{
	text-align: center;
    padding: 5px 10px;
    margin: 27px auto;

}

.catalog-button {
	display: block;
    text-decoration: none;
    padding: 14px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
	float: left;
	background: #dd57c5;
	width: 121px;
	text-align: left;
	margin: 0 5% 0 8%;
	cursor: pointer;
}

.catalog-button span {
    font-size: 26px;
    display: block;
    float: left;
    line-height: 15px;
    padding: 0 10px 0 5px;
}

.filter-button {
	display: none;
    text-decoration: none;
    padding: 14px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
	background: #dd57c5;
	width: 121px;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
}

div.filter-button span {
    font-size: 26px;
    display: block;
    float: left;
    line-height: 15px;
    padding: 0 10px 0 5px;
	color: #ffffff;
}

.search-text{
	position: inherit;
    background: #fff;
    border: 0;
    font-size: 14px;
    padding: 10px;
    width: 42%;
    border: 1px solid #dbdbdb;
    display: block;
    float: left;
    margin-left: 10%;
}

.search-button{
	display: block;
	width: 40px;
    height: 37px;
	background: #4f2952;
	background-image: url(../img/bg-search.png);
    background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.head-box3 {
    position: relative;
    float: right;
    width: 13%;
    text-align: center;
}

.head-box3 a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    margin: 18px 0 0 0;
    display: block;
}

.basket {
    display: block;
    float: right;
    background-image: url(../img/basket.png);
    background-position: center left;
    background-repeat: no-repeat;
	padding: 14px 20px 14px 35px;
}

.basket span {
    text-decoration: none;
    display: block;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
    background: #dd57c5;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
}

nav {
    background: #684b6a;
    width: 100%;
    z-index: 9;
    position: fixed;
	height: 50px;
}

.nav-menu {
	background: #684b6a;
	width: 100%;
	z-index: 9;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/* .mobile-menu {
    display: none;
    padding: 10px 9px 13px 8px;
    position: relative;
    background: #684b6a;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-menu:hover {
    background: #dd57c5;
    color:#ffffff;
    text-decoration:none;
} */

.menu-tel a {
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    float: left;
    width: 138px;
    text-align: left;
	font-weight: bold;
}

.menu {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    height: 44px;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li {
    display: inline-block;
}

.menu li a {
    text-decoration: none;
    padding: 14px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
    line-height: 19px;
}

.menu li a:hover, .menu li:hover > a {
    background-color: #dd57c5;
}

.menu-mess{
	display: block;
	float: left;
    margin: 5px 0;
    width: 152px;
}

.menu-mess img {
    width: 35px;
    height: 35px;
}

a.mobile-menu span {
    font-size: 31px;
    display: block;
    float: right;
    line-height: 19px;
    padding: 3px 24px 0 5px;
}

.content {
    display: block;
    min-height: 700px;
    max-width: 1200px;
    margin: 0 auto;
	border-top: 4px solid #d5c4d6;
}

.content-left{
	display: block;
	float: left;
	width: 20%;
	min-width: 225px;
	padding: 20px;
}

.content-right{
	display: block;
	float: right;
	width: 70%;
}

.zag{
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 19px;
	padding: 30px 0 10px 0;
}

.content-left a{
	display: block;
	width: 100%;
	color: #3d3d3d;
	font-size: 16px;
	padding: 5px;
	
}

.content-left label {
    display: block;
    color: #3d3d3d;
    font-size: 16px;
    padding: 0 5px 5px 5px;
	float: left;
}

.content-left input {
	margin: 0 7px 0 0;
}

.content-left font{
	width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px 0 0;
}

.content-box {
    display: inline-block;
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
}

.tr-main-flowers{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;
	align-items: stretch;
	margin: 20px 0;

}

.main-flowers-box{
	flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  display: flex;
  flex-direction: column;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 12px;
}

.product-card__avatar{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  background: #f5f5f5;
  flex: 0 0 auto;
}

.product-card__avatar img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	/* border: 2px solid #f7f7f7;
	outline: 4px solid #d8d8d8; */
}

.product-card__title {
	margin: 10px 0 10px;
  line-height: 1.2;
  min-height: calc(1.2em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.main-flowers-box a{
	text-decoration: none;
}

.main-flowers-box p{	
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	height: 2.5em;
}

.hr-one{
	border-top: 4px solid #e5dde6;
	margin-top: 15px;
}


.hr-two{
	border-top: 4px solid #e5dde6;
	border-bottom: 4px solid #d5c4d6;
}

.flowers-box-categ{
	display: block;
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	background: #d8d8d8;
	padding-bottom: 25px;
}

.flowers-box-categ a p {
	display: block;
	height: 36px;
	padding: 0 7px;
}

.flowers-box{
	display: block;
	float: left;
	width: 23%;
	margin: 1%;
	text-align: center;
	background: #d8d8d8;
	padding-bottom: 25px;
}

.flowers-box a, .flowers-box-categ a{
	text-decoration: none;
}

.flowers-box img, .flowers-box-categ img{
	width: 90%;
	margin: 20px 0;
	border-radius: 50%;
}

.flowers-box .similar-price, .flowers-box-categ .similar-price{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #7e4182;
	font-size: 25px;
	margin-bottom: 15px;
}

.flowers-box span, .flowers-box-categ span{
	font-size: 15px;
}

.flowers-box p, .flowers-box-categ p{	
	text-align: center;
	font-weight: bold;
}

.product-buy {
    width: 150px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 43px;
    background: #dd57c5;
    color: #fff;
	background-image: url(../img/basket-bg.png);
    background-position: center left 12px;
    background-repeat: no-repeat;
	text-transform: uppercase;
}

.product-buy span{
	padding-left: 15px;
}

.product-buy-list {
    width: 150px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 43px;
    margin: 0 auto;
    background: #dd57c5;
    color: #fff;
	background-image: url(../img/basket-bg.png);
    background-position: center left 12px;
    background-repeat: no-repeat;
	text-transform: uppercase;
}

.product-buy-list span{
	padding-left: 15px;
}

footer {
	display: inline-block;
    background: #3b3b3b;
    width: 100%;
	border-top: 10px solid #e5b6ca;
	padding-bottom: 20px;
	margin-top: 50px;
}

.hr-footer{
	border-top: 10px solid #684b6a;
}

.footer{
	display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-box1 {
    display: inline-table;
    position: relative;
    float: left;
    width: 26%;
    min-width: 285px;
    text-align: center;
    height: 177px;
    padding: 15px 20px 0 20px;
}

.footer-box1-logo-text{
	display: block;
	float: left;
	width: 148px;
	text-transform: uppercase;
	color: #c8c8c8;
	font-weight: bold;
}

.footer-box1-logo-text p{
	font-size: 38px;
	margin: 0;
	padding: 16px 0 0 3px;
    line-height: 22px;
	color: #c8c8c8;
}

.footer-box1-logo-text span{
	font-size: 10px;
	padding: 0 0 0 0;
}

.footer-box1-logo-bottom {
    display: block;
    float: left;
    width: 100%;
}

.footer-box1-logo-bottom p {
    color: #c8c8c8;
	line-height: 13px;
}

.footer-box1-logo-bottom p span{
    color: #ffd800;
}

.hr-adr{
	border: 1px dashed rgb(226, 225, 225);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 15px 0;
}

.footer-box2 {
    display: inline-table;
    position: relative;
    float: left;
    width: 40%;
    height: 207px;
    padding: 20px 0 10px 10px;
    text-align: center;
    line-height: 30px;
}

.title-footer{
	text-transform: uppercase;
	color: #c8c8c8;
	padding-top: 5px;
}

.footer-box3 {
	display: inline-table;
    position: relative;
    float: right;
    width: 25%;
    max-width: 250px;
    text-align: left;
    height: 207px;
    padding: 0 20px 0 0;
    text-align: right;
}

.footer-box2 ul{
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}

.footer-box2 ul li:before {
    content: "";
    position: absolute;
    right: 99%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/flow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.footer-box2 ul li{
	position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 35px;
}

.footer-box2 ul li a{
	color: #c8c8c8;
}

.www a {
	display: block;
	padding-top: 25px;
    color: #c8c8c8;
    font-size: 14px;    
}

a.callback {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: 170px;
    padding: 4px 15px;
    background: #dd57c5;
    margin: 32px 0 0 auto;
    line-height: 30px;
}

.tel a {
    display: block;
    color: #c8c8c8;
    font-size: 20px;
    text-decoration: none;
    margin: 17px 0;
}

.footer-box3 p, a.sitemap {
    color: #c8c8c8;
    text-align: right;
	display: block;
	width: 100%;
}

a.sitemap {
    font-size: 15px;
	padding: 10px 0;
}


.footer-box3-mess{
	display: block;
    float: right;
	margin: 11px 0;
}

.footer-box3-mess a {
	width: 42px;
    height: 42px;
    display: block;
    float: left;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    margin: 3px;
}

.footer-box3-mess a img{
	width: 40px;
}

.email a {
    color: #dd57c5;
}

.menu-tel-mobile, .menu-mess-mobile{
	display: none;
}

.menu-mess-mobile{
    width: 150px;
	margin: 0 auto;
}

.menu-tel-mobile a{
    text-decoration: none;
    padding: 0 20px;
    display: block;
    color: #684b6a;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.menu-mess-mobile img{
	background: #3b3b3b;
	border-radius: 50%;
}

.menu-mess-mobile a {
    width: 42px;
    height: 42px;
    display: block;
    margin: 3px;
}

.breadcrumb {
    display: inline-block;
    height: 35px;
	color: #3d3d3d;
	margin-bottom: 40px;
	width: 100%;
}

.breadcrumb-text {
    padding: 13px 0 0 5px;
}

.breadcrumb a {
    color: #dd57c5;
}

.product-left-box {
	display: inline-block;
    float: left;
    width: 40%;
    max-width: 600px;
}

.product-right-box {
	display: inline-block;
    padding: 1% 2%;
    float: left;
    margin: 0 0 0 2%;
    width: 54%;
    background: #fff;
}

.date-create{
	color: #3d3d3d;
	font-size: 14px;
}

.price-current{
	padding: 10px 0;
}

.card-price {
    font-weight: bold;
    font-size: 23px;
    color: #7e4182;
}

.card-rub{
	color: #7e4182;
}

.hr-card{
	border: 1px dashed rgb(226, 225, 225);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 15px 0;
}

#pagination {
    display: block;
    max-width: 452px;
    margin: 20px auto;
    text-align: center;
}

.pag-this {
    background: #dd57c5;
    display: inline-block;
    min-width: 20px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 15px 5px;
}

.pag-items {
    background: #d8d8d8;
    display: inline-block;
    min-width: 20px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    margin: 15px 5px;
    color: #3d3d3d;
}

.mrow {
	margin: 15px 0;
	display: flow-root;
}

.contact {
	margin: 25px 0;
}

/************ ДОПЫ ***************/
.order_form {
	display: none;
}

.buy_1_click_form {
	display: none;
}

.itc-slider {
	max-width: 97%;
}

.itc-slider__item {
	flex: 0 0 25%;
	max-width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catalog-button {
	cursor: pointer;
}

.catalog-top-menu {
	display: none;
	max-width: 1200px;
	width: 100%;
	background: white;
	position: absolute;
	z-index: 3;
	box-shadow: rgba(49, 18, 59, 0.1) 0px 2px 16px;
	border-top: 1px solid rgb(236, 235, 237);
	top: 151px;
	margin: 0 auto;
	padding: 40px 0;
}

.catalog-top-menu-box{
	display: table;
    float: left;
    width: 21%;
    height: 33px;
    padding: 7px 2%;
    font-size: 15px;
    line-height: 16px;
}

.catalog-top-menu a{
	display: table-row;
	color: #373737;
	text-decoration: none;
}

.catalog-top-menu a:hover{
	background: #f9f7fa;
}

.catalog-top-menu a img{
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 2px 5px 2px 2px;
}

.catalog-top-menu a p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}

.menu-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    opacity: 0.7;
    filter: alpha(opacity=50);
	background-color: #000;
}

/*Order Form*/

.order_form {
	width: 24%;
    position: fixed;
    top: 5%;
    background: #fbfbfb;
    margin: 0 35%;
    z-index: 999;
    padding: 0 3%;
    display: none;
}
.order_form form p{
	color: #565656;
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
}
.order_form form input{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form textarea{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form .sendorder {
	display: block;
	border-radius: 7px;
	color: #fff;
	width: 60%;
    margin: 4% auto;
    background: #e7a900;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
	 font-size: 100%;
}
.order_form form .sendorder:hover {
	background: transparent;
	color: #42631a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}




.buy_1_click_form {
	width: 24%;
    position: fixed;
    top: 5%;
    background: #fbfbfb;
    margin: 0 35%;
    z-index: 999;
    padding: 0 3%;
    display: none;
}
.buy_1_click_form form p{
	color: #565656;
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
}
.buy_1_click_form form input{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.buy_1_click_form form textarea{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.buy_1_click_form form .buy-1-click_send {
	display: block;
	border-radius: 7px;
	color: #fff;
	width: 60%;
    margin: 4% auto;
    background: #e7a900;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 100%;
}
.buy_1_click_form form .buy-1-click_send:hover {
	background: transparent;
	color: #42631a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.buy-1-click__name {
	font-size: 1.2em;
	margin: 10px 0;
}

.buy-1-click__price, .buy-1-click__count{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

.row-line {
	display: inline-block;
	position: relative;
    padding-top: 30px;
	font-size: 1.2em;
}

.row-line a {
	color: #373737;
	text-decoration: none;
}

.row-line_active {
	font-weight: bold;
    background: #e7a900;
	    border: 2px solid #e7a900;
}

.row-line_li {
    display: inline-block;
    padding: 11px 36px;
    margin-top: 15px;
    color: #373737;
    text-align: center;
    border: 2px solid #e7a900;
    cursor: pointer;
    margin: 5px;
}

section a {
	color: #42631a;
}
section .cf {
	font-size: 18px;
}
section .cf ul{
	font-size: 18px;
}
.order_close {
	width: 20px;
    padding: 4px;
    height: 20px;
	border: 2px solid #f39f00;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    cursor: pointer;
    background: url(../img/close.png) 50% 50% no-repeat;
	background-size: 50%;
   }

.f_product-count {
	display: table-column;
	width: 117px;
	height: 36px;
	float: left;
	background: #4c4c4c;
	margin-bottom: 15px;
}

.f_product-count-box {
	display: block;
	width: 96px;
	margin: 0 auto;
}

.product-count button, .product-count-basket button, .f_product-count button {
	height: 23px;
	border: 2px solid #a6a5a5;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background-color: #4c4c4c;
	vertical-align: middle;
	cursor: pointer;
	display: table-column;
	padding: 0 6px;
	margin: 6px 5px;
	border-radius: 15px;
	font-weight: bold;
	float: left;
	font-family: Arial;
}

div.buy_1_click_form div.f_product-count input {
	width: 29%;
	border: 0;
	font-size: 16px;
}

.buy_1_click_form form input {
	width: 98%;
	padding: 1%;
	font-size: 120%;
	border: 1px solid #bbb;
	margin: 1% 0;
}

.product-count input, .product-count-basket input, .f_product-count input {
	width: 23%;
	border: 0px;
	background: none;
	color: #fff;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 32px;
}

.buy-1-click__price, .buy-1-click__count {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

/*End Order Form*/

.product-count {
	display: table-column;
	width: 50%;
	height: 36px;
	float: left;
	background: #4c4c4c;
}

table.basket-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 15px 0;
	display: table;
}

table.basket-table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.basket-table th {
	background: #4c4c4c;
	white-space: pre;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	padding: 17px 10px;
}

table.basket-table td {
	border-bottom: 1px solid #dedede;
	vertical-align: middle;
	margin: 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
	padding: 0 5px;
}

table.basket-table td.basket-table-cont, td.basket-table-image-box {
	width: 1px;
	text-align: center;
}

.basket-table-image img {
	width: 150px;
}

.delete-product-cart {
	background: url(../img/del-cart.png) 0 0 no-repeat;
	width: 15px;
	display: block;
	height: 15px;
	margin: 0 auto;
}

.product-count-basket {
	display: table-column;
	width: 91px;
	height: 36px;
	float: left;
	background: #4c4c4c;
}
.product-count-box {
	display: block;
	width: 91px;
	margin: 0 auto;
}
.product-count input, .product-count-basket input, .f_product-count input {
	width: 23%;
	border: 0px;
	background: none;
	color: #fff;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 32px;
}

.del-basket {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 170px;
	padding: 11px 0;
	margin: 25px auto;
	background: #e7a900;
}
.all-buy-button {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 170px;
	padding: 11px 0;
	margin: 25px auto;
	background: #e7a900;
}

table.basket-table-total {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: bold;
	font-size: 17px;
	margin: 0 auto;
	border: 1px solid #dedede;
}
table.basket-table-total td {
	width: auto;
	text-align: left;
	border-color: transparent;
	padding: 20px;
	white-space: normal;
}

table.basket-table-total th {
	vertical-align: middle;
	padding: 20px;
	margin: 0;
	white-space: pre;
}
.options-list {
	margin-bottom: 25px;
}
.option-type {
	display: inline-block;
	width: 96%;
	background: #fff;
	padding: 2%;
	box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
}
.option-label {
	display: block;
	float: left;
}
input.id-card {
	cursor: pointer;
}
.adr_delivery {
	margin-top: 20px;
	width: 100%;
}
.shop2-btn {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 200px;
	padding: 11px 0;
	background: #e7a900;
	border: none;
	cursor: pointer;
	margin: 0 auto;
}
a.shop2-btn {
	background: #373737;
}
.shop2-btn {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 200px;
	padding: 11px 0;
	background: #e7a900;
	border: none;
	cursor: pointer;
	margin: 0 auto;
}

.resp-tab {
	font-weight: normal;
	border: none;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin: 7px 0;
}
.resp-tab {
	background: #fff;
	padding: 2%;
	box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
}
.resp-tab th, .resp-tab td {
	padding: 20px;
	font-size: 13px;
	border: none;
	font-family: Verdana, sans-serif;
	vertical-align: top;
}
.resp-tab a {
	color: #373737;
}
.resp-tab th {
	color: #FFF;
	background: #373737;
	font-weight: bold;
	text-transform: uppercase;
}
.resp-tab th, .resp-tab td {
	padding: 20px;
	font-size: 13px;
	border: none;
	font-family: Verdana, sans-serif;
	vertical-align: top;
}
.resp-tab_td-left {
	text-align: left;
}
.resp-tab_td-right {
	text-align: right;
}
.cart-p {
	margin: 20px;
}
.form-item-mini {
	width: 81%;
	margin: 20px;
}
.form-item {
	width: 75%;
	margin: 20px;
}
.form-item-mini input {
	width: 100%;
	max-width: 400px;
	padding: 7px;
}
.suggestions-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-text-size-adjust: 100%;
}
.form-item input, .form-item textarea {
	width: 100%;
	max-width: 383px;
	padding: 7px;
}
input.form-checkbox {
	width: auto;
}

#livesearch {
	position: absolute;
	z-index: 9999;
	width: inherit;
	/* background-color: #fff; */
}

#livesearch a {
	text-align: left;
	display: inline-block;
	z-index: 9999;
	position: relative;
	top: 42px;
	left: 291px;
	background-color: rgba(255,255,255,1);
	padding: 7px;
	width: 93%;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	color: #373737;
}

input#user_fio {
    box-sizing: content-box !important;
}

.select-price {
    display: block;
    width: 100%;
    height: 67px;
    margin: 0 auto;
    padding: 18px 0;
    background: #fff;
    text-align: center;
}

.form-group{
	
}

.form-control option{
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 19px;
	padding: 30px 0 10px 0;
}

.cookie-modal {
    position: fixed;
    bottom: 20px;
    left: 48%;
    transform: translateX(-50%);
    background: #684b6a;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    z-index: 1000;
    max-width: 600px;
    width: 87%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-modal div {
    margin: 0;
    flex: 1;
    text-align: left;
}

.cookie-modal div a {
	color: white;
}

.cookie-modal button {
    background: #dd57c5;
    border: none;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    margin-left: 15px;
    border-radius: 3px;
    white-space: nowrap;
}

.cookie-modal.show {
    opacity: 1;
    visibility: visible;
}

.address {
	font-style: italic;
	color: #7f8c8d;
	text-align: right;
	margin-bottom: 20px;
}
.signature {
	margin-top: 40px;
	text-align: right;
}
.requisites {
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

#topSlideBlock {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #e9e6e1;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 990;
    padding: 20px;
    transition: transform 0.4s ease-in-out;
}


#topSlideBlock.active {
	display: block;
	top: 50px;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 18px;
}
#topSlideBlock .top-content {
	text-align: center;
	margin-top: 0;
}
#topSlideBlock .phone {
	font-size: 24px;
	margin-bottom: 15px;
}
.phone a {
	color: #514752;
	font-size: 24px;
	text-decoration: none;
	display: block;
}
#topSlideBlock .top-content {
	text-align: center;
}
.center {
	display: inline-block;
	margin: 0 auto;
}

#topSlideBlock .close-btn {
	position: absolute;
	top: 11px;
	right: 35px;
	font-size: 28px;
	cursor: pointer;
}

.madress {
	display: none;
}

/* .madress:hover {
    background: #dd57c5;
    color:#ffffff;
    text-decoration:none;
} */

.mphone {
	display: block;
	position: relative;
	top: 10px;
	cursor: pointer;
	right: 67px;
}

.mphone img {
	width: 25px;
}

.nav-menu-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.icons img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	cursor: pointer;
	color: #3b3b3b;
	border-radius: 50%;
	background: #3b3b3b;
}

@media (max-width: 1100px) {

	.catalog-button {
		margin: 0 2% 0 3%;
	}

	.itc-slider__item {
		flex: 0 0 34%;
		max-width: 34%;
	}

}

@media (max-width: 1050px) {
	
	.footer-box2 {
		width: 30%;
	}
	
	.flowers-box-categ{
		width: 48%;
	}
	
}

@media (max-width: 925px) {
	
	.head-box1, .head-box2 {
		width: 100%;
	}
	
	.logo{
		padding-right: 40px;
	}
	
	.head-box1-logo{
		display: block;
		margin: 0 auto;
	}
	
	.head-box1-logo a {
		float: none;
		margin: 10px auto;
		
	}
	
	.mobile-menu {
		display: block;
	}
	
	.menu, .menu-tel, .menu-mess {
		display: none;
	}
	
	.menu-tel-mobile{
		display: inline-block;
		width: 100%;
	}
	
	 .menu-mess-mobile{
		 display: inline-block;
		 margin-top: 15px;
	 }
	
	.menu-mess-mobile a {
		float: left;
		margin: 4px;
	}
	
	.catalog-button {
		margin: 0 0% 0 13%;
	}
	
	.head-box3 {
		width: 100%;
		display: block;
	}
	
	.basket {
		float: none;
		padding: 14px 4px 14px 35px;
		margin: 0 auto;
		width: 30px;
		display: flex;
		position: fixed;
		top: 47px;
		right: 26px;
	}
	
	.main-flowers-box {
		width: 48%;
	}
	
	.tr-main-flowers {
		background: none;
	}
	
	.flowers-box {
		width: 31%;
	}
	
		
	.menu li a{
        border-left: none;
        border-right: none;
        border-top: 1px solid #575757;
        border-bottom: 1px solid #222222;
        text-align: left;
		background: #373737;
		padding-left: 30px;
    }

    .menu li{
		display:block;
        margin:0;
		width: 100%;}


    .menu ul {
		display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;}

    .menu ul ul {left:0;}
	
	.menu .sub-menu {
		width: 100%;
	}
	
	.menu .sub-menu li a {
		background: #4c4c4c;
		padding-left: 30px;
	}
	
	.menu .sub-menu li a:hover {
		background: #91140a;
	}
	.madress {
		display: block;
		padding: 0px 9px;
	}
	.menu-mess-mobile {
		display: none;
	}
	.menu-tel-mobile {
		display: none;
	}

	.catalog-button {
		display: none;
	}
}

@media (max-width: 900px) {
	
	.footer-box1 {
		width: 100%;
		padding: 15px 0;
	}
	
	.footer-box1-logo-text {
		float: none;
		margin: 0 auto;
	}
	
	.footer-box1-logo-bottom p {
		text-align: center;
	}
	
	.footer-box2{
		width: 100%;
		padding: 0;
	}
	
	.footer-box3 {		
		float: none;
		width: 100%;
		max-width: none;
		text-align: center;
		padding: 0 20px 0 0;
	}
	
	a.callback {
		margin: 32px auto 0 auto;
	}
	
	.footer-box3 p, a.sitemap {
		text-align: center;
	}
	
	.footer-box3-mess {
		display: block;
		float: none;
		margin: 15px auto;
		width: 150px;
	}
	
	.content-right {
		width: 60%;
	}
	
}

@media (max-width: 800px) {
	
	.content-right {
		width: 50%;
	}
	
	.flowers-box-categ {
		width: 85%;
		margin: 10px auto;
		float: none;
	}

	.product-card__avatar {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media (max-width: 750px) {
	
	.catalog-button {
		margin: 0px 0% 0 7%;
	}
	
	.basket-table-image{
		display: none;
	}
	
}

@media (max-width: 700px) {
	
	.flowers-box {
		width: 48%;
	}
	
	.product-left-box {
		width: 100%;
	}
	
	.product-right-box {
		width: 90%;
		float: none;
		margin: 20px auto;
		padding: 5%;
	}
	
	.product-right-box h1, .date-create{
		text-align: center;
	}
	
	.content-left {
		width: 100%;
		padding: 0;
	}
	
	.filter-button {
		display: block;
	}
	
	.content-left-filter{
		display: none;
		width: 50%;
		margin: 0 auto;
	}
	
	.content-right{
		width: 100%;
	}
	
	.flowers-box-categ {
		width: 46%;
		margin: 2%;
		float: left;
	}

	.itc-slider__item {
		flex: 0 0 51%;
		max-width: 51%;
	}
	
	.breadcrumb-text{
		text-align: center;
	}
}

@media (max-width: 550px) {

	.head-box2-search-form{
		width: 100%;
	}

	.catalog-button {
		margin: 16px auto;
		float: none;
	}
	
	.search-text {
		width: 60%;
	}
	
	.product-count button, .product-count-basket button, .f_product-count button {
		height: 13px;
		line-height: 10px;
		padding: 0 1px;
		margin: 10px 5px;
	}
	
	.product-count-basket {
		width: 70px;
	}
	
	table.basket-table th {
		padding: 17px 3px;
	}
	
}

@media (max-width: 500px) {
	.flowers-box-categ {
		width: 85%;
		margin: 10px auto;
		float: none;
	}

	.itc-slider__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.content-left-filter{
		display: none;
		width: 70%;
		margin: 0 auto;
	}

	    .cookie-modal {
        flex-direction: column;
        text-align: center;
        width: 80%;
    }

    .cookie-modal div {
        text-align: center;
        margin-bottom: 15px;
    }

    .cookie-modal button {
        width: 100%;
        margin-left: 0;
    }

	.product-card__avatar img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 450px) {
	
	.flowers-box {
		width: 90%;
		float: none;
		margin: 10px auto;
	}

	.main-flowers-box{
    flex: 0 0 calc(50% - 19px); 
    max-width: calc(50% - 19px);
    min-width: 0;
  }
	
}

@media (max-width: 400px) {

	.form-group #price_1, #price_2 {
		width: 37px;
	}
	
	.content-left a{
		padding: 5px;
	}
	
	table.basket-table {
		display: block;
		overflow-x: scroll;
	}
}




/* ===== MOBILE MENU CORE ===== */
/* ===== MOBILE MENU CORE ===== */
/* ===== MOBILE MENU CORE ===== */

#mobileMenu {
	display: none;
}

#mobileMenuBtn {
	display: none;
}

@media (max-width: 925px) {

#mobileMenu {
	display: block;
}

#mobileMenuBtn {
	display: block;
}

/* BUTTON */
.mobile-menu-btn {
	/* display: block; */
	position: fixed;
	top: 14px;
	right: 33px;
	width: 22px;
	height: 14px;
	background: none;
	border: 0;
	cursor: pointer;
	z-index: 1003;
}

/* HAMBURGER */
.mobile-menu-btn span,
.mobile-menu-btn span::before,
.mobile-menu-btn span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: .3s;
}

.mobile-menu-btn span {
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-btn span::before {
    top: -10px;
}

.mobile-menu-btn span::after {
    top: 10px;
}

/* ACTIVE -> CROSS */
.mobile-menu-btn.active span {
    background: transparent;
}

.mobile-menu-btn.active span::before {
    top: 0;
    transform: rotate(45deg);
	background: #000;
}

.mobile-menu-btn.active span::after {
    top: 0;
    transform: rotate(-45deg);
	background: #000;
}

/* OVERLAY */
#mobileMenuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1;
}

#mobileMenuOverlay.show {
    opacity: 1;
    visibility: visible;
}

/* MENU PANEL */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh; /* занимать всю высоту экрана */
    background: #fff;
    z-index: 1002;
    transition: right .35s ease;
    overflow-y: auto; /* добавляем вертикальный скрол */
    -webkit-overflow-scrolling: touch; /* плавный скрол на iOS */
    padding: 20px;
    box-sizing: border-box;
}

/* OPEN */
.mobile-menu.open {
    right: 0;
}

}





@media (max-width: 925px) {

/* SECTION */
.mobile-menu-section {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 10px 20px;
}

.menu-sections {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

/* ITEM */
.menu-item {
    border-bottom: 1px solid #eee;
}

/* HEAD */
.menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.menu-head a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

/* TOGGLE (галочка) */
.menu-toggle {
    width: 16px;
    height: 16px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transition: .3s;
}

/* OPEN STATE */
.menu-item.open > .menu-head > .menu-toggle {
    transform: rotate(45deg);
}

/* SUBMENU */
.menu-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding-left: 15px;
}

.menu-item.open > .menu-sub {
    max-height: 600px;
}

.menu-sub a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* STATIC */
.mobile-menu-static {
    padding: 20px;
    border-top: 1px solid #eee;
}

.mobile-menu-static a {
    display: block;
    padding: 12px 0;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

}


.menu-level {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu-item .menu-level {
    padding-left: 15px;
}
/* ROOT */
.menu-root {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}