h4,
h5,
h6,
h1,
h2,
h3 {
	margin-top: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

html,
body {
	background: #F3EEEA;
	font-family: 'Montserrat', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.header {
	background: #fff;
	padding: 1em;
	position: relative;
}

.logo {
	float: left;
	padding: 10px 0em;
	display: flex;
	align-items: center;
}
.logo img{
	margin-right: 20px;
}
.head-part {
	background: url('../images/ribben.png') no-repeat center top;
	background-size: cover;
	position: absolute;
	right: -11px;
	top: 22px;
}

.head-part ul li {
	display: inline-block;
}

.head-part ul li a {
	padding: 0em 0.5em;
	color: #fff;
	text-decoration: none;
}

.head-part ul li a:hover {
	color: #F1715E;
}

.head-part ul {
	padding: 4px 80px 4px 6px;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.head-nav {
	float: right;
}

.head-nav ul {
	margin: 0;
	padding: 0;
}

.head-nav ul li {
	display: inline-block;
}

.head-nav ul li a {
	color: #668333;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 400;
	display: block;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

.head-nav ul li a:hover,
.head-nav ul li.active a {
	color: #3F8DA3;
}

.banner {
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 520px;
}

.banner-info {
	padding: 5em 0em 0em;
}

.info1 {
	text-align: center;
}

.banner h2 {
	font-size: 2em;
	font-weight: 700;
	color: #ffffff;
	width: 30%;
	margin-left: 9em;
	background: #4391A5;
	padding: 0.8em;
	line-height: 1.8em;
}

.banner span {
	font-size: 0.875em;
	font-weight: 400;
}

/**** Slider *****/
.wmuSlider {
	position: relative;
	/* overflow: hidden; */
	overflow: visible !important;
}

.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	/* right: 40%; */
	bottom: -40px;
	width: 100%;
}

ul.wmuSliderPagination {
	padding: 0;
	display: flex;
	justify-content: center;

}

.wmuSliderPagination li {
	/* float: left; */
	margin: 0 8px 0 0;
	list-style-type: none;
	background: #fff;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.wmuSliderPagination a {
	display: block;
	/* text-indent: -9999px; */
	/* 	width: 0px;
	height: 0px; */
	background: #fff51f;
	color: #fff;
}

.wmuSliderPagination a.wmuActive {
	background: #fb4d01;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
	position: absolute;
	width: 27px;
	height: 62px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat #585857;
	top: 35%;
	z-index: 2;
	cursor: pointer;
}

.wmuSliderNext {
	background-position: -28px 4px;
	right: 0em;
	top: 100px;
}

.wmuSliderPrev {
	background-position: -2px 4px;
	left: 0em;
	top: 100px;
}

/* --grids-- */
.grids {
	padding: 3em 0;
}

.grid1:hover .look {
	background: rgba(102, 131, 51, 0.79);
}

.grid2:hover .look1 {
	background: rgba(237, 100, 80, 0.55);
}

.grid3:hover .look2 {
	background: rgba(1, 185, 236, 0.63);
}

.grid1 {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.look {
	position: absolute;
	right: 54px;
	bottom: 0;
	background: rgba(1, 185, 236, 0.63);
	padding: 15px 2px 2px 14px;
}

.look1 {
	position: absolute;
	right: 54px;
	bottom: 0;
	background: rgba(102, 131, 51, 0.79);
	padding: 15px 2px 2px 14px;
}

.look2 {
	position: absolute;
	right: 54px;
	bottom: 0;
	background: rgba(237, 100, 80, 0.55);
	padding: 15px 2px 2px 14px;
}

.look3 {
	position: absolute;
	right: 54px;
	bottom: 0;
	background: rgba(236, 135, 1, 0.63);
	padding: 15px 2px 2px 14px;
}

.look h4 {
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}

.look p {
	-webkit-text-stroke: 0.5px;
	font-size: 0.8125em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.8em;
}

.look4 {
	left: 15px;
	right: auto !important;
	padding: 15px 17px 2px 5px !important;
	background: rgba(326, 1, 84, 0.63);
	width: 35%;
}

.look4 .arrow {
	transform: rotateZ(180deg);
	margin-left: 0;
}

.grid {
	cursor: pointer;
}

.grid h3 {
	font-size: 2em;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 6px #626464;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}

.grid2 h3 {
	right: 70px;
}

.grid3 h3 {
	right: 80px;
}

i.arrow {
	width: 30px;
	height: 30px;
	background: url(../images/img-sprite.png)no-repeat -62px -15px;
	display: inline-block;
	margin: -0.5em 0.5em;
}

.look ul li {
	display: inline-block;
}

.look ul {
	padding: 0;
}


/* --events-- */
.twenty {
	width: 13%;
	float: left;
}

.events h3 {
	font-size: 1.8em;
	font-weight: 400;
	color: #4999AF;
}

.sunday {
	width: 55%;
	float: left;
}

.mor {
	width: 32%;
	float: left;
	text-align: right;
}

.family {
	padding: 2em 0em;
	border-top: 1px solid #E5E4E4;
}

.twenty h4 {
	font-size: 2em;
	font-weight: 400;
	color: #668333;
	margin: 0em;
}

.twenty p {
	font-size: 1em;
	font-weight: 400;
	color: #668333;
	line-height: 1.8em;
}

.sunday h5 {
	font-size: 1.3em;
	font-weight: 400;
	color: #F1715E;
}

.sunday p {
	font-size: 1.1em;
	font-weight: 400;
	color: #5F5F5F;
	line-height: 1.8em;
}

a.more {
	background: #4999AF;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	padding: 0.2em 1.2em;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-msborder-radius: 3px;
	margin: 1em 0em 0em;
}

a.more:hover {
	background: #F1715E;
	color: #fff;
}

.oaks p {
	font-size: 1.1em;
	font-weight: 400;
	color: #5F5F5F;
	margin: 1em 0em;
	line-height: 1.8em;
}

a.read {
	font-size: 1.2em;
	font-weight: 400;
	color: #F1715E;
	text-decoration: none;
}

a.read:hover {
	color: #668333;
}

/* --events-- */
/* --footer-- */
.footer {
	background: #525252;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.news h4 {
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	margin: 0em 0em 2em;
}

.news form input[type="submit"] {
	background: #4999AF;
	padding: 0.5em 6em;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	display: block;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-msborder-radius: 3px;
}

.news form input[type="submit"]:hover {
	background: #D94748;
	color: #fff;
}

.service h5 {
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	margin: 0em 0em 2em;
}

.service h6 {
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
}

.service p {
	font-size: 0.875em;
	font-weight: 400;
	color: #fff;
	line-height: 1.8em;
}

.connect h5 {
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	margin: 0em 0em 2em;
}

.footer-top {
	border-bottom: 1px solid #807C7C;
	padding: 4em 0em;
}

.connect ul li {
	display: inline-block;
}

.connect ul {
	padding: 0;
}

i.fb {
	width: 34px;
	height: 34px;
	background: url(../images/img-sprite.png)no-repeat -95px -16px;
	display: inline-block;
}

i.fb:hover {
	opacity: 0.4;
}

i.twt {
	width: 34px;
	height: 34px;
	background: url(../images/img-sprite.png)no-repeat -138px -16px;
	display: inline-block;
}

i.twt:hover {
	opacity: 0.4;
}

i.yout {
	width: 34px;
	height: 34px;
	background: url(../images/img-sprite.png)no-repeat -180px -16px;
	display: inline-block;
}

i.yout:hover {
	opacity: 0.4;
}

i.payp {
	width: 34px;
	height: 34px;
	background: url(../images/img-sprite.png)no-repeat -225px -17px;
	display: inline-block;
}

i.payp:hover {
	opacity: 0.4;
}

i.email {
	width: 34px;
	height: 34px;
	background: url(../images/img-sprite.png)no-repeat -269px -17px;
	display: inline-block;
}

i.email:hover {
	opacity: 0.4;
}

.bottom p {
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	margin: 1em 0em;
	line-height: 1.8em;
	text-align: center;
}

.bottom a {
	color: #4999AF;
}

/* --footer-- */
/* --about-- */
.about {
	margin: 3em 0em 6em;
}

.banner-info1 {
	padding: 16em 0em 0em;
}

.banner-info1 h2 {
	font-size: 1.8em;
	font-weight: 400;
	color: #ffffff;
	width: 29%;
	margin-left: 0em;
	background: #4391A5;
	padding: 0.3em 0.5em;
	line-height: 1.5em;
}

.events {
	margin: 3em 0em;
}

.shop {
	margin: 3em 0em;
}

.about h3 {
	font-size: 2em;
	font-weight: 400;
	color: #4999AF;
	margin: 1em 0em;
}

.mission p {
	font-size: 1.1em;
	font-weight: 400;
	color: #5F5F5F;
	line-height: 1.8em;
	margin: 1em 0em;
}

.mission-1 ul li {
	display: block;
}

.mission-1 ul li a {
	font-size: 1.5em;
	font-weight: 400;
	color: #4292A8;
	text-decoration: none;
	margin: 0em 3em;
	line-height: 2.5em;
	display: block;
	border-bottom: 1px solid #D8D8D8;
}

.mission-1 ul li a:hover {
	color: #F1715E;
}

.mission-1 {
	margin: 3em 0em;
}

/* --about-- */
.grids-1 {
	padding: 3em 0;
}

.grids-2 {
	padding: 3em 0 6em;
}

.f-su {
	width: 80%;
	float: left;
	background: #F1715E;
	padding: 24px;
}

.mnth {
	width: 20%;
	float: right;
	text-align: center;
	background: #668333;
	padding: 11px 10px 12px;
}

.look-1 {
	position: absolute;
	left: 15px;
	bottom: -59px;
	background: rgba(141, 141, 141, 0.51);
	width: 92.5%;
}

.look-2 {
	position: absolute;
	left: 15px;
	bottom: -59px;
	background: rgba(141, 141, 141, 0.51);
	width: 92.5%;
}

.look-1 h4 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.look-2 h4 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.mnth h5 {
	font-size: 1.1em;
	color: #fff;
	margin: 0;
}

.mnth p {
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.8em;
}

/*--*/
.f-su-1 {
	width: 80%;
	float: left;
	background: #F1715E;
	padding: 21px;
}

.f-su-1:hover {
	background: #4999AF;
}

.mnth-1 {
	width: 20%;
	float: right;
	text-align: center;
	background: #4999AF;
	padding: 22px 15px 22px;
}

.mnth-1:hover {
	background: #F1715E;
}

.mnth-1 h6 {
	font-size: 1.1em;
	color: #fff;
	margin: 0;
}

/*--*/

/*--*/
.sb-search {
	width: 0%;
	position: absolute;
	right: 44px;
	top: 0px;
	min-width: 45px;
	height: 49px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	outline: none;
	background: #76B2C3;
	width: 95%;
	height: 28px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
}

.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}

.sb-search-input:-moz-placeholder {
	color: #ffffff;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}

.sb-icon-search,
.sb-search-submit {
	width: 30px;
	height: 28px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 71px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #668333 url('../images/search.png') no-repeat -4px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}

.sb-icon-search {
	background: #76B2C3 url('../images/search.png') no-repeat -4px 1px;
	z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/search.png') no-repeat -20px 7px;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*--*/
/*-- contact --*/
.contact {
	padding: 2em 0;
}

.contact h3 {
	color: #4391A5;
	font-size: 2em;
	margin: 1em 0;
}

.map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
}

.contact-form {
	margin-top: 2em;
}

.contact form input[type="text"] {
	width: 100%;
	color: #898888;
	outline: none;
	font-size: 16px;
	padding: .5em;
	margin-bottom: 1em;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}

.contact form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 16px;
	outline: none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 150px;
	-webkit-appearance: none;
}

.contact form input[type="submit"] {
	border: none;
	outline: none;
	color: #3A8AA0;
	background: none;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	-webkit-appearance: none;
}

.contact form input[type="submit"]:hover {
	color: #F1715E;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.contact-info h3 {
	color: #4391A5;
	font-size: 24px;
	margin: 1em 0;
}

.contact-info p {
	color: #858585;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
}

.contact-info h6 {
	color: #F1715E;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	margin: 0.5em 0;
}

.contact-infot span {
	display: block;
}

.contact-info span {
	display: block;
}

/*--*/
ul.breadcrumbs {
	padding: 0;
	list-style: none;
	float: left;
}

ul.breadcrumbs li {
	display: inline-block;
	font-size: 1.1em;
	color: #000;
}

ul.breadcrumbs li.women {
	background: #ffd400;
	padding: 3px;
}

ul.previous {
	padding: 0;
	list-style: none;
	float: right;
}

ul.previous li a {
	color: #999;
	font-size: 1.1em;
}

.dreamcrub {
	margin: 2em 0 3em 0;
	border-top: 1px solid #C9C9C9;
	padding: 0.6em 0;
	border-bottom: 1px solid #C9C9C9;
}

/*--single--*/
.single {
	margin: 5em 0em;
}

.cont {
	display: block;
	float: left;
}

.span_2_of_bottom1 {
	width: 68.1%;
}

.lsidebar {
	display: block;
	float: right;
	margin-left: 3.333%;
}

.span_2_of_bottom {
	width: 66.1%;
}

.span_1_of_bottom {
	width: 25.1%;
	border: 1px solid #DDD;
}

.span_2_of_bottom p,
.span_1_of_bottom p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color: #888;
	line-height: 1.5em;
}

.desc {
	padding: 5%;
}

.desc h5 a {
	color: #C0313C;
	font-size: 0.788em;
}

.desc h5 a:hover {
	color: #333;
}

.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
}

.button:hover {
	background: #333;
}

.price-text {
	padding: 5% 0;
}

.span_3_of_2 {
	width: 47.3333%;
}

.desc1 {
	display: block;
	float: right;
}

p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}

.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}

.price1 {
	padding: 4% 0;
}

span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}

