/*!
Theme Name: jacklynjames
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jacklynjames
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jacklynjames is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Inter', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Inter', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@font-face {
    font-family: 'NewBaskervilleStdItalic';
    src: url('fonts/NewBaskervilleStdItalic.eot');
    src: url('fonts/NewBaskervilleStdItalic.eot') format('embedded-opentype'),
         url('fonts/NewBaskervilleStdItalic.woff2') format('woff2'),
         url('fonts/NewBaskervilleStdItalic.woff') format('woff'),
         url('fonts/NewBaskervilleStdItalic.ttf') format('truetype'),
         url('fonts/NewBaskervilleStdItalic.svg#NewBaskervilleStdItalic') format('svg');
}
@font-face {
    font-family: 'upcil';
    src: url('fonts/upcil.eot');
    src: url('fonts/upcil.eot') format('embedded-opentype'),
         url('fonts/upcil.woff2') format('woff2'),
         url('fonts/upcil.woff') format('woff'),
         url('fonts/upcil.ttf') format('truetype'),
         url('fonts/upcil.svg#upcil') format('svg');
}
@font-face {
    font-family: 'Toledo-Serial';
    src: url('fonts/Toledo-Serial-Medium-Regular.eot');
    src: url('fonts/Toledo-Serial-Medium-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Toledo-Serial-Medium-Regular.woff2') format('woff2'),
        url('fonts/Toledo-Serial-Medium-Regular.woff') format('woff'),
        url('fonts/Toledo-Serial-Medium-Regular.ttf') format('truetype'),
        url('fonts/Toledo-Serial-Medium-Regular.svg#Toledo-Serial-Medium-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


/******************************************************Css*******************************************************/

.container{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.main_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_header li {
    display: inline-block;
}
.h_socl li{
	margin-right: 15px;
}
.right_sect_h li{
	margin-left: 20px;
}

.right_sect_h li:first-child{
	margin-left: 0px;
}
.top_header {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 35px;
}

#primary-menu {
    -webkit-justify-content: center;
    justify-content: center;
}
.menu_sect {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}
.main-navigation a{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #282828;
}
.main-navigation li{
	margin-right: 50px;
	
}
.main-navigation li:last-child{
	margin-right: 0px;
}
.main-navigation li.current-menu-item a {
    color: #b15858;
}
.main-navigation a:hover{
	color: #b15858;
}

.input_sect input[type="submit"] {
    background: #000;
    font-size: 0;
}
.input_sect input[type="email"] {
    height: 54px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #fff;
    width: 100%;
    padding: 0;
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #8A8A8A;
	font-family: 'Inter', sans-serif;
	padding-left: 15px;
}
.input_sect input[type="submit"] {
    background-image: url(images/arrow_mailc.svg);
    width: 50px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    right: 15px;
}
div#shop-search-bar {
    position: absolute;
    right: 30px;
    top: -8px;
    display: none;
}

.sech_innr_sect {
    position: relative;
}


/**/

.banner_contant {
    position: absolute;
    top: 50%;
    transform: translate( 0%, -50%);
    width: 100%;
    left: 0%;
    text-align: center;
}









.footer_top {
    width: 100%;
    display: inline-block;
    background: #F6F6F6;
    padding-top: 90px;
}

.footer-contact-related p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-top: 15px;
}
.ftr_inr_socl ul{
	display: flex;
}

.ftr_inr_socl li{
	margin-right: 25px;
}
.ftr_inr_socl a{
	color: #000;
	font-size: 22px;
}
.ftr_inr_socl {
    margin-top: 25px;
}

.site-info ul li span {
    /* width: 39px; */
    display: inline-block;
    color: #000;
    vertical-align: top;
    margin-right: 8px;
}
.site-info ul li strong {
    width: 80%;
    display: inline-block;
    color: #000;
    font-weight: 300;
    margin-left: 0;
    line-height: 30px;
}

.forth_sect li a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: .5s ease;
}
.footer_top li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}
.footer_top a{
	color: #000000;
	text-decoration: none;
}
.footer_top h3{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color: #000000;
	margin: 0 0 25px;
}
.second-section-footer {
    padding-left: 70px;
}
.third-section-footer {
	padding-left: 70px;
}
.footer_top a:hover{
	color: #b15858;
}
.copy_right {
    margin-top: 50px;
    border-top: 1px solid #DEDEDE;
    padding-top: 25px;
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}
.copy_right p{
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #000000;
}
.f_right_img img{
	float: right;
}

.banner_contant span{
	 font-family: 'NewBaskervilleStdItalic';
	 font-style: italic;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}
.banner_contant h3{
	font-style: normal;
	font-weight: 700;
	font-size: 100px;
	line-height: 67px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'upcil';
	margin: 20px 0 20px
}

.banner_btn a {
    font-family: 'NewBaskervilleStdItalic';
    font-style: italic;
    width: 180px;
    height: 50px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    font-size: 24px;
    transition: .5s ease;
}
.banner_btn a:hover{
	background: #000;
	border: 1px solid #000;
}
#home_bnnr_slider button.owl-prev {
    float: left;
    outline: none;
    top: 50%;
    position: absolute;
    left: 1%;
    transform: translateY(-50%);
}
#home_bnnr_slider .owl-nav button.owl-prev span {
    font-size: 40px;
    display: inline-block;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 50px;
    border-radius: 100px;
    padding: 0;
    line-height: 43px;
    height: 50px;
}
#home_bnnr_slider .owl-nav button.owl-next {
    outline: none;
    top: 50%;
    position: absolute;
    right: 1%;
    transform: translateY(-50%);
}
#home_bnnr_slider .owl-nav button.owl-next span {
    font-size: 40px;
    display: inline-block;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 50px;
    border-radius: 100px;
    padding: 0;
    line-height: 43px;
    height: 50px;
}

