/*
Theme Name: iHalal
*/
	


body {
	font-family:'Kurale', serif;
	color: #333;
	cursor: default;	
	background-position: 50% 0;	
	background-attachment: fixed;
}

body.hidden {
	overflow: hidden;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}
.ui-datepicker-calendar {
	margin: 0;
}
.section {
	padding: 60px 0;
	clear: both;
}
#container-home {
	overflow: hidden;
}
#container-section {
	overflow: hidden;
}
#container-footer {
	overflow: hidden;
}
#content {
	margin-top: 40px;
    margin-bottom: 0px !important;
}
.news-content {
    display: inline-block;
    padding: 20px;
    border: solid 2px #d6b369;
}
#content p{
	text-align:justify;
}
#content-section {
	margin-top: 40px;
}
#layout {
	background-color: #fff;
	position: relative;
    z-index: 2;
}

#layout-home {
	background-color: #E6E6E6;
    position: relative;
    background-image: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/bg-shop.jpg) !important;
    background-attachment: fixed;
}


#layout-section {
	position: relative;
}

#layout-footer {
	background-color: #e6e6e6;
	position: relative;
}





.boxed {
	width: 1230px;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: -10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 10;
}
.single-product .boxed {
	margin-top: 0;
}
.single-product .boxed:before {
	display: none;
}
.front {
	margin-top: 0;
}
.front:before {
	display: none;
}
.single-product #layout {
}


/* PATTERNS --- TYPOGRAPHY
   ========================================================================== */
h1,
h2,
.pr-font,
.price,
.btn-cart,
.btn-plate {
	font-family:'Kurale', serif;
	font-weight: normal;

}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;	
}
h4 {
	font-size: 16px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;	
}
h2 a {
	text-decoration: none;
}
p, ul, ol, blockquote, address, pre, dl {
	line-height: 1.8;
	margin-bottom: 15px;	
}
dl dt {
	font-weight: bold;
}
address {
	font-family:'Kurale', serif;
}
del {
	color: #aaa;
}
pre {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 30px;
	white-space: pre-wrap;
}
code, var {
	color: blue;
}
cite {
	font-weight: bold;
}
q {
	font-style: italic;
}
blockquote {
	padding: 5px 30px;
	margin: 30px 0;
	border-left: 3px solid #fec107;
	font-style: italic;
}
blockquote p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.25s ease;
}
a:hover,
.content a {
	color: #fec107;
}
.content a:hover {
	text-decoration: underline;	
}
hr {
	border: 0 none;
	border-bottom: 2px solid #BE9B4E;
	margin: 30px 0;
}

ul ul, ol ol, ul ol, ol ul {
	padding-left: 15px;
	margin-bottom: 0;
}
#content ul li {
	list-style-position: inside;	
}
#content ol li {
	list-style-position: inside;		
}
.reset ul {
	padding-left: 0;
}
.reset ul li {
	list-style: none;
}
.section-title {
	text-align: center;
	margin-bottom: 48px;
}
.section-title h3 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px 1px;
}



.section-title p {
	font-style: italic;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #D1A054;
}
.section-title p::before,
.section-title p::after {
	content: "";
	padding: 0 5px;
	margin: 0 10px;
	border-bottom: 1px solid;
	position: relative;
	bottom: 9px;
}
h3.title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	font-size: 18px;
	text-transform: uppercase;	
}
.section-title-2 .title {
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: -1px;
}
iframe {
	width: 100%;
}
/* PATTERNS --- FORMS, INPUT ELEMENTS
   ========================================================================== */