.images_3_of_2 {
	width: 35.2%;
	float: left;
	margin-right: 2.6%;
}

.single-bottom1 h6,
.single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color: #333;
	font-size: 1.2em;
}

p.prod-desc {
	color: #888;
	padding-top: 2%;
	font-size: 0.9em;
	line-height: 1.8em;
}

.single-bottom1 {
	padding: 3% 0 4%;
}

.product {
	padding: 3% 0 0 0;
}

.product-desc {
	width: 82.3333%;
	float: left;
	border-width: 0 1px 0 0;
	border-right: 1px solid #DDD;
}

.product-img {
	width: 21.5%;
	float: left;
	margin-right: 2.5%;
}

.w_nav2 li {
	display: inline-block;
	margin: 0 0.2em 0.2em 0;
}

.w_nav2 li a {
	display: block;
	padding: 20px;
}

.w_nav2 li a.color1 {
	background: #0AA5E2;
}

.w_nav2 li a.color2 {
	background: #E52D6D;
}

.w_nav2 li a.color3 {
	background: #303030;
}

.w_nav2 li a.color4 {
	background: #B71E32;
}

.w_nav2 li a.color5 {
	background: #353F49;
}

.w_nav2 li a.color6 {
	background: #45BF55;
}

.w_nav2 li a.color16 {
	background: #9D18B1;
}

