@import url("font-awesome.min.css");

body {
	font-family: "Poppins";
	font-size: 14px;

	scroll-behavior: smooth;
}


* {
	outline: none;
}


a {
	color: #8ec600;
}

a:focus,
a:hover {
	color: #000;
	outline: none;
}

::-webkit-scrollbar {
	width: .5em;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #a0c13c;
}

* {
	outline: none;
}

h1 {
	font-size: 40px;
}

.h2,
h2 {
	position: relative;

	padding-bottom: 15px;
	margin: 0;
	margin-bottom: 30px;

	font-size: 36px;
	font-weight: 400;
}

.h2:before,
h2:before {
	position: absolute;
	right: 0;
	bottom:-5px;
	left: 0;

	display: block;
	width: 50px;
	height: 3px;
	margin: auto;
	/* top:50px; */
	content: "";

	background-color: #a0c13c;
}

h3 {
	margin-bottom: 20px;

	font-size: 42px;
	font-weight: 300;

	color: #181818;
}

h4 {
	margin: 0;
	margin-bottom: 20px;

	font-size: 20px;
	font-weight: normal;

	color: #000;
}

p {
	margin-bottom: 20px;

	font-size: 16px;
	line-height: 1.6;
}

ol,
ul {
	margin-bottom: 20px;

	font-size: 16px;
	line-height: 1.6;
}

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


.link {
	font-weight: bold;

	color: #083d67;
}

.link:hover {
	color: #370c3a;
}

.btn,
.wpcf7-submit {
	display: inline-block;
	min-width: 160px;
	padding: 10px 35px;

	font-size: 15px;
	font-weight: 700;
	font-weight: normal;
	line-height: 30px;

	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all 300ms ease;
	text-align: center;

	color: #282828;
	border: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(35, 35, 36, .2);
	border-radius: 30px;
	background-color: transparent;
}

.btn.btn-light {
	color: #fff;
	border-color: #fff;
}

.btn.btn-dark {
	color: #fff;
	background-color: #282828;
}

.btn:hover,
.wpcf7-submit:hover {
	color: #fff !important;
	border-color: #8ec600;
	background-color: #8ec600;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff !important;
	border-color: #8ec600;
	background-color: #8ec600;
}

.container-larg {
	width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

.content-padding {
	padding: 100px 0;
}

.content-padding-md {
	padding: 50px 0;
}

.fluid-padding {
	padding: 0 80px;
}

.top-menu {
	padding-top: 15px;
	padding-bottom: 15px;

	color: #999;
	background-color: #444;
}


.top-menu ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.top-menu li {
	display: inline-block;
	padding: 0 5px;
}

.top-menu li a {
	color: #999;
}

.top-menu p {
	margin-bottom: 0;
}

.top-menu p a {
	color: #999;
}


.container-lg {
	padding: 0 15px;
}

.navbar-default {
	padding: 10px 0;

	box-shadow: none;
}

.navbar-brand {
	max-width: 180px;
}

.video-outer {
	position: relative;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	height: 100vh;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;

	-webkit-transform-style: preserve-3d;
}

.video-outer video,
.video-outer source {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	width: 100%;
	height: 100%;
	height: auto;
	min-width: 108%;
	min-height: 100%;

	object-fit: cover;
}

.g-day-text{text-align: center;
	font-size: 20px;
	margin-top: 10px;}


@media only screen and (min-width: 601px) {
	#mega-menu-wrap-menu-1 {
		position: initial;
		/*         float: left; */

		margin-top: 15px;
		clear: none;

		background: transparent;
	}
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	position: initial;

	text-align: center;
}

.woo-items {
	float: right;
	padding: 0;
	margin: 4px;
	margin-left: 20px;

	list-style: none;
}

.show-search {
	cursor: pointer;
}

.woo-items li {
	display: inline-block;
	padding: 10px;

	font-size: 18px;

	vertical-align: top;
}

.woo-items li a {
	position: relative;

	color: #5e5a54;
}

.woo-items li a:hover {
	text-decoration: none;
}

.woo-items li i {
	font-weight: bold;
}

.woo-items li .count {
	position: absolute;
	top: -4px;
	right: -8px;

	height: 16px;
	min-width: 16px;

	font-family: inherit;
	font-size: 10px;
	line-height: 16px;

	text-align: center;

	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #f76b6a;
}

