@charset "utf-8";

/* CSS Document */
:root {
	--red: #EC1B2E;
  --green: #b2b03d;

  --sand: #f8f5dd;
  --blue: #9dc8ed;
  --coral: #e63812;
  --black: #111;
  /* black → blue */
  /* red → coral */
  /* white → sand */
}

@font-face {
	font-family: HaginCapsMedium;
	src: url(fonts/HaginCapsMedium.ttf);
}
/* DIN Condensed */
/* https://www.paratype.ru/catalog/font/pt/din-condensed */
/* © paratype.com */
@font-face {
	font-family: "DIN Condensed Bold";
	src: url(./fonts/DIN-Condensed-Bold.otf), url(./fonts/DIN-Condensed-Bold.ttf);
	font-weight: bold;
}
/* Geist */
@font-face {
	font-family: "Geist";
	src: url(./fonts/Geist-Light.woff2), url(./fonts/Geist-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: "Geist";
	src: url(./fonts/Geist-Medium.woff2), url(./fonts/Geist-Medium.ttf);
	font-weight: 400;
}


/*Table Of Content
-body
-header
-.layout_boxed
-.layout_dark
-#full_page

-.rev_slider_wrapper

-#grid_box
	-.box_container
		-.grid_box
			-.grid_body

-#parallax2
			
-.design
	-.design_img
	-.descrp
	
-#featured_product
	-.product_wrap
		-.image
		-.product_desc 
		
-#seller
	-.seller-slider
-#slogan
	-.sloganBg
	
-#blog
	-.blog_box
	-.blog_item
		-.blog_image
		-.blog_text
		
-#brands
	-.brand-slider
	
-#newsletter
	-.newsletter
	
-#testinomial
	-.tstinomial-slider
	-.availability 
-#testinomialBg
	
-footer
	-.footer_panel
		-.about_foot
		-.account_foot
-.copyright 
	
*/



/*General Styling*/
body,
html {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #201f1f;
	font-family: 'Geist', sans-serif;
	overflow-x: hidden;
	background: #F6F6F6;
}

::-webkit-input-placeholder {
	color: #707070;
	opacity: 1;
}

:-moz-placeholder {
	color: #707070;
	opacity: 1;
}

::-moz-placeholder {
	color: #707070;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #707070;
	opacity: 1;
}

input,
textarea {
	box-shadow: none !important;
}

textarea.form-control {
	resize: vertical;
}

.form-control.error {
	border-color: var(--coral);
}

.status {
	margin: 12px 0
}

.status.success {
	color: #333;
}

.status.error {
	color: var(--coral);
}

.btn-full {
	width: 100%;
}

/* radio */
.custom-radio {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	cursor: pointer;
}

.custom-radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
}