label {
	font-size: 13px;
	line-height: 1;	
	color: #777;	
	display: inline-block;	
	margin-bottom: 5px;
}
button,
input[type="submit"] {
	font-family:'Kurale', serif;
	border: 0 none;
	background: none;
	cursor: pointer;
	letter-spacing: 1px;
	font-size: 13px;
    display: inline-block;	
    text-transform: uppercase;
    width: auto;
    background-color: #2a323a;
    color: #fff;
    padding: 0 45px;
    transition: all 0.3s ease;
}
input[type="submit"]:hover {
	background-color: #D1A054;
}
input:disabled {
	opacity: 1;
	cursor: default;
}
:focus {
	outline: none;
	border-color: #D1A054;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0 none;	
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input,
select,
textarea {
	font-family:'Kurale', serif;
	border: 1px solid #ddd;
	background-color: #fafafa;
	height: 45px;
	padding: 0 0px 0 20px;
	display: inline-block;
	width: 100%;
}
input[type="search"] {
      -webkit-appearance: textfield;
    }
select {
	background: #fafafa url('images/select.png') no-repeat 100% 50%;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
    padding: 30px !important;
    background: #e8e8e8 !important;
}

input[type="date" i]::-webkit-inner-spin-button{
display: none !important;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	padding: 0;
	height: auto;
	border: 0 none;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
fieldset {
	border: 0px solid  #ddd;
}
legend {
    text-align: left;
    background: none !important;
    padding-top: 20px !important;
    margin-bottom: 0px;
    font-size: 13px !important;
    padding: 10px 0px 2px 0px!important;
}
textarea {
	padding: 20px;
	height: 80px;
	resize: none;	
}
button {
	padding: 0 30px;
	text-transform: uppercase;	
	display: inline-block;	
}
.wc-backward,
.btn-form {
	display: inline-block;	
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	padding: 0 45px;
	background: #1b2024;
	color: #fff;
}
.btn-outline {
	font-size: 12px;
	display: inline-block;
	border: 1px solid;
	text-transform: uppercase;
	line-height: 43px;
	padding: 0 25px;
	text-decoration: none;
	letter-spacing: 1px;
}
.btn-plate,
.btn-cart,
.added_to_cart {
    line-height: 30px;
    display: inline-block !important;
    text-decoration: none !important;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.btn-plate-home {
    line-height: 30px;
    display: inline-block !important;
    text-decoration: none !important;
    border-radius: 3px;
    position: relative;
    z-index: 20;
    margin-top: 0;
    background: #d2973b;
    padding: 5px 40px 5px 40px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.btn-plate-home-buttom {
    text-align: right;
}
.btn-plate:hover,
.btn-cart:hover,
.added_to_cart:hover {
	color: #ffffff;
}
.form-item {
	margin-bottom: 15px;
}
.btn-color {
color: #fff;
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    letter-spacing: 1px;
    padding: 0 28px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fcc14e;
    cursor: pointer;
    margin-left: 1px;
    text-align: center;
    margin-top: -10px;
    margin-left: 14px;
    border: none;
}
.btn-color:hover {
	color: #fff;
	background-color: #1b2024;
}
.find-table-btn {
	margin-top: 15px;
}
.error {
	border-color: red;
}
.align-center {
	text-align: center;
}
#form-messages {
	margin-bottom: 30px;
	color: green;	
}


/* PATTERNS --- DESIGN ELEMENTS
   ========================================================================== */
.dim,
.gradient {
	position: absolute;	
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.dim {
    background-color: #4f3601;
    opacity: 0.5;
}
.featured-dim {
	background-color: #FBFBFB;
	opacity: 0.5;
}
.swiper-pagination {
	position: static;
	margin-top: 30px;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,0.1);
	opacity: 1;
	box-shadow: inset 0 1px 1px #777;
}
.swiper-pagination-bullet-active {
	background: #D1A054;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.bullet-4 {
	display: none;
}
.slider-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
}
.slider-button-next,
.slider-button-prev {
	font-size: 30px !important;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -50px;
	width: 40px;
	line-height: 60px !important;
	z-index: 11;
	cursor: pointer;
	background-color: rgb(117, 177, 39);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	transition: all 0.25s linear;
	color: #ffffff;
}
.slider-button-prev {
	left: 0;
	padding-right: 10px;
}
.slider-button-next {
	right: 0;
	padding-left: 10px;
}
.slider-button-next:hover,
.slider-button-prev:hover {
	color: #fec107;
}

.swiper-button-disabled  {
		opacity: 0;
		visibility: hidden;
}
  


/* TOP BAR
   ========================================================================== */
#top-bar {
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 47px;
    background-color: #fcf6f2;
    color: #000000;
    background-image: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/top-bg.png);
}
#top-bar .social {
	float: right;
    box-shadow: 1px 0 0 rgba( 0, 0, 0, 0.1 );		
}
#top-bar .social a {
	text-decoration: none;
	width: 25px;
	line-height: inherit;	
	text-align: center;
	opacity: 0.8;
}
#top-bar .info {
	margin: 0;
}
#top-bar .header-info {
	display: inline-block;
}
#top-bar .header-info li {
	display: inline-block;
	margin-right: 20px;
	line-height: 10px;
        padding-right: 20px;	
}
#top-bar .info li:before {
	margin-right: 5px;
}
#top-bar .center {
	overflow: hidden;
}
.additional-links {
	float: right;
	margin: 0;
	line-height: inherit;
}
.additional-links li {
	float: left;
	border-right: 1px solid rgba( 255, 255, 255, 0.05 );
	box-shadow: 1px 0 0 rgba( 0, 0, 0, 0.08 );
	padding: 0 10px;
}
.additional-links a {
	display: inline-block;
	line-height: 40px;	
	opacity: 0.8;
}
#top-bar a:hover,
#top-bar .current-menu-item a {
	opacity: 1;
}
.message {
	display: inline-block;
	margin: 0;
	opacity: 0.8;
}
/* SECTION --- HEADER
   ========================================================================== */
.header-opacity .header-wrap {
	position: absolute;
	width: 100%;
}   
.header-opacity .header-wrap .top-level,
.header-opacity .header-wrap .bottom-level {
    background: rgb(181, 23, 1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    color: #ffffff;
}
.header-opacity .bottom-level {
	transition: all 0.5s ease;
}
.header-wrap {
	color: #fff;
	position: relative;
	z-index: 99;
}
.header-wrap li {
	list-style: none;
}
.header {
	padding: 15px 0;
}
.header-v2 .header-info {
	font-size: 13px;
}
.header-info {
	margin: 0;
}
.header-info i {
	margin-right: 5px;
        margin-left: 5px;
}
.header-v2 .social {
	font-size: 18px;
	text-align: right;
}
.header-v2 .social a {
	width: 30px;
	line-height: 30px;
	text-align: center;
	opacity: 0.8;
}
.header-v2 .social a:hover {
	opacity: 1;
}
.top-level a:hover {
	color: #fff;
}
/* LOGO
   ========================================================================== */
.logo {
	text-align: center;
}
.logo img {
	width: auto;
	    margin-top: -40px;
    margin-bottom: -10px;
}
.header-v1 .text-logo {
	display: inline-block;
}
.header-v1 .logo {
	float: left;
}
.header-v1 .logo img {
    vertical-align: middle;	
}
.header-v1 .custom-logo-link {
	line-height: 80px;
}
.header-v1 .text-logo {
    margin-bottom: -25px;
}
.custom-logo-link {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.text-logo a {
	text-decoration: none;
	display: block;
}
.text-logo * {
	line-height: 1;
	margin: 0
}
.text-logo h2 {
	font-size: 21px;
}
.text-logo p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 5px;
    height: 19px;
}



/* SECTION --- NAVIGATION
   ========================================================================== */

.primary-menu {
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    line-height: 80px;
    font-family: 'Kurale', serif;
}
.primary-menu a {
	text-decoration: none;
}
.primary-menu > li {
	display: inline-block;
	position: relative;
}
.primary-menu li > a {
	display: inline-block;
	padding: 0 14px;
}
.primary-menu .current-menu-ancestor > a,
.primary-menu .current-menu-item > a {
    color: #ffffff !important;
    background: #d6b369;
}
.primary-menu a:hover {
	color: #f5d590;
}

.primary-menu  a::after {
    	content:'';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: solid 0px #d6b369;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	color:#fff;
}

.primary-menu  a:hover::after {
    	content:'';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: solid 5px #d6b369;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	color:#fff;
}

.primary-menu .sub-menu {
	border-top: 3px solid #D1A054;	
	background-color: #2a323a;
	text-transform: none;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);	
	position: absolute;
	top: 100px;
	opacity: 0;
	visibility: hidden;	
	transition: all 0.25s linear;
	color: #fff;
	padding-left: 0;
	text-align: left;
}
.primary-menu li:hover > .sub-menu {
	top: 80px;
	opacity: 1;
	visibility: visible;
}
.primary-menu .sub-menu .sub-menu {
	left: 100%;
	top: 30px;
}
.primary-menu .sub-menu li:hover .sub-menu {
	top: 0;
}