.woo-items li .count.cartitem {
	background: #5fbd74;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	height: auto;
	padding: 5px 25px;

	font-size: 14px;
	font-weight: bold;

	text-transform: uppercase;

	color: #5e5a54;
	background-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: #8ec600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight: bold;

	color: #8ec600;
	background-color: transparent;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	font-weight: bold;

	color: #8ec600;
	background-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 40px;

	background-color: #fff;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	min-height: 68px;
	padding: 6px;

	font-size: 12px;

	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child {
	border-right: 1px solid #ccc;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(7),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(13),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(19),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(25) {
	border-right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(29),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(26),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(27),
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(28) {
	border-bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_text {
	border: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px;

	text-align: center;
	text-transform: initial;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	text-decoration: underline;

	color: #093d67;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_text .mega-block-title {
	margin: 0;

	font-size: 24px;
	line-height: 2;

	text-align: center;

	border-bottom: 2px solid #ffc107 !important;
}

.thumb-block {
	margin-top: 30px;

	text-align: center;
}

.thumb-block img {
	width: 100px;
	height: auto;

	border: 4px solid #f0ba13;
	border-radius: 50%;
	background-color: #f1f1f1;
}

.thumb-block h3 {
	margin-top: 36px;
	margin-bottom: 11px;

	font-size: 20px;
	font-weight: 400;

	letter-spacing: .1em;
	text-transform: uppercase;
}

.orange-bg {
	color: #fff;
	background-color: #ef8a32;
}

.blue-bg {
	padding: 10px;

	color: #fff;
	background-color: #083d67;
}

.blue-bg .row .col-md-3:first-child .iconblock {
	border-left: 0;
}

.iconblock {
	min-height: 150px;
	padding: 12px;

	text-align: center;

	border-left: 1px solid #296ca1;
}

.iconblock i {
	font-size: 50px;
}

.iconblock h4 {
	font-size: 15px;
}

.iconblock p {
	margin: 0;
}


.gray-bg {
	background-color: #f5f3f0;
}


.heading-style h2 {
	font-family: "Great Vibes";

	text-transform: capitalize;
}

.heading-style h3 {
	margin: 0;
	margin-top: -10px;

	font-size: 40px;
	font-weight: 900;
	line-height: 1;

	letter-spacing: .1em;
}

.line-style {
	position: relative;

	display: block;
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
}

.line-style i {
	display: block;

	font-size: 40px;

	color: #083d67;
}

.line-style:hover i {
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

.line-style:before,
.line-style:after {
	position: absolute;
	top: 20px;
	left: 0;

	display: block;
	width: 160px;
	height: 1px;

	content: "";

	background-color: #343434;
}

.line-style:after {
	right: 0;
	left: initial;
}

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

.panel-title a {
	display: block;
	padding: 20px 30px;

	text-transform: capitalize;

	color: #fff;
	background-color: #093d67;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-default > .panel-heading {
	padding: 0;
}


.panel-title a.collapsed {
	color: #392a25;
	background-color: #fff;
}

.panel-group .panel + .panel {
	margin-top: 15px;
}

.panel-body {
	padding: 20px 30px;
}

.panel-group .panel {
	overflow: hidden;

	border: 0;
}

.panel-title a i {
	float: right;

	font-weight: bold;
}


.post-thumb {
	display: block;
	width: 100%;
	height: 230px;
	margin-bottom: 20px;

	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.meta {
	margin-bottom: 20px;

	color: #aaa;
}

.meta span {
	margin-right: 20px;
}

.meta span i {
	margin-right: 6px;

	font-weight: 600;

	vertical-align: -1px;
}

h4.post-title {
	text-transform: initial;
}

h4.post-title a {
	color: #000;
}

.inner-title {
	margin-top: 30px;

	font-weight: normal;

	text-transform: none;
}

.breadcrumbs {
	padding: 0;

	font-size: 14px;
}

/* .breadcrumbs .container {
display: none;
} */

.breadcrumbs span {
	margin-right: 5px;
}

.breadcrumbs span[typeof="ListItem"] + span[typeof="ListItem"] {
	margin-left: 5px;
}

.breadcrumbs span.current-item {
	margin-left: 5px;

	color: #8ec600;
}

.breadcrumbs span a {
	color: #083d67;
}

.offer-banner {
	margin: 15px 0;
}

.post .entry-content h2 {
	margin: 20px 0;
	margin-bottom: 15px;

	font-size: 20px;

	text-align: left;
}

.widget {
	margin: 0 0 50px;
}

.widget h2.widget-title {
	margin-bottom: 20px;

	font-size: 30px;

	text-align: left;
	letter-spacing: inherit;

	color: #392a25;
}

.widget h2.widget-title:before {
	display: none;
}

.widget ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.widget ul li {
	position: relative;

	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 10px;
	overflow: hidden;

	text-align: right;

	border-bottom: 1px solid #f1eeea;
}

.widget ul li a {
	float: left;

	color: #181818;
}

.widget ul li.menu-item-has-children {
	position: relative;

	cursor: pointer;
}

.widget ul li.menu-item-has-children:before,
.widget ul li.menu-item-has-children:after {
	position: absolute;
	top: 15px;
	right: 0;

	display: block;
	width: 10px;
	height: 1px;

	content: "";
	cursor: pointer;

	background-color: #000;
}

.widget ul li.menu-item-has-children:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.widget ul li.menu-item-has-children.subCatOpen:after {
	display: none;
}

.widget ul li ul.sub-menu {
	position: initial;

	display: none;
	visibility: visible;
	width: 100%;
	padding: 20px;
	margin: 0;
	clear: both;

	opacity: 1;
	box-shadow: none;
}


.widget ul.wpp-list.wpp-list-with-thumbnails li {
	text-align: left;
}

/* .widget ul.wpp-list.wpp-list-with-thumbnails li .wpp-excerpt {
display: none;
} */

.widget ul.wpp-list.wpp-list-with-thumbnails li a {
	float: none;

	font-weight: bold;
}

.widget ul.wpp-list.wpp-list-with-thumbnails li .wpp-thumbnail {
	margin-right: 20px;
}

.widget ul.wpp-list.wpp-list-with-thumbnails li .post-stats .wpp-date {
	font-size: 16px;

	text-transform: capitalize;

	color: #b8b8b8;
}

.widget .tagcloud a {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 7px;

	font-size: 15px !important;
	line-height: 1;

	color: #8e8b87;
	border: 1px solid #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fbfaf9;
}

.widget .search-form {
	position: relative;
}

.widget .search-form label {
	display: block;
	width: 100%;
}

.widget .search-form .search-field {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;

	font-size: 15px;
	font-weight: 400;
	line-height: 38px;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

.widget .search-form input[type=submit],
.widget .search-form button[type=submit] {
	position: absolute;
	top: 2px;
	right: 2px;

	width: 36px;
	height: 36px;
	padding: 0;

	font-size: 0;
	line-height: 40px;

	border: 0;
	background-color: #fff;
	/*     background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center; */
	/*     background-size: 20px; */
	box-shadow: none;
}


.woocommerce .woocommerce-ordering select {
	height: 40px;
	padding: 0 25px 0 15px;

	font-size: 15px;
	line-height: 40px;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*     background-color: transparent;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 10px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}


body.woocommerce .products .product h2,
body.woocommerce .products .product h3,
.insight-woo .products .product h2,
.insight-woo .products .product h3,
body.woocommerce-page .products .product h2,
body.woocommerce-page .products .product h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0;
	margin: 20px 0 10px 0;

	font-size: 18px;
	font-size: 14px;
	font-weight: 700;
	font-weight: normal;

	text-align: center;
	letter-spacing: initial;
	text-transform: initial;

	color: #5e5a54;
}

body.woocommerce .products .product h2:before,
.insight-woo .products .product h2:before,
body.woocommerce-page .products .product h2:before {
	display: none;
}

.woocommerce ul.products li.product .price {
	font-size: 24px;
	font-weight: 500;

	color: #515151;
}

body.woocommerce .products .product,
.insight-woo .products .product,
body.woocommerce-page .products .product {
	margin-bottom: 30px;

	text-align: center;

	outline: none;
}

.woocommerce ul.products li.product .woosq-btn,
.woocommerce ul.products li.product .wooscp-btn,
.woocommerce ul.products li.product .woosw-btn {
	z-index: 1;

	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 4px 10px;
	margin: 10px 5px;
	overflow: hidden;

	font-size: 0;
	line-height: 22px;

	text-align: center;
	vertical-align: middle;

	opacity: 1;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: 0 0;
	background-color: #fff;
}

.woocommerce ul.products li.product .button {
	display: block;
	max-width: 150px;
	padding: 16px;
	margin: auto;

	font-size: 14px;
	font-weight: 500;

	color: #fff;
	border-radius: 30px;
	background-color: #a0c13c;
}

/* .woocommerce ul.products li.product .button {
left: 90px;
}

.woocommerce ul.products li.product .woosw-btn {
right: 90px;
}
*/
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block;
}

.woocommerce ul.products li.product .woosq-btn:before,
.woocommerce ul.products li.product .wooscp-btn:before,
.woocommerce ul.products li.product .woosw-btn:before {
	display: inline-block;

	font-family: "icomoon" !important;
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	font-weight: bold;
	font-variant: normal;
	line-height: 1;
	line-height: 1.8;

	content: "\e906";
	text-transform: none;

	speak: none;
	text-rendering: auto;
}

.woocommerce ul.products li.product .woosw-btn:before {
	content: "\e908";
}

.woocommerce ul.products li.product .wooscp-btn:before {
	content: "\e910";
}


.slick-dots {
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 5px;

	border-radius: 50%;
	background-color: #ccc;
}

/* .slick-dots li button {
display: none;
} */

.slick-dots li.slick-active {
	background-color: #2e2e2e;
}

.dgwt-wcas-search-wrapp {
	min-width: 100%;
	margin: 0;
}


/* .custom-wooshop .page-title {
display: none;
} */


.woocommerce ul.products li.product .product-action {
	position: absolute;
	top: 90px;

	width: 100%;
	height: 50px;

	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-ms-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
	text-align: center;

	opacity: 0;
}

.woocommerce .related.products ul.products li.product .product-action {
	top: 195px;
}

.elementor-widget-container .woocommerce.columns-3 ul.products li.product .product-action {
	top: 142px;
}

.elementor-widget-container .woocommerce.columns-4 ul.products li.product .product-action {
	top: 142px;
}


.woocommerce ul.products li.product .woosw-btn.woosw-added,
.woocommerce ul.products li.product .button.add_to_cart_button.added {
	color: #083d67;
	border-radius: 20px;
	background-color: #fff;
}

.woocommerce ul.products li.product .woosw-btn.woosw-adding:before,
.woocommerce ul.products li.product .button.add_to_cart_button.loading:before {
	display: inline-block;

	font-family: FontAwesome !important;

	content: "\f021";
	-webkit-animation: spinner 1s linear infinite !important;
	animation: spinner 1s linear infinite !important;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* .woocommerce ul.products li.product .added_to_cart.wc-forward {
display: none;
} */


.woocommerce ul.products li.product:hover .product-action {
	opacity: 1;
}


.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	margin: 0 5px;

	font-weight: 700;
	line-height: 38px;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

body.woocommerce .woocommerce-pagination .page-numbers li span,
body.woocommerce .woocommerce-pagination .page-numbers li a,
.insight-woo .woocommerce-pagination .page-numbers li span,
.insight-woo .woocommerce-pagination .page-numbers li a {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	margin: 0 5px;

	font-weight: 700;
	line-height: 38px;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
	border-color: #083d67;
	background: #083d67;
}


.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #083d67;
}

.blog-post-list {
	margin-bottom: 70px;
}

.blog-post-list h2 {
	margin: 0;

	font-family: "Prata", serif;
	font-size: 36px;
	font-weight: 400;

	text-transform: initial;

	color: #392a25;
}

.blog-item {
	display: inline-block;
	float: none;

	text-align: center;
	vertical-align: top;
}

.blog-post-list h2:before {
	display: none;
}


.blog-post-list h2 a {
	color: #392a25;
}

.blog-post-list h2 a:hover {
	text-decoration: none;

	color: #8ec600;
}

.blog-post-list a.link {
	font-size: 14px;
}



.post-img {
	position: relative;
}

.post-img a {
	display: block;
}

.post-img img {
	padding: 17px;

	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;

	border: 3px solid #f1eeea;
}

.post-img:before,
.post-img:after {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

.post-img:after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	border-right: 3px solid #083d67;
	border-left: 3px solid #083d67;
}

.post-img:before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	border-top: 3px solid #083d67;
	border-bottom: 3px solid #083d67;
}

.blog-post-list:hover .post-img:before,
.blog-post-list:hover .post-img:after {
	-webkit-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}

.post-pagination {
	margin: 20px 0;

	text-align: center;
}

.post-pagination a,
.post-pagination span {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	margin: 0 5px;

	font-weight: 700;
	line-height: 38px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post-pagination a {
	color: #083d67;
}

.post-pagination span.current,
.post-pagination a:hover {
	text-decoration: none;

	color: #fff;
	background-color: #083d67;
}


.rowcal-slider .slick-slide .product-thumb {
	float: left;
	width: 100px;
	height: auto;
	margin: 0 20px 20px 0;
}

.rowcal-slider .slick-slide .product-thumb a {
	display: inline-block;
}

.rowcal-slider .slick-slide .product-thumb {
	position: relative;
}

.rowcal-slider .slick-slide .product-thumb img {
	padding: 0;

	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;

	border: 3px solid #f1eeea;
}

.rowcal-slider .slick-slide .product-thumb:before,
.rowcal-slider .slick-slide .product-thumb:after {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

.rowcal-slider .slick-slide .product-thumb:after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	border-right: 3px solid #083d67;
	border-left: 3px solid #083d67;
}

.rowcal-slider .slick-slide .product-thumb:before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	border-top: 3px solid #083d67;
	border-bottom: 3px solid #083d67;
}

.rowcal-slider .slick-slide .span3:hover .product-thumb:before,
.rowcal-slider .slick-slide .span3:hover .product-thumb:after {
	-webkit-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}


.border-title {
	position: relative;

	height: 43px;
	padding: 0 50px 0 0;
	margin-bottom: 40px;

	font-size: 24px;
	font-weight: 900;
	line-height: 42px;

	color: #392a25;
	border-bottom: 1px solid #f1eeea;
}

.product-info {
	padding: 5px 0;
}

.product-info a {
	text-decoration: none;
}

.product-info h3 {
	display: block;
	margin: 0;

	font-size: 18px;
	font-weight: 700;

	color: #083d67;
}

.product-info .price {
	display: block;
	margin: 10px 0;

	font-weight: bold;

	color: #083d67;
}



.rowcal-slider .slick-arrow {
	position: absolute;
	top: 0;
	right: 0;

	width: 20px;
	height: 20px;
	margin-top: -70px;

	font-size: 20px;
	line-height: 20px;

	cursor: pointer;
	text-align: center;

	color: #ccc;
}

.rowcal-slider .slick-arrow:hover {
	color: #000;
}

.rowcal-slider .slick-arrow.slick-prev {
	right: 30px;
}


.woosw-list table.woosw-content-items {
	width: 100%;
	padding: 0;
	margin: 0;
}

.woosw-list table.woosw-content-items tr td:last-child {
	text-align: right;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .product-action .button {
	display: inline-block;
	padding: 12px 15px !important;

	font-size: 14px;
	font-weight: 600;
	line-height: 1em;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	letter-spacing: .05em;
	text-transform: uppercase;

	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #5fbd74;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .product-action .button:hover {
	text-decoration: none;

	color: #515151;
	background-color: #dfdcde;
	background-image: none;
}

#woosw_copy_btn {
	padding: 12px 29px;

	font-size: 15px;
	font-weight: 700;
	line-height: 1;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	letter-spacing: .05em;

	color: #fff;
	border: 1px solid;
	border: 0;
	border-color: #5fbd74;
	border-radius: 3px;
	outline: none;
	background: #5fbd74;
	background-color: #083d67;
}

#woosw_copy_btn:hover {
	opacity: .8;
}

#woosw_copy_url {
	width: 100%;
	height: 40px;
	padding: 7px 15px;

	color: #666;
	border: 1px solid #f1eeea;
	border-radius: 3px;
	outline: none;
}

.woocommerce div.product .product_title {
	margin-bottom: 10px;

	font-size: 34px;

	color: #5e5a54;
}

.woocommerce.single-product .product .summary .price > .amount {
	font-size: 24px;
	font-weight: bold !important;

	color: #083d67;
}


.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
	display: table;

	content: " ";
}