.custom-radio__ico {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid var(--medium-gray, #898989);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	margin-top: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-radio__ico::after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--sand);
	border-radius: 24px;
	transform: scale(0);
	transition: transform 0.2s ease;
}

.custom-radio__text {
	color: var(--black, #1C1C1C);
	font-family: Geist;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.custom-radio input:checked~.custom-radio__ico {
	background: var(--coral);
	border-color: var(--coral);
}

.custom-radio input:checked~.custom-radio__ico::after {
	transform: scale(1);
}

.custom-radio.error .custom-radio__ico {
	border-color: var(--coral);
}

/* radio */
/* checkbox */

.custom-checkbox {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	cursor: pointer;
}

.custom-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
}

.custom-checkbox__ico {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid var(--medium-gray, #898989);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-top: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-checkbox__ico svg {
	transform: scale(0);
	transition: transform 0.2s ease;
}

.custom-checkbox__text {
	color: var(--black, #1C1C1C);
	font-family: Geist;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.custom-checkbox input:checked~.custom-checkbox__ico {
	background: var(--coral);
	border-color: var(--coral);
}

.custom-checkbox input:checked~.custom-checkbox__ico svg {
	transform: scale(1);
}

.custom-checkbox.error .custom-checkbox__ico {
	border-color: var(--coral);
}

/* checkbox */

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: var(--coral);
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: red;
}

h1,
h2,
.footer_panel h4,
#seller h3,
.heading {
	font-family: 'DIN Condensed Bold';
	font-weight: 100;
}

label {
	font-weight: 500;
}

.btn-common,
.btn-white,
.btn-dark,
.btn-light,
.readmor,
.heading_border,
header ul.cart-list .cart-btn>a,
.availability h5,
#tstinomial-slider .testinomial_pic h6,
.rev_slider_wrapper h3,
.design h3,
.blog_box .media-body .media-heading,
.blog_box .media-body h5,
.message h4,
#error .error_content h2,
.input-group-wrapper .input-group-addon>button,
#contact .contact-form .btn-form,
.contact_detail .address h5,
.set>a,
.widget h5,
#cart .table-responsive>.table thead tr>th,
.blog_item .blog_text h5,
.blog-reply h5 {
	font-family: 'DIN Condensed Bold';

}

.blog_item h4 {
	font-family: 'DIN Condensed Bold';
	font-size: 21px;
	height: 44px;
	overflow: hidden;
}

.topbar .top_link li a,
header nav.navbar.bootsnav ul.nav>li>a {
	font-family: 'Roboto', sans-serif;
}

.footer_panel .about_foot li,
.footer_panel .account_foot li a,
.price,
.grid_box .grid_body h3 {
	font-family: 'Geist', sans-serif;
	;
}

p,
.availability span,
.seller-slider .media-body .media-heading,
.posts .media-body h5 {}

.rev_slider_wrapper h1>strong,
#parallax2 h2>strong,
.arrival_wrap .overlay_arrival .inner h1,
.arrival_wrap .overlay_arrival .inner h2,
.arrival_wrap .overlay_arrival .inner h3,
.header_layout2 h2>strong {
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 800;
}

#parallax2 h2,
#parallax2 h3,
.header_layout2 h2,
.header_layout2 h3 {
	font-family: 'Raleway', sans-serif;
}

.rm-pannel .main-logo {
	background: var(--blue);
}

/* stiky head */
.wrap-sticky nav.navbar.bootsnav.sticked {
	/*    position: relative;*/
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand {
	transform: scale(0.88, 0.88) translateX(-90px);
	transition-duration: 0.2s;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

.wrap-sticky nav.navbar.bootsnav .row {
	display: flex;
}

.wrap-sticky nav.navbar.bootsnav .col-sm-2,
.wrap-sticky nav.navbar.bootsnav .col-sm-7 {
	transition: width .3s ease-in;
	transition-property: padding, width;
}

.wrap-sticky nav.navbar.bootsnav .col-sm-3 {
	margin-left: auto;
}

.wrap-sticky nav.navbar.bootsnav.sticked .col-sm-2 {
	width: 0;
	padding: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked .col-sm-7 {
	/*	width: 100%;*/
}

/* stiky head */
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

.text32 {
	font-size: 32px;
}

p,
.seller-slider .media-body .media-heading {
	color: #1c1c1c;
}

.padding {
	padding: 40px 0;
}

.padding_bottom {
	padding-bottom: 60px;
}

.padding_top {
	padding-top: 40px;
}

.margin_top {
	margin-top: 40px;
}

.margin_bottom {
	margin-bottom: 90px;
}

.bottom_half {
	padding-bottom: 10px;
}

.heading_space {
	margin-bottom: 20px;
	color: #1C1C1C;
	font-size: 36px;
	font-family: 'DIN Condensed Bold';
	letter-spacing: 1px;
	font-weight: normal;
}

.content_space {
	margin-bottom: 45px;
}
.content_space h4 {
	font-family: 'DIN Condensed Bold';
}

.form-group {
	margin-bottom: 10px;
}

.margintop40 {
	margin-top: 40px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop10 {
	margin-top: 10px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom15 {
	margin-bottom: 15px;
}

.bottomto40 {
	margin: 40px 0;
}

.bottom30 {
	margin-bottom: 30px;
}

.margintop30 {
	margin-top: 30px
}

.bottomtop30 {
	margin: 30px 0;
}

.border-radius {
	border-radius: 4px;
}

.uppercase {
	text-transform: uppercase;
}

/*Buttons*/
.btn-common,
.btn-dark,
.btn-light,
.btn-red {
	font-size: 16px;
	display: inline-block;
	padding: 12px 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-white {
	background: var(--sand);
	border: 1px solid #444;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	padding: 10px 15px 5px 15px;
	width: 175px;
}

.btn-white:hover {
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
	background: var(--sand);
}

.btn-dark,
.btn-light,
.btn-red {
	color: #fff;
}

.btn-dark {
	background: #303030;
	border: 1px solid transparent;
}

.btn-buy {
	font-family: 'DIN Condensed Bold';
	line-height: 0;
	color: #ffffff !important;
	background: #ec1e2e;
	box-shadow: none;
	border-radius: 2px;
	font-size: 14px;
	display: inline-block;
	padding: 11px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-buy:hover {
	background: #d41b2a;
	/* box-shadow: 0 1px 2px 0 #0D5A05; */
}

.btn-light {
	background: #78b5c7;
	border: 1px solid transparent;
}

.btn-red {
	font-family: 'DIN Condensed Bold';
	background: var(--coral);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(253, 32, 54, 0.25);
	border-radius: 2px;
}

.btn-common {
	color: #ffffff;
	background: var(--coral);
	box-shadow: 0 2px 2px 0 rgba(121, 11, 21, 0.70);
	border-radius: 2px;
}

.btn--full {
	width: 100%;
}

.btn-border {
	border: 1px solid #444;
	background: transparent;
}
.btn-border:not(:disabled):hover {
	color: #fff;
	background-color: #d41b2a;
    border-color: #d41b2a;
}

.items-count-plus,
.items-count-minus {
	color: var(--coral);
	font-size: 21px;
	font-weight: 500;
	padding: 3px;
}

.cart-items-input {
	width: 30px;
	border: none;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: none;
}

.readmor {
	display: inline-block;
	font-size: 12px;
}

.readmor:hover,
.readmor:focus {
	color: #79B6C8;
}

.readmor>i {
	margin-left: 5px;
}

.btn-light:hover,
.btn-light:focus {
	border-color: #303030;
	color: #fff;
}
.btn,
.btn-common {
	font-family: 'Geist', sans-serif;
}

.btn-light:after {
	background: #303030;
}

.btn-common:after,
.btn-dark:after {
	background: var(--sand);
}

.btn-common:hover,
.btn-common:focus,
.btn-dark:hover,
.btn-dark:focus {
	border-color: var(--coral);
	color: #ffffff;
	background: var(--coral);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.btn-common:hover,
.btn-common:focus {
	background-color: #d41b2a;
	border-color: #d41b2a;
}

/*.btn-common:after, .btn-light:after, .btn-dark:after{
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.btn-common:hover::after, .btn-light:hover::after, .btn-dark:hover::after{
	opacity: 1;
	height: 600% !important;
}*/


/* ----------------- Widget ----------------- */
/*Back to TOP*/
.go-top {
	background: #79b6c8;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	position: absolute;
	right: 50%;
	width: 48px;
	line-height: 46px;
	z-index: 5;
	top: 0;
}

/*Pagination */
.pager {
	text-align: left;
	margin: 0;
}

.pager>li {
	display: inline-block;
}

.pager>li a {
	display: block;
	background: var(--sand);
	color: var(--coral);
	border-radius: 100%;
	height: 38px;
	width: 38px;
	padding: 5px;
	font-size: 16px;
	line-height: 27px;
	text-align: center !important;
}

.pager>li a>i {
	font-size: 18px;
}

.pager>li.active a {
	background: var(--coral);
	color: #ffffff;
}

.pager>li a:hover,
.pager>li a:focus {
	background: #535353;
}

.widget h5 {
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}

/* Accordions */
.accordion-container {
	position: relative;
}

.set {
	position: relative;
	width: 100%;
	height: auto;
}

.set>a {
	font-family: 'Geist', sans-serif;
	display: block;
	padding: 10px;
	color: #404040;
	font-size: 18px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.set>a:hover {
	background: none;
	border-radius: 2px;
}

.set>a i {
	position: relative;
	float: right;
	margin-top: 4px;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
}

.set>.content {
	padding-top: 5px;
	padding-right: 0;
}

.set .content .set>a {
	padding: 0 10px 0 0;
	font-size: 16px;
}

.set .content .set>a:hover,
.set .content .set>a.active {
	box-shadow: none;
	background: none;
}

.accordion-container .set>a.active {
	color: var(--coral);
	border-radius: 2px;
	background: #fff;
}

.accordion-container .set>a:hover {
	color: var(--coral);
	border-radius: 2px;
	background: #f3f3f3;
}

.set>a.active {
	color: var(--coral);
	background: none;
	border-radius: 2px;
}

.content {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px;
	display: none;
	color: #404040;

}

.content ul li a {
	color: #606060;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.content ul li a i {
	flex-shrink: 0;
}

.content ul li:last-child a,
ul.category li:last-child a {
	margin-bottom: 0;
}

.content ul li a:hover,
.content ul li a:focus {
	color: #ec1e2e;
}

/*Category*/
ul.category {}

ul.category li {
	clear: both;
}

ul.category li abbr {
	max-width: 140px;
	display: inline-block;
}

ul.category li,
ul.category li a {
	display: block;
}

ul.category li a {
	color: #606060;
	font-size: 14px;
	margin-bottom: 15px;
}

ul.category li a>span {
	float: right;
	color: #404040;
	font-weight: 600;
}

/*Range Slider*/
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #79b6c8;
  border-radius:50%;
  background-image:none;
  border:none;
}
.ui-widget-header {
  background-color:rgba(151,198,212,.8);
  background-image:none;
}
.ui-widget-content {
  background-color: #eeeeee;
  background-image:none;
  border-radius:0;
  border:none;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
*/
.range p,
.range button {
	display: inline-block;
	margin-top: 15px;
}

.range button {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	float: right;
	border: none;
	background: #333333;
}

.posts .media-body h5 {
	margin: 0;
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
	color: #404040;
	line-height: 24px;
}

.posts .media-body span {
	font-size: 12px;
	color: #aaa;
}

.blog_cate>li {
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 20px;
}

.blog_cate>li a {
	display: block;
}

.blog_cate>li a:hover,
.blog_cate>li a:focus {
	color: #79b6c8;
}

.color_b {
	color: #bc8246;
}

.result {
	color: #333333;
	border-bottom: 1px solid #b2b2b2;
	display: inline-block;
	padding-bottom: 2px;
}

.fancybox-close {
	background-image: url("../images/close.png");
	height: 44px;
	width: 44px;
}

.fancybox-close,
.fancybox-nav span {
	height: 44px;
	width: 44px;
}

.fancybox-prev span {
	background-image: url("../images/left.png");
	background-position: 0 0;
}

.fancybox-next span {
	background-image: url("../images/right.png");
	background-position: 0 0;
}


/*transitions*/
a,
.availability,
.owl-prev,
.owl-next,
header nav.navbar.bootsnav ul.nav>li>a,
header nav.navbar.bootsnav ul.nav>li>a:before,
#testinomialBg #tstinomial-slider .owl-controls .owl-page,
.view-button,
.image img,
.design .design_img>img,
.contact-form .btn-form,
.product_wrap .social {
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}



/* ----------------- TopBar ----------------- */
.topbar {
	background: var(--blue);
  color: var(--black);
	position: relative;
	z-index: 7;
}

.topbar .top_link {
	text-align: right;
}

.topbar .top_link li {
	display: inline-block;
	margin: 0 9px;

}

.topbar .top_link li a {
	font-family: 'Geist', sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding: 14px 0;
	display: block;
}

.topbar .top_link li:last-child {
	margin-right: 0;
}

.topbar .top_link li a:hover {
	color: var(--coral);
}

.topbar #counter-cart {
  color: #fff;
}

.top_link .fa {
	padding-right: 10px;
}

.header-top-entry {
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	color: var(--sand);
	display: inline-block;
	line-height: 20px;
	padding: 11px 15px;
	position: relative;
}

.header-top-entry .title {
	cursor: pointer;
	padding: 7px 15px 0 0;
	white-space: nowrap;
}

.header-top-entry .title>div {
	display: inline-block;
}

.header-top-entry .title i {
	margin-left: 2px;
}

.header-top-entry .list {
	border: none;
	background-color: #fff;
	border-bottom-color: 1px solid #f4f4f4;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	left: 1px;
	min-width: 100%;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: left;
	top: 40px;
	transform: scale(0);
	transform-origin: 50% 0 0;
	transition-delay: 0s;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-out;
	z-index: 1;
}

.header-top-entry .list-entry:first-child {
	border-top-color: -moz-use-text-color;
	border-top-style: none;
	border-top-width: medium;
}

.header-top-entry .list-entry {
	border-top-color: #f0f0f0;
	border-top-style: solid;
	border-top-width: 1px;
	color: #747474;
	display: block;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	white-space: nowrap;
}

.header-top-entry:hover .list {
	opacity: 1;
	transform: scale(1);
	z-index: 1000;
}

.header-top-entry a{
  color: var(--sand);
	&:hover {
		color: #fff;
		text-decoration: underline;
	}
}

.navbar {
	min-height: auto !important;
}

header {
	width: 100%;
	position: relative;
	z-index: 130;
}

header .navbar-brand {
	position: absolute;
	background: var(--sand);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	height: 120px;
	width: 120px;
	border-radius: 120px;
	top: -40px;
	transform-origin: left;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: var(--sand);
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 0;
	left: 0;
}

header .wrap-sticky nav.navbar.bootsnav {
	background: var(--coral);
	border: none;
}

header nav.navbar.bootsnav ul.nav>li {
	margin: 0 2px;
}

header nav.navbar.bootsnav ul.nav>li>a {
	font-family: 'Geist', sans-serif;
	color: var(--sand);
	font-weight: normal;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 15px 10px;
}

header nav.navbar.bootsnav ul.nav>li.active>a,
header nav.navbar.bootsnav ul.nav>li>a:hover,
header nav.navbar.bootsnav ul.nav>li>a:focus {
	color: #ffffff;
	text-decoration: underline;
}

/*dropdown*/
nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
	display: none;
}

header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
	padding-right: 0;
}

header nav.bootsnav .megamenu-content .title {
	margin-bottom: 0px;
}

.menu-col>li .fa-angle-right {
	float: right;
	position: relative;
	top: 2px;
}

/*.menu-col > li {
	margin-bottom: 15px;	
}*/
.menu-col>li>a {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	gap: 4px;
	color: #404040 !important;
	font-size: 16px;
	line-height: 24px;
	i {
		flex-shrink: 0;
	}
}

.menu-col>li>a:hover {
	background: #f3f3f3 !important;
	color: #333 !important;
}

.menu-col>li>.active {
	background: #f3f3f3 !important;
	color: #333 !important;
	font-size: 16px;
}

.heading_border {
	font-size: 21px;
	color: var(--coral);
	margin-bottom: 10px !important;
}

header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
	color: var(--coral);
}

header nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: none !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}

.topbar .attr-nav > ul > li > a {
	color: var(--sand);
	font-family: 'Geist', sans-serif;
}

header .attr-nav>ul>li>a span.badge {
	background-color: #79b6c8;
	margin-top: -18px;
	height: 18px;
	width: 18px;
}

header ul.cart-list {
	display: none;
	position: absolute;
	right: 15px;
	width: 280px;
	z-index: 999;
	background:var(--coral);
}

header ul.cart-list .cart-btn {
	background: #303030;
	padding: 15px;
	width: 100%;
}

header ul.cart-list .cart-btn>a {
	width: 100%;
	color: #888888;
	border: 1px solid #888888 !important;
	padding: 14px 30px !important;
	line-height: normal !important;
	text-align: center;
	display: table;
}

header ul.cart-list .cart-btn>a:hover,
header ul.cart-list .cart-btn>a.active {
	color: #fff !important;
	border-color: #79b6c8 !important;
	background: #79b6c8 !important;
}

header ul.cart-list .cart-btn>a:first-child {
	margin-bottom: 10px;
}

nav.navbar.bootsnav .navbar-toggle,
nav.navbar.bootsnav .navbar-toggle:hover,
nav.navbar.bootsnav .navbar-toggle:focus {
	background: transparent !important;
}

nav.navbar.bootsnav li.dropdown.on>.dropdown-toggle {
	color: #ffffff;
	text-decoration: underline;
}

nav.navbar.bootsnav .navbar-toggle {
	color: #fff;
	position: relative;
	top: -2px;
}

.dropdown-menu.animated,
collapse navbar-collapse animated {
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-ms-animation-duration: .5s;
	animation-duration: .5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left;
}

/*Search*/
.search {
	margin-left: 5px;
}

.search:hover {
	color: #79b6c8
}

.search-toggle {
	margin-top: 7px;
	position: relative;
	z-index: 999;
	width: 90%;
	float: right;
}

.search-toggle input {
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 2px;
	display: block !important;
	padding: 0;
	width: 100%;
	right: 0;
	color: #fff !important;
}

.search-toggle input:focus {
	border-color: #ccc;
}

.search-toggle input::placeholder {
	color: #eee;
}

.input-group-addon {
	border: 1px solid #ccc;
}

.search-toggle .input-group-addon {
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.search-toggle input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
	opacity: 1;
}


.search-toggle .top-search .input-group-addon {
	padding: 8px 0px 8px 15px;
	color: #ffffff;
}

.attr-nav li.dropdown a.dropdown-toggle::after {
	display: none;
}

nav.bootsnav.navbar-full {
	padding-bottom: 0;
	padding-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu.sub-menu {
	right: 38%;
	width: auto !important;
}

/*Menu Fuill Page*/
header#full_page {}

li.close-full-menu a {
	color: #79b6c8 !important;
}

header#full_page .navbar-brand {
	height: auto;
	line-height: normal;
}

header#full_page nav.navbar.bootsnav .navbar-toggle {
	color: #000;
}

#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a {
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
}

#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a:hover,
#full_page nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a:focus {
	color: #79b6c8;
}

header#full_page nav.navbar.bootsnav .navbar-toggle {
	color: #000;
	float: none;
	top: 50%;
	margin: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

header#full_page .attr-nav {
	margin-right: 0;
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 15px;
	margin-top: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

header#full_page .attr-nav ul>li {
	display: inline-block;
}

header#full_page .attr-nav>ul>li>a {
	color: #1f1f1f;
	padding: 0;
	margin-left: 20px;
}

/*Right Menu*/
header.right-menu nav.navbar.bootsnav ul.nav>li>a,
header.right-menu .attr-nav>ul>li>a {
	color: #1f1f1f;
}

header.right-menu nav.navbar.bootsnav .navbar-toggle {
	color: #000;
}

/*Side Menu*/
header#full_page .side,
header.right-menu .side {
	background: var(--sand);
}

.side .widget ul.link li a {
	letter-spacing: 0px;
	border-bottom: 1px solid #eee;
	display: block;
	line-height: 38px;
}

header#full_page .side .close-side,
header#full_page .side .widget ul.link li a,
header#full_page .side .widget .title,
header.right-menu .side .close-side,
header.right-menu .side .widget ul.link li a,
header.right-menu .side .widget .title {
	color: #1f1f1f;
}

header#full_page .side .widget ul.link li a:focus,
header#full_page .side .widget ul.link li a:hover,
header.right-menu .side .widget ul.link li a:focus,
header.right-menu .side .widget ul.link li a:hover {
	color: #96c6d4;
}

/* ------------------ Slider ------------------ */



.rev_slider_wrapper {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	overflow: hidden;
}

.rev_slider_wrapper .tp-caption {
	padding: 0 15px;
}

.rev_slider_wrapper p {
	font-size: 18px;
}

.rev_slider_wrapper .white {
	color: #fff;
}

.rev_slider_wrapper h1 strong {
	display: block;
	font-size: 48px;
	color: #ffffff;
	line-height: 1 !important;
	/* Рецепты от Саши Бель: */
	font-family: 'DIN Condensed Bold';
	font-size: 48px;
	color: #FFFFFF;
	letter-spacing: -0.93px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60), 0 4px 8px rgba(0, 0, 0, 0.45), 0 0px 24px rgba(0, 0, 0, 0.30);
}

.rev_slider_wrapper h1 {
	font-family: 'DIN Condensed Bold';
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
}

.rev_slider_wrapper p {
	font-family: 'Geist', sans-serif;
	font-size: 24px !important;
	line-height: 1.3 !important;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.45), 0 0px 24px rgba(0, 0, 0, 0.30);
}

.rev_slider_wrapper .btn-common {
	font-size: 18px;
	line-height: 1.3;
}

/*arrows Slider*/
.tparrows {
	background: rgba(255, 255, 255, .45) !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	transform: none;
	position: absolute;
	right: 0;
	height: 40px;
	width: 40px;
}

.tparrows::before {
	color: var(--coral);
	display: block;
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 39px;
	text-align: center;
}

.tparrows.tp-leftarrow:before {
	content: "\f104";
}

.tparrows.tp-rightarrow:before {
	content: "\f105";
}

.tp-leftarrow,
.tp-rightarrow {
	margin: 5px;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
	background: rgba(236, 27, 46, .70) !important;
}

.tparrows:hover::before,
.tparrows:focus::before {
	color: #fff;
}

.slim-container {
	max-width: 940px;
	margin: 0 auto;
}

/* ------------------ Three Column Grid Products ------------------ */
#grid_box {
	margin-top: 20px;
}

#grid_box a:hover .category_box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(253, 32, 54, 0.25);
	top: -5px;
}

#grid_box a:hover .grid_body {
	opacity: 0.75;
}

.box_container {
	background: var(--sand);
	position: elative;
	top: -30px;
	z-index: 8;
	padding: 0 30px;
}

