/* start main */



.main {
}
/* start grids_of_3 */

.grids_of_3 {
	text-align: center;
	margin: 4% 0;
}
.grid1_of_3 {
	float: left;
	width: 29.333%;
	margin-left: 4.3333%;
	border: 1px solid rgb(223, 223, 223);
	position: relative;
}
.grid1_of_3:first-child {
	margin-left: 0;
}
.grid1_of_3 a {
	padding: 2%;
	display: block;
}
.grid1_of_3 img {
	margin-top: 8%;
}
.grid1_of_3 h3 {
	margin: 6% 0 8%;
	font-size: 1.8em;
	color: #999999;
	-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;
}
.grid1_of_3:hover h3, .grid1_of_3:hover h4 span {
	color: rgb(24, 141, 118);
}
.b_btm {
	position: absolute;
	width: 100%;
	border-bottom: 6px solid #3CC395;
	left: 0px;
	display: block;
	bottom: 0px;
}
.price {
	display: block;
	margin-bottom: 40px;
}
.price h4 {
	font-size: 1.5em;
	color: #999999;
}
.price h4 span {
	display: inline-block;
	font-size: 1.1em;
	background: #3CC395;
	color: #ffffff;
	padding: 8px 20px;
	margin-left: 30px;
	-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;
}
/* start footer */

.footer_bg {
	background: #40C4B2;
}
.footer {
	padding: 2%;
}
/* start grids_of_3 */

.grids_of_4 {
	margin: 2% 0;
}
.grid1_of_4 {
	float: left;
	width: 21.333%;
	margin-left: 4.3333%;
}
.grid1_of_4:first-child {
	margin-left: 0;
}
.grid1_of_4 h4 {
	font-size: 1.8em;
	color: #ffffff;
}
.f_nav {
	margin-top: 4%;
}
.f_nav li {
	display: block;
}
.f_nav li a {
	font-size: 1em;
	color: #fefefe;
	line-height: 1.8em;
	text-transform: capitalize;
}
.f_nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* start footer1 */

.footer_bg1 {
	background: #2DA89B;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
.copy {
	text-align: center;
}
.copy p {
	font-size: 0.9725em;
	line-height: 1.8em;
	color: #ffffff;
}
.copy p a {
	color: #fefefe;
	text-decoration: underline;
}
.copy p a:hover {
	text-decoration: none;
}
/*---start-gallery_sale -----*/

.gallery {
	margin-top: 4%;
}
#info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fcf8e3;
	border: 1px solid #fbeed5;
	width: 95%;
	max-width: 900px;
	margin: 0 auto 40px auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color: #c09853;
	text-decoration: none;
}
#info p {
	margin: 5px 0 0 0;
}
.container {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#filters {
	margin: 1%;
	padding: 0;
	list-style: none;
}
#filters li {
	float: left;
}
#filters li span {
	font-size: 1.2em;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
}
#filters li span.active {
	background: #3CC395;
	color: #fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23%;
	margin: 1%;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}