.woocommerce.single-product .product .summary form.cart {
	padding: 30px 0 0;
	margin-bottom: 20px;

	border-width: 1px 0 0;
	border-style: solid;
	border-color: #f1eeea;
}

.woocommerce.single-product .product .summary form.cart .quantity-outer {
	display: flex;
	float: left;
	height: 40px;
	max-width: 120px;
	padding: 10px;
	margin: 0 4px 0 0;
	margin-right: 10px;
	margin-right: 10px !important;

	line-height: 1;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fbfaf9;

	align-items: center;
}

/* .woocommerce.single-product .product .summary form.cart .quantity-outer label {
display: none;
} */

.woocommerce.single-product .product .summary form.cart .quantity input {
	float: left;
	width: 3em;
	height: auto;
	padding: 0 10px;

	line-height: 1;

	text-align: center;

	color: #666;
	border: none;
	outline: none;
	background: 0 0;

	-moz-appearance: textfield;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce.single-product .product .summary form.cart .quantity-outer button {
	padding: 0;

	font-size: 20px;
	line-height: 1;

	border: 0;
	background-color: transparent;
}

.woocommerce.single-product .product .summary form.cart .quantity-outer button:hover {
	color: #000;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	padding: 0 15px;

	font-weight: 700;
	line-height: 36px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-transform: uppercase;

	color: #fff;
	border: 2px solid;
	border-color: #083d67;
	background-color: #083d67;
}

/* .woocommerce.single-product .product .summary form.cart button:hover {
opacity: .8;
background-color: #083d67;
}
*/

.woocommerce.single-product .product .summary .product_meta_wrap {
	padding-top: 30px;
	margin-top: 30px;

	border-top: 1px solid #f1eeea;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta {
	margin-bottom: 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item .label {
	display: inline-block;
	min-width: 120px;

	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;

	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;

	color: #5e5a54;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item td {
	padding: 10px 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item:first-child td {
	padding-top: 0;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item td .posted_in a {
	color: #083d67;
}

.woocommerce.single-product .product .summary .product_meta_wrap .product_meta .product_meta_item.share a {
	margin-right: 10px;

	color: #083d67;
}




.woocommerce.single-product .product .summary .woosw-btn,
.woocommerce.single-product .product .summary .wooscp-btn {
	position: relative;

	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0;
	margin-top: -6px;
	margin-right: 20px;
	overflow: hidden;

	font-weight: 700;

	vertical-align: top;
	text-transform: uppercase;

	color: #083d67;
	border: 0;
}

.woocommerce.single-product .product .summary .woosw-btn:before,
.woocommerce.single-product .product .summary .wooscp-btn:before {
	position: absolute;
	top: 0;
	left: 0;

	display: inline-block;
	width: 100%;
	height: 100%;
	margin-right: 10px;

	font-family: "icomoon" !important;
	font-size: 24px;
	line-height: 60px;

	content: "\e908";
	vertical-align: -2px;

	color: #000;
	background-color: #f3f3f3;
}

.woocommerce.single-product .product .summary .woosw-btn:hover:before,
.woocommerce.single-product .product .summary .wooscp-btn:hover:before {
	color: #fff;
	background-color: #8ec600;
}

.woocommerce.single-product .product .summary .wooscp-btn:before {
	font-family: FontAwesome !important;

	content: "\f074";
}

.woocommerce.single-product .product .summary .woosw-btn.woosw-added:before,
.woocommerce.single-product .product .summary .wooscp-btn.wooscp-added:before {
	color: #fff;
	background-color: #8ec600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	position: relative;

	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;

	list-style: none;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
	padding: 0;

	text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	z-index: 0;

	display: inline-block;
	padding: 0 1em;
	margin: 0 -5px;

	border: 1px solid #d3ced2;
	border-radius: 4px 4px 0 0;
	background-color: #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
	padding: 0;
	margin: 0;

	border: 0;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;

	border-bottom-color: #fff;
	background: #fff;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;

	font-weight: 700;

	text-decoration: none;

	color: #515151;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 20px;

	font-size: 24px;
	font-weight: normal;

	color: #b6b6b6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
	color: #392a25;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

/* .woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active {
margin-left: -2px;

border-left: 2px solid #083d67;
}
*/


.woocommerce.single-product .product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;

	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;

	color: #392a25;
}

.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
	max-width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
}

.woocommerce div.product .woocommerce-tabs .panel h2:before {
	display: none;
}


.related.products h2 {
	text-align: center;
}

.woocommerce #review_form #respond .form-submit input {
	padding: 0 15px;

	font-weight: 700;
	line-height: 36px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-transform: uppercase;

	color: #fff;
	border: 2px solid;
	border-color: #083d67;
	background-color: #083d67;
}

/* .woocommerce ul.products li.product .star-rating {
display: none;
}
*/

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
	width: 100%;
}

#woosq-popup .slick-slider .slick-arrow {
	border: 0;
	background-color: #ebebeb;
}