.category_box {
	position: relative;
	display: block;
	height: 140px;
	top: 0px;
	transition: all ease-in-out .3s;
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
}

.category_box h2 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	line-height: 1 !important;
	font-family: 'DIN Condensed Bold';
	color: #FFFFFF;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
	z-index: 11;
}

.grid_body {
	background-image: linear-gradient(-1deg, rgba(0, 22, 65, 0.90) 0%, rgba(0, 15, 56, 0.60) 100%);
	background-size: cover;
	display: block;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
	opacity: 0.3;
}

.category_box {
	background: #E8E8E8;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(253, 32, 54, 0.25);
	border-radius: 4px;
}

#grid_box_products {
	margin-top: 20px;
}

#grid_box_products a:hover .category_box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(253, 32, 54, 0.25);
	top: -5px;
	background: #E8E8E8;
}

#grid_box_products .category_box {
	margin: 10px 0px;
	height: 96px;
}

#grid_box_products object {
	display: block;
	margin: 10px auto;
}

#grid_box_products img {
	display: block;
	margin: 10px auto;
}

.category_box img {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover img {
	fill: #ffffff;
}

#grid_box_products #prod-slider .category_box img {
	margin-top: 10px !important;
}

.moz_ez {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .moz_ez {
	fill: #ffffff;
}

.moz_ez:hover {
	fill: #ffffff;
}

.crab {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .crab {
	fill: #ffffff;
}

.crab:hover {
	fill: #ffffff;
}

.ustr {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .ustr {
	fill: #ffffff;
}

.ustr:hover {
	fill: #ffffff;
}

.midiy {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .midiy {
	fill: #ffffff;
}

.midiy:hover {
	fill: #ffffff;
}

.krevetki {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .krevetki {
	fill: #ffffff;
}

.krevetki:hover {
	fill: #ffffff;
}

.grebeshok {
	fill: #b4b4b4;
	transition: all 0.25s ease-out 0.1s;
}

.category_box:hover .grebeshok {
	fill: #ffffff;
}

.grebeshok:hover {
	fill: #ffffff;
}

.category_box h3 {
	font-family: 'DIN Condensed Bold';
	color: #1C1C1C;
	text-align: center;
}

.grid_box,
.grid_box:hover .grid_body h2,
.grid_box:hover .grid_body h3 {
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.grid_box:hover {
	background: rgba(121, 182, 200, .8);
}

.grid_box:hover .grid_body h2,
.grid_box:hover .grid_body h3,
.grid_box:hover .grid_body h4 {
	color: #fff;
}

.grid_box:hover {
	background: #79B6C8;
}

.grid_box .image_left {
	padding-right: 10px;
	width: 160px;
}

.grid_box .image_left>img {
	width: 100%;
	display: inline-block;
}

.grid_box .image_left,
.grid_box .grid_body {
	display: table-cell;
}

.grid_box .grid_body {
	position: relative;
	vertical-align: middle;
	right: 15px;
	padding: 10px;
}

.grid_box .grid_body h2 {
	margin-bottom: 10px;
}

.grid_box .grid_body h3 {
	font-weight: bold;
	color: #79b6c8;
	margin-top: 15px;
}

.about_shop {
	padding: 0px 20px;
}



/* ------------------ Special Design Product ------------------ */
.design {
	border: 30px solid;
	border-image: url("../images/border.png") 30;
	position: relative;
	color: #4e4e4e;
}

.design .design_img {
	height: 100%;
	margin-bottom: -120px;
	position: relative;
	top: -60px;
	width: 100%;
	overflow: hidden;
}

.design .design_img>img {
	width: 100%;
}

.design .descrp {
	padding: 40px 0 15px 0px;
}

.design .descrp:hover h3,
.design .descrp h3:hover {
	color: #79b6c8;
}

.design .descrp .review {
	margin: 20px 0;
}

.design .descrp .review>li {
	display: inline-block;
}

.design .descrp .review>li+li:before {
	content: '|';
	padding: 0 5px;
	color: #ccc;
}

.design .descrp .review>li a {
	color: #4e4e4e;
	font-size: 14px;
}

.price {
	font-size: 27px;
	color: #1C1C1C;
	font-weight: 600;
}

.price .fa-rub {
	font-size: 19px;
	margin-left: 2px;
}

.old {
	color: #999999;
	font-weight: 300;
	font-size: 18px;
	padding: 0 5px;
	text-decoration: line-through;
	text-decoration-color: #e6193c;
}

.old .fa-rub {
	color: #999999;
	font-weight: 300;
	font-size: 16px;
	text-decoration: line-through;
	text-decoration-color: rgb(230, 25, 60) !important;
}

.discount {
	color: #7a7a7a;
}

.design .descrp .price>span {
	color: #4e4e4e;
	font-weight: normal;
}

.design .descrp .detail {
	font-size: 14px;
}

.design .descrp .detail>span {
	color: #79b6c8;
}

.countdown-container {
	position: relative;
}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	box-shadow: 0 0 0 6px #ebebeb inset;
	padding-bottom: 100%;
}

.text {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.text .val {
	font-size: 16px;
}

.text .val,
.type-time {
	font-weight: bold;
	text-align: center;
}

.type-time {
	font-size: 12px;
	margin-top: 10px;
}

.adv-baner {
	padding: 0px 20px;
}



/* ------------------  Products wrap in Box ------------------ */
.product {
	position: relative;
	margin-bottom: 20px;
}

.product_h {
	position: absolute !important;
	z-index: 999;
}

.product_name {
	height: 36px;
}

/* Rectangle 3: */
.product_wrap {
	background: #fff;
	box-shadow: 0 0 2px 0 #CCCCCC;
	border-radius: 4px;
	transition: all ease-in-out .3s;
}

.product_wrap:hover {
	top: 3px;
	box-shadow: 0 0 1px 0 rgba(236, 27, 46, 0.38), 0 2px 16px 0 #CBCBCB;
}


.product_wrap .image {
	padding: 5px;
	aspect-ratio: 1 / 1;
}

.product_wrap,
.image,
.image>img {
	position: relative;
}

.product_wrap .social {
	position: absolute;
	right: -100%;
	bottom: 15px;
}

.product_wrap .social ul li,
.product_wrap .social ul li a {
	display: block;
}

.product_wrap:hover .social {
	right: 15px;
}

.product_wrap .social ul li a {
	width: 34px;
	height: 35px;
	color: #838383;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	margin-top: 5px;
}

.product_wrap .social ul li a:hover,
.product_wrap .social ul li a:focus {
	background: #79b6c8;
	border-color: #79b6c8;
	color: #fff;
}

.image {
	overflow: hidden;
}

.image img {
	display: block;
	width: 100%;
}

.product_name:hover {
	text-decoration: underline;
	color: var(--coral) !important;
	cursor: pointer;
}

.product_wrap:hover .image img,
.design .design_img:hover img {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	cursor: pointer;
}

.product_wrap .product_desc {
	padding: 10px;
	position: relative;
}

.product_wrap .product_desc p,
.product_wrap .product_desc apan,
.product_wrap .product_desc a.offer-js-link {
	display: table;
	font-size: 21px;
	font-family: 'DIN Condensed Bold';
	color: #1C1C1C;
	text-align: left;
	line-height: 1;
}

.wight {
	font-family: 'Geist', sans-serif;
	font-size: 14px;
	color: #1C1C1C;
	display: block;
	text-align: center;
}

.product_wrap .product_desc p {
	margin-bottom: 0;
}

.product_wrap .product_desc .price {
	position: relative;
	display: block;
	margin-top: 10px;
	font-family: 'Geist', sans-serif;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 400;
	color: #1C1C1C;
	text-align: center;
}

.product_wrap .product_desc .price.width-disc {
	color: #ec1e2e
}

.product_wrap .product_desc .price del {
	padding-right: 10px;
	font-weight: 100;
	font-size: 16px;
	color: #000;
}

.product_wrap .product_desc i.open {
	color: #5b5b5b;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
}

.tag .tag_num-btn {
	width: auto;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--coral);
	border-left: 15px solid var(--coral);
	border-bottom: 15px solid var(--coral);
	display: inline-block;

	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.tag_num-btn span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 4px;
	position: relative;
	left: -3px;
	top: -10px;
	/* -moz-transform: rotate(90deg); */
	/* -ms-transform: rotate(90deg); */
	/* -o-transform: rotate(90deg); */
	/* -webkit-transform: rotate(90deg); */
	/* transform: rotate(90deg); */
}

.product_wrap:hover i.open {
	color: #79b6c8;
}

@media (max-width: 640px) {
	.product_wrap .image {
		position: relative;
		background-color: #fafafa;
	}

	.product_wrap .image:before {
		content: '';
		display: block;
		height: 0;
		width: 100%;
		padding-bottom: 100%;
	}

	.product_wrap .image>img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.tag {
	position: absolute;
	top: 0;
	left: calc(100% - 15px);
	z-index: 5;
}

.tag .tag-btn {
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 65px solid var(--coral);
	border-left: 15px solid var(--coral);
	border-right: 15px solid var(--coral);
	display: inline-block;
}

.tag .tag-black {
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 14px solid #79b6c8;
	border-left: 20px solid #79b6c8;
	border-right: 20px solid #79b6c8;
	display: inline-block;
}

.tag-btn span {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	left: -14px;
	letter-spacing: 2px;
	line-height: 0;
	position: absolute;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 32px;
}

.arrival_container {
	position: relative;
	height: auto;
}

.arrival_container .arrival_wrap {
	height: 100%;
	position: relative;
	width: 100%;
}

.arrival_container .arrival_wrap>img {
	width: 100%;
}

.arrival_wrap .overlay_arrival {
	position: absolute;
	left: -68%;
	bottom: 15px;
	right: 0;
	height: 110%;
	width: 110%;
	background: rgba(255, 255, 255, .2);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}

.arrival_wrap .overlay_arrival .inner {
	bottom: 20px;
	position: absolute;
	right: 0;
	-moz-transform: skew(-45deg)translateX(30%);
	-ms-transform: skew(-45deg)translateX(30%);
	-o-transform: skew(-45deg)translateX(30%);
	-webkit-transform: skew(-45deg)translateX(30%);
	transform: skew(-45deg)translateX(30%);
	z-index: 455;
	left: 20px;
	color: #fff;
}

.arrival_wrap .overlay_arrival .inner h1 {
	font-size: 70px;
}




/* ------------------ Slogan With Button ------------------ */
#slogan .sloganBg {
	background: url(../images/slogan.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 40px;
	outline: 1px dotted #FFF;
	outline-offset: -15px;
}

#slogan .sloganBg h2 {
	font-size: 28px;
}

#slogan .sloganBg h2>span {
	color: #79b6c8;
}

#slogan .sloganBg p {
	margin-bottom: 0;
	font-size: 18px;
}

#slogan .sloganBg .left {
	float: left;
}

#slogan .sloganBg .right {
	float: right;
	margin-top: 8px;
}

/*home2*/
.message {
	position: relative;
	border: 1px dotted #c2c2c2;
	margin: 0 15px;
}

.message h4 {
	margin: 35px 0;
}

.message .tag-btn {
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;
	border-top: 15px solid #79b6c8;
	border-right: 65px solid #79b6c8;
	border-bottom: 15px solid #79b6c8;
	display: table;
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: center;
}

.message .tag-btn span {
	transform: none;
	left: 16px;
	top: auto;
}

/* ------------------ Slogan With Button ------------------ */




/* ------------------ Our Blogs ------------------ */
#blog {}

.blog_box {
	margin: 10px 0;
}

.blog_box .media-left {
	padding-right: 30px;
}

.blog_box .media-body {
	vertical-align: middle;
}

.blog_box .media-body .media-heading {
	font-size: 48px;
}

.blog_box .media-body .media-heading>sub {
	font-size: 14px;
	color: #79b6c8;
}

.blog_box .media-body h5:after {
	content: '';
	display: table;
	width: 40px;
	height: 3px;
	background: #79b6c8;
	margin-top: 10px;
}

.blog_box:hover .media-body h5 {
	color: #79b6c8;
}

.blog_item {}

.blog_item .blog_image {
	transition: all 0.3s;
}

.blog_item .blog_image,
.blog_item .blog_image img {
	position: relative;
}

.blog_item .blog_image a .fa {
	display: none;
}

.blog_item .blog_image a {
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	height: 100%;
	width: 100%;
	border-radius: 0;
	left: 0;
	top: 0;
	opacity: 0;
}

.blog_item .blog_image:hover {
	margin-top: -2px;
	margin-bottom: 17px;
	box-shadow: 0 0 1px 0 rgba(236, 27, 46, 0.38), 0 2px 16px 0 #CBCBCB;
}

#blog .blog_item .blog_image:hover {
	margin-top: 0;
	margin-bottom: 30px;
	box-shadow: none;
}


.blog_item .blog_image:hover a {
	opacity: 0.3;
}


