/*Theme Name: Unite
Theme URI: http://colorlib.com/wp/unite
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Unite is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. It's now available in German and French. Theme features fancy image slider, SEO friendly structure, logo support, social links and widgetized homepage.  This theme was built to be used for wedding related websites but can be tweaked to be used as any other image-centric blog such as travel. Unite theme now supports WooCommerce to create your own eStore.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments
This theme, like WordPress, is licensed under the GPL.
Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.*/
/* =Global----------------------------------------------- */
body {
	color: #6b6b6b;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
}

a {
	color: #00224f;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 100;
	color: #00224f;
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ddd;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content  ----------------------------------------------- */
/* .sticky {  } */
.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/* =Asides
  ----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media  ----------------------------------------------- */

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

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

.site-main .gallery {
	margin-bottom: 1.5em;
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

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

/* =Widgets  ----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget>ul>li,
li.recentcomments {
	border-bottom: 1px solid #eee;
	position: relative;
	display: block;
	padding: 10px 15px;
}

.widget ul {
	padding: 10px 10px;
}

.widget-title {
	border-bottom: 1px solid #eee;
}

.widget ul.nav.nav-tabs {
	padding: 0;
}

.tab-content ul li {
	list-style: none;
}

.tab-content .tab-thumb {
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	float: left;
	line-height: 0px;
	width: 60px;
	height: 60px;
}

.tab-content li {
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 8px;
	padding: 0 0 6px;
}

.tab-content .tab-entry {
	display: block;
}

.tab-content>.active {
	border: 1px solid #ddd;
	border-top: none;
}

.tab-content ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tab-content .tab-entry {
	font-weight: 600;
	font-size: 14px;
}

.tab-comment {
	font-size: 18px;
	padding: 0 10px;
}

.nav-tabs>li>a {
	border-bottom-color: transparent;
	text-transform: uppercase;
}

.tab-content i {
	font-size: 12px;
}

.tab-thumb.thumbnail {
	margin-bottom: 5px;
}

.tab-content #messages li:before {
	content: "\f0e5";
	font-family: fontawesome;
	float: left;
	padding-right: 10px;
	font-size: 20px;
	color: #00224f;
}

.btn-primary,
.label-primary {
	background-color: #00224f;
	border-color: #00224f;
}

.btn-primary:hover,
.label-primary[href]:hover,
.label-primary[href]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
	background-color: #00224f;
	border-color: #00224f;
}

.widget .input-group {
	width: 110%;
}

/* =Infinite Scroll  ----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	display: block;
	text-align: center;
	font-size: 18px !important;
	margin-bottom: 20px;
	border-radius: 4px !important;
	padding: 12px !important;
	background: transparent !important;
	border: 1px solid #ddd;
	color: #00224f !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#infinite-handle span:hover {
	background-color: #00224f !important;
	color: #fff !important;
}

/* =Custom Styles  ----------------------------------------------- */
.product-category h3 {
	display: none;
}

.social-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-description {
	color: #777;
	font-weight: 200;
	font-size: 16px;
}

.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation  ----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #ddd;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}

.site-main [class*="navigation"] a:hover,
.more-link:hover {
	color: #fff;
	background: #00224f;
	text-decoration: none;
}

.more-link {
	float: right;
	margin: 10px 0;
}

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	float: left;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}

.navbar.navbar-default {
	background-color: #00224f;
	font-weight: 200;
}

.navbar-default .navbar-nav>li>a {
	color: #a19a7a;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-left: none;
}

.navbar {
	border-radius: 0;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a {
	padding: 18px 20px;
	color: #fff;
}

.dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #00224f;
	border: none;
}

.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
}

.navbar-nav>li>a {
	padding: 8px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* =Comments  ----------------------------------------------- */

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

#respond {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0px !important;
}

#respond>p,
#respond p.comment-notes,
p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px !important;
	margin-left: 0px !important;
	padding-left: 0;
}

.comment-list li {
	list-style: none !important;
}