/* .home-productsfilter .berocket_aapf_widget-title_div {
display: none;
} */

.home-productsfilter .widget ul {
	text-align: center;
}

.home-productsfilter .widget ul li {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 5px 10px;
	overflow: initial;

	font-size: 12px;

	cursor: pointer;
	text-transform: uppercase;

	color: #f0ba13;
	border: 0;
}

.home-productsfilter .widget ul li:before {
	position: absolute;
	top: 5px;
	right: -40px;
	z-index: 1;

	display: inline-block;
	display: none;
	width: 20px;
	height: 1px;

	content: "";
	vertical-align: middle;

	background-color: #ccc;
}

.home-productsfilter .widget ul li:hover {
	color: #083d67;
}

.home-productsfilter div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper input[type="radio"] {
	position: absolute;

	margin: 0;

	opacity: 0;
}

.home-productsfilter ul.berocket_aapf_widget li > span {
	min-height: initial;
}

.home-productsfilter div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper label {
	cursor: pointer;
}

.home-productsfilter .widget ul li .berocket_checked {
	color: #083d67;
}


.woocommerce ul.products li.product .price {
	margin: 0;

	text-align: center;
}


.home-productsfilter .woocommerce ul.products li.product .product-action {
	top: 195px;

	text-align: center;
}


#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce table.shop_table td a {
	color: #083d67;
}

body.woocommerce-page.woocommerce-cart table.shop_table #coupon_code {
	width: 160px !important;
	margin-right: 5px;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="text"] {
	height: 40px;
	padding: 0 15px !important;

	line-height: 38px;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: none;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"],
body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"] {
	height: 40px;
	padding: 0 15px !important;

	line-height: 36px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-transform: uppercase;

	color: #004258;
	border: 2px solid #004258;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: none;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"]:hover,
body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"]:hover {
	color: #fff;
	background-color: #004258;
}

body.woocommerce-page.woocommerce-cart a.wc-backward,
body.woocommerce-page.woocommerce-cart a.checkout-button {
	padding: 0 15px;

	font-size: 15px;
	font-weight: 700;
	line-height: 40px;

	text-transform: uppercase;

	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #083d67;
}