.blog_item .blog_image img {
	width: 100%;
}

.blog_item .blog_text {
	margin-bottom: 3em;
}

.blog_item .blog_text .meta {
	width: 100%;
}

.blog_item .blog_text .meta>li {
	display: inline-block;
	color: #555555;
	font-size: 12px;
}

.blog_item .blog_text .meta>li a {
	color: #79B6C8;
}

.blog_item .blog_text .meta>li:nth-child(2) {
	margin: 0 15px;
}

.blog_text>.time {
	color: #afafaf;
	float: none !important;
	margin-bottom: 20px;
}

.blog_item .blog_text .posted {
	font-size: 16px;
}

.blog_item .blog_text .posted i {
	margin-right: 5px;
}

.blog_item .blog_text .posted,
.blog_share ul,
.blog_share ul li {
	display: inline-block;
}

.blog_item .blog_text .posted a,
.blog-reply h5>a {
	color: #78b5c7;
}

#blog .blog_share {
	padding: 5px 0;
	font-size: 16px;
	border-top: 1px solid #e5e5e5;
}

.blog_share ul li a {
	color: #616161;
	display: block;
	padding: 2px 5px;
}

.blog_share ul,
.blog_share p {
	margin: 5px 0;
}

.blog_share p>a {
	padding: 2px 5px;
}

#blog .blog_share,
.blog-reply {
	border-bottom: 1px solid #e5e5e5;
}

.blog-reply {
	padding: 40px 0;
	margin-top: 0;
	position: relative;
}

.blog-reply h5,
.blog-reply p {
	font-size: 14px;
}

#blog .pager {
	text-align: center;
}

/* ------------------ Blogs Ends ------------------ */



/* ------------------ Brand LOGOS ------------------ */
#brand-slider {
	border-bottom: 1px dotted #ebebeb;
	border-top: 1px dotted #ebebeb;
}

#brand-slider .item>img {
	display: inline-block;
	margin: 30px;
}

/* ------------------ NewsLetter ------------------ */
#newsletter {
	background: url(../images/newsler.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
}

#newsletter p {
	font-size: 17px;
}

form.newsletter input {
	background: transparent;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	border-right: none;
}

form.newsletter .input-group-addon {
	border-radius: 0;
	border-color: #cccccc
}

form.newsletter .input-group-addon>button {
	background: transparent;
	border: none;
	display: block;
}

form.newsletter .input-group-addon:hover {
	color: #79B6C8;
}

/* ------------------ Availability Boxes & Testinomial ------------------ */
#tstinomial-slider .item {
	position: relative;
}

#tstinomial-slider .owl-prev,
#tstinomial-slider .owl-next {
	top: 18%;
}

#tstinomial-slider .owl-prev {
	left: 15%;
}

#tstinomial-slider .owl-next {
	right: 15%;
}

#tstinomial-slider .testinomial_pic img {
	margin-bottom: 15px;
}

#tstinomial-slider .testinomial_pic h6 {
	font-size: 12px;
	margin: 0;
}

#tstinomial-slider .testinomial_pic span {
	font-size: 10px;
	color: #79b6c8;
}

#tstinomial-slider p {
	margin: 0 5%;
	margin-bottom: 0;
}

.availability {
	border: 1px dotted #606060;
	color: #606060;
	padding: 35px 15px;
	min-height: 175px;
}

.availability:hover,
.availability.active {
	border-color: #79b6c8;
	color: #79b6c8;
	cursor: pointer;
}

.availability i {
	display: inline-block;
	font-size: 36px;
	margin-bottom: 15px;
}

.availability h5 {
	margin: 0;
}

.availability span {
	font-size: 14px;
	color: inherit;
}

/*Testinomial on Home2*/
#testinomialBg {
	background: url(../images/testinomial.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#testinomialBg #tstinomial-slider p {
	margin: 0 15%;
}


/* ------------------ OWL Carousel ------------------ */
.owl-prev,
.owl-next {
	opacity: 1;
	margin: 0;
	text-align: center;
}

#fourCol-slider .item {
	margin: 0 15px;
}

#tstinomial-slider .owl-prev,
#tstinomial-slider .owl-next,
#fourCol-slider .owl-prev,
#fourCol-slider .owl-next {
	position: absolute;
	height: 38px;
	width: 38px;
	background: transparent;
	border: 1px solid #dadada;
	color: #cecece;
	line-height: 30px;
	font-size: 26px;

}

#fourCol-slider .owl-prev {
	left: -30px;
}

#fourCol-slider .owl-next {
	right: -30px;
}

#fourCol-slider .owl-prev,
#fourCol-slider .owl-next {
	top: 35%;
	margin-top: -38px;
}

#tstinomial-slider .owl-prev:hover,
#tstinomial-slider .owl-prev:focus,
#tstinomial-slider .owl-next:hover,
#tstinomial-slider .owl-next:focus,
#fourCol-slider .owl-prev:hover,
#fourCol-slider .owl-prev:focus,
#fourCol-slider .owl-next:hover,
#fourCol-slider .owl-next:focus {
	background: #79b6c8;
	border-color: #79b6c8;
	color: #fff;
}


#testinomialBg #tstinomial-slider .owl-prev,
#testinomialBg #tstinomial-slider .owl-next,
#tstinomial-slider .owl-pagination {
	display: none;
}

#testinomialBg #tstinomial-slider .owl-pagination {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
}

#testinomialBg #tstinomial-slider .owl-controls {
	margin-top: 5%;
}

#testinomialBg #tstinomial-slider .owl-controls .owl-page {
	background: #b7b7b7;
	display: table;
	text-align: center;
	margin-left: 2px;
	border-radius: 50%;
	border: 1px solid #79b6c8;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#testinomialBg #tstinomial-slider .owl-controls .owl-page span {
	border: none;
	transform: scale(0.9) !important;
	background: transparent;
	margin: 3px;
}

#testinomialBg #tstinomial-slider .owl-controls .active {
	background: none;
	transform: scale(0.9);
}

#testinomialBg #tstinomial-slider .owl-controls .owl-page span:hover {
	background: #79b6c8;
}

#testinomialBg #tstinomial-slider .owl-controls .active span {
	background: #79b6c8;
	opacity: 1;
}

/*Sellers Slider*/
#seller h3 {}

.seller-slider {}

.seller-slider .media-body {}

.seller-slider .owl-prev {
	right: 50px;
}

.seller-slider .owl-next {
	right: 15px;
}

.seller-slider .owl-prev,
.seller-slider .owl-next {
	position: absolute;
	top: -75px;
	background: #dbdcdc !important;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 22px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	opacity: 1 !important;
}

.seller-slider .owl-prev:hover,
.seller-slider .owl-prev:focus,
.seller-slider .owl-next:hover,
.seller-slider .owl-next {
	background: #79b6c8 !important;
}

/* ------------------ OWL Carousel ------------------ */




/* ------------------ Prallax Bacckgrounds  ------------------ */
#parallax2 {
	background: url(../images/parallax2.jpg) no-repeat #d3e6eb;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

#parallax2 h2,
#parallax2 h3,
.header_layout2 h2,
.header_layout2 h3 {
	font-weight: 200;
}

#parallax2 h2,
.header_layout2 h2 {
	font-size: 60px;
}

#parallax2 h2>strong,
.header_layout2 h2>strong {
	display: block;
}

#parallax2 h3,
.header_layout2 h3 {
	font-size: 24px;
}

/* ------------------ Prallax Bacckgrounds  ------------------ */




/* ------------------ Page Header (inner pages) ------------------ */
.page_header {
	color: #fff;
	background: url(../images/page-header.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page_header h1 {
	font-size: 40px;
}

.page_header p {
	color: #fff;
	font-size: 18px;
}

.page_menu {
	padding-top: 35px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Geist', sans-serif;
}
.page_menu .breadcrumb {
	border-bottom: 1px solid #ebebeb;
	background: transparent;
}

.page_menu .breadcrumb>li {
	display: inline-block;
	font-size: 14px;
	color: #E21A2D
}

.page_menu .breadcrumb>.active {
	color: #898989;
}

.header_layout2 {
	background: url(../images/newsler.jpg) no-repeat;
}

.header_layout2,
.header_layout3 {
	background-position: center center;
	background-size: cover;
}

.header_layout2 h2>strong {
	color: #79b6c8
}

.header_layout3 {
	background: url(../images/blog-header.jpg) no-repeat;
}

/* ------------------ Page Header  ------------------ */




/* ------------------ Product Grids  ------------------ */
.grid {}

.list-view .col-md-3,
.list-view .col-md-4 {
	width: 100%;
}

.list-view .product_wrap .image,
.list-view .product_wrap .product_desc {
	display: table-cell;
	vertical-align: middle;
}

.list-view .product_wrap .image {
	padding-right: 0;
	min-width: 270px;
	width: auto;
}

.list-view .product_wrap .product_desc>.title,
.list-view .product_wrap .product_desc span.price,
.list-view .product_wrap .product_desc i.open {
	display: none;
}

.list-view .product_wrap .product_desc .list_content h4 {
	font-weight: bold;
	font-style: oblique;
}

.grid-view .product_wrap .product_desc .list_content {
	display: none;
}

.list-view .product_wrap .product_desc .list_content {
	display: block;
}

.shop-grid-controls {
	margin-top: 20px;
	margin-left: 15px;
}

.grid .shop-grid-controls .view-button,
.shop-grid-controls .entry,
.side-button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.grid .shop-grid-controls .side-button {
	font-size: 14px;
	height: 34px;
	text-align: center;
	padding: 3px 10px;
	background: #eeeeee;
	line-height: 30px;
}

.grid .shop-grid-controls .view-button {
	padding: 3px;
	background: #eeeeee;
	display: inline-block;
	height: 34px;
	width: 38px;
	text-align: center;
	line-height: 28px;
}

.grid .shop-grid-controls .view-button:hover,
.grid .shop-grid-controls .view-button.active,
.grid .shop-grid-controls .side-button:hover {
	background: #79b6c8;
	color: #fff;
	cursor: pointer;
}

.grid-form .form-group {
	margin-bottom: 0;
}

.grid-form .select {
	overflow: hidden;
	border-radius: 0;
	width: 150px;
	position: relative;
	display: block;
	border: none;

}

.grid-form select {
	height: 36px;
	background: #eee;
	border: 0;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.grid-form .select:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 16px;
	padding: 9px 8px;
	padding-right: 0;
	position: absolute;
	right: 12px;
	top: -2px;
	background: transparent;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}


/* ------------------ Product Grids  ------------------ */




/* ------------------ Shop  ------------------ */
#cart {}

.cart-form .btn-dark:hover,
.cart-form .btn-dark:focus,
.contact-form .btn-dark:hover,
.contact-form .btn-dark:focus {
	background: #79B6C8;
}

#cart .table-responsive>.table {
	margin-bottom: 0;
}

#cart .panel-body .table-responsive>.table thead tr>th {
	font-size: 13px;
	border-bottom: none;
	font-family: 'DIN Condensed Bold';
}

#cart .table-responsive>.table tr {
	border-bottom: 1px solid #ebebeb;
}

#cart .table-responsive>.table tbody tr>td {
	float: none;
	padding: 10px;
	vertical-align: middle;
}

#cart .table-responsive>.table tbody tr>td p {
	font-size: 14px;
}

#cart .table-responsive>.table tbody tr>td h5 {
	font-weight: bold;
}

#cart .table-responsive>.table tbody tr>td .btn-close {
	display: inline-block;
	font-size: 20px;
}

#cart .table-responsive>.table tbody tr>td .btn-close:hover {
	color: #79b6c8;
}

.spinner {
	width: 70px;
}

.spinner .spinner input {
	border-radius: 0;
	border-color: #ddd;
}

.spinner .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
	z-index: 2;
	right: 20px;
}

.spinner .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
	border: none;
}

.spinner .input-group-btn-vertical>.btn:hover,
.spinner .input-group-btn-vertical>.btn:focus {
	background-color: transparent;
}

.spinner .input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.cart-form .select {
	overflow: hidden;
	border-radius: 4px;
	width: 100%;
	position: relative;
	display: block;
}

.cart-form select {
	height: 48px;
	border: 0;
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #888888;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cart-form .select:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #888888;
	font-size: 16px;
	padding: 9px 8px;
	padding-right: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	background: transparent;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.shop_measures .table tr>td {
	font-size: 14px;
}

.shop_measures .table tr>td h5 {
	font-weight: bold;
}

/*Product Details*/
#js-pagination-slider {}

#js-pagination-slider .cbp-pagination-item::after {
	background: transparent;
}

#js-pagination-slider .cbp-pagination-active::after {
	box-shadow: inset 0 0px 0px 2px #79b6c8;
	transition: ease .5s;
}

.detail_pro h4 {
	font-weight: bold;
	font-style: italic;
}

.review_list>li {
	display: inline-block;
}

.review_list>li+li::before {
	color: #ccc;
	content: "|";
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}