.comment .comment-body {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	padding-left: 116px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	border-color: #eee;
	border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px !important;
	padding-left: 40px;
	border-left: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment>div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}

.vcard .avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

.comment-metadata {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

.comment-reply-link {
	float: right;
}

.form-allowed-tags code {
	word-wrap: break-word;
	white-space: inherit;
}

.comment-respond label {
	display: block;
	font-weight: normal;
}

.comment-respond .required {
	color: #c7254e;
}

/* =Post styling  ----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}

#main .page-header {
	margin-top: 0;
}

.entry-meta {
	text-transform: uppercase;
}

.entry-meta a {
	color: #6b6b6b;
}

.entry-meta .fa {
	font-size: 16px;
	margin-right: 3px;
	color: #00224f;
}

.entry-meta span {
	margin-right: 10px;
}

.entry-title {
	font-size: 24px;
	font-weight: 100;
	color: #00224f;
}

.btn.btn-primary.read-more {
	float: right;
	border: 1px solid #ddd;
	color: #00224f;
	background-color: transparent;
}

.btn.btn-primary.read-more:hover {
	color: #fff;
	background-color: #00224f;
}

.search .more-link {
	display: none;
}

hr.section-divider {
	height: 1px;
	background: #eee;
	position: relative;
	overflow: visible;
	z-index: 100;
	margin-top: 70px;
	margin-bottom: 70px;
}

hr.section-divider:after {
	z-index: 10000;
	content: "\f004";
	font-family: FontAwesome;
	color: #00224f;
	position: absolute;
	top: -23px;
	left: 50%;
	right: 50%;
	width: 40px;
	height: 30px;
	margin-left: -20px;
	font-size: 30px;
}

.entry-content {
	margin: 0;
}

/* =Attachment styling  ----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a {
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
}

#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
	background-color: #00224f;
	color: #fff;
}

#image-navigation .nav-previous,
#image-navigation .nav-next {
	margin: 10px 0;
}

/* =Footer  ----------------------------------------------- */

.footer-nav.nav>li {
	position: relative;
	display: inline-block;
}

.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}

.copyright {
	margin-top: 10px;
	float: right;
	text-align: right;
}

.footer-nav.nav>li>a:hover {
	background-color: transparent;
}

@media (max-width: 767px) {

	.site-info,
	.copyright {
		text-align: center;
	}

	.footer-nav.nav,
	.copyright {
		float: none;
	}

	.carousel-caption {
		display: none;
	}
}

/* =Social icons  ----------------------------------------------- */

#social {
	float: right;
	top: 55px;
	position: relative;
}

.widget #social {
	float: none;
	top: 0;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}

	.widget #social {
		float: none;
		top: 0;
	}
}

@media (max-width: 992px) {
	.site-branding {
		text-align: left;
	}

	#social {
		top: 0;
		float: none;
		text-align: center;
	}

	.side-pull-left .main-content-inner,
	.side-pull-right .main-content-inner {
		float: none;
	}
}

/* =Slider  ----------------------------------------------- */
.carousel-caption h4 {
	background: #00224f;
	background: rgba(84, 57, 126, 0.7);
	padding: 15px;
	color: #fff;
	max-width: 55%;
	margin-bottom: 4px;
}

.carousel-caption {
	left: 20px;
	text-align: left;
	padding-bottom: 20px;
}

.carousel-caption p {
	background: #555;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
	max-width: 50%;
}

.carousel {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 5px;
	}
}

/* =WooCommerce styling  ----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
	margin-right: 30px;
}

body label,
body .label {
	color: #6b6b6b;
}

/* Layout */
.side-pull-left #primary {
	float: left;
}

.side-pull-right #primary {
	float: right;
}

.no-sidebar #secondary,
.full-width #secondary {
	display: none;
}

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.full-width #primary {
	width: 100%;
}