body.woocommerce-page.woocommerce-cart a.wc-backward:hover,
body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
	opacity: .8;
	background-color: #083d67;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
	text-align: right;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	width: 100%;
	height: 40px;
	padding: 7px 15px;
	margin: 0;
	box-sizing: border-box;

	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	line-height: normal;

	color: #666;
	border: 1px solid #f1eeea;
	border-radius: 3px;
	outline: none;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;

	font-weight: normal;
	line-height: 2;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection {
	display: block;
	height: 40px;
	padding: 0 15px;
	margin: 0 0 -4px;
	box-sizing: border-box;

	line-height: 40px;

	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection span.select2-selection__rendered {
	display: block;
	padding: 0;
	overflow: hidden;

	line-height: 40px;

	white-space: nowrap;
	text-overflow: ellipsis;

	color: #444;
}

body.woocommerce-page.woocommerce-checkout form.woocommerce-checkout .select2 span.select2-selection span.select2-selection__arrow {
	position: absolute;
	top: 1px;
	right: 1px;

	width: 30px;
	height: 40px;

	line-height: 40px;

	text-align: center;
}


body.woocommerce-page.woocommerce-checkout h2 {
	font-family: "Great Vibes";
	font-size: 34px;
	font-weight: 400;
}

.checkbox,
.radio {
	font-weight: normal;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: initial;

	margin-left: 0;
}

.cat-thumb {
	width: 100%;
	height: 600px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.banner-button {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	z-index: 10;

	margin: auto;

	text-align: center;
}

.banner-button .btn-bordered {
	padding: 20px 50px;
	margin: 20px;

	font-size: 22px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

	color: #093d67;
	border: 4px solid #8ec600;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, .6);
}

.banner-button .btn-bordered:hover {
	opacity: 1;
	background-color: #8ec600;
}


.single-post .post .meta {
	margin-top: 20px;
	margin-bottom: 30px;
}

#commentform label {
	display: block;
}

#commentform input[type="url"],
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
	width: 100%;
	padding: 15px;

	font-size: 15px;

	color: #8e8b87;
	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

#commentform .comment-form-cookies-consent label {
	display: inline-block;
}

.form-submit .submit {
	display: inline-block;
	width: auto;
	padding: 10px 35px;

	font-size: 12px;
	font-weight: 600;
	line-height: 30px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	letter-spacing: .05em;
	text-transform: none;

	color: #fff;
	border-width: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #282828;
	box-shadow: none;
	text-shadow: none;
}

.form-submit .submit:hover {
	background-color: #8ec600;
}


.single-post .navigation.post-navigation {
	padding: 40px 30px;
	margin: 40px 0;

	font-size: 18px;
	font-weight: 700;

	border: 1px solid #f1eeea;
	background: #fbfaf9;
}

.single-post .navigation.post-navigation .nav-links {
	display: flex;

	justify-content: space-between;
}

.single-post .navigation.post-navigation a {
	font-weight: normal;

	text-decoration: none;

	color: #8e8b87;
}

.single-post .navigation.post-navigation a:hover {
	color: #535353;
}

.single-post .navigation.post-navigation .nav-previous a:before {
	margin-right: 10px;

	font-family: "icomoon" !important;
	line-height: 1;

	content: "\e902";
	vertical-align: -1px;
}

.single-post .navigation.post-navigation .nav-next a:after {
	margin-left: 10px;

	font-family: "icomoon" !important;
	line-height: 1;

	content: "\e903";
	vertical-align: -1px;
}


.single-post .post .entry-content h2 {
	letter-spacing: normal;
	text-transform: initial;
}

.single-post .post .entry-footer .cat-links,
.single-post .post .entry-footer .tags-links {
	display: block;
}

.single-post .post .entry-footer .cat-links a,
.single-post .post .entry-footer .tags-links a {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 8px;

	font-size: 15px;

	text-decoration: none;

	color: #8e8b87;
	border: 1px solid #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fbfaf9;
}

.single-post .post .entry-footer .cat-links a:hover,
.single-post .post .entry-footer .tags-links a:hover {
	color: #083d67;
	border-color: #083d67;
	background: 0 0;
}

.single-post .post .share-link .fa.fa-share {
	margin-right: 10px;
}

.single-post .post .share-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;

	font-size: 22px;
	line-height: 40px;

	text-align: center;

	color: #5d5d5d;
	border-radius: 50%;
	background-color: #ccc;
}

.single-post .post .share-link a:hover {
	color: #fff;
	background-color: #8ec600;
}

.single-post .post .entry-content {
	margin-bottom: 40px;
}


.innerpage-banner {
	text-align: center;

	color: #083d67;
}

.innerpage-banner h1 {
	margin: 0;

	font-weight: 900;
}

.page-template-page-category h4 {
	margin: 0;
	margin-bottom: 15px;

	font-weight: normal;
	line-height: 1;

	text-transform: initial;
}

.page-template-page-category h3 {
	line-height: 1.5;
}

.page-template-page-category .woocommerce ul.products {
	margin: 0;
}

.page-template-page-category .woocommerce ul.products li.product,
.page-template-page-category .woocommerce-page ul.products li.product {
	margin-top: 0;
	margin-bottom: 15px;
}

.page-template-page-category .woocommerce ul.products li.product .product-action {
	top: 195px;

	text-align: center;
}

/* .woocommerce .woocommerce-result-count {
display: none;
} */

#map {
	height: 500px;
}

.post-img-link,
.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	width: 100%;
	height: 100%;
}


.elementor-text-editor ul.inline-ul {
	display: inline-block;

	text-align: left;
}

/* .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .product-summary {
display: none;
} */

.page-template-page-category .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .product-summary {
	display: block;
	max-height: 45px;
	min-height: 45px;
	margin-bottom: 12px;
	overflow: hidden;

	font-weight: 100;

	text-align: center;

	color: #8b8b8b;
}

.page-template-page-category .woocommerce ul.products.columns-1 li.product .product-action {
	top: 142px;
}

.page-template-page-category .elementor-widget-container .woocommerce.columns-4 ul.products li.product .product-action {
	top: 191px;
}

.page-template-page-category .elementor-widget-container a.btn {
	padding: 20px 50px;

	border-radius: 30px;
}

.blog .breadcrumbs,
.single-post .breadcrumbs {
	padding: 20px 0;
}

.blog .breadcrumbs .container,
.single-post .breadcrumbs .container {
	display: block;
}

.text-overlay .elementor-container.elementor-column-gap-default {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.text-overlay .elementor-text-editor {
	position: relative;
	z-index: 1;

	max-width: 400px;
}

.text-overlay .elementor-text-editor h3 {
	margin-top: 0;
}

.text-overlay {
	max-height: 641px;
	min-height: 641px;
	margin-bottom: 30px;
}

.text-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	width: 100%;
	height: 100%;

	content: "";

	opacity: .5;
	background-color: #fff;
}


.highlight-text .elementor-text-editor {
	padding: 25px;

	font-size: 20px;

	border-radius: 10px;
	background-color: #ecf7ff;
}