.header-butm {
    background: #F6F6F6;
    width: 100%;
    display: inline-block;
    
}
.reptinr_hmsld {
    display: flex;
    border-right: 1px solid #fff;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}
.header-butm a {
    font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-transform: capitalize;
	color: #000000;
	outline: none;
}
.header-butm a span {
    padding-left: 15px;
}
.reptinr_hmsld:last-child {
    border-right: 0;
}
.our_story {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;

}
.our_story_cont h3{
	 font-family: 'Toledo-Serial';
	 font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 0.05em;
	color: #000000;
}
.our_story_cont h4{
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #000000;
	 font-family: 'Toledo-Serial';
}
.our_story_cont p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #4F4F4F;
}

.our_story_cont a {
    background: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    border: 1px solid #000;
    transition: .5s ease;
}
.our_story_cont a:hover{
	background: transparent;
	border: 1px solid #000;
	color: #000;
}
.cont_instarg {
    text-align: center;
    margin-bottom: 20px;
}
.cont_instarg h3{
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 15px;
}


.instagram_main{
	width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
}
.cont_kitchen {
    position: absolute;
    bottom: 0;
    margin-left: 15px;
    margin-bottom: 20px;
}
.kitch_inr {
    position: relative;
}
.kitch_inr h4{
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.kitch_inr a{
	border: 1px solid #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    transition: .5s ease;
}
.kitch_inr a:hover{
	background: #000;
}

.rpt_row {
    margin-bottom: 25px;
}
.kitchen_sect {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	margin: 20px 0 10px;
	text-decoration: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}
.woocommerce ul.products li.product .star-rating{
	margin: 0 auto 15px;
}
.woocommerce ul.products li.product .button {
    font-size: 16px;
    background: #000;
    color: #fff;
    border-radius: 0;
    margin: 0;
    left: 0%;
    padding: 14px 38px;
    font-weight: 600;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin: 10px 0 15px;
}

.woocommerce .star-rating span::before{
	color: #FAB54C;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100%;
}

.featured_products h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 30px;
}
.featured_products {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}
.featured_btn a {
    background: #000;
    display: inline-block;
    padding: 15px 35px;
    font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	transition: .5s ease;
	border: 1px solid #000;
}
.featured_btn {
    text-align: center;
}
.featured_btn a:hover{
	background: transparent;
    border: 1px solid #000;
    color: #000;
}
.grid-panelsection {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.grid-panelsection .woocommerce-result-count {
    font-style: normal;
	font-weight: 400;
	font-size: 15px;

	letter-spacing: 0.06em;
	color: #000000;
    margin: 10px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 41px;
    
}
.grid-panelsection .berocket_lgv_widget {
    float: right !important;
    margin-right: 20px;
    border-right: 1px solid #D8D8D8;
    padding-right: 20px !important;
}

.woocommerce .woocommerce-ordering select{
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #000000;
    border: 0;
    vertical-align: sub;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.in_stock{
	display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 11px 4px;
    background: #04A330;
    margin-bottom: 18px;
}













.woocommerce .berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_button_grid:after {
    content: "";
    background-image: url(images/two-dimensional-code-one.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    background-size: 100%;
    background-position: center,center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce .berocket_lgv_widget a.berocket_lgv_button i {
    display: none;
}
.woocommerce .grid-panelsection .berocket_lgv_widget a.berocket_lgv_button {
    background: #ffffff;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 26px;
    height: 20px;
    line-height: 20px;
    margin-right: 7px !important;
}
div.berocket_lgv_widget a.berocket_lgv_button.selected {
    background: transparent !important;
    box-shadow: inherit !important;
    margin-right: 0 !important;
}
.woocommerce a.berocket_lgv_button.berocket_lgv_button_list:after {
    content: "";
    background-image: url(images/list-two.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    background-size: 100%;
    background-position: center,center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woof_list label {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

ul.woof_list li{
	margin-bottom: 20px;
}
.woof_checkbox_count{
	display: none;
}
.woof_overflow_hidden{
	display: none !important;
}
.woof_show_auto_form, .woof_hide_auto_form{
	display: none !important;
}
.woof_container_inner h4{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
    color: #000000;
    margin: 0 0 30px;
}
.woof_container_inner h4:before{
	content: "";
	height: 40px;
	width: 3px;
	display: inline-block;
	background: #000;
	vertical-align: middle;
}
a.woof_front_toggle.woof_front_toggle_opened{
	font-size: 0;
}
a.woof_front_toggle.woof_front_toggle_opened:after{
	content: "\f107";
	font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
    font-size: 20px;
    color: #18181B;
    outline: none;
}
a.woof_front_toggle.woof_front_toggle_closed:after{
	font-family: FontAwesome;
    content: "\f106";
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
    font-size: 20px;
    color: #18181B;
    outline: none;
}
a.woof_front_toggle.woof_front_toggle_closed{
	font-size: 0;
}
button.woof_reset_button_2 {
    background: #000;
    color: #fff;
    padding: 11px 10px;
    border-radius: 0px;
    outline: none;
}
.woof_products_top_panel li a {
    color: #fff;
    background: #000;
    padding: 10px 15px;
    vertical-align: -webkit-baseline-middle;
   
}
.woof_products_top_panel_ul li ul li {
    margin: 0 5px 0 0 !important;
    
    color: #fff;
    padding: 0;
    border-radius: 0px;
}
.woof_products_top_panel_ul li ul li:first-child {
    display: none;
}
.woof_search_is_going nav.woocommerce-breadcrumb {
    display: block;
}
h1.woocommerce-products-header__title.page-title{
	display: none;
}

.woocommerce-breadcrumb a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	color: #000000 !important;
}

.woocommerce .woocommerce-breadcrumb{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	color: #000000;
}


button.button.woof_reset_search_form{
	background: #000;
    color: #fff;
    padding: 11px 10px;
    border-radius: 0px;
    outline: none;
}
.left_archive {
    margin-top: 38px;
}

input#coupon_code {
    height: 45px;
    padding: 0 15px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    border-radius: 0;
    width: 180px;
}
.woocommerce-cart .actions .coupon button.button {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 0px 21px;
    height: 45px;
    margin-left: 10px;
    border-radius: 0;
    outline: none;
}
.woocommerce-cart .woocommerce .cart .button, .woocommerce .cart input.button {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 0px 21px;
    height: 45px;
    margin-left: 0px;
    border-radius: 0;
    outline: none;
}
.checkout-button.button.alt.wc-forward {
    background: #000;
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-button.button.alt.wc-forward:hover{
	background: #b15858; 
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    border: solid 1px #cfcfcf;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}
#customer_details h3 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    width: 100%;
    float: left;
    color: #000;

    font-size: 16px;
}
span.select2-selection.select2-selection--single {
    height: 45px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px !important;
    line-height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
}
.woocommerce-input-wrapper .input-text {
    height: 45px;
    padding: 0 15px;
    border-radius: 0;
}
.woocommerce .checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

button#place_order{
    background: #000;
    border-radius: 0;
    border: none;
    outline: none;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    height: 45px;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    background: #000;
}
div#order_review {
    margin-bottom: 70px;
}
.woocommerce-terms-and-conditions-wrapper {
    display: block;
    width: 100%;
}

.lmp_products_loading, .lmp_load_more_button a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF !important;
   
}



.right_archive {
    margin-bottom: 90px;
}


.qib-container {
    position: relative;
    border: 1px solid #d8d8d8;
    background: #f7f7f7;
}
.qib-container button.minus.qib-button {
    bottom: 0;
    width: 35px !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    height: 46px !important;
}

.qib-container .quantity.buttons_added input.qty {
    border: none !important;
    font-size: 20px !important;
    color: #000;
    height: 46px !important;
}

.qib-container button.plus.qib-button {
    right: 0;
    top: 0;
    width: 35px !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
    height: 46px !important;
}




.woocommerce .product form.cart button.single_add_to_cart_button {
    height: 50px !important;
    border-radius: 0px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 19px;
    outline: none;
    font-weight: 600;
    padding: 0 60px;
}

.woocommerce .product form.cart button.single_add_to_cart_button:before{
	content: "\f07a";
	display: inline-block;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}


.woocommerce div.product .product_title{
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	color: #000000;
}

.entry-summary .woocommerce-Price-amount.amount{
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 26px;
	letter-spacing: 0.06em;
	text-transform: capitalize;
	color: #DC0B33;
}
.woocommerce-product-details__short-description p{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #3C3A3A;
}

.woocommerce-product-details__short-description {
    border-top: 1px solid #EAEAEA;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}


.woocommerce-product-share i.fa.fa-facebook {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
}
.woocommerce-product-share i.fa.fa-pinterest-p{
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
}
.woocommerce-product-share i.fa.fa-linkedin{
	background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}

.woocommerce-product-share a{
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}
.yith-wcwl-add-to-wishlist{
	display: inline-block;
}

a.add_to_wishlist.single_add_to_wishlist{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.06em;
	color: #000000;
	text-decoration: none;
}

a.compare.button {
    background-color: transparent !important;
    font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.06em;
	color: #000000 !important;
	padding: 0;
}
a.compare.button:before {
    background-image: url(images/compare_icon.svg) !important;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    margin-right: 15px;
}
.product_meta span {
    display: block;
    margin-bottom: 15px;
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.04em;


color: #727272;
}
span.sku {
    display: inline-block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #000000;
}
.product_meta a{
	font-style: normal;
	font-weight: 400;
	/*font-size: 14px;*/
	line-height: 30px;
	letter-spacing: 0.04em;
	
	color: #000000;
}
.product_meta {
    width: 100%;
    display: inline-block;
   /* border-top: 1px solid #EAEAEA;*/
    /*padding-top: 30px;
    margin-top: 40px;*/
}

.woocommerce-product-share {
    margin-top: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
    margin: 0px;
    padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #5eb9e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    padding: 0 90px 0 0;
    position: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #000;
    color: #000;
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
    color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #807D7D;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 1px solid #C7C7C7;;
    padding: 30px 45px 40px 0px;
    border-bottom: 1px solid #C7C7C7;;
}

.wc-tabs-wrapper h2{
	display: none;
}
.wc-tabs-wrapper p {
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	margin: 0;
}
#respond .form-submit input#submit{
	    font-size: 16px;
    background: #000;
    color: #fff;
    border-radius: 0;
    margin: 0;
    left: 0%;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
}

.related.products h3{
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
	font-family: 'Toledo-Serial';
	margin: 80px 0 40px;
	text-transform: capitalize;
}


del bdi {
    font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.06em;
	text-decoration-line: line-through;
	text-transform: capitalize;
	color: #727272;
	vertical-align: top;
}
a.woocommerce-review-link{
	color: #B8B7B7;
}
span.cart.header-cart-count {
    font-size: 11px;
    background: #DC0B33;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 12px;
    right: -13px;
}
.basket-links {
    position: relative;
}

li.woof_list {
   
    margin-bottom: 15px;
}



/*vp*/
.banner_section-about {
    position: relative;
}
.banner_section-about img{
	width: 100%;
}
.banner_contant_about {
    transform: translate(0%, -50%);
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 999;
    width: 100%;
    text-align: center;
}
.banner_contant_about h3 {
	letter-spacing: 0.1em;
	font-family: 'IrisUPC';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    text-transform: capitalize;
}
.bread-us {
    justify-content: center;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}
.bread-us p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.bread-us p a{
	text-decoration: none;
	color: black !important;
}
.bread-us p a:hover{
    color: #b15858 !important;
}
.about_contant-max {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 60px;
}
.ab-home-conttt h1 {
	font-family: 'Toledo-Serial';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 40px;
    color: #000000;
    margin: 0px 0 5px;
    letter-spacing: 0.05em;
}
.ab-home-conttt h4{
	font-family: 'Toledo-Serial';
	font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    margin: 0px 0 5px;
    letter-spacing: 0.05em;
}
.ab-home-conttt p{
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #4F4F4F;
}
.ab-home-conttt {
    padding: 0 16px 0;
}
.inpsum-about h2 {
    font-family: 'Toledo-Serial';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    line-height: 40px;
    color: #000000;
    margin: 0px 0 17px;
    letter-spacing: 0.05em;
}
.inpsum-about p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #4F4F4F;
}
.ipsum-dolor {
    margin-bottom: 60px;
}
.about-image-last {
    margin-bottom: 100px;
}
.contact-connt .emil_sect a{
	text-decoration: underline;
	text-underline-offset: 4px;
}


/*================================contact===============================*/
.contact_section {
	background: #FCFCFC;
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact-connt h2 {
    font-family: 'Toledo-Serial';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000000;
}
.contact-connt p{
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #4F4F4F;
}
.contact-connt ul li span {
    display: inline-block;
    color: #000;
    margin-right: 15px;
    vertical-align: top;
}
.contact-connt ul li strong {
    font-size: 18px;
    width: 80%;
    display: inline-block;
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.contact-connt li{
	margin-bottom: 30px;
}
.contact-connt li a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: .5s ease;
}
.touch-with h2 {
	font-family: 'Toledo-Serial';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 30px;
}
.contact-section-form .touch-with input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #DCDBDB;
    border-radius: 0px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #000000;
    font-family: 'Inter', sans-serif;
}
.contact-section-form .touch-with textarea {
    width: 100%;
    height: 180px;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #DCDBDB;
    border-radius: 0px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #000000;
    font-family: 'Inter', sans-serif;
}
.contact-section-form .touch-with label {
    margin-top: 18px;
    font-size: 18px;
    line-height: 35px;
    color: #000;
}
.contact-section-form .touch-with .wpcf7-submit {
    width: auto;
    height: 54px;
    background: #000000;
    font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 16px;
	padding: 0px 55px;
}
.touch-with {
    padding: 0 40px 0px;
}
.contact-section-form {
    margin-bottom: 100px;
}
.wpcf7-response-output {
    text-align: center;
}
#customer_login input{
    /*height: 55px;*/
    border: 1px solid #DCDBDB;
    border-radius: 0px;  
    color: #000000;
    font-family: 'Inter', sans-serif;
}
#customer_login button {
    padding: 12px 25px 12px;
    background: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    border-radius: 0;
}