/*** Custom Css ***/
.images .woocommerce-main-image.zoom {
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.price,
.quantity,
.single_add_to_cart_button,
.reset_variations {
	display: none !important;
}

.label {
	float: left;
	margin: 0 14px 0 0;
	width: 25%;
}

.variations_form.cart {
	margin: 10px 0px !important;
}

.value>select {
	width: 80%;
}

.label>label {
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: 100 !important;
	padding: 0 0 0 13px !important;
	text-align: left;
	width: 25%;
}

.value {
	float: left;
	width: 70%;
}

.menu_icon {
	display: none;
}

.very_imp {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 15px;
	min-height: 50px;
	padding: 9px 0;
	font-size: 13px;
	margin: 0px;
}

.nav.navbar-nav.navbar-right {
	display: none;
}

.product_container .page-title {
	border-bottom: 1px solid #eee;
	font-size: 2.6666em;
	padding-bottom: 13px;
}

.woocommerce ul.products li.product h3 {
	font-size: 14px;
	margin: 0;
}

.woocommerce ul.products li.product a img {
	box-shadow: none;
	display: block;
	margin: 0px;
	border-radius: 8px 8px 0 0;
	max-width: 300px;
	width: 100%;
	height: unset;
	object-fit: cover;
}

.woocommerce ul.products li.product h3 {
	font-size: 14px;
	margin: 0;
}

.product_container {
	width: 75%;
	float: left;
}

.left_side_bar {
	width: 24%;
	float: left;
	margin-right: 1%;
}

.full_container {
	width: 100%;
	float: left;
}

.search-form.form-inline {
	margin-top: 10px;
}

.entry-summary .entry-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.product_meta .meta_info {
	clear: both;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 7px 15px;
}

.meta_title {
	float: left;
	min-width: 25%;
	width: 50%;
	color: #00224f;
}

.header-area {
	background: #00224f none repeat scroll 0 0;
}

.woocommerce .woocommerce-breadcrumb {
	color: #777;
	font-size: 0.98em;
	margin: 0 0 20px;
	padding: 0;
}

.meta_info:nth-child(2n + 1) {
	background: #eee none repeat scroll 0 0;
}

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

.content_left span,
.content_left span a,
.content_right span a,
.content_right span {
	color: #fff;
}

.content_left span a:hover,
.content_right span a:hover {
	color: #d3bc6b;
}

.page-title,
.widget-title {
	font-size: 24px;
	margin-top: 0;
}

.social-header {
	margin-top: 50px;
	margin-bottom: 0px;
}

.widget-title {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.widget>ul>li,
li.recentcomments {
	padding: 5px 0;
}

.content_left {
	float: left;
	width: 40%;
	margin-left: 143px;
}

.footer-widget-title {
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
}

footer .site-info>div {
	text-align: center;
}

.address {
	display: inline-block;
	margin-right: 80px;
	padding: 39px 0 0;
	text-align: right;
}

.content_right {
	margin-right: -27px;
	text-align: right;
}

.social-header .address-row,
.social-header .address-row a {
	color: #a19a7a;
	float: right;
	margin: 0 0 0 10px;
	text-align: right;
}

.nopadding {
	padding: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
	text-decoration: none;
	color: #d3bf7b;
}

.btn.btn-danger {
	background: var(--golden) none repeat scroll 0 0;
	border: 1px solid var(--golden);
}

@media screen and (max-width: 1024px) {
	.header-outer .header-area .navbar .navbar-collapse .navbar-nav {
		gap: 8px !important;
	}

	.search-outer {
		max-width: 160px;
	}

	.header-outer {
		padding: 15px;
	}

	.nav:before,
	.nav:after,
	.navbar-collapse:before,
	.navbar-collapse::after {
		content: none !important;
	}

	.menu-header.navbar-default .navbar-nav li a {
		padding: 2px;
	}

	.social-header {
		margin-bottom: 0px;
		margin-top: 10px;
		display: block;
	}

	.site-branding {
		text-align: center;
	}

	body .header-outer .header-area .logo img {
		max-width: 90px;
	}
}

@media screen and (max-width: 768px) {
	.social-header {
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.search-form.form-inline {
		margin-bottom: 10px;
	}

	ul.products li.product {
		width: 48%;
		float: left;
		clear: both;
	}

	ul.products li.product:nth-child(2n) {
		float: right;
		clear: none;
	}

	.meta_title {
		width: 50% !important;
	}

	#primary .summary {
		float: right !important;
		width: 48% !important;
	}

	.nopadding form {
		float: right;
		width: 78% !important;
	}
}

@media (max-width: 767px) {
	.social-header {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.navbar-toggle {
		float: left;
	}

	.site-branding,
	.social-header {
		text-align: center !important;
	}

	.social-header .address-row,
	.social-header .address-row a {
		display: inline-block;
		float: none;
	}

	#primary .summary {
		float: right !important;
		width: 100% !important;
	}

	.meta_title {
		width: 50%;
	}

	.social-header .address-row,
	.social-header .address-row a {
		margin: 0px;
	}

	.social-header .address-row,
	.social-header .address-row a {
		text-align: center;
	}

	.jck-wt-all-images-wrap {
		float: left;
		width: 100% !important;
	}

	.bx-viewport {
		height: auto !important;
	}
}

@media (max-width: 480px) {}

@media only screen and (max-device-width: 572px) {
	.very_imp .gridlist-toggle {
		clear: none;
		float: right;
		padding: 0 !important;
		width: 16%;
		margin-right: -9px !important;
	}

	.woocommerce-ordering select {
		font-size: 90% !important;
	}

	.very_imp .woocommerce-result-count,
	.products-per-page,
	.woocommerce-ordering {
		float: left !important;
		width: 20%;
		text-align: left;
	}

	.very_imp .gridlist-toggle a {
		padding: 8px 6px;
		width: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.social-header {
		margin-bottom: 0px;
		margin-top: 37px;
	}
}

@media (max-width: 1199px) {
	/* .navbar-nav {
        display: none;
    } */

	.aside.scroll-bar.in {
		background: #00224f none repeat scroll 0 0;
	}

	.menu-item a {
		color: #a19a7a !important;
		width: auto;
		display: block;
	}

	.menu-item a:hover {
		color: #fff !important;
		background-color: rgba(0, 0, 0, 0.1) !important;
	}

	.current-menu-item a {
		background-color: rgba(0, 0, 0, 0.1) !important;
		color: #fff !important;
	}

	.aside-contents li a {
		padding: 20px 60px;
	}

	.aside-contents .menu {
		padding: 0;
	}

	.aside-contents li {
		margin: 5px 0;
		padding: 0 !important;
	}
}

/*** Custom Css END ***/
/** New css started here **/
.home,
.archive,
body.product-template-default,
body.page-template {
	padding: 0 !important;
}

#wnb-bar {
	position: relative !important;
	top: 0 !important;
	background-color: #bf9b42 !important;
	background-image: none !important;
}

.site .site-content {
	width: 100%;
	background: #fff;
	float: left;
}

.content-area .woocommerce ul.products li.product a h2 {
	position: absolute !important;
	top: 0;
	left: 0;
	height: fit-content;
	height: fit-content;
	border-radius: 0 0 8px 0;
}

.content-area .woocommerce ul.products li.product a {
	margin-bottom: 0 !important;
}

.woocommerce .products {
	margin-bottom: 0;
	grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
	display: grid;
	gap: 30px;
	margin-bottom: 0;
}

.woocommerce .products .product-category.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 100%;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 #00224f38, 0 2px 20px 0 #00224f38;
	overflow: hidden;
}

.mark,
mark {
	background-color: transparent;
	font-weight: 100;
	font-size: 15px;
	color: var(--white);
}

.woocommerce .products .product-category.product .woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	gap: 4px;
	padding: 10px 25px !important;
	border-top: 1px solid #cccccc80;
}