.highlight-text .elementor-text-editor p {
	font-size: 18px;
}

.highlight-text .elementor-text-editor ul {
	margin: 0;

	font-size: 18px;
}

.page-template-page-category .woocommerce-page.columns-3 ul.products li.product,
.page-template-page-category .woocommerce.columns-3 ul.products li.product {
	width: 31.65%;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 16px;
	clear: none;
}

.page-template-page-category .woocommerce-page.columns-3 ul.products li.product.last,
.page-template-page-category .woocommerce.columns-3 ul.products li.product.last {
	margin-right: 0;
}

.header-space {
	display: block;
	width: 100%;
	height: 118px;

	border-bottom: 1px solid #e9e9e9;
}

.header-fixed {
	position: absolute;
	z-index: 9999;

	width: 100%;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.header-fixed.sticky {
	position: fixed;
	top: 0;
	z-index: 999;

	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.page-template-page-category .woocommerce ul.products li.product .woocommerce-loop-product__title {
	max-height: 19px;
	min-height: 19px;
	overflow: hidden;
}

/* .widget_text.widget.widget_custom_html {
display: none;
} */

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
	font-size: 12px;
}

/* 

new css */

ul.socialmedia {
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: right;
}

ul.socialmedia li {
	display: inline-block;
	margin: 0 10px;

	font-size: 20px;

	color: #000;
}

ul.socialmedia li a {
	color: #000;
}




ul.sub-menu {
	position: absolute;
	top: 70px;

	visibility: hidden;
	width: 300px;
	padding: 40px;
	margin: 0;

	list-style: none;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

	opacity: 0;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.navbar-nav > li.menu-item-has-children:hover ul.sub-menu {
	top: 50px;

	visibility: visible;

	opacity: 1;
}

ul.sub-menu li {
	display: block;
	padding: 10px 0;

	font-size: 15px;
	line-height: 1;
}

ul.sub-menu li a {
	color: #000;
}

.navbar-nav > li.menu-item-has-children:before {
	position: absolute;
	top: 15px;
	right: 4px;

	font-family: FontAwesome !important;
	font-weight: normal !important;

	content: "\f107";
}

.navbar-nav > li.menu-item-has-children {
	padding-right: 10px;
}

.navbar-nav > li.menu-item-has-children.hot:after {
	position: absolute;
	top: 2px;
	right: 10px;

	padding: 4px;

	font-size: 10px;
	line-height: 1;

	content: "hot";
	text-transform: uppercase;

	color: #fff;
	background-color: #d33;
}

.footer {
	padding-top: 40px;

	border-top: 1px solid #c5c5c5;
}

.footer .f-logo {
	display: inline-block;
	max-width: 200px;
	margin: auto;
}

.footer .f-icons {
	display: block;
	max-height: 100px;
	margin: auto;
}


.slick-slider i.fa {
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 10;

	display: inline-block;
	width: 40px;
	height: 40px;

	font-size: 30px;
	line-height: 1.3;

	cursor: pointer;
	transform: translate(0, -50%);
	text-align: center;

	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.slick-slider i.fa.fa-angle-right {
	right: 100px;
	left: initial;
}


.slidethumb {
	width: 100%;
}


.text-lg {
	font-size: 76px;
	line-height: 80px;

	letter-spacing: 10px;
}


.nav-tabs {
	text-align: center;

	border: 0;
}

.nav-tabs > li {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 10px;
}

.nav-tabs > li > a {
	padding: 15px;
	margin: 0;

	color: #737373;
	border: 0;
}

.nav-tabs > li > a:hover {
	border: 0;
	background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: 0;
	border-bottom: 2px solid #595959;
}


.cat-slider .cat-list {
	opacity: .5;
}

.cat-slider .cat-list.slick-current {
	opacity: 1;
}

.cat-slider .cat-list {
	padding: 30px;

	text-align: center;
}

.cat-slider .cat-list h3 {
	margin: 0;

	font-size: 26px;
	font-weight: 500;
}

.cat-thumb {
	margin-bottom: 30px;
}

.cat-slider .cat-list span {
	display: block;
	margin: 15px 0;
}


.nav > li > a {
	font-size: 14px;
}

.cat-tab {
	margin-bottom: 30px;
}

.tab-pane .onsale {
	display: none;
}

.tab-pane .product-summary,
.tab-pane .woocommerce ul.products li.product .price,
.tab-pane .woocommerce ul.products li.product .star-rating {
	display: none;
}

.tab-pane .woocommerce ul.products li.product h2:before {
	display: none;
}


.tab-pane .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 0;

	font-weight: 500;
	line-height: 1.5;

	opacity: 0;
	color: #ffff;
	background-color: rgba(0, 0, 0, .2);

	align-items: center;
	justify-content: center;
}

.tab-pane .woocommerce ul.products li.product .button,
.tab-pane .woocommerce ul.products li.product button {
	display: none;
}


.tab-pane .woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover {
	opacity: 1;
}

.woocommerce span.onsale {
	width: 50px;
	height: 50px;

	background-color: #a0c13c;
}

.custom-wooshop h1.page-title {
	margin: 0;
	margin-bottom: 20px;

	font-size: 30px;
}


.woocommerce .products .star-rating {
	display: inline-block;
	margin: 0;
}

.woocommerce ul.products li.product .price ins {
	color: #8ec600;
}


.custom-wooshop ul.products {
	display: block;
	width: 100%;
	padding-top: 40px;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #8bc34a;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #c6c6c6;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	display: inline-block;
	padding: 10px 35px;

	font-size: 12px;
	font-weight: 300;

	cursor: pointer;
	transition: all 300ms ease;

	color: #fff;
	border: none;
	border-radius: 30px;
	background-color: #282828;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
	background-color: #8ec600;
}


.form-control {
	margin-bottom: 16px;

	font-size: 14px;

	border-color: #d1d1d1;
	border-radius: 0;
	box-shadow: none;
}

label {
	width: 100%;

	font-weight: 400;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px 20px;

	color: #868686;
	background-color: #efefef;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	text-decoration: none;

	color: #fff;
	background-color: #8ec600;
}


.products-bytag {
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}


.products-bytag a {
	display: inline-block;
	min-height: 86px;
}


.slick-slide img {
	width: 100%;
}


.widget_layered_nav .la-swatches-widget-opts li {
	display: inline-block;
	width: auto;
	padding: 5px 0;
	margin: 0;
	overflow: visible;

	border: 0;
}

.widget_layered_nav .la-swatches-widget-opts li .swatch-wrapper {
	padding: 0;
	margin: 0 10px 10px 0;

	border-width: 0 !important;
}

.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) {
	position: relative;

	cursor: pointer;

	border-color: rgba(0, 0, 0, .05);
	border-radius: 50%;
}


.swatch-wrapper.la-swatch-item-style-default:not(.swatch-only-label) .swatch-anchor {
	position: relative;

	display: block;
	width: 15px !important;
	height: 15px !important;

	text-align: center;

	border-radius: 50%;
}


.swatch-wrapper .swatch-anchor:before {
	position: absolute;
	bottom: 80%;
	left: 50%;

	visibility: hidden;
	min-width: 50px;
	padding: 5px 10px;
	margin-bottom: 10px;

	font-size: 12px;
	line-height: 1;

	content: attr(title);
	transition: all 250ms ease-out;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	white-space: pre;
	text-indent: 0;
	text-transform: none;

	opacity: 0;
	color: #fff;
	border-radius: 4px;
	background: #000;
}

.swatch-wrapper img {
	display: block;
	width: inherit;
	height: inherit;

	vertical-align: top;
}


.swatch-wrapper .swatch-anchor:after {
	position: absolute;
	bottom: 80%;
	left: 50%;

	visibility: hidden;
	margin-bottom: 6px;
	margin-left: -4px;

	content: "";
	transition: all 250ms ease-out;

	opacity: 0;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}


.swatch-wrapper .swatch-anchor:hover:before,
.swatch-wrapper .swatch-anchor:hover:after {
	bottom: 100%;

	visibility: visible;

	opacity: 1;
}

.swatch-wrapper .swatch-anchor-label {
	display: none;
}

.widget_layered_nav .la-swatches-widget-opts li .count {
	display: none;
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 30px;
}


.toggle-menu {
	display: block;
	width: 30px;
	height: 20px;
	margin-top: 3px;

	cursor: pointer;
}

/* .toggle-menu.slide-close {
position: fixed;
top: 0;
left: 0;
z-index: 9999;

width: 100%;
height: 100%;

opacity: .5;
background-color: #000;
} */


.toggle-menu:before,
.toggle-menu:after {
	display: block;
	width: 30px;
	height: 2px;

	content: "";

	background-color: #000;
}

.toggle-menu hr {
	width: 30px;
	height: 2px;
	margin: 6px 0;

	border: 0;
	background-color: #000;
}


.right-menu {
	position: fixed;
	top: 0;
	right: -360px;
	z-index: 9999;

	width: 100%;
	height: 100%;
	max-width: 360px;
	padding: 30px;
	overflow: auto;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	background-color: #f5f5f5;
}

.right-menu.slide-open {
	right: 0;
}

.right-menu ul.side-menu > li {
	width: 100%;
}

.right-menu ul.side-menu {
	padding: 0;
	margin: 0;

	list-style: none;
}

.right-menu ul.side-menu > li {
	padding: 8px 15px;
}

.right-menu ul.side-menu > li a {
	position: relative;

	display: block;

	font-size: 16px;
	font-weight: 400;
	line-height: 40px;

	text-decoration: none;
	text-transform: capitalize;

	color: #181818;
}

.right-menu ul.side-menu > li a:hover {
	color: #dc0109;
}


.right-menu ul.side-menu > li ul.sub-menu {
	position: initial;

	display: none;
	visibility: visible;
	padding: 10px 20px;
	margin: 0;

	opacity: 1;
	background-color: transparent;
	box-shadow: none;
}

.right-menu ul.side-menu > li ul.sub-menu li {
	padding: 8px 0;
}

.right-menu ul.side-menu > li ul.sub-menu li a {
	font-size: 14px;
	line-height: 1;
}

.right-menu ul.side-menu > li.menu-item-has-children > a:before {
	position: absolute;
	top: 0;
	right: 0;

	font-family: FontAwesome !important;
	font-size: 18px;
	font-weight: normal !important;

	content: "\f107";
}

.right-menu ul.side-menu > li.menu-item-has-children > a.arrow-up:before {
	transform: rotate(180deg);
}


.read-more {
	font-size: 16px;

	cursor: pointer;

	color: #8ec600;
}


.read-more i {
	display: inline-block;
	margin-right: 10px;

	font-size: 12px;
	font-weight: bold;

	transform: rotate(180deg);

	color: #000;
}

.more-content {
	display: none;
}

.read-more.showContent i {
	transform: rotate(0deg);
}

.woocommerce div.product .product_title {
	font-size: 40px;

	color: #000;
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: #ffc107;
}

a.woocommerce-review-link {
	color: #5b5b5b;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 40px;
	font-weight: 400;

	color: #000;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: normal;
}

.woocommerce div.product p.price del {
	font-size: 25px;
}

.woocommerce div.product p.price ins {
	text-decoration: none;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	float: left;
	padding: 15px 80px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;

	font-size: 14px;
	font-weight: normal;
	line-height: 30px;

	transition: all 250ms ease-out;
	text-transform: none;

	color: #fff;
	border: none;
	border-radius: 40px;
	background-color: #282828;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #8ec600;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #282828;
}

.woocommerce div.product form.cart::after {
	display: none;
}

.product_meta {
	margin-top: 40px;
	clear: both;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	display: block;
	padding: 5px 0;
}


.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border: 0;
}