.contact-mapp iframe {
    width: 100%;
}
.lgv_description_simple .woocommerce-product-details__short-description{
	border: 0;
	margin-bottom: 25px;
	padding-top: 0;
    padding-bottom: 0;
}
.lgv_meta_simple .product_meta {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.related.products ul li{
	width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
	padding-right: 0;
}
a.button.wc-forward{

    border-radius: 0px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    padding: 12px 20px;
}
a.button.wc-forward:hover{
	background: #b15858;
	color: #fff;
}
h3#order_review_heading{
	margin-top: 25px;
}
.woocommerce-MyAccount-navigation li {
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.woocommerce-MyAccount-navigation a{
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.woocommerce-MyAccount-content p{
	font-size: 16px;
	color: #000;
}
.woocommerce-MyAccount-content a{
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.woocommerce-account .entry-content{
	margin-top: 50px;
	margin-bottom: 80px;
}

a.woocommerce-Button.button{
	background: #000;
	color: #fff;
}
a.woocommerce-Button.button:hover{
	background: #b15858;
	color: #fff;
}

.woocommerce-MyAccount-content input{
	height: 45px;
	padding: 0 15px;
}
button.woocommerce-Button.button{
	background: #000;
	color: #fff;
}
button.woocommerce-Button.button:hover{
	background: #b15858;
	color: #fff;
}
.woocommerce-product-share span{
	display: none;
}

#respond label{
	display: block;
	margin: 0;
}
#respond input{
	width: 50%;
	height: 45px;
}
#respond textarea{
	width: 50% !important;
}
#respond input#wp-comment-cookies-consent{
	width: auto;
	height: auto;
}
#respond .comment-form-cookies-consent label{
	display: inline-block;
}
div#shop-search-bar-1 {
    position: absolute;
    right: 30px;
    top: -8px;
    display: none;
}
.woocommerce-account .entry-title, .woocommerce-cart .entry-title{
    text-align: center;
}
.yith-wcwl-add-to-wishlist{
	margin-right: 15px;
}