.w_nav2 li a.color7 {
	background: #FF7F00;
}

.w_nav2 li a.color17 {
	background: #2A18B1;
}

.w_nav2 li a.color8 {
	background: #8B4513;
}

.w_nav2 li a.color9 {
	background: #FFD700;
}

.w_nav2 li a.color10 {
	background: #121212;
}

.w_nav2 li a.color11 {
	background: #C0C0C0;
}

.w_nav2 li a.color12 {
	background: #0AA5E2;
}

.w_nav2 li a.color13 {
	background: #FFCBDB;
}

.w_nav2 li a.color14 {
	background: #B87333;
}

.w_nav2 li a.color15 {
	background: #BFB540;
}

.prod1-desc {
	width: 75.2%;
	float: left;
	margin-top: 1.5em;
}

.product-desc h5 {
	padding-bottom: 2%;
}

.product-desc h5 a {
	color: #3A8AA0;
	font-size: 20px;
}

.product-desc h5 a:hover {
	color: #F1715E;
	text-decoration: none;
}

p.product_descr {
	color: #555;
	font-size: 1em;
	line-height: 1.8em;
}

.product_price {
	width: 15.3333%;
	float: left;
	padding: 0 0px 0px 16px;
	margin-top: 1.5em;
}

.price-access {
	color: #668333;
	font-size: 1em;
}