.woocommerce table.shop_table th {
	font-weight: normal;

	text-transform: uppercase;

	color: #959595;
}


#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	padding: 10px 0;
}

.coupon {
	border-bottom: 1px solid #ccc;
}

body.woocommerce-page.woocommerce-cart table.shop_table #coupon_code {
	padding: 0 !important;

	border: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"],
body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"] {
	padding: 4px 0 !important;

	border: 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="submit"]:hover,
body.woocommerce-page.woocommerce-cart table.shop_table button[type="submit"]:hover {
	color: #000;
	background-color: transparent;
}

.woocommerce table.shop_table td.actions {
	border-top: 1px solid #ccc;
}


.cross-sells h2 {
	font-size: 25px;
}

.cross-sells h2:before {
	display: none;
}

.cart_totals {
	padding: 30px;

	background-color: #f6f6f6;
}

.cart_totals h2 {
	font-size: 24px;
}

.cart_totals h2:before {
	display: none;
}


#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	padding: 8px 0;

	font-weight: 600;

	text-transform: initial;

	color: #000;
	border: 0;
}

.woocommerce table.shop_table td a {
	color: #8ec600;
}

.shipping-calculator-form {
	text-align: left;
}

.woocommerce form .shipping-calculator-form .form-row {
	padding: 0;
	margin: 0 0 4px 0;
}

body.woocommerce-page.woocommerce-cart table.shop_table input[type="text"] {
	font-weight: normal;

	background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 5px 14px;

	font-weight: normal;
}

.select2-container--default .select2-selection--single {
	height: 40px;
	margin: 0;

	border: 1px solid #ccc;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
	border-top: 1px solid #ccc;
}

body.woocommerce-page.woocommerce-cart a.wc-backward,
body.woocommerce-page.woocommerce-cart a.checkout-button {
	width: 100%;
	padding: 10px;
	margin: 0;

	font-size: 18px;
	font-weight: normal;

	text-transform: inherit;

	background-color: #262626;
}

body.woocommerce-page.woocommerce-cart a.wc-backward:hover,
body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
	opacity: 1;
	background-color: #8ec600;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 35%;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 62%;
}


.checkout.woocommerce-checkout h3 {
	margin-bottom: 30px;

	font-size: 24px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-size: 14px;
}


.select2-container--default .select2-selection--single {
	height: auto;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	right: 8px;
}