.woof_remove_ppi:after {
    content: "x";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 12px;
    font-weight: 400;
}
.woof_products_top_panel li span, .woof_products_top_panel2 li span {
    background-image: inherit;
}


 .iradio_square-blue {
    background-position: 0 0;
}

.iradio_square-blue.hover {
    background-position: -24px 0;
}

.iradio_square-blue.checked {
    background-position: -48px 0;
}

.iradio_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}

.iradio_square-blue.checked.disabled {
    background-position: -96px 0;
}

.count_pagination p {
    padding-bottom: 20px;
    width: 443px;
    display: inline-block;
    border-bottom: 4px solid #D9D9D9;
    position: relative;
}
.count_pagination {
    text-align: center;
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-bottom: 15px;
    transform: translate( -50%, 0%);
}
.count_pagination p:after {
    content: "";
    width: 153px;
    background: #000;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -2.7px;
    left: 0;
}
.lmp_products_loading, .lmp_load_more_button{
	margin-top: 55px;
}
.lmp_products_loading, .lmp_load_more_button {
    margin-top: 0px;
}
.right_archive ul.products.columns-3{
	margin: 0 0 5em;
}

.woof_products_top_panel li span{
	padding-right: 0;
}

















.berocket_lgv_list .woocommerce ul.products li.product .button{
	display: none;
}