.primary-menu .sub-menu a {
	padding: 10px 30px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	min-width: 200px;
	line-height: 20px;
}
.dropdown-toggle:after,
.primary-menu .menu-item-has-children > a:after {
	content: '\f107';			
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: 10px;	
}
.primary-menu .menu-item-has-children .menu-item-has-children > a:after {
	content: '\f105';			
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
}
.dropdown-toggle:after {
	margin-left: 0;	
}
.icon-menu {
	font-size: 21px !important;	
	width: 18px;
	height: 18px;
	position: absolute;
	left: 20px;
	top: 25px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	line-height: 1;
	cursor: pointer;
}
.dropdown-toggle {
	font-size: 20px;
	color: #fff;
	padding: 0;
	vertical-align: top;
	padding: 15px 15px 15px 0;
	margin-right: -30px;
	display: none;	
}

/* HEADER CART
   ========================================================================== */
#cart {
	float: right;
	padding-left: 15px;
	position: relative;
	line-height: 80px;
	height: 80px;
}
#cart .widget_shopping_cart {
	color: #000;
}
#cart .widget_shopping_cart {
    position: absolute;
    width: 370px;
    top: 75px;
    right: 0;
    transform: translateY(30px);
    background-color: rgba(255, 255, 255, 0.79);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border-top: 3px solid #fcc640;
    padding: 10px 10px;
    visibility: hidden;
    opacity: 0 !important;
    transition: all 0.25s linear;
    z-index: 10;
    text-align: center;
}
.header-v2 #cart .widget_shopping_cart {
	top: 70px;
}
#cart:hover .widget_shopping_cart {
	visibility: visible;
	opacity: 1 !important;
	transform: translateY(0);
}
.widget_shopping_cart strong {
	font-weight: normal;
        margin-right: 8px;
        margin-left: 8px;
       font-size: 17px;
}
#cart a {
	text-decoration: none;
}
#cart .cart-contents {
	position: relative;
	font-size: 18px;
	color: #ffffff;
}
#cart .count {
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 16px;
	position: absolute;
	right: -10px;
	top: -5px;
	background-color: #fec107;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}
.mini_cart_item {
	line-height: 20px;
	padding: 15px 0;	
	border-bottom: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
.wc-forward {
	display: inline-block;
}
.mini_cart_item .remove {
	float: right;
}
.mini_cart_item .quantity {
	display: block;
	font-size: 12px;
	color: #aaa;
}
.mini_cart_item .quantity .amount {
	display: inline;
}
.widget_shopping_cart .total {
	text-align: center;	
	margin: 15px 0 30px;
}
.widget_shopping_cart .total .amount {
	font-size: 16px;
	color: #D1A054;
}
.widget_shopping_cart .buttons {
	text-align: center;
	text-transform: uppercase;	
	margin-bottom: 15px;
}
.widget_shopping_cart .buttons a {
	font-size: 13px;	
	margin: 0 5px;
	line-height: 30px;
}
.widget_shopping_cart .checkout {
	background-color: #fec107;
	padding: 0 15px;
	color: #333;
}
.widget_shopping_cart .buttons a:hover {
	color: #fff;
}



.sticky .helper {
	height: 127px;
}
.top-level {
	background-color: #23282d;		
}
.bottom-level,
.home .sticky .bottom-level {
    background-color: #00754a;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.38);
    color: #ffffff;
    transition: all 0.5s ease;
}
.sticky .bottom-level {
	position: fixed;
	top: 0;
	width: 100%;
    background-color: #00754a !important;    
   transition: all 0.5s ease;
}
.admin-bar .sticky .bottom-level {
	margin-top: 32px;
}



/* PAGE SECTION --- HEADER
   ========================================================================== */
#page-header {
    color: #686868;
    height: 120px;
    position: relative;
    background-attachment: fixed;
    background-position: 50%;
    background: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/bg-pattern.png);
}
#page-header .center {
	display: table;	
	height: 100%;
}
#page-header h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
#page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;	
}
#page-title h1 {
	line-height: 90px;
	margin: 0;	
}