.very_imp {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.very_imp .woocommerce-ordering,
.very_imp p.woocommerce-result-count,
.hentry,
.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
}

.very_imp .gridlist-toggle {
	width: fit-content;
	display: flex;
	padding: 0 !important;
}

.very_imp .gridlist-toggle a {
	padding: 9px 12px 8px 12px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.very_imp .gridlist-toggle a:first-child {
	border-right: 1px solid #00224f1c;
}

.very_imp .form-wppp-select,
.very_imp .woocommerce-ordering {
	margin-right: 24px;
	max-width: 250px;
	width: 100%;
}

.product-meta {
	color: #00224f;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	gap: 8px;
	padding: 15px;
	border-top: 1px solid #cccccc80;
	padding-bottom: 0;
}

.product-weight {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px;
	padding-top: 0;
}

.woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #fff;
}

.woocommerce ul.products li.product a h2 {
	padding: 6px 4px !important;
	background: var(--golden);
	border-radius: 3px;
	max-width: 90%;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 10px;
}

.woocommerce ul.products li.product strong {
	color: var(--green);
}

select {
	height: 34px;
	border-radius: 3px;
	border: 1px solid #00224f80;
	width: 100%;
	padding: 0 6px;
}

.woocommerce nav.woocommerce-pagination ul::after,
.woocommerce nav.woocommerce-pagination ul::before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb::before,
.woocommerce ul.products::before,
.row::after,
.row::before,
.entry-content::after,
.entry-content::before,
header::before,
header::after,
.navbar::before,
.navbar::after {
	content: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: flex;
	gap: 4px;
	color: #00224f;
	font-size: 1.8rem;
}