.review_list>li a {
	color: #606060;
	font-size: 14px;
}

.cart-buttons a.icons {
	color: #bfbfbf;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	display: inline-block;
	height: 43px;
	width: 44px;
	text-align: center;
	line-height: 42px;
	vertical-align: top;
}

.cart-buttons .btn-light>i {
	font-size: 16px;
	margin-right: 3px;
	vertical-align: middle;
}

.cart-share ul,
.cart-share ul>li {
	display: inline-block;
}

.cart-share ul>li a {
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	padding: 1px 3px;
}

.cart-share ul>li a.facebook {
	background: #3B5998;
}

.cart-share ul>li a.twitter {
	color: #00ACEE;
	background: #fafafa;
}

.cart-share ul>li a.google {
	color: #DB4A39;
	background: #fafafa;
}

.cart-share ul>li a.share {
	background: #DB4A39;

}

.cart-share ul>li a.share span {
	color: #fff;
}

.cart-share ul>li a.facebook span {
	color: #fff;
}

.cart-share ul>li a>span {
	color: #0f0f0f;
	font-size: 8px;
	margin-left: 2px;
}

.shop_tab {}

.main-cotainer .shop_tab .tabs {
	width: 100%;
	list-style: none;
	margin: 0;
}

.shop_tab .tabs li {
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}

.shop_tab .tabs li.active,
.shop_tab .tabs li:hover,
.shop_tab .tabs li:focus {
	color: var(--coral);
	border-bottom: 2px solid var(--coral);
}

.shop_tab .tab_content {
	padding: 20px 0;
	width: 100%;
}

.shop_tab .panel-collapse {
	padding: 10px;
}

.tab_content ol.commentlist li {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.tab_content ol.commentlist li .avator {
	display: inline-block;
	float: left;
	margin-bottom: 55px;
	margin-right: 15px;
	width: 50px;
}

.tab_content ol.commentlist li .avator>img {
	display: block;
}

.tab_content ol.commentlist li .comment-content {
	color: #4c4c4c;
}

.tab_content ol.commentlist li .comment-content .stars {
	position: absolute;
	right: 0;
	top: 0;
}

.tab_content ol.commentlist li .comment-content time,
.tab_content ol.commentlist li .comment-content strong {
	display: inline-block;
	margin-bottom: 10px;
}

.tab_content ol.commentlist li .comment-content time {
	font-size: 14px;
}

.tab_content .review-form {}

.tab_content .review-form label {
	font-weight: bold;
	margin-bottom: 5px;
}

.tab_content .review-form textarea.form-control {
	min-height: 150px;
}

.tab_content .review-form input.form-control {
	height: 40px;
}

.tab_content .review-form .form-control {
	margin-bottom: 15px;
}

.product-info .tab_content p:last-child {
	margin-bottom: 0;
}


/* end .squaredThree */
/* .squaredFour */
.squaredFour {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 20px;
}

.squaredFour label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--coral);
}

.squaredFour label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 6px;
	left: 5px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	opacity: 0.5;
}

.squaredFour input[type=checkbox] {
	visibility: hidden;
}

.squaredFour input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.form-group h5 {
	display: inline-block;
}

#cart .contact-form label {
	display: block;
}

#cart .contact-form a {
	color: var(--coral);
	font-size: 14px;
	display: inline-block;
	float: right;
	font-weight: normal;
}

#cart a.facebook-share {
	background: #3B5998;
}

#cart a.twitter-share {
	background: #00ACEE;
}

#cart a.facebook-share,
#cart a.twitter-share {
	color: #fff;
	border: none;
	margin-right: 20px;
}

#cart a.facebook-share>i,
#cart a.twitter-share>i {
	margin-right: 10px;
	font-size: 20px;
}

/*Accordions*/
#cart .set>a i {
	color: #fff;
	background: #3a3d42;
	float: none;
	font-size: 10px;
	padding: 5px;
	margin-right: 10px;
}

/* ------------------ Shop  ------------------ */




/* ------------------ 404  ------------------ */
#error .error_content {}

#error .error_content img {
	display: inline-block;
}

#error .error_content h2 {
	color: #7b7b7b;
}

#error .error_content h1 {
	font-size: 50px;
}

#error .error_content p {
	margin: 0 13%;
}

#error .error_content p>a {
	color: #79b6c8;
}

.input-group-wrapper {
	vertical-align: middle;
}

.input-group-wrapper .form-control {
	border: 1px solid #d7d7d7;
	border-radius: 0;
	height: 40px;
	border-right: none;
}

.input-group-wrapper .input-group-addon {
	background: transparent;
	border-radius: 0;
}

.input-group-wrapper .input-group-addon>button {
	height: 100%;
	width: 100%;
	background: transparent;
	border: none;
	color: #000;
}




/* ------------------ Contact Us ------------------ */
#contact {}

#contact .contact-form {}

.heading {}

.contact-form label,
.cart-form label {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.contact-form .form-control,
.cart-form .form-control {
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 15px;
}

/*.contact-form input.form-control, .cart-form .form-control{
	height:48px;
}*/
.contact-form textarea.form-control {
	min-height: 130px;
	width: 100%;
	resize: none;
}

.contact-form .btn-form {
	background: #79b6c8;
	color: #fff;
	font-size: 12px;
	padding: 12px 30px;
	border: none
}

.contact-form .btn-form:hover,
.contact-form .btn-form:focus {
	background: #303030;
}

.contact_detail .address {
	overflow: hidden;
}

.contact_detail .address i {
	color: #79b6c8;
	float: left;
	font-size: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
	vertical-align: middle;
	width: 30px;
}

.contact_detail .address h5 {
	margin-bottom: 10px;
}

.contact_detail .address p {
	font-size: 14px;
}

.contact_detail .address h5,
.contact_detail .address p {
	margin-left: 30px;
}

.btn-form {
	font-weight: bold;
}

.gmap3 {
	border: 1px dashed #C0C0C0;
	width: 100%;
	height: 590px;
}

.cluster {
	color: #FFFFFF;
	text-align: center;
	font-family: 'Arial, Helvetica';
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.cluster-1 {
	background-image: url(images/m1.png);
	line-height: 53px;
	width: 53px;
	height: 52px;
}

.cluster-2 {
	background-image: url(images/m2.png);
	line-height: 53px;
	width: 56px;
	height: 55px;
}

.cluster-3 {
	background-image: url(images/m3.png);
	line-height: 66px;
	width: 66px;
	height: 65px;
}









/* ------------------ Footer  ------------------ */
footer {
	width: 100%;
	background: var(--blue);
	background-position: center top;
	color: var(--black);
	position: relative;
	clear: both;
}

footer.plain_footer {
	background: url(../images/footer-plan.jpg) no-repeat;
	background-size: cover;
}

.footer_panel h4 {
	text-transform: uppercase;
}

.footer_panel .about_foot li i {
	display: inline-block;
	margin-left: -20px;
	margin-right: 5px;
}

.footer_panel .about_foot li {
	display: block;
	margin-bottom: 10px;
}

.footer_panel .about_foot li:last-child {
	margin-left: 0;
	margin-top: 30px;
}

.footer_panel .about_foot li span {
	display: inline-block;
	height: 25px;
	margin-right: 10px;
}

.footer_panel .about_foot li span>img {
	height: 38px;
	vertical-align: top;
}

.footer_panel .about_foot li,
.footer_panel .account_foot li a {
	color: var(--sand);
	font-size: 16px;
	line-height: 24px;
}

.footer_panel ul {
	list-style: square outside !important;
}

.footer_panel .account_foot li {
	display: block;
	margin-bottom: 5px;
	list-style-type: none;
}

.footer_panel .account_foot li a:hover {
	color: #FF142B;
}

.copyright {
	background: #2d2d2d;
}

.copyright p {
	font-size: 14px;
	margin: 20px 0;
}

.copyright p>a {
	color: #79b6c8;
}

.copyright ul.social {
	margin: 20px 0;
	text-align: right;
}

.copyright ul.social li,
.footer_panel ul.social li {
	display: inline-block;
}

.copyright ul.social li:last-child a,
.footer_panel ul.social li:last-child a {
	border-right: 1px dotted #8e8e8e;
}

.copyright ul.social li a,
.footer_panel ul.social li a {
	color: #8e8e8e;
	display: block;
	padding: 0 15px;
	border-left: 1px dotted #8e8e8e;
}

.copyright ul.social li a:hover,
.copyright ul.social li a:focus,
.footer_panel ul.social li a:hover,
.footer_panel ul.social li a:focus {
	color: #437c8a;
}







.main-cotainer {
	padding-left: 15px;
	padding-right: 15px;
}


.main-cotainer:empty {
	display: none;
}




/*Responsive Layout*/
@media screen and (max-width:1448px) {
	.cbp-pagination-item {
		max-width: 77.8px;
		margin-right: 0px;
	}

	.product_wrap {
		margin: 0px 10px;
	}
}

@media screen and (max-width:1380px) {
	.cbp-pagination-item {
		max-width: 73px;
	}

	.product_wrap {
		margin: 0px 20px;
	}
}

@media screen and (max-width:1240px) {
	.cbp-pagination-item {
		max-width: 73px;
	}

	.product_wrap {
		margin: 0px 10px;
	}
}

@media screen and (max-width:1199px) {
	.cbp-pagination-item {
		max-width: 63px;
	}

	/*Owl Slider*/
	#fourCol-slider .owl-prev {
		left: 0;
	}

	#fourCol-slider .owl-next {
		right: 0;
	}

	.btn-buy {
		padding: 13px 12px;
	}

	.product_wrap {
		margin: 0px;
	}
}

@media screen and (max-width:1024px) {
	.product-slider #thumbcarousel .item .thumb {
		width: 56px !important;
	}

	.cbp-pagination-item {
		max-width: 58px;
	}

	.product_wrap {
		margin: 5px;
	}

	#parallax2,
	#testinomialBg {
		background-position: center center !important;
	}

	.btn-buy {
		padding: 9px 12px;
	}
}

@media screen and (max-width:991px) {
	.text-block-img img {
		width: auto;
		object-fit: cover;
		height: 320px;
	}

	.cbp-pagination-item {
		max-width: 46px;
	}

	.product_wrap {
		margin: 0px;
	}

	header nav.navbar.bootsnav ul.nav>li>a {
		padding: 15px 10px;
	}

	header nav.navbar.bootsnav ul.nav>li>a,
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
		border-color: #F05361 !important;
		color: #fff;
	}

	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
		border-color: #363636;
		padding: 5px 0;
		font-size: 12px;
	}

	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
		border: none;
	}

	nav.bootsnav .megamenu-content .content {
		background-color: var(--coral);
	}

	.attr-nav {
		margin-top: 5px;
		margin-right: 0px;
	}

	.right-menu .navbar-header {
		float: none;
	}

	.page_header {
		padding: 0;
	}

	.page_header h1 {
		font-size: 28px;
	}

	.message .tag-btn {
		top: 30px;
	}

	#parallax2,
	#parallax,
	#testinomialBg,
	#newsletter {
		background-position: center center !important;
	}

	#parallax2 h2,
	.header_layout2 h2 {
		font-size: 40px;
	}

	.gmap3 {
		height: 290px;
	}

	.btn-buy .fa-shopping-cart {
		font-size: 18px;
	}

	#prod-catalog {
		margin-top: 40px;
	}

	.product-slider #thumbcarousel .item .thumb {
		width: 42px !important;
	}
}


@media screen and (max-width:767px) {
	.topbar {
		z-index: 140;
	}

	.product-slider #thumbcarousel .item .thumb {
		width: 64px !important;
	}

	#cart .table-responsive>.table tbody tr>td {
		float: left;
	}

	.product {
		position: relative;
		margin-bottom: 20px;
		padding-right: 5px;
		padding-left: 5px;
	}

	.cbp-pagination-item {
		max-width: 55px;
	}

	#prod-catalog {
		margin-top: 30px;
	}

	.about_shop {
		padding: 0px 10px;
		height: 240px;
	}

	.category_box {
		margin-top: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	h4,
	p {
		font-size: 14px;
	}

	h4 {
		font-size: 12px;
	}

	.topbar .top_link {
		text-align: center;
	}

	.tparrows {
		display: none;
	}

	.rev_slider_wrapper p {
		display: none;
	}

	.rev_slider_wrapper a {
		font-size: 12px !important;
		line-height: 1.55 !important;
	}

	.arrival_wrap .overlay_arrival .inner h1 {
		font-size: 30px;
	}

	#slogan .sloganBg .left,
	#slogan .sloganBg .right {
		float: none;
		text-align: center;
	}

	#fourCol-slider .owl-next,
	#fourCol-slider .owl-prev {
		display: none;
	}

	#parallax2 h2,
	.header_layout2 h2 {
		font-size: 40px;
	}

	#parallax2 h3,
	.header_layout2 h3 {
		font-size: 20px;
	}

	.message h4 {
		display: inline-block;
		font-size: 12px;
	}

	.message .tag-btn {
		top: auto;
	}

	.copyright p {
		font-size: 12px;
		text-align: center;
	}

	.copyright ul.social {
		text-align: center;
	}

}