/* SECTION --- FOOTER
   ========================================================================== */
#footer {
    text-align: center;
    background-color: #345f4f;
    color: #322a2d;
    clear: both;
    position: relative;
    z-index: 1;
    background: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/bg-pattern.png);
}
#footer .footer-widget {
	padding: 40px 0;
	vertical-align: middle;
}
#footer .widget_webstore_contact {
	background: none;
}
#footer .block {
	padding: 0 30px;
}
#footer ul {
	margin-bottom: 0;
}
#footer .contact-info .hours {
	font-size: 13px;
}
#footer h2 {
	font-size: 20px;
	color: #D1A054;
	margin-bottom: 15px;	
}
#footer .contact-info dt {
	color: #BE9B4E;
	text-transform: uppercase;
	font-size: 14px;
}
#footer .contact-info dd {
	margin-bottom: 15px;
}
#footer .social {
	text-align: center;
}
#footer .social a {
	width: 45px;
	line-height: 45px;
	display: inline-block;
	background-color: rgba(255,255,255,0.05);
	margin: 0 7px;
	border-radius: 50%;
}
#bottom-bar {
	text-align: center;
	font-size: 15px;
	opacity: 0.8;
}
#bottom-bar {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    line-height: 47px;
    background-color: #05593a;
    color: #ffffff;
    height: 47px;

}
#bottom-bar p {
	margin: 0;
	line-height: 47px;
}
.short-info {
	background-color: #1b2024;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}
.short-info h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;	
}


/* SECTION --- SLIDER
   ========================================================================== */
#slider {
    position: relative;
    background-image: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/home.jpg);
    background-size: cover;
}
#slider .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	opacity: 0;
	transform: scale(1, 1);
}
#slider .active {
	transition: transform 10s linear, opacity 3s;	
	opacity: 1;
	transform: scale(1.2, 1.2);
}
#slider .description {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
#slider h1 {
line-height: 1;
    font-size: 68px;
    margin: 75px 0;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 130px; 
}
#slider p {
    font-size: 16px;
}
.scroll {
	z-index: 10;
	width: 15px;
	height: 30px;
	border-radius: 10px;
	border: 1px solid #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	bottom: 30px;	
	margin-left: -7px;
}
/* SECTION --- ORDER ONLINE
   ========================================================================== */

#categories-wrapper {
	overflow: hidden;
	position: relative;
}   
#categories-list {
	margin-bottom: 20px;
}
#categories-list img {
	transition: all 0.5s linear;
	width: 100%;
}
#categories-list .gradient {
	transition: all 0.25s ease;	
}
#categories-list li {
	list-style: none;
}
#categories-list .product-category {
	overflow: hidden;
	position: relative;	
}
#categories-list.cols-2,
#categories-list.cols-3 {
	margin-bottom: 20px;
}
#categories-list.cols-2 li,
#categories-list.cols-3 li {
	margin-bottom: 0px;
}

.swiper #categories-list li {
	flex-shrink: 0;
	margin: 0 30px 0 0;
}
#categories-list li a {
	display: block;
	min-height: 100px;
	background-color: #c5c5c5;
}
#categories-list li a:hover img {
	transform: perspective(1px) scale(1.1) translateZ(0);
}
#categories-list a:hover .gradient {
	height: 100%;
}

#categories-list h2 {
    font-size: 18px;
    text-align: center;
    z-index: 10;
    bottom: 17px;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    background-color: #423338;
    padding: 5px;
    display: block;
    color: #fff;
    border-bottom: 0;
    background: -webkit-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -moz-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -o-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -ms-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: linear-gradient(180deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    box-shadow: inset 0 4px 0 rgba(0,0,0,.1), inset 0 5px 0 rgba(255,255,255,.1);
}
#categories-list .gradient {
	height: 30%;
}
#categories-list a:after{
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	right: 9px;
	left: 9px;
	z-index: 11;
}



/* SECTION --- PRODUCT LIST
   ========================================================================== */
#product-list {
	margin-bottom: 0px;
}
#product-list li {
	list-style: none;
}
#product-list .product {
	margin-bottom: 50px;
	transition: all 0.25s ease;
	list-style: none;
}
#product-list .product:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
#product-list .image {
	position: relative;
	display: block;
}
.price {
background-color: #fec107;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0px 0 3px;
    min-width: 50px;
    line-height: 40px;
    text-align: center;
    padding: 0px 10px 0px 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
    font-weight: bold;
display: none;
}

#product-list .star-rating {
	display: none;
}
#product-list h2 {
    font-size: 19px;
    text-transform: none;
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0px;
    color: #ffffff;
}
#product-list .description {
    text-align: center;
    padding: 15px 30px 15px;
    position: relative;
    background-color: #423338;
    color: #fff;
    background: -webkit-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -moz-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -o-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: -ms-linear-gradient(270deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    background: linear-gradient(180deg,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%) #423338;
    box-shadow: inset 0 4px 0 rgba(0,0,0,.1), inset 0 5px 0 rgba(255,255,255,.1);
}
#product-list .description * {
	position: relative;
	z-index: 1;	
	text-align: center;
}
#product-list .description::before {
	content: "";
	border: 1px dashed #000;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	opacity: 0.15;
}
#product-list .description::after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 4px;
	left: 6px;
}
.product-list-desc {
    background-color: rgba(210, 151, 59, 0.64);
    margin-top: -50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 2px solid #ffffff;
    position: relative;
    border-bottom: 2px solid #ffffff;
}    
    
#product-list p {
overflow: hidden;
    margin-bottom: 8px;
    color: #ffffff;
}