.portfolio img {
	max-width: 100%;
	position: relative;
	-webkit-filter: grayscale(50%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}
.portfolio .label-bg {
	background: rgba(76, 207, 193, 0.72);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio .label-text {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 4px 8px;
	font-size: 16px;
}
.portfolio .text-category {
	color: #555555;
	display: block;
	font-size: 9px;
	font-size: 12px;
	text-transform: uppercase;
}
/* Self Clearing Goodness */

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* end gallery_sale */

/* start handbags */

h2.style {
	font-size: 2em;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
h2.top {
	margin-top: 2%;
}
/*service*/

.service {
	margin: 2% 0;
}
.ser-main {
	float: left;
	width: 68.33333%;
	margin-right: 2.3333%;
}
.ser-main h4 {
	font-size: 2em;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 2%;
}
.ser-grid {
	padding: 4% 0;
	text-align: center;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.ser-grid:last-child {
	border-bottom: none;
}
.ser-grid-list {
	float: left;
	width: 28.33333%;
	margin-left: 6.33333%;
}
.ser-grid-list:first-child {
	margin-left: 0;
}
.ser-grid-list h5 {
	margin: 2% 0 4%;
}
.ser-grid-list h5 a {
	text-transform: capitalize;
	font-size: 1.8em;
	color: #4CCFC1;
	text-shadow: 0 1px 0 #ffffff;
	-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;
}
.ser-grid-list h5 a:hover {
	color: #999999;
}
p.para {
}
/* start contact */

.contact {
	margin: 2% 0;
	display: block;
}
.contact h2 {
	font-size: 2em;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.map {
	margin: 2% 2% 2% 0;
}
.col {
	display: block;
}
.contact-form {
	position: relative;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span label {
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input[type="text"], .contact-form textarea {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea {
	resize: none;
	height: 120px;
}
.contact-form input[type="submit"] {
	margin-top: 10px;
	-webkit-appearance: none;
	cursor: pointer;
	color: #ffffff;
	background: #3CC395;
	border: none;
	outline: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-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;
}
.contact-form input[type="submit"]:hover {
	background: #555555;
	color: #ffffff;
}
/*-- start details--*/

.single {
}
.left_content {
	width: 100%;
	float: left;
}
.left_sidebar {
	width: 22.3333%;
	float: left;
	margin-left: 4.33333%;
}
.span1_of_1 {
	float: left;
	width: 52.3333%;
}
.span1_of_1_des {
	float: right;
	width: 44.3333%;/*margin-left: 3.333%;*/

}
/* start desc1 */

.desc1 {
	display: block;
	margin-top: -50px;
	width: 1047px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .desc1 {
 margin-top: -40px;
}
}
.desc1 h3 {
	text-shadow: 0 1px 0 #ffffff;
	color: #555555;
	font-size: 2em;
	margin-bottom: 10px;
}
.desc1 h5 {
	margin-top: 2%;
	font-size: 1.8em;
	color: #111;
	font-weight:bold;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #ffffff;
}
.desc1 h5 a {
	margin-left: 5px;
	color: #555555;
	text-transform: capitalize;
	font-size: 14px;
}
.desc1 h5 a:hover {
	color: #ED1C24;
}
.desc1 p {
}
/* start available */

.available {
	float: right;
	padding: 5px 0;
	position: relative;
	top: 8px;
	right:112px;
}
.available h4 {
	font-size: 1.1em;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
}
.available li {
	display: inline;
	font-size: 0.8125em;
	padding: 1.5% 2%;
	color: #555555;
}
.available li select {
	outline: none;
	display: inline;
	font-size: 1em;
	color: #555555;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid rgb(224, 224, 224);
}
.available span a {
	font-weight:bold;
	color:#fff;
	border-radius: 8px 8px 0 0;
}
.available span a:hover {
	text-decoration: none;
	color:#fff;
}
/* start share-des */

.share-desc {
	float: right;
	position: relative;
	right: 265px;
	top: 16px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 .share-desc {
 top: 13px;
}
}
.share h4 {
	font-size: 1.1em;
	color: #777;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
}
.share_nav {
	float: left;
}
.share_nav li {
	display: inline-block;
	margin-right: 5px;
}
.share_nav li a {
	background: #9c9c9c none repeat scroll 0 0;
	border-radius: 100%;
	display: block;
	padding: 6px;
	transition: all 0.3s ease-out 0s;
}
.share_nav li a:hover {
	background: #ED1C24;
}
.share li img {
	height: 15px;
	vertical-align: middle;
	width: 18px;
}
.btn_form {
	margin-top: 6%;
	float: left;
}
.span_right a {
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background: #ED1C24;
	color: #fff;
	text-transform: capitalize;
	-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;
}
.span_right a:hover {
	background: #111;
}
.span_right {
	float: left;
}
/* end description */

/* start sellers */

.sellers {
	border: 1px solid rgb(235, 235, 235);
}
.sellers h4 {
	font-size: 2em;
	color: #ffffff;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #1C6159;
	padding: 10px 20px;
	background: #4CCFC1;
}
.single-nav li {
	list-style-image: url(../images/marker1.gif);
	border-bottom: 1px dotted #E8E8E8;
}
.single-nav li a {
	text-transform: capitalize;
	font-size: 0.8725em;
	color: #555555;
	padding: 15px 20px;
	display: block;
}
.single-nav li a:hover {
	background: #FCFCFC;
	color: #5EAFA5;
}
.banner-wrap {
	padding-bottom: 5%;
}
.banner-wrap.bottom_banner.color_link .main_link {
	border-color: #f0f0f0;
	background: #4CCFC1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.main_link {
	border: 5px solid #E5E5E5;
	background: #FFF;
	padding: 15px 20px 10px;
	text-decoration: none!important;
	text-align: center;
	display: block;
	min-height: 68px;
}
.banner-wrap.bottom_banner .main_link figure {
	display: inline-block;
	margin: 0 9px 0 0;
	vertical-align: middle;
}
.banner-wrap.bottom_banner.color_link .main_link h5 {
	color: #fff;
}
.banner-wrap.bottom_banner .main_link h5 {
	text-transform: uppercase;
	margin: -5px 0 0 0;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	vertical-align: middle;
}
.banner-wrap.bottom_banner .main_link h5 span {
	font-size: 1.5em;
	line-height: 29px;
}
.banner-wrap.bottom_banner.color_link .main_link p {
	color: #fff;
}
.banner-wrap.bottom_banner.color_link .main_link:hover {
	text-decoration: none;
	background: #3CC395;
	border-color: #f0f0f0;
}
.brands {
	border: 1px solid #ddd;
}
.brands h1 {
	background: #F3F3F3;
	color: #333;
	padding: 10px;
	font-size: 1.3em;
}
.field {
	padding: 10px;
	text-align: center;
}
.field select {
	border: 1px solid #F0EFEE;
	background: #FFF;
	color: #555;
	outline: none;
	padding: 4px;
	font-size: 0.89em;
}
.field select.select1 {
	width: 100%;
}
.more-views-container {
	height:467px !important;
	margin-top:10px;
}
/* start tabs */

.tabs {
	float: left;
	margin-top: 40px;
	position: relative;
	width: 93%;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 193px;
	height: 44px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2 {
	left: 257px;
}
.tabs input#tab-3 {
	left: 515px;
}
.tabs label {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	color: #999999;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin-right: 5px;
	padding: 0 40px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	text-transform: capitalize;
	transition: all 0.3s ease-out 0s;
	width: 20.3333%;
}
.tabs label:after {
	content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs input:hover + label {
	background: #ED1C24;
	color: #ffffff;
	font-weight: normal;
}
.tabs label:first-of-type {
	border-left: 1px solid rgb(241, 238, 238);
	z-index: 4;
}
.tab-label-2 {
	z-index: 3;
}
.tab-label-3 {
	z-index: 2;
}
.tab-label-4 {
	z-index: 1;
}
.tabs input:checked + label {
	cursor: pointer;
	background: none repeat scroll 0 0 #ED1C24;
	color: #fff;
	z-index: 6;
}
.clear-shadow {
	clear: both;
}
.content {
	background: #fff;
	position: relative;
	width: 100%;
	min-height: 400px;
	z-index: 5;
	border: 1px solid rgb(223, 223, 223);
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-o-border-radius: 0 3px 3px 3px;
}
.content div {
	width: 98%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}
 .tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
 z-index: 100;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
 opacity: 1;
 -webkit-transition: opacity ease-out 0.2s 0.1s;
 -moz-transition: opacity ease-out 0.2s 0.1s;
 -o-transition: opacity ease-out 0.2s 0.1s;
 -ms-transition: opacity ease-out 0.2s 0.1s;
 transition: opacity ease-out 0.2s 0.1s;
}
.content div h2, .content div h3 {
	color: #111;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
}
.content div p {
}
.content ul li:before {
	content: url('../images/arrow.png');
	padding-top: 4px;
	padding-right: 8px;
	display: inline-block;
	vertical-align: middle;
	line-height: 2em;
}
.content ul {
	margin-left: 10px;
}
.content ul li {
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	padding: 4px 15px 4px 0;
	width: 50%;
}
.content-2 > ul {
	width: 500px;
}
.content-2 li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.content-2 span {
	float: right;
	padding-right: 8px;
}

/* end tabs */

/***** Media Quries *****/

@media only screen and (max-width: 1366px) {
 .wrap {
}
 .h_menu ul li a {
 padding: 10px 12px;
}
 .span1_of_1 {
 margin-top: 1.3%;
 width: 48%;
}
 .span1_of_1_des {
 width: 45%;
 float: left;
}
}
 @media only screen and (max-width: 1280px) {
 .wrap {
 width: 100%;
}
 .h_menu ul li a {
 padding: 10px 10px;
}
 .desc1 h3 {
 font-size: 1.4em;
}
 .product-image {
 width: 350px;
}
}
 @media only screen and (max-width: 1024px) {
 .wrap {
 width: 95%;
}
 .h_search input[type="submit"] {
 width: 10.33%;
}
 .h_menu ul li a {
 padding: 10px 4px;
}
 .grid1_of_3 h3 {
 font-size: 1.5em;
}
 .span1_of_1 {
 width: 56.3333%;
}
 .span1_of_1_des {
 width: 38.3333%;
}
 .single-nav li a {
 padding: 10px 10px;
}
}
 @media only screen and (max-width: 800px) {
 .wrap {
 width: 95%;
}
 .h_search {
 display: none;
}
 .h_icon {
 width: 18.777%;
}
 .h_menu {
 display: none;
}
 .header_sub {
 padding: 1% 2%;
}
 .top-nav {
 display: block;
}
 .ser-main {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .left_sidebar {
 width: 100%;
 float: none;
 margin-left: 0%;
}
 .ser-grid-list h5 a {
 font-size: 1.5em;
}
 .grid1_of_4 {
 float: left;
 width: 45.333%;
 margin-top: 2.3333%;
}
 .grid1_of_4:nth-child(3) {
 margin-left: 0;
}
 .price h4 {
 font-size: 1.4em;
}
 .left_content {
 width: 100%;
 float: none;
}
 .span1_of_1 {
 width: 54.3333%;
}
 .span1_of_1_des {
 width: 42.3333%;
}
 .tabs input {
 width: 226px;
}
 .tabs input#tab-2 {
 left: 220px;
}
 .tabs input#tab-3 {
 left: 444px;
}
 .desc1 h5 {
 font-size: 1.4em;
}
 .btn_form {
 margin-top: 4%;
}
}
 @media only screen and (max-width: 640px) {
 .wrap {
 width: 95%;
}
 .search_box {
 margin-right: 0;
}
 #filters li span {
 padding: 10px 20px;
}
 .price h4 {
 font-size: 1.2em;
}
 .span1_of_1 {
 float: none;
 width: 100%;
}
 .span1_of_1_des {
 margin-top: 4%;
 float: none;
 width: 100%;
 margin-left: 0;
}
 .tabs input {
 width: 75px;
}
 .tabs label {
 width: 18.3333%;
}
}
 @media only screen and (max-width: 480px) {
 .wrap {
 width: 95%;
}
 .h_icon {
 width: 25.777%;
}
 .search_box {
 width: 44.3333%;
}
 .grid1_of_3 {
 float: none;
 width: 99.333%;
 margin-left: 0%;
 margin-bottom: 4%;
}
 .grid1_of_4 {
 margin-left: 0;
 float: none;
 width: 99.333%;
}
 .ser-grid-list {
 float: none;
 width: 100%;
 margin-left: 0%;
 margin-bottom: 4%;
}
 .ser-grid-list h5 {
 margin: 2% 0 1%;
}
 .tabs input {
 width: 99%;
}
 .tabs label {
 width: 100%;
 float: none;
 padding: 0;
}
 .tabs input#tab-2 {
 left: 0px;
}
 .tabs input#tab-3 {
 left: 0px;
}
 .tabs input#tab-4 {
 left: 0px;
}
 .content div {
 width: 94%;
}
 .product-essential {
 padding: 5px;
}
}
 @media only screen and (max-width: 320px) {
 .wrap {
 width: 95%;
}
 .h_icon {
 width: 34.777%;
}
 .search_box {
 width: 60.3333%;
}
 .product-essential {
 padding: 0px;
}
 .tabs {
 margin: 10px auto;
}
}
#owl-demo.similarprod {
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
	margin-top:18px;
	width: 28%;
}
.similarprod h1 {
	background: none repeat scroll 0 0 #ED1C24;
	color: #fff;
	font-size: 22px;
	margin: 0 0 15px;
	padding: 10px;
}
#owl-demo.similarprod .item {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 1px #ddd;
	cursor: pointer;
	float: none;
	margin: 0 auto 20px;
	transition: all 0.5s ease 0s;
	width: 230px;
}
.wrap.product-details {
	width: 1025px;
}
.cloud-zoom-big {
	width:465px !important;
}