.button1 {
	border: none;
	background: #F1715E;
	padding: 7px 10px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button1:hover {
	background: #3A8AA0;
	color: #fff;
}

.desc1 h3 {
	color: #333333;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1em;
}

.desc1 p {
	margin-top: 2%;
	font-size: 1.8em;
	color: #668333;
	line-height: 1.8em;
	-webkit-text-stroke: 1.5px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 1px;
}

.desc1 p a {
	margin-left: 5px;
	color: #555555;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
	line-height: 1.8em;
}

.desc1 p a:hover {
	color: #00405d;
}

.det_nav {
	margin: 4% 0;
}

.det_nav ul {
	padding: 0;
	list-style: none;
}

.det_nav h4 {
	line-height: 1.8em;
	font-size: 1em;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.det_nav ul li {
	display: inline-block;
	width: 23.33333%;
	margin-left: 1%;
}

.det_nav ul li:first-child {
	margin-left: 0;
}

.det_nav ul li a {
	display: block;
}

.det_nav ul li a img {
	border: 1px solid #DADADA;
}

.btn_form {
	margin: 2% 0 2%;
}

.btn_form a {
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background: #3A8AA0;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn_form a:hover {
	background: #F1715E;
	text-decoration: none;
}

.desc1 a span {
	font-size: 0.8125em;
	color: #555555;
	text-transform: uppercase;
	text-decoration: underline;
}

.desc1 a span:hover {
	color: #00405d;
	text-decoration: none;
}

.det_nav1 h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 6%;
}

.det_nav1 ul li {
	display: inline-block;
	margin-left: 10px;
}

.det_nav1 ul li:first-child {
	margin-left: 0;
}

.w_sidebar {
	margin-bottom: 3em;
}

.view .mask,
.view .content {
	top: 230px;
	left: 111px;
}

.shoping_left h4 a {
	font-size: 0.85em;
}

.shoping_left a.btn1 {
	padding: 8px 15px;
	font-size: 1em;
}

.reg_fb i {
	padding: 15px 10px;
	font-size: 1em;
}

.single-bottom2 {
	margin-bottom: 2em;
}

/*--*/
.span_2_of_3 {
	width: 77.1%;
}

.span_1_of_left {
	width: 19.2%;
}

.span_1_of_right {
	border: 1px solid #D4DFE2;
	padding: 0;
	margin-left: 2%;
	width: 23%;
}

.w_sidebar {
	border: 1px solid #EBEBEB;
}

.w_nav1 ul {
	padding: 0;
	list-style: none;
}

.w_nav1 {
	padding: 20px;
}

.w_nav1 h4 {
	text-transform: uppercase;
	color: #3A8AA0;
	font-size: 1.5em;
	margin-bottom: 5px;
}

.w_nav1 ul li {
	line-height: 2em;
}

.w_nav1 ul li a {
	display: block;
	text-transform: uppercase;
	color: #555555;
	font-size: 1em;
}

.w_nav1 ul li a:hover {
	color: #00405d;
}

.w_nav1 h3 {
	padding: 16px 19px 3px;
	font-size: 1.3em;
	color: #555555;
	text-transform: uppercase;
	font-weight: 700;
}

.rsidebar {
	display: block;
	float: left;
	margin: 1% 3.5% 0% 0;
}

h3.m_2 {
	font-size: 1em;
	font-weight: 500;
	padding: 10px;
	background: #3A8AA0;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1em;
}

.metro {
	position: relative;
	cursor: pointer;
	font-weight: 600;
	background: #fff;
	color: #898989;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.metro.open {
	z-index: 2;
}

.metro:hover,
.metro.focus {
	color: #666;
}

/* OLD SELECT (HIDDEN) */
.metro .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.metro select {
	position: absolute;
	left: 0px;
	top: 0px;
}

.metro.touch select {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.metro .selected {
	color: #96a6a7;
}

.metro .selected:hover {
	color: #e94e38;
}

.metro .selected,
.metro li {
	display: block;
	padding: 8px 0px 8px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 13px;
	padding-left: 6px;
	font-weight: 400;
	color: #555555;
}

.product_right {
	margin-bottom: 2em;
}

.metro .selected::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 6px;
	background: url(../images/p_plus.png) no-repeat 0px 10px;
}

.metro:hover .selected::after,
.metro.focus .selected::after {
	background: url(../images/minus.png) no-repeat 1px 12px;
}

/* DROP DOWN WRAPPER */
.metro div {
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}

/* Height is adjusted by JS on open */
.metro.open div {
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}

.metro.scrollable.bottom div::after {
	opacity: 0;
}

/* DROP DOWN LIST */
.metro ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #668333;
}