#categories-nav {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
}
#categories-nav li {
	display: inline-block;	
	margin: 0 15px;
	line-height: 1;
margin-bottom: 10px;
}
#categories-nav a {
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid transparent;
	text-decoration: none;	
}
#categories-nav .current-cat a,
#categories-nav a:hover {
	color: #d1a054;
	border-color: #d1a054;
}

/* WOOCOMMERCE PAGE --- SINGLE PRODUCT
   ========================================================================== */




.product-single-wrap {
position: relative;
    margin-bottom: 0px;
    z-index: 5;
    margin: 20px;
    border: solid 2px #d6d5d5;
}
.product-single {
	position: relative;
        background-color: rgba(255, 255, 255, 0.61);
}
.product-single p {
	margin: 0;
}
.product-single .image {
    border: solid 2px #d6d6d6;
}
.product-single .image img {
	max-width: 100%;
}
.product-single .details {
	padding: 36px 25px;
	position: relative;
}
.product-single h1 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 27px;
}

.product-single h4 {
	margin-bottom: 15px;
}
.product-single .ing {
	font-style: italic;
	border-left: 2px solid #aaa;
	padding: 5px 20px;
	color: #777;
	margin-top: 10px;
	letter-spacing: 0.3px;
}
.product-single .ing p {
	margin: 0;
}
.product-single .add-to-cart {
	float: right;
}
.product-single .price {
	line-height: 40px;
	font-size: 16px;
	min-width: 55px;
	z-index: 1;
	top: -2px;
	right: -2px;
}
.product-single .reset_variations {
	display: none !important;
}
.product-single .social {
	position: absolute;
	bottom: 30px;
	font-size: 15px;
}
.product-single .social a {
	margin: 0 5px;
}
.product-single .variations {
	margin: 10px 0 0;
}
.product-single .woocommerce-variation-description {
	margin: 10px 0;
}
.product-single .variations td {
	padding: 0;
	border: 0 none;
}
.product-single .variations .label {
	width: 1%;
}
.product-single .variations select {
	width: auto;
	padding-right: 40px;
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    border-color: #ccc;
}
.product-single .variations label {
	margin: 0;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
	color: inherit;	
}
.product-single .add-to-cart-wrap {
	margin-top: 30px;
}
.product-single .woocommerce-variation-price .price {
	position: static;
    display: inline-block;
    line-height: 30px;
    border-radius: 0;
}
.product-single .quantity {
	display: inline-block;
}
.product-single .quantity .qty {
	display: inline-block;
	height: 35px;
}



#product-single-wrap {
position: relative;
    margin-bottom: 0px;
    z-index: 5;
    margin: 20px;
    border: solid 4px #d7b469;
    border-radius: 30px 30px 0 0;
}
#product-single {
	position: relative;
	background:#efeae4;
    border-radius: 30px 30px 0 0;
}
#product-single p {
	margin: 0;
}
#product-single .image {
}
#product-single .image img {
    max-width: 100%;
    border-radius: 30px 30px 0 0;
    background: #fff;
    padding-top: 23px;
    padding-bottom: 23px;
}
#product-single .details {
padding: 20px 25px;
    position: relative;
    background: #efeae4;
    border-radius: 0px 30px 0 0;
}
#product-single h1 {
	font-size: 18px;
	margin-bottom: 11px;
        margin-top: 30px;
     font-weight: bold;
    line-height: 27px;
}
#product-single h4 {
	margin-bottom: 15px;
}
#product-single .ing {
	font-style: italic;
	border-left: 2px solid #aaa;
	padding: 5px 20px;
	color: #777;
	margin-top: 10px;
	letter-spacing: 0.3px;
}
#product-single .ing p {
	margin: 0;
}
#product-single .add-to-cart {
	float: right;
}
#product-single .price {
	line-height: 40px;
	font-size: 16px;
	min-width: 55px;
	z-index: 1;
	top: -2px;
	right: -2px;
}
#product-single .reset_variations {
	display: none !important;
}
#product-single .social {
	position: absolute;
	bottom: 30px;
	font-size: 15px;
}
#product-single .social a {
	margin: 0 5px;
}
#product-single .variations {
	margin: 10px 0 0;
}
#product-single .woocommerce-variation-description {
	margin: 10px 0;
}
#product-single .variations td {
	padding: 0;
	border: 0 none;
}
#product-single .variations .label {
	width: 1%;
}
#product-single .variations select {
	width: auto;
	padding-right: 40px;
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    border-color: #ccc;
}
#product-single .variations label {
	margin: 0;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
	color: inherit;	
}
#product-single .add-to-cart-wrap {
	margin-top: 30px;
}
#product-single .woocommerce-variation-price .price {
	position: static;
    display: inline-block;
    line-height: 30px;
    border-radius: 0;
}
#product-single .quantity {
	display: inline-block;
}
#product-single .quantity .qty {
	display: inline-block;
	height: 35px;
}
.single_add_to_cart_button a{
    font-size: 13px;
    text-transform: uppercase;
    background-color: #5b8f17 !important;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 9px 11px 9px!important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 4px;
    border: solid 1px #5b8f17;
}
.single_add_to_cart_button a:hover {
	color: #5b8f17;
    background: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.single_add_to_cart_button-2 a{
    font-size: 13px;
    text-transform: uppercase;
    color: #5b8f17;
    cursor: pointer;
    padding: 12px 9px 11px 9px!important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 4px;
    border: solid 1px #d2973b;
}
.single_add_to_cart_button-2 a:hover {
	color: #fff;
    background-color: #5b8f17 ;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#product-single .stock {
	display: none;
}
#product-single .woocommerce-product-rating {
	margin-bottom: 5px;
}
.wpshop_button_oneclick a{
    text-align: center;
    margin: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 4px;
    background-color: #d2973b !important;
    color: #fff;
    display: block;
}