@media screen and (max-width:480px) {
	.topbar {
		z-index: 140;
	}

	.product-slider #thumbcarousel .item .thumb {
		width: 64px !important;
	}

	.about_shop {
		height: 320px;
	}

	.product {
		position: relative;
		margin-bottom: 20px;
		padding-right: 7px;
		padding-left: 7px;
	}

	.product_wrap .product_desc p,
	.product_wrap .product_desc apan {
		display: table;
		font-size: 18px;
		font-family: 'DIN Condensed Bold';
		color: #1C1C1C;
		text-align: left;
		line-height: 0.9;
	}

	.btn-white {
		width: 110px;
		top: -25px;
		position: relative;
	}

	.category_box {
		margin-top: 20px;
	}

	.media-body,
	.media-left,
	.media-right {
		display: block;
		vertical-align: middle;
	}

	.media-body,
	.media-left {
		padding-right: 0 !important;
		padding-bottom: 20px;
	}

	.media-body,
	.media-left a>img {
		width: 100%;
	}

	.arrival_wrap .overlay_arrival {
		left: 15px;
	}

	.arrival_wrap .overlay_arrival,
	.arrival_wrap .overlay_arrival .inner {
		transform: none;
	}

	.list-view .product_wrap .image,
	.list-view .product_wrap .product_desc {
		display: table;
	}

	.topbar .col-sm-4 {
		text-align: center;
	}

}

.top-menu {
	padding-left: 0px;
}

.top-menu i {
	font-size: 18px;
	margin-right: 5px;
}



header .navbar-brand {
	background: var(--sand);
	img {
		position: relative;
		max-width: 100%;
	}
}

.attr-nav i {
	margin-right: 10px;
}

#prod-slider {
	position: relative;
	height: 116px;
	display: flex;
}

#prod-slider .owl-prev {
	position: absolute;
	left: -15px;
	top: 41px;
}

#prod-slider .owl-next {
	position: absolute;
	right: -15px;
	top: 41px;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #333;
	background: var(--sand);
	font-size: 24px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.quantity {
	background: #fff;
	position: absolute;
	z-index: 10;
	left: 0px;
	display: none;
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	transition: all ease-in-out .3s;
}

.product_wrap:hover .quantity {
	display: block;
	padding: 10px;
	box-shadow: 0 1px 1px 0 rgba(236, 27, 46, 0.38), 0 4px 8px 0 #CBCBCB;
	width: 100%;
}

.quantity .btn-buy {
	float: right;
}

.items {
	border-radius: 4px;
	border: 1px solid #999;
	padding: 2px 5px;
	position: relative;
	float: left;
}

#prod-slider .item {
	flex: 1 1 0;
	margin: 0px 10px;
}

.overlay_prod {
	background: rgba(255, 255, 255, .5);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	transition: all ease-in-out .3s;
	display: none;
	padding: 0px 10px;
}

.product_wrap:hover .overlay_prod {

	display: block;
	top: 0px;
}

.overlay_prod .fast-look {
	display: block;
	margin: 90px auto;
	text-align: center;
}

.overlay_prod .fast-look:hover {
	color: #ec1e2e;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e0e0e0;
}

.quick-h1 {
	transition: all 0.3s;
}

.quick-h1:hover {
	text-decoration: underline;
	color: var(--coral) !important;
}

.weihg input {
	display: none;
}

.weihg span {
	border: 1px solid #1C1C1C;
	border-radius: 4px;
	padding: 5px 25px;
	font-size: 18px;
}

input:checked+span {
	background: var(--coral);
	color: #ffffff;
	border: 1px solid var(--coral);
	font-size: 18px;
}

.radio-inline input:checked label {
	color: red;
	background: red;
}

.buy_cont {
	margin-top: 20px;
	position: relative;
}

.buy_cont .price {
	top: 0px;
	position: relative;
	float: left;
}

.buy_cont .items {
	position: relative;
	margin-left: 10px;
}

.buy_cont .btn-buy {
	position: relative;
	/* left: 40px; */
	margin-left: 20px;
}

.buy_cont.width-disc .price {
	color: #ec1e2e;
}

.buy_cont del {
	display: block;
	position: absolute;
	bottom: 100%;
	color: #000;
}

.modal-body {
	position: relative;
	padding: 40px;
}

.modal-body h2 {
	text-align: center;
}

.modal-dialog.modal-medium {
	width: 480px;
	max-width: 100%;
}

.text-content .modal-body>h2 {
	margin-top: 0;
}

.pop-up_img img {
	display: block;
	margin: auto;
}

.thump {
	margin: 20px 0px;
	text-align: center;
}

.thump li {
	display: inline-block;
	margin-right: 3px;
}

.thump li img {
	opacity: 0.5;
}

.thump li .active {
	opacity: 1;
}

.close {
	position: relative;
	z-index: 99;
	cursor: pointer;
	padding: 10px !important;
	float: right;
	font-size: 24px;
	font-weight: 700;
	color: #E21A2D;
	opacity: .5;
}

.prod-row {
	margin-top: 20px;
}

.prod-row .btn-common {
	display: block;
	margin: auto;
	top: 20px;
}

.about_shop img {
	display: block;
	margin: 20px auto;
	height: 48px;
}

.about_shop h5 {
	color: #1C1C1C;
	font-size: 21px;
	font-family: 'DIN Condensed Bold';
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.recipe .category_box {
	height: 260px;
}

.recipe .category_box h2 {
	bottom: 70px;
	z-index: 10;
}

.recipe p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	z-index: 10;
}

.recipe a:hover .category_box {
	top: -2px;
	box-shadow: 0 0 1px 0 rgba(236, 27, 46, 0.38), 0 2px 16px 0 #CBCBCB;
}

.recipe a:hover .grid_body {
	opacity: 0.75;
}

footer .heading_space {
	font-family: 'DIN Condensed Bold';
	text-shadow: none;
	font-size: 21px;
	color: var(--coral);
	letter-spacing: -0.35px;
	line-height: 20px;
}

.big_cart {
	background: var(--sand);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
	border-radius: 4px;
	padding: 30px 20px;
}

.itog {
	font-weight: 600;
	display: block;
	border-top: 1px dashed #404040;
	border-bottom: 1px dashed #404040;
	padding: 10px 5px;
}

.itog span {
	float: right;
}

.buy_link a {
	font-size: 18px !important;
	color: var(--coral) !important;
	padding-top: 15px;
}

.breadcrumb {
	padding: 0px !important;
}

.prod_items {
	border-bottom: 1px solid #d6d6d6;
}

.prod_items .weihg {
	display: block;
	text-align: center;
}

.prod_items .weihg form {
	margin-bottom: 20px;
}

.category_text {
	margin-top: 20px;
}

.category_text a {
	color: var(--coral);
}

.btn-darks {
	background: #303030;
	border: 1px solid transparent;
	color: #fff;
	padding: 5px 20px;
}

.btn-green {
	font-family: 'DIN Condensed Bold';
	line-height: 0;
	color: #ffffff !important;
	background: #29BA23;
	box-shadow: 0 2px 3px 0 #0D5A05;
	font-size: 16px;
	display: inline-block;
	padding: 20px 20px 16px 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-green:hover {
	background: #21951C;
	box-shadow: 0 1px 2px 0 #0D5A05;
}

.center-text {
	display: block;
	margin: auto;
	text-align: center;
}

.tip_text {
	margin: 20px 40px;
	color: #606060;
}

.necessary:after {
	content: '*';

	color: #FF142B;
	position: absolute;
	right: 0px;
}

.collapse-menu {
	position: relative;
}

#prod-catalog {
	margin-top: 25px;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	margin-bottom: 0px;
}

#sub-catogory {
	background: #f05361;
}

#sub-catogory li {
	padding: 5px;
}

#sub-catogory li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}

.panel-heading {
	padding: 20px 15px;
}

.panel-default>.panel-heading {
	background: var(--sand);
	border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background: #FBFBFB;
	border: 1px solid #E8E8E8;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
}

.nuber_red {
	border-radius: 30px;
	font-size: 16px;
	color: #1c1c1c;
	padding: 5px 10px;
	border: 2px solid #1C1C1B;
	margin-right: 5px;
}

.product-name,
.spinner p {
	font-size: 14px;
}

.big_btn {
	position: relative;
	display: block;
	background: var(--sand);
	border: 1px solid #7D7D7D;
	box-shadow: inset 0 1px 1px 0 rgba(147, 147, 147, 0.50);
	border-radius: 2px;
	padding: 10px 20px 10px 30px;
	height: 108px;
}

.big_btn img {
	position: absolute;
	top: 10px;
	right: 20px;
}

.smal_grey {
	font-size: 14px;
	color: #A5A5A5;
	margin-top: 20px;
	line-height: 16px;
}

.choosen {
	background: #F7F7F7;
	box-shadow: 0 0 2px 0 #AAAAAA;
	border-radius: 4px;
	display: block;
	padding: 15px 20px;
}

.choosen h5 {
	font-size: 16px;
	color: #201f1f;
}

.choosen p {
	padding-top: 10px;
	font-size: 14px;
	color: #1c1c1c;
}

.delivery {
	line-height: 16px;
	font-size: 16px;
	height: 25px;
	display: block;
}

.mid_btn {
	position: relative;
	display: block;
	background: var(--sand);
	border: 1px solid #7D7D7D;
	box-shadow: inset 0 1px 1px 0 rgba(147, 147, 147, 0.50);
	border-radius: 2px;
	padding: 10px 20px 10px 30px;
	height: 80px;
}

.mid_btn img {
	position: absolute;
	top: 10px;
	right: 20px;
}

.choose-pay {
	position: relative;
	padding: 0px 10px;
}

.pay {
	position: absolute;
	right: 15px;
}

.modal-header .heading_space {
	margin-top: 20px;
	margin-left: 10px;
}

.add_cart_img {}

.add_cart_text {
	margin-right: 20px;
}

.btn-default {
	font-family: 'DIN Condensed Bold';
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	padding: 13px 20px;
	border-radius: 2px;
}

.old_price {
	text-decoration: line-through;
	color: #999999;
	font-weight: 300;
	font-size: 18px;
}

.old_price .fa-rub {
	font-size: 14px;
}

/*.weihg .checkbox-inline, .radio-inline {
    padding-left: 0px;
}*/
#brands4 .recipe .category_box h2 {
	bottom: 90px;
}

.attr-nav span {
	position: relative;
	top: 3px;
}

.attr-nav i {
	position: relative;
	top: 2px;
	font-size: 20px;
}

.telxs i {
	font-size: 20px;
}

.modal-header h4 {
	font-size: 32px;
}

.footer-ac {
	background: none;
	box-shadow: none;
	border: none;
}

.footer-ac .panel-heading {
	padding: 0px;
	border-bottom: 1px solid #999;
}

.footer-ac li a {
	color: #D5D5D5;
	font-size: 16px;
	line-height: 30px;
}

.footer-ac .set>a {
	font-family: 'DIN Condensed Bold';
	text-shadow: none;
	font-size: 21px;
	color: #FF142B;
	letter-spacing: -0.35px;
	line-height: 20px;
}

.footer-ac .set>a i {
	position: relative;
	float: right;
	margin-top: 4px;
	color: #FF142B;
	font-size: 14px;
	font-weight: 700;
}

.navbar-brand {
	float: none;
	height: 50px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-brand>img {
	display: block;
	margin: auto;
}

.xs-logo {
	position: absolute;
	z-index: 994;
	top: 12px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.xs-logo .navbar-brand {
	display: flex;
	align-items: flex-start;
}
.xs-logo img {
	background: var(--sand);
	border-radius: 45px;
}

#ssearch {
	position: absolute;
	z-index: 1001;
	background: var(--blue);
	padding: 17px;
	top: -80px;
	left: 0px;
	height: 80px;

	transition: all 0.3s;
	box-shadow: 0 0 10px 1px;
}

#ssearch.active {
	top: 0;
}

.search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}

#ssearch .input-group * {
	border-radius: 0;
	border: none;
	background: var(--sand);
}

#ssearch .input-group i {
	color: var(--coral);
	;
}

#ssearch .form-control:focus {
	border: none;
}

#ssearch .fa-times {
	display: none;
	position: absolute;
	top: 100px;
	right: 24px;
	color: #fff;
	font-size: 30px;
}

#ssearch.active .fa-times {
	display: block;
}


@media screen and (max-width:360px) {

	.product-slider #thumbcarousel .item .thumb {
		width: 52px !important;
	}

	.about_shop {
		height: 380px;
	}

	.xs-logo {
		left: -6px;
	}
}

.crab-recept {
	background-image: url(../images/crab.png);
	background-size: cover;
	display: block;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
}