.page.type-page.status-publish .products {
	grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
}

.page.type-page.status-publish .products img,
.product-info {
	max-width: 100%;
}

.status-publish .images,
.status-publish .summary.entry-summary {
	width: 50% !important;
	margin: 0 !important;
}

.page.type-page.status-publish {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.site-footer,
.site-footer .site-info {
	float: left;
	width: 100%;
}

.site-info {
	padding: 40px 60px;
}

.site-footer .footer-widget .footer-widget-title {
	text-align: start;
	margin: 0 0 20px 0 !important;
}

.site-footer .footer-widget .textwidget,
.text-right {
	text-align: start;
}

.site-footer .footer-widget.footer-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer .footer-widget.footer-4 .footer-widget-title,
.site-footer .footer-widget.footer-4 .menu-legal-container {
	max-width: 110px;
	width: 100%;
}

.site-footer .footer-widget.footer-4 .menu-legal-container ul.nav {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: start;
	gap: 8px;
}

.site-footer .footer-widget.footer-4 .menu-legal-container ul.nav li {
	display: flex;
	align-items: center;
	width: 100%;
}

.site-footer .footer-widget.footer-4 .menu-legal-container ul.nav li a {
	display: flex;
	padding: 0 !important;
	width: 100%;
}

html,
.site-footer {
	margin: 0 !important;
}

.entry-title {
	margin-top: 0;
}

#secondary.widget-area {
	max-width: 20%;
	width: 100%;
}

.content-wrapper {
	width: 100%;
}

.fl {
	float: left;
}

.w-100,
.content-area,
.page.type-page.status-publish .entry-header.page-header,
.very_imp p.woocommerce-result-count {
	width: 100%;
}

.d-flex {
	display: flex;
}

.align-end {
	align-items: end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.wrapper-outer {
	gap: 25px;
	padding: 50px;
}

.yith-wcan-list.yith-wcan li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yith-wcan-list.yith-wcan li .clear {
	display: none;
}

/** New css end here **/

/** Variable **/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
	--green: #033631;
	--black: #000000;
	--white: #ffffff;
	--golden: #bf9b42;
	--golden-light: #fbde97;
	font-family: "Inter", sans-serif;
}

.w55 {
	max-width: 55%;
	width: 100%;
}

body {
	float: left;
	width: 100%;
	height: 100%;
}

body.home .info-msg,
body.archive .info-msg,
body.product-template-default .info-msg,
body.page-template .info-msg {
	padding: 12px;
	background: var(--white);
	display: flex;
	justify-content: center;
}

body.home .info-msg span {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: var(--green);
	text-align: center;
}