input:focus::placeholder, textarea:focus::placeholder {
color: transparent;
}

.woocommerce ul.products li.product .button{
	display: none;
}


.product span.onsale{
	display: none;
}

#home_bnnr_slider .desktop_view{
	display: block;
}
#home_bnnr_slider .mobile_view{
	display: none;
}
.mbb_silder{
	display: none;
}
.ddesktop{
	display: block;
}
.mmbb_silder{
	display: none;
}
.ddessktop {
	display: block;
}
.search_dest_sect{
	display: inline-block;
}
.search_mb_sect{
	display: none;
}

h3.mob-dis {
    display: none;
}
span.cross{
	display: none;
}
/************************************************Responsive_Css******************************************************/

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

.mmbb_silder{
	display: block;
	width: auto;
}
.ddessktop {
	display: none;
}
.search_dest_sect{
	display: none !important;
}
.search_mb_sect{
	display: block;
}




#home_bnnr_slider .desktop_view{
	display: none;
}
#home_bnnr_slider .mobile_view{
	display: block;
}
.left_socl_h{
	display: none;
}
.main-navigation{
	display: none;
}
.mbb_silder{
	display: block;
}
.ddesktop{
	display: none;
}


#respond textarea {
    width: 100% !important;
}

.banner_contant h3{
	font-size: 50px;
	line-height: 60px;
	margin: 0;
}

.banner_contant span{
	font-size: 30px;
	line-height: 35px;
}
.banner_btn a{
	line-height: 45px;
	height: 45px;
	width: 150px;
	font-size: 20px;
}
.reptinr_hmsld {
    border: 0;
}
#buttm_mobile_viwe.owl-carousel .owl-item img {
    margin-right: 10px;
}
#buttm_mobile_viwe.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
#buttm_mobile_viwe .owl-nav {
    position: relative;
    display: block;
}
#buttm_mobile_viwe button.owl-prev {
    position: absolute;
    top: -47px;
    left: 15px;
    outline: none;
}
#buttm_mobile_viwe span {
    color: #000;
    font-size: 18px;
}
#buttm_mobile_viwe button.owl-next {
    position: absolute;
    top: -47px;
    right: 15px;
    outline: none;
}

.featured_products h3 {
	font-size: 35px;
}
.featured_products ul li {
    width: 100% !important;
}
.featured_products .owl-nav{
	display: none;
}
.kitch_inr img {
    width: 100%;
    
}
.rpt_row .col-md-4, .rpt_row .col-md-8{
	margin-bottom: 25px;
}
.instagram_main{
	margin-top: 20px;
	margin-bottom: 60px;
}
.kitch_inr h4{
	font-size: 25px;
}
.our_story_cont h3{
	font-size: 33px;
}
.our_story_cont {
    margin-top: 35px;
}
.our_story_cont h4{
	font-size: 20px;
}
.featured_products{
	margin-top: 45px;
}
.cont_instarg h3 {
	font-size: 22px;

}
#instagram_slider .owl-nav{
	display: none;
}
.second-section-footer {
    padding-left: 15px;
}
.third-section-footer {
    padding-left: 15px;
}