.cat_1 {
	background-image: url("../images/cat_1.png");
	background-size: cover;
	display: block;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
}

.cat_2 {
	background-image: url("../images/cat_2.png");
	background-size: cover;
	display: block;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
}

.cat_3 {
	background-image: url("../images/cat_3.png");
	background-size: cover;
	display: block;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
}

.cat_4 {
	background-image: url("../images/cat_4.png");
	background-size: cover;
	display: block;
	top: 0px;
	height: 100%;
	width: 100%;
	transition: all ease-in-out .3s;
}


.product-slider {
	padding: 5px;
}

.product-slider #carousel {
	border: 1px solid #cecece;
	margin: 0;
}

.product-slider #thumbcarousel {
	margin: 10px 0 20px 0px;
}

.product-slider #thumbcarousel .item {
	text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
	border: 1px solid #cecece;
	width: 16.666%;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	float: left;
}

.product-slider #thumbcarousel .item .thumb:hover {
	border-color: var(--coral);
}

.product-slider .item img {
	width: 100%;
	height: auto;
}

.carousel-control {
	color: #0284b8;
	text-align: center;
	text-shadow: none;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #333;
}

.carousel-caption,
.carousel-control .fa {
	font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
	background-color: rgba(0, 0, 0, 0);
	bottom: auto;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 30%;
	width: auto;
}

.carousel-control.right,
.carousel-control.left {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}


.video_bg {
	/* max-height:100%; */
	position: relative;
}
.video_bg:has(.main-banner) {
	height: auto;
	aspect-ratio: 1920/792;		
	@media (width <= 640px) {
		aspect-ratio: 16/9;		
	}
}

.video_bg h1 {
	font-size: 52px;
	line-height: 1.1;
}

.video_bg_mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: calc(100% - 10px);
	/* background: rgba(0,0,0,0.4); */
}

.video_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	/* height:80vh; */
	overflow: hidden;
}

.video_wrap video {
	height: auto;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video_bg .post_title {
	display: block;
	width: 80%;
	height: auto;
	background: transparent;
	vertical-align: bottom;
	margin: auto;
	bottom: 0;
	position: absolute;
	top: 20%;
	left: 10%;
	z-index: 6;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}

.video_bg .post_title .contact {
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 90px;
	display: inline-block;
	margin-top: 20px;
}
.video_bg .post_title .btn {
	margin-top: 1.5rem;
}

@media (min-width: 1920px) {
	.video_bg {
		height: 547px;
		overflow: hidden;
	}
}

@media (max-width: 540px) {

	.video_wrap,
	.video_wrap video {
		display: none;
	}

	.video_bg {
		background: url('/video/mainframe.jpg') 50% 50%;
		background-size: cover;
	}

	.video_bg:not(:has(.main-banner)) .post_title {
		position: static;
		padding: 20% 0;
	}
	.video_bg:has(.main-banner) .post_title {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.mobile .video_bg {
	background: url('/video/mainframe.jpg') 50% 50%;
	background-size: cover;
}

.mobile .video_bg:not(:has(.main-banner)) .post_title {
	position: static;
}

.mobile .video_wrap,
.mobile .video_wrap video {
	display: none;
}

.shop-info {
	margin-bottom: 30px;
}

.shop-info li {
	font-size: 21px;
	display: inline;
	list-style-image: url("../images/red_oval.png") !important;
	margin-right: 10px;
	margin-bottom: 40px;
}

.shop-info li:before {
	content: " ";
	width: 20px;
	height: 10px;
	display: inline-block;
	background: url("../images/red_oval.png") no-repeat;
}

.text_1 {
	background: url("../images/section_bg_1.png") no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	min-height: 480px;
}

.text_2 {
	background: url("../images/section_bg_2.png") no-repeat;
	background-size: cover;
	padding-top: 80px;
	position: relative;
	min-height: 480px;
}

.text_3 {
	background: url("../images/section_bg_3.png") no-repeat;
	background-size: cover;
	padding-top: 80px;
	position: relative;
	min-height: 480px;
}

.text_4 {
	background: url("../images/section_bg_4.png") no-repeat;
	background-size: cover;
	padding-top: 80px;
	position: relative;
	min-height: 480px;
}
.block-img__container,
.text-block-img__container {
	overflow-x: clip;
}
.text-block-img img {
	max-width: calc(100% - 30px);
	box-shadow: 0px 8px 16px #848484;
}

@media (min-width: 992px) {
	.text-block-img {
		height: 360px;
	}

	.text-block-img img {
		position: absolute;
		z-index: 10;
	}

	.text-block-img.right img {
		right: 0;
	}
}

@media (max-width: 991px) {
	.text_1 {
		padding: 40px 0;
	}

	.text-block-img img {
		margin: 1em 0;
	}
}

.text_1 h2 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_1 p {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	margin-top: 1em;
}

.text_2 h2 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_2 p {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_3 h2 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_3 p {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_4 h2 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.text_4 p {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.padding-120 {
	padding-top: 120px;
}

.youtube-video {
	padding: 20px;
}

.youtube-video iframe {
	box-shadow: 0px 2px 4px #848484;
	width: 100%;
	min-height: 300px;
	height: 100%;
}

.youtube-video img {
	max-width: 100%;
}

.about-video {
	padding: 20px;
}

.news h3 {
	font-size: 21px;
	font-family: 'DIN Condensed Bold';
}

.news-img {
	padding: 0 0 0;
	margin-bottom: 10px;
	background: #000;
	transition: all 0.3s;
}

.news-img img {
	opacity: 1;
	transition: all 0.3s;
}

.news-img img {
	box-shadow: 0px 8px 16px #848484;
	display: block;
	margin: auto;
	width: 100%;
}

.list-item:hover img {
	opacity: 0.5;
}

.news .news-text {
	transition: all 0.3s;
}

.list-item:hover .news-text {
	margin-top: 20px;
	margin-bottom: -20px;
}

.news .news-text a {
	margin-top: 15px;
	display: block;
}

.news p {
	padding: 10px;
}

.name {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #686868;
	border-radius: 8px;
	padding: 4px 8px;
}

.date {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	float: right;
}

.more-news button {
	display: block;
	margin: 40px auto;
}

.time {
	font-family: RobotoCondensed-Bold;
	font-size: 14px;
	color: #686868;
	float: right;
}

.type {
	font-family: RobotoCondensed-Bold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.96px;
	text-align: center;
	line-height: 16px;
	background: #686868;
	padding: 5px 10px;
	border-radius: 10px;
}

.media-body h5 a {
	font-family: RobotoCondensed-Bold;
	font-size: 14px;
	color: #1C1C1C;
}

.blog_image iframe {
	width: 100%;
	height: 420px;
}

.text-show-full {
	text-align: center;
	width: 100%;
	display: block;
}

.cart-list {
	display: block;
	position: fixed;
	width: 300px;
	top: 0;
	bottom: 0;
	right: -320px;
	transition: all 0.3s;
	z-index: 1001;
	height: 100%;
	overflow: auto;

	padding-top: 110px;
	padding-bottom: 126px;
}

body.cart-opened .cart-list {
	right: 0px;
	box-shadow: 0 0 10px 1px;
}

.cart-list .heading-cart {
	background: var(--blue);
	display: block;
	width: 300px;
	height: 110px;
	position: absolute;
	top: 0px;
	z-index: 10;
}

.cart-list .heading-cart h4 {
	color: #fff;
	text-align: center;
	padding-top: 31px;
}

.cart-list h6 {
	font-family: 'Geist', sans-serif;
	font-size: 16px;
}

.cart-list .price {
	font-size: 16px;
}

ul.cart-list>li>h6 a {
	font-size: 16px;
}

ul.cart-list>li>p {
	font-size: 14px;
}

ul.cart-list>li.total .total {
	font-size: 24px;
	padding-left: 10px;
}

.cart-list li.total {
	position: absolute;
	display: block;
	width: 300px;
	bottom: 60px;
	z-index: 1;
}

.cart-list .cart-btn {
	position: absolute;
	display: block;
	width: 300px;
	bottom: 0;
	z-index: 1;
	background: var(--sand);
	text-align: center;
}

.cart-list .empty-item {
	height: 100%;
	text-align: center;
	padding-top: 100px !important;
}

.cart-list .empty-item i {
	font-size: 130px;
	color: #eee;
}

.cart-list .cart-item {
	position: relative;
}

.cart-list .cart-item .fa {
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 28px;
	color: red;
	font-weight: 100;
	font-size: 12px;
}

#cart-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}

#cart-overlay .fa {
	display: block;
	position: absolute;
	top: 10px;
	right: 310px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.measure {
	font-size: 14px;
	color: #1C1C1C;
	font-weight: 100;
}

.quantity .measure {
	display: inline-block;
	float: left;
	padding: 11px 0 0 8px;
}

.buy_cont .measure_detail {
	display: inline-block;
	float: left;
	padding: 11px 0 0 8px;
}

#addedModal h4 {
	font-family: 'Roboto', sans-serif;
}

#addedModal .tovar-info p {
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'DIN Condensed Bold';
}

#addedModal h4,
#addedModal .tovar-info .btn {
	width: 100%;
	max-width: 200px;
	margin: auto;
}

#addedModal h4 {
	font-size: 16px;
}

#addedModal .tovar-info .btn {
	font-size: 16px;
	background: var(--coral);
	border-color: var(--coral);
	color: #fff;
}

.blog_item .type {
	display: inline-block;
}

.news .list-item {
	margin-bottom: 20px;
}

#blog ol {
	list-style: decimal;
	margin-left: 30px;
}

.main-cotainer ul:not(.breadcrumb) {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 40px;
}

.main-cotainer .accordion-container ul {
	list-style: none;
	margin: 0;
}

@media (min-width:768px) {
	#blog .col-sm-4:nth-child(3n + 1) {
		clear: both;
	}
}

@media (max-width:768px) {
	.padding-120 {
		padding-top: 50px;
	}

	.shop-grid .product:nth-child(2n+1) {
		clear: both;
	}

	.mobile-no-padding {
		padding: 0 !important;
	}
}

@media (max-width:490px) {
	.video_bg .post_title {
		top: 0;
	}

	.video_bg h1 {
		font-size: 32px;
	}

	.video_bg .shop-info li {
		font-size: 18px;
	}

	.video_bg .shop-info {
		margin-bottom: 10px;
	}

	.buy_cont .btn-buy {
		margin-left: 10px;
	}

	.measure {
		padding-right: 5px
	}

	.modal-body {
		position: relative;
		padding: 30px 15px;
	}

	#quickViewModal .measure {
		display: none;
	}
}

@media (max-width: 375px) {
	.items__cont {
		clear: both
	}

	.buy_cont .items {
		margin: 0;
	}

	.cart-items-input {
		width: 82px;
		position: absolute;
		left: 0;
		top: 5px;
	}

	.detail_pro .cart-items-input {
		width: 48px;
		position: static;
	}

	.product_wrap .quantity .items.offer-js-can-buy {
		width: 82px;
		height: 36px;
	}

	.product_wrap .items-count-plus,
	.product_wrap .items-count-minus {
		position: absolute;
		top: 0;
		width: 20px;
		text-align: center;
		z-index: 1;
	}

	.product_wrap .items-count-plus {
		left: 0;
	}

	.product_wrap .items-count-minus {
		right: 0;
	}

	#addedModal .btn-default {
		width: 200px;
	}
}

@media (max-width: 999px) {
	.main-user-consent-request-popup {
		overflow: auto;
	}

	.main-user-consent-request-popup-cont {
		position: static;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}

	.main-user-consent-request-popup-text {
		width: auto;
	}
}


/**/
.content-search {
	position: relative;
	display: flex;
	height: 34px;
	margin: 20px 0;
}

.content-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 39px;
	height: 100%;
	color: #555555;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 4px 0px 0px 4px;
}

.content-search__button:hover {
	background-color: #d5d5d5;
}

.content-search__button:active {
	color: #fff;
	background: var(--blue);
}

.content-search__input {
	flex-grow: 1;
	height: 100%;
	padding: 8px 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	background: var(--sand);
	border: 1px solid #CCCCCC;
	margin-left: -1px;
	color: #ABB1B4;
	border-radius: 0px 4px 4px 0px;
}

/**/

/* content-tags */
.content-tags {
	position: relative;
	display: flex;
	align-items: start;
}

.content-tags::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: linear-gradient(270deg, rgb(246, 246, 246, 1) 50%, rgb(246, 246, 246, 0) 100%);
	pointer-events: none;
}

.content-tags__wrapper {
	position: relative;
	display: flex;
	overflow: hidden;
	gap: 4px;
}

.content-tags.opened .content-tags__wrapper {
	flex-wrap: wrap;
}

.content-tags.opened::after {
	content: none;
	display: none;
}

.content-tags__switch {
	display: none;
	position: relative;
	z-index: 2;
	border: none;
	background: #EFF0F1;
	flex-shrink: 0;
	margin-left: auto;
	padding: 7px 16px;
	height: 34px;
	border-radius: 32px;
}