.wpshop_button_oneclick a:hover {
	color: #d2973b;
	background: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.product-nav span {
	display: none;
}
.product-nav {
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	line-height: 60px;
	opacity: 0.3;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}
.product-nav:hover {
	opacity: 0.7;
}
.product-nav:active, {
	color: #333
}
.prev-product {
	left: -40px;
	border-radius: 50% 0 0 50%;		
}
.next-product {
	right: -40px;
	border-radius: 0 50% 50% 0;	
}
.product_meta {
	text-transform: uppercase;
	font-size: 13px;
	color:  #4f4145;
	margin-bottom: 20px;
}
.product_meta a {
	text-decoration: none;
}
table td,
table th {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	text-align: left;
    vertical-align: middle;
}
table p {
	margin: 0;
	line-height: 1;	
}
.shop_attributes th {
	width: 150px;
	color: #777;
}

#reviews {
	width: 770px;
	margin: 60px 0;
}


/* PAGE -> MENU
   ========================================================================== */

.col-1 {
	width: 700px;
	margin: 0 auto;
}

/* PAGE -> BLOG
   ========================================================================== */
.type-page {
	margin-bottom: 60px;
}
.article {
	margin: 30px 0;
	position: relative;
}
.article .image {
	position: relative;
	min-height: 1px;
    text-align: center;
}
.article .image:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    right: 9px;
    left: 9px;
    z-index: 11;
    border: solid 2px #c8c0bb;
    z-index: 0;
}
.sticky .details {
	border-top: 4px solid #D1A054;
}
.article .details {
    width: 100% !important;
    padding: 5%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0;

}
.article .details:after{
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    right: 9px;
    left: 9px;
    z-index: 11;
    border: solid 2px #c8c0bb;
}
.article.has-post-thumbnail .details {
   position: relative;
    width: 50% !important;
    z-index: 9;
    top: 18px;
    right: -30px;		
}
.article .date {
	display: inline-block;
	margin-bottom: 10px;
}
.article h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.to-right.has-post-thumbnail .details {
	left: inherit;
	right: -30px;
}
.no-results {
	margin-bottom: 60px;
}

/* PAGE -> BLOG SiNGLE
   ========================================================================== */
#single-post {
	padding: 0px 0 35px;	
}
#single-post .post .wp-post-image {
	margin-bottom: 30px;
}
#single-post h1.title {
	font-size: 32px;
	margin-bottom: 15px;
}
#single-post .entry-meta {
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	color: #777;
}
#single-post .entry-meta ul {
	padding: 0;
	margin: 0;
}
#single-post .entry-meta * {
	display: inline-block;
	text-decoration: none;
}
#single-post .entry-meta li {
	margin-right: 15px;
}
#single-post .entry-meta .post-categories li {
	margin-right: 5px;
}
#single-post .tags {
	margin-bottom: 30px;
	clear: both;
}
#single-post .tags a {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	background-color: #333;
	color: #fff;
	margin-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#single-post .tags a:hover {
	background-color: #D1A054;
}
#post-nav {
	text-align: center;
	margin-top: 30px;
}
#post-nav a {
}

/* PAGE --- CONTACT US
   ========================================================================== */

#contact-details {
	text-align: center;
}
#contact-details p{
	text-align: center;
}
#contact-details .cols-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#contact-details h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
    font-size: 15px;
}
#contact-details .box {
    padding: 60px 40px 17px  40px;
    position: relative;
    border: 1px solid #ddd;
}
#contact-details .box::before {
	content: "";
	border: 1px dashed #000;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	opacity: 0.15;	
}
#contact-details .box::after {
	content: "";
	border: 1px dashed #fff;
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 4px;
	left: 6px;	
}
#contact-details span.fa {
width: 70px;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #d2973b;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -35px;
    border-radius: 50% 50% 0% 0%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#contact-details span img {
    width: 70px;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #d2973b;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -35px;
    border-radius: 50% 50% 0% 0%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#contact-details span.icon:after {
	content: "";
	border: 1px dashed #fff;
	border-top: 0 none;
	position: absolute;
	top: 0px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0.3;
	border-radius: 0% 0% 50% 50%;
	display: none;
}
#contact-details ul {
	text-align: center;
	color: #777;
	margin: 0;
}



.home-desc {
text-align: justify;
    margin: 10px;
}
.home-desc .box {
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    position: relative;
    border: 2px solid #d6b369;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: -85px;
    border-radius: 0px 0px 25px 25px;
}
.home-desc .box::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	opacity: 0.15;	
}
.home-desc .box::after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 4px;
	left: 6px;	
}


.cat-desc {
text-align: justify;
    margin: 0px;
}
.cat-desc .box {
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    position: relative;
    border: 2px solid #d6b369;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: -65px;
    margin-bottom: 40px;
    border-radius: 0px 0px 25px 25px;
}
.cat-desc .box::before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	opacity: 0.15;	
}
.cat-desc .box::after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 4px;
	left: 6px;	
}

/* =WordPress Core
-------------------------------------------------------------- */


.aligncenter {
	display: block;
    margin: 0 auto;
}

.alignright {
    float:right;
    margin: 5px 0 25px 20px;
}

.alignleft {
    float: left;
    margin: 5px 25px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 4px;
    clear: both;
}
.wp-caption.alignnone {
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}