.footer_top h3 {
	margin-top: 40px;
}

.copy_right p{
	text-align: center;
}
.f_right_img{
	text-align: center;
}
.f_right_img img {
	margin-top: 15px;
	float: none;
}


/**/
html body div#wprmenu_bar {
    top: 37px;
    position: absolute;
    height: 28px;
    background: transparent;
    /* z-index: 9; */
    z-index: 1;
    width: 31px;
    margin: 0;
    padding: 0;
    left: 15px;
}
#wprmenu_bar div.hamburger{
	margin-top: 0;
}
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#wprmenu_menu_ul{
	padding: 0;
}
#mg-wprm-wrap ul li {
    display: block;
}
#mg-wprm-wrap ul li {
    padding: 0px;
    background-color: #000000;
    border-bottom: 1px solid #fff;
}
html {
    padding-top: 0px !important;
}
html.wprmenu-body-fixed body {
    position: inherit !important;
}
.cbp-spmenu-push-toright {
    left: auto !important;
}
.cbp-spmenu {
    position: absolute;
}

.logo_sect img {
    max-width: 70px;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 110px !important;
}
#mg-wprm-wrap li.current-menu-item > a {
    background: #000;
}

#mg-wprm-wrap li.menu-item a {
    padding: 20px 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0 0 1.992em !important;
}

.featured_btn a{
	font-size: 14px;
}



div#shop-search-bar{
	left: 0;
    top: 26px;
    right: inherit;
}


#home_bnnr_slider .owl-nav button.owl-prev span{
	line-height: 34px;
    height: 40px;
    width: 40px;
    font-size: 35px;
}
#home_bnnr_slider .owl-nav button.owl-next span{
	line-height: 34px;
    height: 40px;
    width: 40px;
    font-size: 35px;
}




.mob-dis:before {
    content: url(images/filter.svg);
    margin-right: 10px;
    vertical-align: middle;
}
h3.mob-dis {
    display: inline-block;
}
.mob-dis {
    display: inline-block;
    padding: 6px 0px;
    margin: 0 0 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #000000;
}
.hid {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 90%;
    padding: 20px 30px 20px 30px;
    overflow: scroll;
    height: 100vh;
    display: none;
}
.hid:before {
    content: "";
    right: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    position: fixed;
}
.grid-panelsection .woocommerce-result-count{
	display: none;
}
.grid-panelsection .berocket_lgv_widget{
	display: none;
}
.woocommerce-ordering {
    position: absolute;
    right: 15px;
    top: -40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #000000;
}
.woocommerce-ordering {
    z-index: inherit;
}
span.cross {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
    display: block;
}


.banner_contant_about h3{
	font-size: 50px;
	line-height: 40px;
	margin: 0;
}
.bread-us p{
	font-size: 18px;
}
.contact_section{
	margin-top: 50px;
    margin-bottom: 50px;
}
.touch-with h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.contact-connt h2{
	font-size: 30px;
	line-height: 40px;
}
.contact-connt p{
	font-size: 16px;
    line-height: 35px;
}


.map_sectt{
	margin-top: 40px;
}
.contact-section-form {
    margin-bottom: 50px;
}


/**/
.about_contant-max{
	margin-top: 50px;
}
.ab-home-conttt{
	margin-top: 35px;
}
.ab-home-conttt h1{
	font-size: 35px;
}
.ab-home-conttt h4{
	font-size: 20px;
}
.ab-home-conttt p{
	font-size: 16px;
}
.inpsum-about h2{
	font-size: 35px;
}
.about_contant-max{
	margin-bottom: 30px;
}
.inpsum-about p{
	font-size: 16px;
}
.ipsum-dolor {
    margin-bottom: 15px;
}
.about-image-last {
    margin-bottom: 50px;
}


.related.products h3{
	font-size: 35px;
	margin: 50px 0 30px;
}

input#wp-comment-cookies-consent {
    width: 3% !important;
    vertical-align: top;
    margin-top: 10px;
    height: auto !important;
}
.woocommerce #review_form #respond p label {
    width: 90%;
}
.woocommerce #review_form #respond textarea {
    width: 50%;
    display: block;
    height: 150px;
}
div#review_form input {
    width: 100%;
    height: 40px;
}
.woocommerce #review_form #respond textarea {
    width: 100%;
}
.comment-form-cookies-consent label {
    font-size: 14px;
    line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding-right: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce #payment #place_order {
	width: auto;
}
#customer_details h3{
	font-size: 26px;
}
#ship-to-different-address span{
	font-size: 26px;
}
.touch-with {
    padding: 0;
}
.woocommerce #review_form #respond .form-submit input{
	width: auto;
}
.woof_products_top_panel li{
	margin-bottom: 10px !important;
}


}








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

.banner_contant h3 {
    font-size: 32px;
    line-height: 50px;
    
}
.banner_contant span {
    font-size: 22px;
    line-height: 30px;
}
.featured_products h3 {
    font-size: 26px;
}
.kitch_inr h4 {
    font-size: 22px;
}
.our_story_cont h3 {
    font-size: 28px;
}
.our_story_cont p{
	font-size: 15px;
}
.featured_btn a, .our_story_cont a{
	font-size: 15px;
	padding: 12px 25px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100% !important;
}
.woocommerce .woocommerce-ordering select{
	font-size: 14px;
}
.lmp_products_loading, .lmp_load_more_button a{
	font-size: 14px !important;
}