.content-tags__switch:hover {
	background-color: #d5d5d5;
}

.content-tags.opened .content-tags__switch svg {
	transform: rotate(180deg);
}

.content-tags__item {
	background: #EFF0F1;
	border-radius: 32px;
	padding: 7px 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	height: 34px;
	text-align: center;
	color: #1C1C1C;
	white-space: nowrap;
}

.content-tags__item.active,
.content-tags__item:hover {
	color: #fff;
	background: var(--coral);
}

.content-tags--inited .content-tags__switch {
	display: inline-block;
}

/* content-tags */

/* blog */
.blog__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 20px;
	margin: 40px 0;
}

.blog__container--x4 {
	grid-template-columns: repeat(4, 1fr);
}

.blog__item {
	display: flex;
	flex-direction: column;
	color: #000;
}

.blog__item:hover {
	color: var(--coral);
}

.blog__img {
	display: block;
	position: relative;
	margin-bottom: 8px;
	background: #000;
}

.blog__img::after {
	content: '';
	display: block;
	padding-bottom: 56.666%;
}

.blog__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.2s ease;
}

.blog__video {
	position: relative;
	margin-bottom: 8px;
}

.blog__video::after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 56.666%;
}

.blog__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog__name {
	font-family: 'DIN Condensed Bold';
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.blog__item:hover .blog__img img {
	opacity: 0.66;
}

@media (max-width: 700px) {
	.blog__container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 479px) {
	.blog__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* blog */

/* blog_item */
.blog_item--new {
	margin-top: 48px;
}

.blog__sidebar .heading {
	margin-bottom: 20px;
	height: 28px;
	font-size: 28px;
	line-height: 32px;
}

.blog_share--new {
	margin-top: 32px;
	background: #EFF0F1;
	padding: 16px;
}

.blog_share-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 10px;
}

.blog_share__list {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.blog_share-item {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: var(--sand);
}

@media (max-width: 991px) {
	.blog__sidebar .heading {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.blog_item--new {
		margin: 0;
	}

	.blog__sidebar {
		margin-top: 40px;
	}
}

.sidebar-items {
	display: block;
	margin-bottom: 20px;
	color: #1c1c1c;
	transition: color 0.2s ease;
}

.sidebar-items:hover {
	color: var(--coral);
}

.sidebar-items__picture {
	position: relative;
	display: block;
	margin-bottom: 8px;
	background: #000;
}

.sidebar-items__picture::after {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 58%;
}

.sidebar-items__img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.sidebar-items:hover .sidebar-items__img {
	opacity: 0.66;
}

.sidebar-items__name {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'DIN Condensed Bold';
}

@media (max-width: 991px) {
	.sidebar-items__picture::after {
		padding-bottom: 57%;
	}
}

@media (max-width: 767px) {
	.sidebar-items__picture::after {
		padding-bottom: 55%;
	}
}

/* blog_item */

.blog_item .similar-title,
.similar-title {
	margin-bottom: 20px;
	height: 28px;
	font-size: 28px;
	line-height: 32px;
	height: auto;
	text-transform: uppercase;
}


/* pagintaion */
.pagintaion {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 40px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.pagintaion__button {
	padding: 6px 16px;
	height: 32px;
	color: #404040;
	border-radius: 32px;
	border: 2px solid #EFF0F1;
}

.pagintaion__button.disabled {
	color: #ABB1B4;
}

.pagintaion__item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	color: #404040;
	background: #EFF0F1;
}

.pagintaion__button:not(.disabled):hover,
.pagintaion__item:not(.disabled):hover,
.pagintaion__item.active {
	background: var(--coral);
	color: #fff;
	cursor: pointer;
}

/* pagintaion */

.iframe-holder {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	background: #eee;
}

.iframe-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.js-video__holder {
	max-width: 640px;
}

.js-video {
	position: relative;
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	background: none;
	border: 0;
	background-size: cover;
	background-position: center;
	background-color: #eee;
}

.js-video svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
}

.title-search-result__container-blog {
	max-width: none;
	border-radius: 4px;
}

.title-search-result--blog {
	width: 100%;
	background: var(--sand);
}

.title-search-result--blog td a {
	display: block;
	padding: 8px;
	color: #111;
}

.title-search-result--blog td a b {
	color: var(--coral);
}

.title-search-result--blog td a:hover {
	background-color: #fff2be;
	color: var(--coral);
}

.rev_slider_wrapper {
	aspect-ratio: 1 / 1;
	width: 100%;
	background: #eaeaea;
}

.rev_slider_wrapper .tp-parallax-wrap {
	left: 0 !important;
}

.rev_slider_wrapper .tp-caption {
	width: 100vw !important;
	min-width: 0 !important;
	max-width: none !important;
}

.rev_slider_wrapper .tp-caption-content {
	margin: 0 auto !important;
	max-width: 1140px;
	width: 100%;
}

@media (min-width: 757px) {
	.rev_slider_wrapper {
		/* aspect-ratio: auto; */
		/* height: 540px; */
	}
}

.recipes-main__container {
	margin: 40px 0;
}

.recipes-main {
	margin: 20px 0;
}

.recipes-main .owl-wrapper {
	display: flex !important;
}

.recipes-main-item {
	display: flex;
	flex-direction: row-reverse;
	gap: 2em;
	height: 100%;
	justify-content: space-between;
	background: #fff;
	border: 1px solid var(--sand);
}

.recipes-main-item__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px;
	flex-grow: 1;
}

.recipes-main-item__text p {
	margin-bottom: 16px;
}

.recipes-main-item__text .btn {
	margin-top: auto;
}

.recipes-main-item__media {
	width: 380px;
	margin: 0 auto;
	flex-shrink: 0;
}

.recipes-main-item__media img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.recipes-main-item {
		display: block;
		gap: 0;
	}

	.recipes-main-item__media {
		width: 100%;
		max-width: 360px;
	}

	.recipes-main-item__text {
		padding: 15px;
	}
}

.logo-404 {
	margin: 0 auto 16px auto;
	max-width: 470px;
}

.title-404 {
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}

.hidden {
	display: none;
}

.main-cotainer ul.horisontal-menu {
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	gap: 0.5em 1em;
	margin: 1em 0 2em 0;
	list-style: none;
}

.main-cotainer ul.horisontal-menu a {
	white-space: nowrap;
	border-bottom: 1px dotted;
	transition-duration: 0.2s;
}

.main-cotainer ul.horisontal-menu a:hover {
	border-bottom-color: transparent;
}

@media (max-width: 640px) {
	.main-cotainer ul.horisontal-menu {
		flex-direction: column;
		margin-top: 0;
	}
}

.main-cotainer ul.aside-menu {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0 0 2em 0;
	list-style: none;
}

/* text-content */
.text-content-block {
	margin-bottom: 40px;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
	margin: 1em 0;
}

.text-content>*:first-child {
	margin-top: 0;
}

.text-content>*:last-child {
	margin-bottom: 0;
}

.text-content img {
	max-width: 100%;
	;
}

.text-content p {
	margin: 8px 0 0 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.text-content hr {
	margin: 20px 0;
}

.main-cotainer .text-content ol,
.main-cotainer .text-content ul {
	margin: 8px 0 0 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.text-content .table-scroller {
	overflow: auto;
	width: 100%;
}

.text-content .table-scroller table {
	min-width: 600px;
}

.text-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0 0 0;
}

.text-content table td {
	vertical-align: top;
	border: 1px solid #e0e0e0;
	padding: 0.25em 1em;
}

/* text-content */

.delivery-map {
	height: 350px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.delivery-map {
		height: 200px;
	}
}

/* img-grid-1×2 */
.img-grid-1×2 {
	display: grid;
	grid-template-columns: 539fr 380fr;
	gap: 20px;
	margin: 32px 0;
}

.img-grid-1×2 img:nth-child(2n+1) {
	grid-row: span 2 / span 2;
}

.img-grid-1×2 img:nth-child(3n) {
	grid-row: span 1;
}

.img-grid-1×2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 640px) {
	.img-grid-1×2 {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* img-grid-1×2 */


/* block-with-slider */

.block-with-slider {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 367px;
	gap: 32px;
	margin: 24px 0 40px 0;
}

.block-with-slider__slider {
	order: 1;
}

.block-with-slider__slider img {
	max-width: 100%;
}

.block-with-slider__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.block-with-slider__text p {
	margin-bottom: 12px;
}

.block-with-slider__info {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.block-with-slider__price {
	color: var(--Black, #1C1C1C);
	font-family: Geist;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.block-with-slider__btn {
	margin-top: auto;
	padding-top: 24px;
}

@media (max-width: 767px) {
	.block-with-slider {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}
}

/* block-with-slider */

/* item-card */
.item-card__container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.item-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: var(--sand);
	padding: 16px;
}

.item-card__picture {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #fafafa;
	overflow: hidden;
}

.item-card__picture img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	font-style: italic;
}

.item-card__header {
	display: flex;
	align-items: center;
}

.item-card__name {
	color: var(--black, #1C1C1C);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.item-card__header [data-dropdown-link] {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	background: none;
	border: none;
	margin-left: auto;
	color: var(--coral);
}

.item-card__header [data-dropdown-link].active svg {
	transform: rotate(180deg);
}

.item-card__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.item-card__info-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 4px
}

.item-card__info-title {
	margin-bottom: 4px;
	width: 100%;
	font-weight: 600;
}

.item-card__info-description {
	padding: 4px 8px;
	border-radius: 8px;
	background: #F6F6F6;
	font-weight: normal;
}

.item-card__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}

.item-card__price {
	color: var(--black, #1C1C1C);
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
}

@media (width < 640px) {
	.item-card__container {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* item-card */

/* additional-services */
.additional-services {
	margin-top: 24px;
}

.additional-services .additional-services__item {
	padding: 16px;
	border: 1px solid #E5E5E5;
	margin: -1px 0 0 0;
}
.basket-item-block-info .additional-services__item {
	padding-bottom: 16px;
}
.basket-item-info-name, .basket-item-info-name-link {
	font-family: 'DIN Condensed Bold';
	letter-spacing: 0;
}

.additional-services__item {
	display: flex;
	gap: 16px;
}

.additional-services__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.additional-services__description {
	margin-top: 4px;
	color: #A1A1A1;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

.additional-services__main {
	flex-grow: 1;
}

.additional-services__main .custom-checkbox {
	flex-shrink: 0;
}

.additional-services__last {
	flex-shrink: 0;
	text-align: right;
}

/* additional-services */

.owlCarousel-big__slide {
	position: relative;
}

.owlCarousel-big__text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white, #FFF);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'DIN Condensed Bold';
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
	padding: 1em;
}

.owlCarousel-big__img {
	width: 100%;
	display: block;
}

.owlCarousel-big.owl-theme .owl-controls {
	margin: 0;
}

.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-prev,
.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -28px;
	font-size: 28px;
	color: var(--coral);
	box-shadow: none;
	background: var(--sand);
}

.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 5vw;
}

.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 5vw;
}

@media (max-width: 600px) {
	.owlCarousel-big__text {
		font-size: 32px;
	}

	.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-prev,
	.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-next {
		width: 32px;
		height: 32px;
		margin-top: -16px;
		font-size: 20px;
	}

	.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: 15px;
	}

	.owlCarousel-big.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 15px;
	}
}

/* section */
.section {
	margin: 4.8rem 0;
}
@media (max-width: 768px) {
	.section {
		margin: 2.4rem 0;
	}	
}
/* section */

.yamap {
	height: 100%;
	width: 100%;
}

/* file-input */
.file-input {
	position: relative;
	padding: 1.6rem 1.6rem 1.4rem;
	font-family: "DIN Condensed Bold";
}
.file-input input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
/* /file-input */

/* form-policy */
.form-policy {
	margin-top: 2.4rem;
	line-height: 1.4;
	color: #999;
}
/* /form-policy */

/* fileContainer */
.fileContainer {
	position: relative;
	display: flex;	
	flex-wrap: wrap;
	width: 100%;
	gap: 1rem;
}
.fileContainer .file-info {
	display: none;
	align-items: center;
	gap: 1rem;
}
.fileContainer .file-remove {
	display: none;
	margin: auto;
	margin-right: 0;
	padding: 1.6rem 1.6rem 1.4rem;
}
.fileContainer.--has-file .file-input {
	display: none;
}
.fileContainer.--has-file .file-info {
	display: flex;
}
.fileContainer.--has-file .file-remove {
	display: flex;
}
/* fileContainer */






#bx-soa-order-form {
	.bx-soa-item-title,
	.bx-soa-section-title {
		font-family: 'DIN Condensed Bold';
	}
}


.basket-item-amount-field-description,
.basket-item-price-title,
.basket-coupon-block-field-description,
.basket-coupon-block-total-price-current,
.basket-checkout-block-total-description,
.basket-checkout-block-total-title {
	font-family: 'Geist';
}