.wp-caption p.wp-caption-text {
    font-size: 12px;
    color: #777;
    margin: 0;
    padding: 5px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* WordPress
   ========================================================================== */
.pagination {
	text-align: center;
	margin-bottom: 60px;
}
.nav-links .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 2px;
	font-size: 12px;
}
.nav-links .dots {
	border-color: #fff;
}
.nav-links a {
	text-decoration: none;
}
.nav-links a:hover {
	color: #D1A054;
	border-color: #D1A054;
	font-weight: normal;
}
.nav-links .current {
	background-color: #D1A054;
	border-color: #D1A054;
	color: #fff;
}
.prev:before, 
.next:before {
    font-family: 'FontAwesome';
}
.next:before {
    content: '\f105';	
}
.prev:before {
    content: '\f104';	
}
.post-edit-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.wp-audio-shortcode {
	margin-bottom: 30px;
}

/* WordPress Gallery
   ========================================================================== */
.gallery { 
	margin: 30px -1.25% -30px;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 33.33%;
	padding: 0 1.25% 2.5%;
	margin-bottom: 0;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery img {
	width: 100%;
	transition: all 1.6s linear;
	-webkit-transition: all 1.6s linear; 
	-moz-transition: all 1.6s linear; 
	-ms-transition: all 1.6s linear; 
	-o-transition: all 1.6s linear; 
}
.gallery a {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	display: block;
	overflow: hidden;
	position: relative;
}
.gallery a:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.gallery a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}
.gallery a:hover::after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
	background-color: rgba(0, 0, 0, 0.2);
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	margin: 0;
}

/* WordPress Widgets
   ========================================================================== */
.search-form {
	position: relative;
}
.search-field {
	padding-right: 50px;
}
.search-submit {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.search-submit:before{
	font-family: 'FontAwesome';	
	content: '\f002';		
}
.sidebar select {
	background-color: #fff;
}
.sidebar input {
	background-color: #fff;
}  
.sidebar a {
	text-decoration: none;
}
.sidebar .widget {
	border: 1px solid #eee;
	border-bottom-width: 4px;
	background-color: #fafafa;
	padding: 30px;
	margin-bottom: 30px;	
} 
.sidebar .widget .title {
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.sidebar .widget ul {
	margin-top: -10px;
	margin-bottom: 0;
}
.sidebar .widget li {
	border-bottom: 1px solid #ddd;
	list-style: none;
}
.widget_product_categories a,
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a {
	display: inline-block;
	padding: 8px 0;
}
.widget_product_categories a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_pages a:before,
.widget_meta a:before,
.widget_recent_entries a:before,
.widget_nav_menu a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 12px;
	margin-right: 7px;
}
.sidebar .widget_product_categories ul ul,
.sidebar .widget_nav_menu ul ul {
	margin-top: 0;
}
.sidebar .widget_product_categories ul ul li,
.sidebar .widget_nav_menu ul ul li {
	border: 0 none;
	border-top: 1px solid #ddd;
}
.product_list_widget li {
	padding: 15px 0;
	line-height: 20px;
	overflow: hidden;
}
.product_list_widget img {
	float: left;
	width: 85px;
	margin-right: 15px;
}
.product_list_widget .amount {
	display: block;
	color: #D1A054;
	font-size: 14px;
}
.product_list_widget .reviewer {
	font-size: 13px;
	color: #777;
}
.tagcloud a {
	font-size: 13px !important;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	background-color: #1b2024;
	color: #fff;
}
.tagcloud a:hover {
	background-color: #d1a054;
	color: #fff;
}

#not-found {
	display: table;
	text-align: center;
	height: 100vmin;
	width: 100%;
	background: #111 url('images/blackboard.png');
	color: #fff;
}
#not-found h1 {
	font-size: 80px;
	margin-bottom: 60px;
}


/* Style Selector
   ========================================================================== */
#style-selector {
	position: fixed;
	top: 100px;
	right: -280px;
	width: 280px;
	background-color: #fff;
	padding: 30px;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-align: center;
	transition: all 0.25s ease;
}
#style-selector.active {
	right: 0;
}
#style-selector h2 {
	font-size: 20px;
}	
#style-settings {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;	
	background-color: #fff;
	text-align: center;
	left: -50px;
	top: 40px;
	font-size: 18px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;	
	border: 1px solid #ddd;
	border-right: 0;
}
#layout-links {
	margin-bottom: 15px;
}
#layout-links label {
	background-color: #f0f0f0;
	width: 100px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
}
#layout-links .active,
#layout-links .active:hover	{
	background-color: #333;
	color: #fff;
	cursor: default;
}
#layout-links label:hover {
	background-color: #ddd;
}
#style-selector li {
	list-style: none;
	display: inline-block;
	margin-bottom: 4px;
	cursor: pointer;
}
#boxed-backgrounds label {
	position: relative;
	border: 1px solid #fff;
	border-radius: 50% 50% 50% 50%;
	overflow: hidden;
	cursor: pointer;
}
#boxed-backgrounds label.active {
	border-color: #D1A054;
}
#boxed-backgrounds input {
	position: absolute;
	width: 30px;
	height: 30px;
	opacity: 0;
	cursor: pointer;		
}	
#promo-slider .swiper-slide {
     width: 100% !important;	    
}  

.coupon {
    max-width: 500px;
    float: right !important;
} 
#promocode_block {
    width: 262px;
    float: left;
}



.rb_cost {
    text-align: center;
}

.rb_total {
    text-align: center;
}

.rb_num {
    text-align: center;
}

.total {
    text-align: center;
}