.woocommerce-ordering + div {
	display: none;
}

.berocket_lgv_widget {
	margin: 0 10px;
}

.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button.selected,
.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button,
.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button:hover {
	width: auto;
	height: auto;
	padding: 0;
	margin: 6px;

	font-size: 20px;
	line-height: 1;

	border: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button {
	opacity: .8;
}

.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button.selected,
.custom-wooshop div.berocket_lgv_widget a.berocket_lgv_button:hover {
	opacity: 1;
}

.woocommerce ul.products .product.berocket_lgv_list:nth-child(n),
.woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n) {
	margin-right: 40px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;

	text-align: left;
}

.woocommerce div.product form.cart .variations label {
	margin: 0;
	margin-top: 10px;

	font-size: 12px;

	text-transform: capitalize;

	color: #000;
}

.woocommerce.single-product .product .summary form.cart {
	padding-top: 0;
}

.woocommerce.single-product .product .summary .price > .amount {
	font-size: 24px;
	font-weight: 400;

	color: #000;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: initial;
}

.woocommerce.single-product .product .summary .woocommerce-variation-price .amount {
	font-size: 40px;
	font-weight: bold;
}

.woocommerce-variation-price {
	margin-bottom: 40px;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	display: block !important;
	width: 100px !important;
	height: auto !important;
	margin: 0 !important;
	margin-right: 8px !important;
	margin-bottom: 10px !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img,
.woo-variation-swatches .variable-items-wrapper .variable-item img {
	height: auto !important;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	display: none;

	font-size: 8px;
	line-height: 1;
}
.woocommerce ul.products li.product a .attri {
	padding: 10px 0;
	margin: 0;

	list-style: none;
}

.woocommerce ul.products li.product a .attri li {
	display: inline-block;
	width: 50px;
	margin: 2px;
}

.woocommerce ul.products li.product a .attri li img {
	margin: 0;
}

.woocommerce ul.products li.product a .attri li:nth-child(3) ~ li,
.woocommerce ul.products li.product a ul.attri ~ ul.attri {
	display: none;
}


.home .woocommerce ul.products li.product a .attri,
.home .woocommerce ul.products li.product .product-action {
	display: none;
}

.variable-item:not(.radio-variable-item) {
	display: block!important;
	width: 100px!important;
	height: auto!important;
	margin: 0!important;
	margin-right: 8px!important;
}

.variable-item:not(.radio-variable-item) img + img {
	display: none;
}

.ground_floor_charge td label {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.ground_floor_charge td label input {
	margin-left: 2px;

	vertical-align: -2px;
}

@media (max-width: 1450px) {
	.navbar-nav > li > a {
		padding: 10px 8px;
	}
}

@media (max-width: 1330px) {
	.nav > li > a {
		font-size: 12px;
	}
}

@media (max-width: 1200px) {
	#menu-primary-navigation {
		display: none;
	}
	.freeD{font-size: 23px;}
}

@media (max-width: 480px) {
	ul.socialmedia {
		display: none;
	}

	.navbar-header {
		float: left;
	}

	#menu-primary-navigation {
		display: none;
	}

	#navbar {
		border: 0;
	}

	.woo-items {
		margin-top: 25px;
	}

	.slick-slider i.fa {
		left: 20px;
	}

	.slick-slider i.fa.fa-angle-right {
		right: 10px;
	}

	.singleSlide {
		margin-bottom: 30px;
	}

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

	.cat-slider .cat-list {
		padding: 0;
	}

	.woocommerce div.product .product_title {
		display: block;
	}

	.fluid-padding {
		padding: 0 20px;
	}

	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells {
		width: 100%;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}

	.cat-thumb {
		height: 300px;
	}

	.nav-tabs > li {
		margin: 0;
	}

	.text-lg {
		font-size: 40px;
		line-height: 1;

		letter-spacing: normal;
	}
	.g-day-text{margin-top: 0px !important;}
}

.fullscreen-search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;

	display: none;
	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, .8);
}
.fullscreen-search .woocommerce-product-search {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;
	max-width: 600px;
	margin: auto;

	transform: translate(-50%,-50%);
}
.fullscreen-search .search-field {
	width: 100%;
	padding: 20px 40px;
	padding-left: 70px;

	font-size: 20px;

	border: 0;
}
.fullscreen-search input[type="submit"] {
	display: none;
}
.fullscreen-search .woocommerce-product-search i.icon-search {
	position: absolute;
	top: 20px;
	left: 20px;

	font-size: 30px;
}
.fullscreen-search .search-close {
	position: absolute;
	top: 20px;
	right: 20px;

	width: 40px;
	height: 40px;

	cursor: pointer;

	background-color: #fff;
}
.fullscreen-search .search-close:before,
.fullscreen-search .search-close:after {
	position: absolute;
	top: 20px;
	left: 4px;

	display: block;
	width: 80%;
	height: 1px;

	content: "";
	transform: rotate(45deg);

	background-color: #222;
}
.fullscreen-search .search-close:after {
	transform: rotate(-45deg);
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
	background-color: #794200 !important;
	color: #fff !important;
	font-size: 20px;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a{
	color: green !important;
	font-weight: bold !important;
}

.posted_in{display:none !important;}
.freeD{font-size: 35px;}


@media (max-width:480px){
	label[for="shipping_method_0_alg_wc_shipping111"]:before, label[for="shipping_method_0_alg_wc_shipping59"]:before, label[for="shipping_method_0_alg_wc_shipping62"]:before, label[for="shipping_method_0_alg_wc_shipping67"]:before, label[for="shipping_method_0_alg_wc_shipping70"]:before, label[for="shipping_method_0_alg_wc_shipping68"]:before, label[for="shipping_method_0_alg_wc_shipping60"]:before, label[for="shipping_method_0_alg_wc_shipping63"]:before, label[for="shipping_method_0_alg_wc_shipping64"]:before, label[for="shipping_method_0_alg_wc_shipping66"]:before, label[for="shipping_method_0_alg_wc_shipping77"]:before, label[for="shipping_method_0_alg_wc_shipping79"]:before, label[for="shipping_method_0_alg_wc_shipping76"]:before, label[for="shipping_method_0_flat_rate101"]:before, label[for="shipping_method_0_flat_rate102"]:before, label[for="shipping_method_0_alg_wc_shipping80"]:before, label[for="shipping_method_0_alg_wc_shipping81"]:before, label[for="shipping_method_0_alg_wc_shipping83"]:before{
		width: 100% !important;
	}
	.woocommerce.single-product .product .summary form.cart .quantity-outer{
		margin-bottom: 20px;
	}
	body.woocommerce .woocommerce-pagination .page-numbers li span, body.woocommerce .woocommerce-pagination .page-numbers li a, .insight-woo .woocommerce-pagination .page-numbers li span, .insight-woo .woocommerce-pagination .page-numbers li a{
		padding: 0 8px;
		margin: 0 2px;
	}
	.content-padding-md .container{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.h2, h2{
		font-size: 24px;
	}
	.h2:before, h2:before{
		bottom: -10px;
	}
}