.woocommerce div.product .product_title{
	font-size: 25px;
}
.entry-summary .woocommerce-Price-amount.amount{
	font-size: 25px;
}
.woocommerce .product form.cart button.single_add_to_cart_button{
	font-size: 15px;
	padding: 0 20px;
}
.woocommerce-product-share a{
	font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 0 25px 0 0;
}

.related.products h3{
	font-size: 28px;
	margin: 40px 0 20px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb a{
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding-right: 0;
}

.woocommerce-cart .actions .coupon button.button{
	margin-left: 0;
}
.banner_section-about img{
	height: 145px;
}
.ab-home-conttt h1 {
    font-size: 30px;
}
.inpsum-about h2{
	font-size: 30px;
}
.contact-connt ul li span{
	margin-top: 4px;
}
.count_pagination p {
    max-width: 300px;
}	
}




@media (min-width: 768px) and (max-width: 991px){

.main-navigation li {
    margin-right: 18px;
}
.main-navigation a{
	font-size: 13px;
}
.banner_contant h3{
	font-size: 50px;
	line-height: 40px;
}
.banner_contant span{
	font-size: 35px;
	line-height: 35px;
}
.banner_btn a{
	width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.featured_products h3{
	font-size: 35px;
}
.featured_products{
	margin-top: 45px;
}
.header-butm a{
	font-size: 15px;
}
.kitch_inr h4{
	font-size: 25px;
}
.kitch_inr a{
	font-size: 12px;
	padding: 10px 15px;
}
.featured_products .owl-nav{
	display: none; 
}
.instagram_main{
	margin-top: 45px;
	margin-bottom: 60px;
}
.instagram_main .owl-nav{
	display: none;
}
.our_story_cont h3{
	font-size: 35px;
}
.our_story_cont h4{
	font-size: 20px;
}
.second-section-footer {
    padding-left: 15px;
}
.third-section-footer {
    padding-left: 15px;
    margin-top: 25px;
}
.forth_sect{
	margin-top: 25px;
}

/**/

.woof_container_inner h4{
	font-size: 15px;
}
.woof_list label{
	font-size: 12px;
}
.woocommerce ul.products li.product .price{
	font-size: 16px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size: 14px;
}
.woocommerce ul.products li.product .button{
	font-size: 14px;
}
.grid-panelsection .woocommerce-result-count{
	margin: 0;
	font-size: 14px;
}



.banner_contant_about h3{
	font-size: 50px;
	line-height: 40px;
}
.bread-us p{
	font-size: 18px;
}
.contact_section{
	margin-top: 50px;
    margin-bottom: 50px;
}
.touch-with h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.contact-connt h2{
	font-size: 30px;
	line-height: 40px;
}
.contact-connt p{
	font-size: 16px;
    line-height: 35px;
}


.map_sectt{
	margin-top: 40px;
}
.contact-section-form {
    margin-bottom: 50px;
}


/**/
.about_contant-max{
	margin-top: 50px;
}
.ab-home-conttt{
	margin-top: 35px;
}
.ab-home-conttt h1{
	font-size: 35px;
}
.ab-home-conttt h4{
	font-size: 20px;
}
.ab-home-conttt p{
	font-size: 16px;
}
.inpsum-about h2{
	font-size: 35px;
}
.about_contant-max{
	margin-bottom: 30px;
}
.inpsum-about p{
	font-size: 16px;
}
.ipsum-dolor {
    margin-bottom: 15px;
}
.about-image-last {
    margin-bottom: 50px;
}


.woocommerce .product form.cart button.single_add_to_cart_button{
	padding: 0 30px;
}
.related.products h3{
	font-size: 35px;
	margin: 50px 0 30px;
}
.entry-summary .woocommerce-Price-amount.amount{
	font-size: 26px;
}


}



@media (min-width: 992px) and (max-width: 1199px){

.main-navigation li {
    margin-right: 25px;
}

.banner_contant h3{
	font-size: 65px;

}

.banner_btn a{
	width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.featured_products h3{
	font-size: 35px;
}
.featured_products{
	margin-top: 45px;
}
.header-butm a{
	font-size: 15px;
}
.kitch_inr h4{
	font-size: 25px;
}
.kitch_inr a{
	font-size: 12px;
	padding: 10px 15px;
}
.featured_products .owl-nav{
	display: none; 
}
.instagram_main{
	margin-top: 45px;
	margin-bottom: 60px;
}
.instagram_main .owl-nav{
	display: none;
}
.our_story_cont h3{
	font-size: 35px;
}
.our_story_cont h4{
	font-size: 20px;
}
.forth_sect li a{
	font-size: 14px;
}
.footer_top li{
	font-size: 14px;
}

.contact-connt ul li strong{
	font-size: 18px;
}
.contact-connt h2{
	font-size: 35px;
}
.contact_section{
	margin-top: 70px;
    margin-bottom: 75px;
}
.touch-with h2{
	font-size: 35px;
}
.contact-section-form {
    margin-bottom: 70px;
}


/**/
.about_contant-max{
	margin-top: 70px;
}
.ab-home-conttt{
	margin-top: 35px;
}
.ab-home-conttt h1{
	font-size: 35px;
}
.ab-home-conttt h4{
	font-size: 20px;
}
.ab-home-conttt p{
	font-size: 16px;
}
.inpsum-about h2{
	font-size: 35px;
}
.about_contant-max{
	margin-bottom: 30px;
}
.inpsum-about p{
	font-size: 16px;
}
.ipsum-dolor {
    margin-bottom: 15px;
}
.about-image-last {
    margin-bottom: 70px;
}

.woocommerce .product form.cart button.single_add_to_cart_button{
	padding: 0 30px;
}
.related.products h3{
	font-size: 35px;
	margin: 50px 0 30px;
}
.entry-summary .woocommerce-Price-amount.amount{
	font-size: 26px;
}


}



@media (min-width: 1200px) and (max-width: 1349px){

.featured_products{
	margin-top: 60px;
}
.banner_contant h3{
	font-size: 70px;
}
.instagram_main{
	margin-top: 60px;
	margin-bottom: 65px;
}
.featured_products .owl-nav{
	display: none; 
}
.instagram_main .owl-nav{
	display: none;
}

}



@media (max-width: 1800px) and (min-width: 1350px){
	.container {
    width: 90%;
}



}




@media (max-width: 768px){
	.slider.wpgis-slider-for{
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
}
}
@media (max-width: 500px){
	.slider.wpgis-slider-for{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}
}
@media (min-width: 768px){
	.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
    text-align: inherit;
}
.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id){
	display:  inherit !important;
}
}