.num {
    text-align: center;
}

.product-mobile-total {
    text-align: left;
}
.product-mobile-total-2 {
    text-align: left;
}
.cost {
    text-align: center;
}

.product-mobile {
    display: none;
}
.mobile-paymets-title {
    text-transform: uppercase;
}
.cart .qty {
    width: 50px !important;
    padding: 0;
    text-align: center;
    height: 33px !important;
}

.price-full {
	text-align: left;
       font-weight: bold;
}
.price-full-total {
	text-align: center;
       font-weight: bold;
}

.free-delivery-display {
color: red;
    color: red;
    position: absolute;
    left: -2px;
    background: #FFFFFF;
    right: 0px;
    top: 14px;
}

.price-full-total {
	position: relative;
}

.select_delivery {
    height: 24px;
    width: 173px;
    padding: 0 9px;
    margin-bottom: 12px;
    margin: 13px 0px 13px 0px;
}

#wpshop_minicart {
     float: none !important;
}


.single-header {
    color: #666;
    position: relative;
    background-attachment: fixed;
    background-position: 50%;
    background-color: #E6E6E6;
    height: 100%;
}

#single-header {
    color: #4f4145;
    position: relative;
    background-attachment: fixed;
    background-position: 50%;
    background-color: #E6E6E6;
    height: 100%;
    background-image: url(https://www.ihalal.com.ru/en/wp-content/themes/web/img/bg-pattern.png);
}
#order_review_heading {
    margin: 0 !important;
}

#order_review {
    padding: 0px!important;
    border: 0px solid #eee !important;
    background: none !important;
}
.thumb-small {
    width: 100%;
    max-height: 120px;
}
.wpshop_count input {
    border: 1px solid #5b8f17 !important;
}
/*Стили контактной  формы*/
span.wpcf7-not-valid-tip {
    display: none !important;
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
        border: 1px solid #b30505 !important;
        z-index:10 !important;
        position:relative !important;
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    text-align: center !important;
    font-size: 15px !important;
    padding: 8px !important;
    background: #fff;
    margin: 10px 0px 0px 0px!important;
    line-height: 24px;
}

div.wpcf7 .ajax-loader {
       display: none !important;
}

span.wpcf7-not-valid-tip {
    display: none !important
}

.screen-reader-response {
    display: none !important;
}

/*Конец стилей контактной  формы*/

.go-submit {
    background-color: #d6b369 !important;
    width: 100% !important;
    font-weight: bold;
}

.cart-content-height {
	height: 700px;
	width:300px;
}

.mobile-menu {
    display: none;
}

.mobile-top-links {
        margin-bottom: 0px !important;
        background: #f5f5f5;
}

.mobile-primary-menu {
        margin-bottom: 0px !important;
}

.hidden,
.no-js .hide-if-no-js,
.js .hide-if-js {
	display: block !important;
}

#wpshop_background_alert_put_to_cart > div {
    margin: 130px auto !important;
    border: solid 3px #5b8f17 !important;
    border-radius: 3px !important;
    background-color: rgba(255, 255, 255, 0.84) !important;
}


#description-category {
    background: rgb(255, 255, 255);
    max-width: 600px;
    padding: 30px;
    text-align: center;
}

.tml p {
    margin: 0px 0px 10px 0px !important;
    padding: 0;
}

.tml .message {
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    width: 100% !important;
    text-align: center !important;
}

.tml-profile {
    position: relative !important;
    z-index: 9 !important;
}

#info-single-product {
    background: #fff;
    padding: 20px;
    max-width: 830px;
}

.main-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 194px;
    height: 26px;
    margin: 0 0 0 -97px;
}



.info-description {
    padding: 10px 26px;
    background: white;
    position: absolute;
    left: 0px;
    right: 0px;
}

.tab_container {
  display: none;
}

.active-tab {
	display:block;
}

.html-1:hover{
	color: #fff;
}

.wpshop_bag {
    margin: 0px;
    display: none !important;
}

.vopros-3 {
    height: 165px;
}

.vopros-2 {
    height: 141px;
}

.email-contact {
   margin-bottom: 0px !important;
}

.ves-product {
font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    background: #fec107 !important;
    padding: 15px 27px;
    display: inline-block;
    letter-spacing: 1px;
}

.ves-product:hover {
	color: #ffffff;
}

#customer_details {
    background-color: #fff4ec !important;
}

.shape-1 img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.shape-1 {
    background: #fff;
    width: 90px;
    height: 90px;
    position: absolute;
    text-align: center;
    border-radius: 15px;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    z-index: 9;
}

.shape-1:before, .shape-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 15px;
}

.shape-1:before {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.shape-1:after {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.title-lines {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin:30px auto;
    background: #fff;
}

.title-lines h2 {
    margin-bottom: 10px;
    font-size: 25px;
    color:#423338;
}

 .title-lines h2::after, .title-lines h2::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 1000px;
    height: 4px;
    content: "";
    vertical-align: middle;
    border-top: 1px solid rgb(200, 192, 187);
    border-bottom: 1px solid rgb(200, 192, 187);
}

 .title-lines h2::before {
    left: 100%;
}

 .title-lines h2::after {
    right: 100%;
}

.title-lines h1, .title-lines h2, .title-lines h3, .title-lines h4, .title-lines h5, .title-lines h6 {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
}

.title-store {
font-size: 17px;
    color: #fff;
    background-color: #d2973b;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -95px;
    border-radius: 50% 50% 0% 0%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 1;
    padding: 10px;
    width: 200px;
}

.pl_subtitle {
color: #daae4f;
    font-weight: 100;
}