.metro.scrollable.open ul {
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
.metro li {
	list-style: none;
	padding: 6px 10px;
	font-size: 1em;
	font-weight: 400;
	text-transform: lowercase;
	color: #fff;
}

.metro li:last-child {
	border-bottom: 0;
}

/* .focus class is also added on hover */
.metro li:hover {
	background-color: #DD3E27;
}

.metro li.focus {
	background: #DD3E27;
	position: relative;
	z-index: 3;
	color: #FFF;
}

.metro li.active {
	background-color: #3A8AA0;
	color: #fff;
}

/*--*/
.veiw-img-mark {
	position: absolute;
	top: 40%;
	left: 35%;
	display: none;
}

.veiw-img-mark a {
	background: #668333;
	padding: 10px 20px 10px 2px;
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.fam:hover div.veiw-img-mark {
	display: block;
}

button.add2cart {
	border: none;
	padding: 0;
	outline: none;
	float: left;
	margin: 12px 0 0 0;
	position: relative;
}

button.add2cart span {
	color: #fff;
	background: #ff530d;
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	padding: 0.35em 0.6em 0.35em 1.7em;
	line-height: 2em;
}

button.add2cart span:hover {
	background: #ffd400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

i.white-cart1 {
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -40px 0px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: 21%;
	left: 3%;
}

.dreamcrub img {
	margin-bottom: 5px;
}

.fam img:hover {
	opacity: 0.5;
}

/*--responsive design--*/
.banner h1 {
	font-size: 1.7em;
}

.look {
	right: 14px;
	bottom: -1px;
	padding: 15px 3px 2px 17px;
}

.look1 {
	right: 15px;
	bottom: -1px;
	padding: 15px 9px 2px 19px;
}

.look2 {
	right: 14px;
	bottom: -1px;
	padding: 15px 2px 2px 10px;
}

.grid2 h3 {
	font-size: 2.5em;
	top: 94px;
	right: 36px;
}

.grid1 h3 {
	font-size: 2.5em;
	top: 94px;
	right: 36px;
}

.grid3 h3 {
	font-size: 2.5em;
	top: 94px;
	right: 36px;
}

.news form input[type="submit"] {
	padding: 0.5em 4em;
}

.look-1 {
	left: 15px;
	bottom: -58px;
	width: 91%;
}

.f-su {
	padding: 20px;
}

.mnth {
	padding: 8px 10px 6px;
}

.mnth-1 {
	padding: 17px 9px 19px;
}

.f-su-1 {
	padding: 18px 10px 17px 18px;
}

.look-2 {
	left: 15px;
	bottom: -53px;
	width: 90.8%;
}

.head-nav ul li a {
	font-size: 1.2em;
}

.head-part {
	top: 18px;
}

.button1 {
	padding: 6px 6px;
}

.product-desc h5 {
	padding-bottom: 0%;
}


.logo .img-responsive {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.grid1:hover .popover {
	display: block;
}

.popover.top {
	margin-top: -250px;
}

.popover img {
	width: 200px;
}

.banner {
	position: relative;
}

.code-wrap {
	background: #fff;
	text-align: center;
	width: 250px;
	height: 250px;
	padding: 20px;
	position: absolute;
	right: 0;
	bottom: -320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.code-wrap img {
	width: 150px;
}

.banner-info {
	max-width: 1140px;
	margin: 0 auto;
}

.banner h2 {
	margin-left: 0;
	width: 60%;
}

.img-responsive {
	width: 100%;
	height: 200px;
}

.look,
.look1,
.look2 {
	right: 15px;
}

.pop-content {
	text-align: center;
}
.pop-content img{
	width: 240px;
}
	
.head-bann{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.header-btn span{
	margin-left: 10px;
	display: inline-block;
	text-align: center;
}
.header-btn a{
	background: #0000FF;
	color: #fff;
	padding:10px 20px;
	display: block;
}