#wpgis-gallery .slick-current.slick-active{
	border: 1px solid #FFB0B1;
}





/* ================================
   Related Products Fix
================================ */

.single-product section.related.products,
.single-product .related.products {
	max-width: 1140px;
	margin: 60px auto 0;
	padding: 0 15px;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

.single-product section.related.products > h2,
.single-product section.related.products > h3,
.single-product .related.products > h2,
.single-product .related.products > h3 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: #000;
}

/* Force Related Products into grid */
.single-product section.related.products ul.products,
.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
}

/* Reset WooCommerce and BeRocket item styles */
.single-product section.related.products ul.products li.product,
.single-product .related.products ul.products li.product,
.single-product section.related.products ul.products li.berocket_lgv_grid,
.single-product section.related.products ul.products li.berocket_lgv_list_grid,
.single-product .related.products ul.products li.berocket_lgv_grid,
.single-product .related.products ul.products li.berocket_lgv_list_grid {
	width: auto !important;
	max-width: 100% !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	display: block !important;
	box-sizing: border-box;
}

/* Product link */
.single-product section.related.products ul.products li.product a.woocommerce-LoopProduct-link,
.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

/* Product image */
.single-product section.related.products ul.products li.product img,
.single-product .related.products ul.products li.product img {
	width: 100% !important;
	height: 280px !important;
	object-fit: contain;
	background: #f7f7f7;
	display: block;
	margin: 0 0 15px !important;
	padding: 0;
}

/* Hide BeRocket extra list-view content inside Related Products */
.single-product section.related.products .berocket_lgv_additional_data,
.single-product .related.products .berocket_lgv_additional_data,
.single-product section.related.products .lgv_description,
.single-product .related.products .lgv_description,
.single-product section.related.products .lgv_meta,
.single-product .related.products .lgv_meta,
.single-product section.related.products .lgv_price,
.single-product .related.products .lgv_price,
.single-product section.related.products .lmp_load_more_button,
.single-product .related.products .lmp_load_more_button {
	display: none !important;
}

/* Product title */
.single-product section.related.products .woocommerce-loop-product__title,
.single-product .related.products .woocommerce-loop-product__title {
	font-size: 15px;
	line-height: 1.4;
	margin: 10px 0 6px;
	color: #000;
	text-align: center;
	font-weight: 500;
}

/* Price */
.single-product section.related.products .price,
.single-product .related.products .price {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0;
}

.single-product section.related.products .price del,
.single-product .related.products .price del {
	opacity: 0.6;
	margin-right: 5px;
}

.single-product section.related.products .price ins,
.single-product .related.products .price ins {
	text-decoration: none;
}

/* Rating */
.single-product section.related.products .star-rating,
.single-product .related.products .star-rating {
	margin: 0 auto 8px;
}

/* Sale badge */
.single-product section.related.products span.onsale,
.single-product .related.products span.onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

/* Add to cart button */
.single-product section.related.products .button,
.single-product section.related.products .add_to_cart_button,
.single-product .related.products .button,
.single-product .related.products .add_to_cart_button {
	margin-top: 12px;
	display: inline-block;
}

/* ================================
   Responsive Related Products
================================ */

@media (max-width: 1199px) {
	.single-product section.related.products ul.products,
	.single-product .related.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.single-product section.related.products,
	.single-product .related.products {
		margin-top: 40px;
	}

	.single-product section.related.products ul.products,
	.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.single-product section.related.products ul.products li.product img,
	.single-product .related.products ul.products li.product img {
		height: 220px !important;
	}
}

@media (max-width: 480px) {
	.single-product section.related.products ul.products,
	.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}

	.single-product section.related.products ul.products li.product img,
	.single-product .related.products ul.products li.product img {
		height: 260px !important;
	}
}