.header-outer {
	display: flex;
	flex-direction: column;
	background: var(--green);
	padding: 15px 30px;
	gap: 15px;
}

.header-outer .header-area {
	background: transparent;
}

.header-outer .header-area .logo img {
	max-width:110px;
}

.header-outer .header-area .navbar {
	margin-bottom: 0;
	min-height: unset;
	display: flex;
	justify-content: center;
	background: transparent;
}

.header-outer .header-area .site-branding {
	display: flex;
	align-items: center;
}

.header-outer .header-area .navbar .navbar-collapse {
	display: flex;
}

.header-outer .header-area .navbar .navbar-collapse .navbar-nav {
	width: 100%;
	display: flex;
	gap: 16px;
}

.header-outer .header-area .navbar .navbar-collapse .nav.navbar-nav.navbar-right {
	display: none;
}

.header-outer .header-area .navbar .navbar-collapse .navbar-nav .menu-item a {
	color: var(--white);
	border: 0;
	box-shadow: none;
	font-size: 14px;
}

.header-outer .header-area .navbar .navbar-collapse .navbar-nav .menu-item.current-menu-item {
	background: transparent;
	border-bottom: 2px solid var(--golden);
}

.header-outer .header-area .navbar .navbar-collapse .navbar-nav .menu-item.current-menu-item a,
.header-outer .header-area .navbar .navbar-collapse .navbar-nav .menu-item a:hover {
	background: transparent;
	color: var(--golden);
}

.search-outer {
	height: 34px;
}

.search-outer input {
	height: 100%;
}

.site-footer {
	background: var(--green);
	padding: 0;
}

.site-footer .site-info {
	padding: 50px 100px;
}

.site-footer .site-info .footer-widget-title {
	font-size: 22px;
	color: var(--white);
}

.site-footer .site-info .textwidget,
.site-footer .site-info .textwidget {
	font-size: 12px;
	color: var(--white);
}

.flex-column {
	flex-direction: column;
}

.site-footer .site-info .textwidget a {
	font-size: 12px;
	color: var(--golden);
	text-decoration: underline;
}

.site-footer .site-info .footer-widget .nav li a {
	color: var(--white);
	font-size: 14px;
}

/* Card css */
.Shop_By_Color {
	padding: 30px;
}

.card-outer {
	display: grid;
	float: left;
	grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
	gap: 30px;
}

.heading {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}

.card-outline {
	background: var(--green);
	border: 3px solid var(--green);
}

.card-outline img,
.card img {
	max-width: 300px;
	width: 100%;
}

.card-outer p,
.card-outer p {
	color: var(--white);
	margin: 0;
	text-align: center;
	padding: 4px;
	font-size: 24px;
}

.Material_Type,
.Shop_For {
	padding: 30px;
	background: var(--golden-light);
}

.Material_Type .card-outer,
.Shop_For .card-outer {
	display: flex;
	justify-content: center;
}

.Material_Type .card-outer .card .img-outer {
	background: var(--white);
	display: flex;
	justify-content: center;
	border-radius: 16px;
	padding: 8px;
}

.Shop_For .card-outer .card .img-outer {
	background: var(--green);
	display: flex;
	justify-content: center;
	border-radius: 70% 70% 0 0;
	padding: 8px;
	position: relative;
	min-width: 300px;
	height: 100%;
	min-height: 320px;
	max-height: 350px;
}

.Shop_For {
	padding-top: 100px !important;
}

.Shop_For .card-outer {
	position: relative;
	gap: 200px;
}

.Shop_For .card-outer .card button {
	position: absolute;
	background: var(--golden);
	padding: 10px 40px;
	color: var(--white);
	border-radius: 30px;
	border: 0;
	bottom: 25px;
	font-size: 22px;
}

.btn-default.btn-primary {
	background: var(--golden);
	padding: 10px 40px;
	color: var(--white);
	border-radius: 30px;
	border: 0;
	font-size: 22px;
}

.Shop_For .card-outer .card .img-outer img {
	position: absolute;
	bottom: 0;
	max-width: 270px;
	width: 100%;
}

.text-dark {
	color: var(--black) !important;
}

.text-light {
	color: var(--white) !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-20 {
	margin-top: 20px;
}

.align-center {
	align-items: center;
}

.text-left {
	text-align: left;
}

.n2-ss-slider .n2-ss-slide-background-image img {
	object-fit: fill !important;
}

div#n2-ss-1 .n2-ss-slide-limiter {
	max-width: 100% !important;
}

.n2_clear,
.alignnormal {
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

.n2_clear>*,
.alignnormal>* {
	float: left;
	width: 100%;
	height: 300px;
}

.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
	height: 300px !important;
}

.metaslider .flexslider .slides li img {
	float: left;
	width: 100%;
	height: 300px;
	object-fit: fill;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item img,
.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-post-carousel .wpcp-single-item img,
.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-product-carousel .wpcp-single-item img {
	width: 100%;
}

.wpcp-carousel-section.nav-vertical-center {
	margin: 0 !important;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item img,
.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-post-carousel .wpcp-single-item img,
.wpcp-carousel-wrapper .wpcp-carousel-section.wpcp-product-carousel .wpcp-single-item img {
	transform: unset !important;
}

#sp-wp-carousel-free-id-21289.sp-wpcp-21289 .wpcp-single-item {
	border: 0 !important;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
	left: 30px !important;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-prev,
.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-next {
	background: var(--golden) !important;
	border-radius: 50%;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-prev i,
.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-next i {
	color: var(--white) !important;
	font-size: 20px;
}

.wpcp-carousel-wrapper .wpcp-carousel-section.nav-vertical-center .swiper-button-next {
	right: 30px !important;
}

.wpcp-carousel-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.wpcp-carousel-section .wpcp-swiper-dots {
	bottom: 10px !important;
	margin: 0 !important;
}

.slider .wpcp-carousel-wrapper .swiper-slide {
	background-color: var(--white);
	box-shadow: 0 0 13px 4px #e0a44c38;
	margin: 10px 0;
	border-radius: 8px;
}

div:has(.wpcp-carousel-wrapper),
.wpcp-carousel-wrapper>* {
	float: left;
	width: 100%;
}

.icon-outer {
	background: var(--golden);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}

.icon-outer i {
	font-size: 16px;
	line-height: 0;
}

.gap-8 {
	gap: 8px;
}

.text-primary,
.widget-title,
.page-title,
.entry-title,
.woocommerce .woocommerce-breadcrumb {
	color: var(--green);
}

.meta_data p {
	margin: 0;
}

.wpcp-carousel-section .wpcp-single-item img {
	margin: 0 auto;
	max-width: 100%;
	box-shadow: none;
	object-fit: contain;
}

.wpcp-single-item {
	border: 0 !important;
}

@media (max-width: 768px) {
	.menu_icon {
		display: block;
	}

	.menu-header .toggle_group {
		float: left;
		display: flex;
		width: 100%;
	}

	.header-outer .header-area .navbar .navbar-collapse {
		display: none !important;
	}

	.menu-header .toggle_group img {
		max-width: 30px !important;
		width: 100%;
	}

	.header-outer .header-area .site-branding {
		gap: 15px;
	}

	body .header-outer .header-area .logo img {
		max-width: 80px !important;
	}

	.aside .aside-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.aside.scroll-bar.in {
		z-index: 99999;
		background: var(--green);
		min-width: 250px;
		overflow: unset;
	}

	.aside .aside-contents {
		overflow: auto;
		height: calc(100vh - 81px);
	}

	.aside .aside-header,
	.aside .aside-contents {
		float: left;
		width: 100%;
		padding: 20px !important;

	}

	.aside .aside-contents ul {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.aside .aside-contents li {
		margin: 0;
	}

	.aside .aside-contents li a {
		border-radius: 4px;
		padding: 13px 20px;
		display: flex;
		align-content: center;
		line-height: normal;
	}

	.heading {
		font-size: 20px;
	}

	.card-outer {
		gap: 10px;
	}

	.card-outer p,
	.card-outer p {
		font-size: 15px;
	}

	.Shop_For .card-outer .card .img-outer {
		min-width: 180px;
		min-height: 190px;
		max-height: 350px;
		border-radius: 120% 120% 0 0;
	}

	.Shop_For .card-outer .card button {
		padding: 10px 20px;
		font-size: 15px;
	}

	.Shop_For {
		padding-top: 50px !important;
	}

	.site-info.container {
		padding: 40px !important;

	}

	.site-info.container .row {
		display: flex;
	}

	.site-info.container .col-md-4 {
		width: 33.33333333%;
	}

	.wrapper-outer {
		padding: 30px;
		gap: 10px;
	}

	.page-title,
	.widget-title {
		font-size: 18px;
		margin-top: 0;
	}

	.widget ul {
		padding: 6px;
	}

	.widget ul li .very_imp p.woocommerce-result-count {
		padding: 0;
		font-size: 12px;
	}

	.very_imp .form-wppp-select,
	.very_imp .woocommerce-ordering {
		margin-right: 12px;
		max-width: 230px;
	}

	.woocommerce .products {
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
		gap: 20px;
	}

	.product-meta {
		font-size: 15px;
		padding: 10px;
	}

	.product-weight {
		padding: 10px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3,
	.very_imp p.woocommerce-result-count {
		font-size: 12px;
	}

	.search-outer {
		max-width: 290px;
	}

	.widget>ul>li,
	li.recentcomments {
		padding: 4px !important;
	}

	.header-outer .header-area .navbar {
		width: unset;
	}
}

@media (max-width: 425px) {
	.Shop_By_Color .card-outline {
		grid-column: span 2;
	}

	#wnb-bar span {
		font-size: 10px;
	}

	.Shop_For {
		padding-top: 90px !important;
	}

	.Shop_For .card-outer {
		flex-wrap: wrap;
		position: unset;
		gap: 70px;
	}

	.Shop_For .card-outer .card {
		position: relative;
	}

	.Shop_By_Color .card-outer {
		grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
	}

	.header-outer .header-area .site-branding {
		margin-top: 0 !important;
	}

	.site-info.container .row {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.site-info.container .col-md-4 {
		width: 100%;
	}

	.site-footer .footer-widget.footer-4 {
		align-items: start;
	}
	#wnb-bar {
		padding: 0 10px;
		min-height: unset !important;
		line-height: unset !important;
		display: flex;
		justify-content: center;
	}
	#wnb-bar span{
		width: 80%;
	}
	.wpcp-carousel-content-wrapper:has(.wpcp-swiper-dots){
		margin-bottom: 30px;
	}
	.heading{
		margin-bottom: 20px;
	}
	.card-outline img, .card img {
    max-width: 100%;
    width: 100%;
}
a.textwidget {
	margin-bottom: 8px;
}
}

@media (max-width: 375px) {

	.card-outline img,
	.card img {
		max-width: 100%;
	}

	.page-header {
		margin: 0 !important;
	}

	.header-outer {
		padding: 15px;
	}

	.wrapper-outer {
		padding: 15px;
		flex-direction: column;
	}

	#secondary.widget-area {
		max-width: 100%;
	}

	.woocommerce .woocommerce-breadcrumb,
	.entry-summary .entry-title,
	.entry-title {
		font-size: 14px;
		margin-bottom: 0;
	}

	.woocommerce div.product {
		float: left;
		width: 100%;
	}

	.woocommerce div.product div {
		flex-direction: column;
	}

	.meta_title {
		font-size: 12px;
	}

	.meta_data {
		font-size: 10px;
	}

	
	.hentry .entry-content {
		display: flex;
		flex-direction: column;
	}

	.hentry .entry-content .col-xs-6 {
		width: 100%;
		padding: 0;
		font-size: 12px;
	}
}
.woocommerce.columns-4{
	display: none;
}